Skip to content

Commit 23a3c22

Browse files
committed
Mark assembly as CLS compliant, bump version
1 parent f2f561b commit 23a3c22

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/ExcelNumberFormat/AssemblyInfo.cs

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
using System;
2+
3+
[assembly:CLSCompliant(true)]

src/ExcelNumberFormat/ExcelNumberFormat.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net20;netstandard1.0</TargetFrameworks>
5-
<VersionPrefix>1.0.1</VersionPrefix>
5+
<VersionPrefix>1.0.2</VersionPrefix>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<Description>.NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.</Description>

0 commit comments

Comments
 (0)