-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade F# TypeProviders SDK to 8.1 (#615)
Co-authored-by: Oskar Gewalli <[email protected]>
- Loading branch information
1 parent
1f0fc12
commit 3228a09
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule FSharp.TypeProviders.SDK
updated
13 files
+33 −29 | .config/dotnet-tools.json | |
+11 −1 | .github/workflows/pr.yml | |
+11 −1 | .github/workflows/push.yml | |
+85 −50 | RELEASE_NOTES.md | |
+2 −2 | build.fsx | |
+203 −234 | build.fsx.lock | |
+9 −9 | docs/debugging.md | |
+3 −3 | docs/index.md | |
+6 −6 | docs/technical-notes.md | |
+1 −1 | global.json | |
+1 −0 | src/FSharp.TypeProviders.SDK.fsproj | |
+96 −97 | src/ProvidedTypes.fs | |
+5 −4 | src/ProvidedTypes.fsi |