Skip to content

Commit 0085758

Browse files
committed
Update version to 2.7.0
1 parent 85cefb7 commit 0085758

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<DebugType>portable</DebugType>
1010
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
1111

12-
<VersionPrefix>2.6.1</VersionPrefix>
12+
<VersionPrefix>2.7.0</VersionPrefix>
1313
<Title>NPOI</Title>
1414
<Authors>Tony Qu,NPOI Contributors</Authors>
1515
<Owners>Nissl Lab</Owners>

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.6.1.0")]
37-
[assembly: AssemblyFileVersion("2.6.1.0")]
36+
[assembly: AssemblyVersion("2.7.0.0")]
37+
[assembly: AssemblyFileVersion("2.7.0.0")]
3838
[assembly: AssemblyInformationalVersion("2.0.0.0")]
3939
#if NETSTANDARD2_1 || NET6_0_OR_GREATER || 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.6.1.0")]
37-
[assembly: AssemblyFileVersion("2.6.1.0")]
36+
[assembly: AssemblyVersion("2.7.0.0")]
37+
[assembly: AssemblyFileVersion("2.7.0.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.6.1.0")]
37-
[assembly: AssemblyFileVersion("2.6.1.0")]
36+
[assembly: AssemblyVersion("2.7.0.0")]
37+
[assembly: AssemblyFileVersion("2.7.0.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.6.1.0")]
37-
[assembly: AssemblyFileVersion("2.6.1.0")]
36+
[assembly: AssemblyVersion("2.7.0.0")]
37+
[assembly: AssemblyFileVersion("2.7.0.0")]
3838
[assembly: AssemblyInformationalVersion("2.0.0.0")]
3939
#if NETSTANDARD2_1 || NET6_0_OR_GREATER || NETSTANDARD2_0 || NET40
4040
[assembly: AllowPartiallyTrustedCallers]

0 commit comments

Comments
 (0)