Skip to content

Commit

Permalink
Update v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rabanti-github committed Apr 21, 2024
1 parent 2a34760 commit 2a4c4c6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Demo .NET Standard/Demo .NET Standard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@

<StartupObject>Demo.Program</StartupObject>

<Version>2.3.3</Version>
<Version>2.4.0</Version>

<AssemblyVersion>2.3.3.0</AssemblyVersion>
<AssemblyVersion>2.4.3.0</AssemblyVersion>

<FileVersion>2.3.2.0</FileVersion>
<FileVersion>2.4.0.0</FileVersion>

<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

Expand Down
4 changes: 2 additions & 2 deletions Demo/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.3.0")]
[assembly: AssemblyFileVersion("2.3.3.0")]
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]
6 changes: 3 additions & 3 deletions NanoXLSX .NET Standard/NanoXLSX .NET Standard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<PackageLicenseFile></PackageLicenseFile>
<PackageReleaseNotes>Please see https://github.com/rabanti-github/NanoXLSX/blob/master/Changelog.md for the release notes</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<AssemblyVersion>2.3.3.0</AssemblyVersion>
<FileVersion>2.3.2.0</FileVersion>
<Version>2.3.3</Version>
<AssemblyVersion>2.4.0.0</AssemblyVersion>
<FileVersion>2.4.0.0</FileVersion>
<Version>24.0</Version>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions NanoXLSX/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.3")]
[assembly: AssemblyFileVersion("2.3.3")]
[assembly: AssemblyVersion("2.4.0")]
[assembly: AssemblyFileVersion("2.4.0")]
6 changes: 3 additions & 3 deletions NanoXlsx Test/NanoXLSX Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<IsPackable>false</IsPackable>

<Version>2.3.3</Version>
<Version>2.4.0</Version>

<Authors>Raphael Stoeckli</Authors>

Expand Down Expand Up @@ -34,9 +34,9 @@

<PackageReleaseNotes>Please see https://github.com/rabanti-github/NanoXLSX/blob/master/Changelog.md for the release notes</PackageReleaseNotes>

<AssemblyVersion>2.3.3.0</AssemblyVersion>
<AssemblyVersion>2.4.0.0</AssemblyVersion>

<FileVersion>2.3.3.0</FileVersion>
<FileVersion>2.4.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2a4c4c6

Please sign in to comment.