Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit017f06d

Browse files
committed
consolidate VS package version generation
1 parent4952f84 commit017f06d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎setup/FSharp.Setup.props‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
<NugetPackagesDir>$(SetupRootFolder)\..\packages</NugetPackagesDir>
1111
</PropertyGroup>
1212

13+
<ImportProject="$(MSBuildThisFileDirectory)..\build\targets\AssemblyVersions.props" />
14+
1315
<PropertyGroup>
14-
<!-- This number should bekept in sync with the expected shipping version of Visual Studio.-->
15-
<FSharpProductVersion>15.7</FSharpProductVersion>
16+
<!-- This number shouldonlybetwo parts, e.g., '15.6'.-->
17+
<FSharpProductVersion>$(VSAssemblyVersion.Split('.')[0]).$(VSAssemblyVersion.Split('.')[1])</FSharpProductVersion>
1618
<!-- BUILD_BUILDNUMBER is passed from Microbuild. Replace by today's date and (0) if it was a local build-->
1719
<BUILD_BUILDNUMBERCondition="'$(BUILD_BUILDNUMBER)' == ''">$([System.DateTime]::Now.ToString(yyyyMMdd.0))</BUILD_BUILDNUMBER>
1820
<!-- Remove .DRAFT suffix if it exists in the build number-->

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp