Skip to content

Commit 97cc890

Browse files
author
Erik Ovegård
committed
Added CLSCompliant(true) and stepped version number and copyright year
1 parent 27670d7 commit 97cc890

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

UnitsNet/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
2121

22+
using System;
2223
using System.Reflection;
2324
using System.Resources;
2425

@@ -34,11 +35,11 @@
3435
[assembly: AssemblyConfiguration("")]
3536
[assembly: AssemblyCompany("Initial Force AS")]
3637
[assembly: AssemblyProduct("UnitsNet")]
37-
[assembly: AssemblyCopyright("Copyright © 2007-2014 Initial Force AS")]
38+
[assembly: AssemblyCopyright("Copyright © 2007-2016 Initial Force AS")]
3839
[assembly: AssemblyTrademark("")]
3940
[assembly: AssemblyCulture("")]
4041
[assembly: NeutralResourcesLanguage("")]
41-
42+
[assembly: CLSCompliant(true)]
4243
// Version information for an assembly consists of the following four values:
4344
//
4445
// Major Version
@@ -47,5 +48,5 @@
4748
// Revision
4849
//
4950

50-
[assembly: AssemblyVersion("3.19.0")]
51-
[assembly: AssemblyFileVersion("3.19.0")]
51+
[assembly: AssemblyVersion("3.25.0")]
52+
[assembly: AssemblyFileVersion("3.25.0")]

0 commit comments

Comments
 (0)