Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Nov 3, 2023
2 parents b45db41 + 4f0a28c commit 41eca2f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 5.0.1+2958cd9 (Released 2023-10-28)
* Additions:
* [[#2958cd9](https://github.com/CSBiology/FsSpreadsheet/commit/2958cd951db833c5d469875d03ad175e496f07ae)] update references from major 3 to major 5
* [[#dff1bf3](https://github.com/CSBiology/FsSpreadsheet/commit/dff1bf35cafa238fbe3604524259684aa90f3520)] Update version and release npm

### 5.0.0+62ff8ec (Released 2023-10-26)
* Additions:
* [[#62ff8ec](https://github.com/CSBiology/FsSpreadsheet/commit/62ff8ec966cf618a4231e281fcc4f23447e3e9b3)] Merge pull request #76 from fslaborg/io_tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fslab/fsspreadsheet",
"version": "5.0.0",
"version": "5.0.1",
"description": "Minimal spreadsheet creation and manipulation using exceljs io.",
"type": "module",
"main": "Xlsx.js",
Expand Down
2 changes: 1 addition & 1 deletion src/FsSpreadsheet.CsvIO/FsSpreadsheet.CsvIO.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\FsSpreadsheet\FsSpreadsheet.fsproj" PackageVersion="[3.0.0, 4.0.0)" />
<ProjectReference Include="..\FsSpreadsheet\FsSpreadsheet.fsproj" PackageVersion="[5.0.0, 6.0.0)" />
</ItemGroup>

<Target Name="UseExplicitPackageVersions" BeforeTargets="GenerateNuspec">
Expand Down
2 changes: 1 addition & 1 deletion src/FsSpreadsheet.ExcelIO/FsSpreadsheet.ExcelIO.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\FsSpreadsheet\FsSpreadsheet.fsproj" PackageVersion="[3.0.0, 4.0.0)" />
<ProjectReference Include="..\FsSpreadsheet\FsSpreadsheet.fsproj" PackageVersion="[5.0.0, 6.0.0)" />
</ItemGroup>

<Target Name="UseExplicitPackageVersions" BeforeTargets="GenerateNuspec">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\FsSpreadsheet\FsSpreadsheet.fsproj" PackageVersion="[3.0.0, 4.0.0)" />
<ProjectReference Include="..\FsSpreadsheet\FsSpreadsheet.fsproj" PackageVersion="[5.0.0, 6.0.0)" />
<PackageReference Include="Giraffe.ViewEngine" Version="1.4.0" />
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.23165.2" />
<PackageReference Include="Microsoft.DotNet.Interactive.Formatting" Version="1.0.0-beta.23165.2" />
Expand Down

0 comments on commit 41eca2f

Please sign in to comment.