Skip to content

Commit 6dccb7d

Browse files
committed
update NPOI version
1 parent 03b44cf commit 6dccb7d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

OpenXmlFormats/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("2.5.2.0")]
37-
[assembly: AssemblyFileVersion("2.5.2.0")]
36+
[assembly: AssemblyVersion("2.5.3.0")]
37+
[assembly: AssemblyFileVersion("2.5.3.0")]
3838
[assembly: AssemblyInformationalVersion("2.0.0.0")]
3939
#if NETSTANDARD2_1 || NETSTANDARD2_0 || NET40
4040
[assembly: AllowPartiallyTrustedCallers]

main/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("2.5.2.0")]
37-
[assembly: AssemblyFileVersion("2.5.2.0")]
36+
[assembly: AssemblyVersion("2.5.3.0")]
37+
[assembly: AssemblyFileVersion("2.5.3.0")]
3838
[assembly: AssemblyInformationalVersion("2.0.0.0")]
3939

4040
[assembly: InternalsVisibleTo("NPOI.TestCases, PublicKey=002400000480000094000000060200000024000052534131000400000100010095ccd95af3b39d8bc20544d3f47fd24b53ebc5ccb693eaed116290629f8cd882c827ebd511ad59449224f0718d3f9d03b64945a6c8b6644266001b8c8426185330e3d96da70ae16d4acc21b8d4d480f1385c7e924273179375aa88f81380a72fb115712a313379d16aed4aa36208ee3b4a5dd785b06a07b2d868e3227f4495b5", AllInternalsVisible = true)]

ooxml/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("2.5.2.0")]
37-
[assembly: AssemblyFileVersion("2.5.2.0")]
36+
[assembly: AssemblyVersion("2.5.3.0")]
37+
[assembly: AssemblyFileVersion("2.5.3.0")]
3838
[assembly: AssemblyInformationalVersion("2.0.0.0")]
3939

4040
//[assembly: InternalsVisibleTo("ooxml.Testcases")]

openxml4Net/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("2.5.2.0")]
37-
[assembly: AssemblyFileVersion("2.5.2.0")]
36+
[assembly: AssemblyVersion("2.5.3.0")]
37+
[assembly: AssemblyFileVersion("2.5.3.0")]
3838
[assembly: AssemblyInformationalVersion("2.0.0.0")]
3939
#if NETSTANDARD2_1 || NETSTANDARD2_0 || NET40
4040
[assembly: AllowPartiallyTrustedCallers]

0 commit comments

Comments
 (0)