-
Notifications
You must be signed in to change notification settings - Fork 387
/
Copy pathUnitsNet.WindowsRuntimeComponent.nuspec
25 lines (25 loc) · 1.51 KB
/
UnitsNet.WindowsRuntimeComponent.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>UnitsNet.WindowsRuntimeComponent</id>
<version>4.42.0</version>
<title>Units.NET - Windows Runtime Component</title>
<authors>Andreas Gullberg Larsen</authors>
<owners>Andreas Gullberg Larsen</owners>
<license type="expression">MIT-0</license>
<projectUrl>https://github.com/angularsen/UnitsNet</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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>
<summary>For C#/VB Universal Windows code (UWP), use UnitsNet instead.</summary>
<iconUrl>https://raw.githubusercontent.com/angularsen/UnitsNet/ce85185429be345d77eb2ce09c99d59cc9ab8aed/Docs/Images/logo-32.png</iconUrl>
<releaseNotes>
</releaseNotes>
<copyright>Copyright 2013 Andreas Gullberg Larsen (andreas.larsen84@gmail.com).</copyright>
<language>en-US</language>
<tags>unit units measurement si metric imperial abbreviation abbreviations convert conversion parse c# .net immutable uwp uap winrt win10 windows runtime component</tags>
</metadata>
<files>
<file src="..\Artifacts\UnitsNet.WindowsRuntimeComponent\*.*" target="lib\uap10.0" />
<file src="**\*.cs" exclude="**\obj\**\*.cs" target="src" />
</files>
</package>