Skip to content

Commit 34bd90c

Browse files
committed
UnitsNet: 4.95.0
1 parent 60277a4 commit 34bd90c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CodeGen/Generators/NanoFrameworkGen/NuspecGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public override string Generate()
2222
<package xmlns=""http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"">
2323
<metadata>
2424
<id>UnitsNet.nanoFramework.{_quantity.Name}</id>
25-
<version>4.94.0</version>
25+
<version>4.95.0</version>
2626
<title>Units.NET {_quantity.Name} - nanoFramework</title>
2727
<authors>Andreas Gullberg Larsen,nanoFramework project contributors</authors>
2828
<owners>UnitsNet</owners>

UnitsNet.NumberExtensions/UnitsNet.NumberExtensions.csproj

Lines changed: 1 addition & 1 deletion
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.94.0</Version>
5+
<Version>4.95.0</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>

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.94.0")]
21-
[assembly: AssemblyFileVersion("4.94.0")]
20+
[assembly: AssemblyVersion("4.95.0")]
21+
[assembly: AssemblyFileVersion("4.95.0")]
2222
[assembly: InternalsVisibleTo("UnitsNet.WindowsRuntimeComponent.Tests")]

UnitsNet.WindowsRuntimeComponent/UnitsNet.WindowsRuntimeComponent.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>UnitsNet.WindowsRuntimeComponent</id>
5-
<version>4.94.0</version>
5+
<version>4.95.0</version>
66
<title>Units.NET - Windows Runtime Component</title>
77
<authors>Andreas Gullberg Larsen</authors>
88
<owners>Andreas Gullberg Larsen</owners>

UnitsNet/UnitsNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NuGet properties -->
33
<PropertyGroup>
44
<PackageId>UnitsNet</PackageId>
5-
<Version>4.94.0</Version>
5+
<Version>4.95.0</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>

0 commit comments

Comments
 (0)