Skip to content

Commit

Permalink
Merge pull request #99 from quintusm/master
Browse files Browse the repository at this point in the history
Remove Compilerservices accidentally added to nuget package
  • Loading branch information
quintusm authored May 8, 2024
2 parents e2b0d53 + 03d071d commit 1fdc84f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 526 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 2.1.0-rc2

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


#### 2.1.0-rc1

* 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 is not provided. Instead, it will throw an exception.
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-rc1
2.1.0-rc2
authors
Contributors on Github
owners
Expand Down
1 change: 0 additions & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source https://api.nuget.org/v3/index.json
frameworks: netstandard2.0

nuget ExcelDataReader.DataSet
nuget FSharp.Compiler.Service
nuget FSharp.Core 6.0.7
nuget NetStandard.Library
nuget Microsoft.NET.Test.Sdk
Expand Down
Loading

0 comments on commit 1fdc84f

Please sign in to comment.