Skip to content

Commit ce51962

Browse files
committed
Merge branch 'angularsen/testapps-cleanup'
2 parents 077e793 + 6671677 commit ce51962

33 files changed

+172
-96908
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Test app: UWP C# and .NET 4.6.1
2+
3+
Illustrates using `UnitsNet.WindowsRuntimeComponent` from an UWP C# app.
4+
The Windows Runtime Component nuget can be consumed from C#, JavaScript and C++ UWP apps.
5+
6+
NOTE: Normally for C# UWP apps you would use the more feature-rich `UnitsNet` nuget, since Windows Runtime Component
7+
only supports some of the .NET BCL types and has many constraints on how the public API of the library can be declared.
8+
9+
![image](https://user-images.githubusercontent.com/787816/35769617-e0bf05b4-090d-11e8-85e4-efdd7b90a6be.png)

UnitsNet.TestApps.Uwp.Csharp/UnitsNet.TestApps.Uwp.Csharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>UWP</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
14+
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
1515
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>

UnitsNet.TestApps.Uwp.JavaScript/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

UnitsNet.TestApps.Uwp.JavaScript/UnitsNet.TestApps.Uwp.JavaScript.jsproj

Lines changed: 0 additions & 101 deletions
This file was deleted.
-2.45 KB
Binary file not shown.

0 commit comments

Comments
 (0)