Skip to content

Commit d1bddd5

Browse files
committed
Add nuspec for UnitsNet.WindowsRuntimeComponent
1 parent 53e7d26 commit d1bddd5

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
4+
<metadata>
5+
<id>UnitsNet.WindowsRuntimeComponent</id>
6+
<version>3.30.0-alpha7</version>
7+
<title>Units.NET - Windows Runtime Component</title>
8+
<authors>Andreas Gullberg Larsen</authors>
9+
<owners>Andreas Gullberg Larsen</owners>
10+
<licenseUrl>https://github.com/anjdreas/UnitsNet/blob/master/LICENSE</licenseUrl>
11+
<projectUrl>https://github.com/anjdreas/UnitsNet</projectUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>For C#/VB Universal Windows code (UWP), use UnitsNet instead. This is a Windows Runtime Component with reduced functionality to support all UWP languages, such as JavaScript and C++, and other runtime components.</description>
14+
<summary>For C#/VB Universal Windows code (UWP), use UnitsNet instead.</summary>
15+
<iconUrl>https://raw.githubusercontent.com/anjdreas/UnitsNet/ce85185429be345d77eb2ce09c99d59cc9ab8aed/Docs/Images/logo-32.png</iconUrl>
16+
<releaseNotes>
17+
* Add nuget with Windows Runtime Component for Universal Windows apps (UWP)
18+
</releaseNotes>
19+
<copyright>Copyright © 2015 Andreas Gullberg Larsen</copyright>
20+
<language>en-US</language>
21+
<tags>unit units measurement si metric imperial abbreviation abbreviations convert conversion parse c# .net immutable uwp uap winrt win10 windows runtime component</tags>
22+
</metadata>
23+
<files>
24+
<file src="Artifacts\Bin\Src\AnyCPU_Release\uap10.0\UnitsNet.*" target="lib/uap10.0" />
25+
<file src="UnitsNet\**\*.cs" exclude="UnitsNet\**\obj\**\*.cs" target="src" />
26+
</files>
27+
</package>

0 commit comments

Comments
 (0)