We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f561b commit 23a3c22Copy full SHA for 23a3c22
src/ExcelNumberFormat/AssemblyInfo.cs
@@ -0,0 +1,3 @@
1
+using System;
2
+
3
+[assembly:CLSCompliant(true)]
src/ExcelNumberFormat/ExcelNumberFormat.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
4
<TargetFrameworks>net20;netstandard1.0</TargetFrameworks>
5
- <VersionPrefix>1.0.1</VersionPrefix>
+ <VersionPrefix>1.0.2</VersionPrefix>
6
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8
<Description>.NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.</Description>
0 commit comments