Skip to content

Commit 267918a

Browse files
authored
Merge pull request #105 from quintusm/Prepare-release-2.1.0
Prepare release 2.1.0
2 parents df2f0ab + 227bb4a commit 267918a

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

DEVGUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You can push the packages if you have permissions, either automatically using ``
44

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

99
git tag 1.0.1
1010
git push https://github.com/fsprojects/ExcelProvider --tags

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ This library is for the .NET platform implementing a read-only Excel type provid
66

77
## Building
88

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

1213
## Maintainer(s)
1314

RELEASE_NOTES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 2.1.0
2+
3+
* 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.
4+
* The documentation site has been updated and a number of small issues fixed.
5+
* Dependencies have been updated to the latest versions.
6+
* Started using Fantomas. All files now formatted with Fantomas.
7+
* Some build targets in build.fsx have been updated/restored i.e. Format, CheckFormat, Nuget, CleanDocs, GenerateDocs
8+
9+
10+
111
#### 2.1.0-rc2
212

313
* Remove included System.Runtime.CompilerServices and related packages that somehow got included in the nuget package

nuget/paket.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
type file
22
id ExcelProvider
33
version
4-
2.1.0-rc2
4+
2.1.0
55
authors
66
Contributors on Github
77
owners

0 commit comments

Comments
 (0)