Skip to content

Commit

Permalink
Merge pull request #105 from quintusm/Prepare-release-2.1.0
Browse files Browse the repository at this point in the history
Prepare release 2.1.0
  • Loading branch information
quintusm authored May 15, 2024
2 parents df2f0ab + 227bb4a commit 267918a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEVGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ You can push the packages if you have permissions, either automatically using ``

.\Build BuildPackage
set APIKEY=...
..\fsharp\.nuget\nuget.exe push bin\ExcelProvider.1.0.1.nupkg %APIKEY% -Source https://nuget.org
..\fsharp\.nuget\nuget.exe push bin\ExcelProvider.1.0.1.nupkg %APIKEY% -Source https://nuget.org

git tag 1.0.1
git push https://github.com/fsprojects/ExcelProvider --tags
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ This library is for the .NET platform implementing a read-only Excel type provid

## Building

* Windows: Run *build.cmd*
* Windows: Run ./build.cmd -t Build (see build.fsx for more options to pass in as arguments after -t)
* Requires dotnet core 6.0.421 or higher 6.0 level sdk to be installed.
* See DEVGUIDE.md for more information

## Maintainer(s)

Expand Down
10 changes: 10 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 2.1.0

* Fix issue [#77](https://github.com/fsprojects/ExcelProvider/issues/77). The type provider will no longer revert to the first sheet if the sheet name provided does not exist. Instead, the code will not compile.
* The documentation site has been updated and a number of small issues fixed.
* Dependencies have been updated to the latest versions.
* Started using Fantomas. All files now formatted with Fantomas.
* Some build targets in build.fsx have been updated/restored i.e. Format, CheckFormat, Nuget, CleanDocs, GenerateDocs



#### 2.1.0-rc2

* Remove included System.Runtime.CompilerServices and related packages that somehow got included in the nuget package
Expand Down
2 changes: 1 addition & 1 deletion nuget/paket.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
type file
id ExcelProvider
version
2.1.0-rc2
2.1.0
authors
Contributors on Github
owners
Expand Down

0 comments on commit 267918a

Please sign in to comment.