-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 5.20.0 #2466
Merged
Merged
Release 5.20.0 #2466
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tion parameter (default) and the other taking an options record parameter (o suffix)
…elper functions to make creating a SignCertificate easier
…rUrl is now required
I had forgotten to include MS-PL as well.
Forgot to remove a file from the dotnet-fake folder.
Use the correct SPDX license expression.
…they are supposed to contain, nothing more
- using the newest Windows SDK available - working around ProcessUtils.tryFindFile's lack of globbing support
Fix an AppVeyor environment variable being null because it does not exist.
Optimize package references of modules, uncluttering paket.lock.
update to FCS 35 across all projects
Should be included inside of \`\`
Support running Octo from .net core tool-manifest
The issue referred in the code octokit/octokit.net#963 has since been fixed. The timeout can be set via a method on the client, and per the last comment octokit/octokit.net#963 (comment) this needs to be set on the release upload request as well. If not set, the default per-request timeout of 100 seconds is configured.
General `DotNet.pack` example added
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
net462
and update tonet472
.--include-symbols
indotnet pack
, thanks @devployment - AddIncludeSymbols
toPackOptions
#2508Fake.DotNet.FSFormatting
supports the 4.0 RC releasenetcoreapp5.0
, thanks @TheAngryByrd, @fc1943s - Working with netcoreapp5.0/paket 6.0 preview #2496APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED
) returningnull
, thanks @teo-tsirpanis - Fix an AppVeyor environment variable being null because it does not exist. #2448FileNotFoundException
when cache is outdated.Fake.DotNet.FSFormatting
from alpha releaseFix Ionide (add test for verifying that the fake targets can be returned ionide/FsAutoComplete#570)