-
Notifications
You must be signed in to change notification settings - Fork 804
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
Update version numbers #9260
Update version numbers #9260
Conversation
eng/Versions.props
Outdated
<!-- The pattern for specifying the preview package --> | ||
<FSharpCorePreviewPackageVersion>$(FSCorePackageVersion)-$(PreReleaseVersionLabel).*</FSharpCorePreviewPackageVersion> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<FSPackageMajorVersion>10.8</FSPackageMajorVersion> | ||
<FSPackageVersion>$(FSPackageMajorVersion).1</FSPackageVersion> | ||
<FSPackageMajorVersion>10.9</FSPackageMajorVersion> |
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.
This shouldn't be in this pr, I'll come in with the merge from 16.6
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.
Update: I just pulled in the 16.6 -> master merge, so the 10.9 change and the .2 change can be pulled out of this.
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.
kewl
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.
@brettfo , done.
eng/Versions.props
Outdated
<!-- The pattern for specifying the preview package --> | ||
<FSharpCorePreviewPackageVersion>$(FSCorePackageVersion)-$(PreReleaseVersionLabel).*</FSharpCorePreviewPackageVersion> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<FSPackageMajorVersion>10.9</FSPackageMajorVersion> | ||
<FSPackageVersion>$(FSPackageMajorVersion).1</FSPackageVersion> | ||
<FSPackageVersion>$(FSPackageMajorVersion).2</FSPackageVersion> |
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.
10.9.1
should probably change to 10.10.0
instead of 10.9.2
.
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.
@brettfo, done.
* Update version * Update Versions.props * Update Versions.props
FSharp.Core 4.7.2 is now published, time to prepare 4.7.3
Update tooling version numbers to prepare to 4.9.2