Skip to content

Commit a2cad45

Browse files
committed
UnitsNet: 3.105.0
1 parent 6cfe4e0 commit a2cad45

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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>3.104.0</version>
5+
<version>3.105.0</version>
66
<title>Units.NET - Windows Runtime Component</title>
77
<authors>Andreas Gullberg Larsen</authors>
88
<owners>Andreas Gullberg Larsen</owners>

UnitsNet/Properties/AssemblyInfo.WindowsRuntimeComponent.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
[assembly: AssemblyTrademark("")]
3939
[assembly: AssemblyCulture("")]
4040
[assembly: NeutralResourcesLanguage("")]
41-
[assembly: AssemblyVersion("3.104.0")]
42-
[assembly: AssemblyFileVersion("3.104.0")]
41+
[assembly: AssemblyVersion("3.105.0")]
42+
[assembly: AssemblyFileVersion("3.105.0")]
4343
[assembly: InternalsVisibleTo("UnitsNet.WindowsRuntimeComponent.Tests")]

UnitsNet/UnitsNet.Common.props

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>3.104.0</Version>
5+
<Version>3.105.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)