Skip to content

Commit 7780006

Browse files
authored
Revert "Replace MIT-0 with MIT to fix nuget push" (#886)
1 parent a53e17a commit 7780006

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

UnitsNet.NumberExtensions/UnitsNet.NumberExtensions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NuGet properties -->
33
<PropertyGroup>
44
<PackageId>UnitsNet.NumberExtensions</PackageId>
5-
<Version>4.81.0</Version>
5+
<Version>4.81.1</Version>
66
<Authors>Andreas Gullberg Larsen, Lu Li, Jon Suda</Authors>
77
<Title>Units.NET NumberExtensions</Title>
88
<Description>Adds extension methods to number types to more easily create quantities, such as 5.Meters() instead of Length.FromMeters(5).</Description>
@@ -12,7 +12,7 @@
1212
<PackageIcon>logo-32.png</PackageIcon>
1313
<PackageIconUrl>https://raw.githubusercontent.com/angularsen/UnitsNet/ce85185429be345d77eb2ce09c99d59cc9ab8aed/Docs/Images/logo-32.png</PackageIconUrl>
1414
<PackageProjectUrl>https://github.com/angularsen/UnitsNet</PackageProjectUrl>
15-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15+
<PackageLicenseExpression>MIT-0</PackageLicenseExpression>
1616
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1717
<PackageTags>UnitsNet Extensions NumberToExtensions NumberToUnitsExtensions NumberExtensions NumberToUnits convert conversion parse</PackageTags>
1818
</PropertyGroup>

UnitsNet.Serialization.JsonNet/UnitsNet.Serialization.JsonNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageIcon>logo-32.png</PackageIcon>
1313
<PackageIconUrl>https://raw.githubusercontent.com/angularsen/UnitsNet/ce85185429be345d77eb2ce09c99d59cc9ab8aed/Docs/Images/logo-32.png</PackageIconUrl>
1414
<PackageProjectUrl>https://github.com/angularsen/UnitsNet</PackageProjectUrl>
15-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15+
<PackageLicenseExpression>MIT-0</PackageLicenseExpression>
1616
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1717
<PackageTags>unit units measurement json Json.NET Newtonsoft serialize deserialize serialization deserialization</PackageTags>
1818
<PackageReleaseNotes>Upgrade JSON.NET to 12.0.3. Support arrays.</PackageReleaseNotes>

UnitsNet.WindowsRuntimeComponent/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
[assembly: AssemblyTrademark("")]
1818
[assembly: AssemblyCulture("")]
1919
[assembly: NeutralResourcesLanguage("")]
20-
[assembly: AssemblyVersion("4.81.0")]
21-
[assembly: AssemblyFileVersion("4.81.0")]
20+
[assembly: AssemblyVersion("4.81.1")]
21+
[assembly: AssemblyFileVersion("4.81.1")]
2222
[assembly: InternalsVisibleTo("UnitsNet.WindowsRuntimeComponent.Tests")]

UnitsNet.WindowsRuntimeComponent/UnitsNet.WindowsRuntimeComponent.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>UnitsNet.WindowsRuntimeComponent</id>
5-
<version>4.81.0</version>
5+
<version>4.81.1</version>
66
<title>Units.NET - Windows Runtime Component</title>
77
<authors>Andreas Gullberg Larsen</authors>
88
<owners>Andreas Gullberg Larsen</owners>
9-
<license type="expression">MIT</license>
9+
<license type="expression">MIT-0</license>
1010
<projectUrl>https://github.com/angularsen/UnitsNet</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<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>

UnitsNet/UnitsNet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NuGet properties -->
33
<PropertyGroup>
44
<PackageId>UnitsNet</PackageId>
5-
<Version>4.81.0</Version>
5+
<Version>4.81.1</Version>
66
<Authors>Andreas Gullberg Larsen</Authors>
77
<Title>Units.NET</Title>
88
<Description>Get all the common units of measurement and the conversions between them. It is light-weight and thoroughly tested.</Description>
@@ -12,7 +12,7 @@
1212
<PackageIcon>logo-32.png</PackageIcon>
1313
<PackageIconUrl>https://raw.githubusercontent.com/angularsen/UnitsNet/ce85185429be345d77eb2ce09c99d59cc9ab8aed/Docs/Images/logo-32.png</PackageIconUrl>
1414
<PackageProjectUrl>https://github.com/angularsen/UnitsNet</PackageProjectUrl>
15-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15+
<PackageLicenseExpression>MIT-0</PackageLicenseExpression>
1616
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1717
<PackageTags>unit units quantity quantities measurement si metric imperial abbreviation abbreviations convert conversion parse immutable</PackageTags>
1818
</PropertyGroup>

0 commit comments

Comments
 (0)