Skip to content

Commit 8c4b722

Browse files
committed
UnitsNet: 3.89.0
1 parent 3a64cf7 commit 8c4b722

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

UnitsNet/Properties/AssemblyInfo.WindowsRuntimeComponent.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013 Andreas Gullberg Larsen ([email protected]).
1+
// Copyright (c) 2013 Andreas Gullberg Larsen ([email protected]).
22
// https://github.com/angularsen/UnitsNet
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -38,6 +38,6 @@
3838
[assembly: AssemblyTrademark("")]
3939
[assembly: AssemblyCulture("")]
4040
[assembly: NeutralResourcesLanguage("")]
41-
[assembly: AssemblyVersion("3.55.0")]
42-
[assembly: AssemblyFileVersion("3.55.0")]
41+
[assembly: AssemblyVersion("3.89.0")]
42+
[assembly: AssemblyFileVersion("3.89.0")]
4343
[assembly: InternalsVisibleTo("UnitsNet.WindowsRuntimeComponent.Tests")]

UnitsNet/UnitsNet.Common.props

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>3.88.0</Version>
5+
<Version>3.89.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>
@@ -41,4 +41,4 @@
4141
<EmbeddedResource Remove="obj\**" />
4242
<None Remove="obj\**" />
4343
</ItemGroup>
44-
</Project>
44+
</Project>

0 commit comments

Comments
 (0)