Skip to content

Commit 6bc5cb5

Browse files
committed
Bump version to 0.95.2
1 parent 2f532c9 commit 6bc5cb5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ClosedXML/ClosedXML.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>7.2</LangVersion>
66
<AssemblyName>ClosedXML</AssemblyName>
77
<PackageId>ClosedXML</PackageId>
8-
<Version>0.95.1</Version>
8+
<Version>0.95.2</Version>
99
<Authors>Francois Botha, Aleksei Pankratev, Manuel de Leon, Amir Ghezelbash</Authors>
1010
<Owners>Francois Botha, Aleksei Pankratev</Owners>
1111
<Company />

ClosedXML_Examples/ClosedXML_Examples.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netcoreapp2.0;net40;net46</TargetFrameworks>
55
<LangVersion>7.2</LangVersion>
66
<OutputType>Exe</OutputType>
7-
<Version>0.95.1</Version>
7+
<Version>0.95.2</Version>
88
<NoWarn>$(NoWarn);NU1605</NoWarn>
99
<Configurations>Debug;Release;Release.Signed</Configurations>
1010
</PropertyGroup>

ClosedXML_Sandbox/ClosedXML_Sandbox.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFrameworks>netcoreapp2.0;net40;net46</TargetFrameworks>
66
<LangVersion>7.2</LangVersion>
7-
<Version>0.95.1</Version>
7+
<Version>0.95.2</Version>
88
<NoWarn>$(NoWarn);NU1605</NoWarn>
99
<Configurations>Debug;Release;Release.Signed</Configurations>
1010
</PropertyGroup>

ClosedXML_Tests/ClosedXML_Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netcoreapp3.1;net40;net46</TargetFrameworks>
55
<LangVersion>7.2</LangVersion>
6-
<Version>0.95.1</Version>
6+
<Version>0.95.2</Version>
77
<IsPackable>false</IsPackable>
88
<NoWarn>$(NoWarn);NU1605</NoWarn>
99
<Configurations>Debug;Release;Release.Signed</Configurations>

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.95.1.{build}
1+
version: 0.95.2.{build}
22

33
os: Visual Studio 2019
44
image: Visual Studio 2019

0 commit comments

Comments
 (0)