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
Nuget package + release notes #10024
Conversation
|
I love it. Quick note on markdown: if you don't want to have to duplicate attribution for folks, you can use reference-style-links to only have to define the link's address once, and reuse it in all other locations. |
| @@ -17,7 +17,8 @@ | |||
| <PackageId>FSharp.Core</PackageId> | |||
| <NuspecFile>FSharp.Core.nuspec</NuspecFile> | |||
| <IsPackable>true</IsPackable> | |||
| <PackageDescription>FSharp.Core redistributables from Visual F# Tools version $(FSPackageMajorVersion) For F# $(FSCoreMajorVersion). Contains code from the F# Software Foundation.</PackageDescription> | |||
| <PackageDescription>FSharp.Core redistributables from Visual F# Tools version $(FSCorePackageVersion) For F# $(FSLanguageVersion). Contains code from the F# Software Foundation.</PackageDescription> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <PackageDescription>FSharp.Core redistributables from Visual F# Tools version $(FSCorePackageVersion) For F# $(FSLanguageVersion). Contains code from the F# Software Foundation.</PackageDescription> | |
| <PackageDescription>FSharp.Core redistributables from F# Tools version $(FSCorePackageVersion) For F# $(FSLanguageVersion). Contains code from the F# Software Foundation.</PackageDescription> |
Let's finally drop the "Visual" from here :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The fcs release notes are already in, they are at the bottom of the release-notes file.
Yes I can yeet the Visual from Visual FSharp.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yee
eng/Versions.props
Outdated
| @@ -11,29 +11,46 @@ | |||
| </PropertyGroup> | |||
| <!-- Version number computation --> | |||
| <PropertyGroup> | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Arcade updates will remove the newlines in this file.
* Nuget package + release notes * feedback


Transfer FCS release notes into release-notes.md.
Add new sections to the release notes:
The release notes will be maintained in the main branch of the dotnet/fsharp repo. The nuget packages wll contain a link to them.
This pr: also generate uri's for release notes element of nuspec file that point to the relevent sections.
FSharp.Core uri looks similar to:
https://github.com/dotnet/fsharp/blob/main/release-notes.md#FSharp-Core-5-0-0
Compiler.Service:
https://github.com/dotnet/fsharp/blob/main/release-notes.md#FSharp-Compilere-Service-37-0-0
The text was updated successfully, but these errors were encountered: