Skip to content

Commit acb69a6

Browse files
Updated release information
1 parent 288e3d1 commit acb69a6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packageName": "NanoXLSX",
3-
"version": "3.0.0-rc.7",
3+
"version": "3.0.0-rc.8",
44
"description": "NanoXLSX is a library to generate and read Microsoft Excel files (XLSX) in an easy and native way. This package is the meta package of NanoXLSX and should be used in most cases as dependency in your project."
55
}

Docs.IndexGenerator/Output/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1>
4040

4141
<hr>
4242

43-
<h2>Meta Package v3.0.0-rc.7</h2>
43+
<h2>Meta Package v3.0.0-rc.8</h2>
4444
<section>
4545
<ul class="list">
4646
<li><strong>NanoXLSX</strong> — This package is the meta package of NanoXLSX and should be used in most cases as dependency in your project.</li>
@@ -49,7 +49,7 @@ <h2>Meta Package v3.0.0-rc.7</h2>
4949
<p>There is no documentation for the meta package. Please see the section <b>Dependency Package Documentation</b> for the complete API documentation.</p>
5050
</section>
5151

52-
<p class="version">Version 3.0.0-rc.7</p>
52+
<p class="version">Version 3.0.0-rc.8</p>
5353
</header>
5454

5555
<hr>

NanoXLSX/NanoXLSX.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageReleaseNotes>Please see https://github.com/rabanti-github/NanoXLSX/blob/master/Changelog.md for the release notes</PackageReleaseNotes>
2727
<AssemblyVersion>3.0.0.0</AssemblyVersion>
2828
<FileVersion>3.0.0.0</FileVersion>
29-
<Version>3.0.0-rc.7</Version>
29+
<Version>3.0.0-rc.8</Version>
3030
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3131
<IncludeSymbols>false</IncludeSymbols>
3232
<EnableNETAnalyzers>True</EnableNETAnalyzers>
@@ -63,8 +63,8 @@
6363

6464
<ItemGroup>
6565
<PackageReference Include="NanoXLSX.Core" Version="3.0.0-rc.6" />
66-
<PackageReference Include="NanoXLSX.Reader" Version="3.0.0-rc.5" />
67-
<PackageReference Include="NanoXLSX.Writer" Version="3.0.0-rc.5" />
66+
<PackageReference Include="NanoXLSX.Reader" Version="3.0.0-rc.6" />
67+
<PackageReference Include="NanoXLSX.Writer" Version="3.0.0-rc.6" />
6868
<PackageReference Include="NanoXLSX.Formatting" Version="3.0.0-rc.1" />
6969
</ItemGroup>
7070

0 commit comments

Comments
 (0)