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

Commita0414e7

Browse files
authored
Update Version Numbers (dotnet#4064)
* Rev version numbers to 4.4.3.0* updates* Fix fcs builds
1 parent4c06ae2 commita0414e7

File tree

96 files changed

+376
-339
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+376
-339
lines changed

‎fcs/FSharp.Compiler.Service.MSBuild.v12/FSharp.Compiler.Service.MSBuild.v12.fsproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
</Reference>
7878
<!-- we build the nuget against FSHarp.Core 4.4.0.0 instead of our latest to allow use in wider range of F# tools-->
7979
<ReferenceInclude="FSharp.Core">
80-
<HintPath>$(FSharpSourcesRoot)\..\packages\Microsoft.Portable.FSharp.Core.4.1.20\lib\profiles\net40\FSharp.Core.dll</HintPath>
80+
<HintPath>$(FSharpSourcesRoot)\..\packages\Microsoft.Portable.FSharp.Core.$(FSharpCoreFrozenPortablePackageVersion)\lib\profiles\net40\FSharp.Core.dll</HintPath>
8181
<Private>false</Private>
8282
</Reference>
8383
</ItemGroup>

‎fcs/FSharp.Compiler.Service.ProjectCracker/FSharp.Compiler.Service.ProjectCracker.fsproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<ReferenceInclude="System.Xml" />
4747
<!-- we build the nuget against FSHarp.Core 4.4.0.0 instead of our latest to allow use in wider range of F# tools-->
4848
<ReferenceInclude="FSharp.Core">
49-
<HintPath>$(FSharpSourcesRoot)\..\packages\Microsoft.Portable.FSharp.Core.4.1.20\lib\profiles\net40\FSharp.Core.dll</HintPath>
49+
<HintPath>$(FSharpSourcesRoot)\..\packages\Microsoft.Portable.FSharp.Core.$(FSharpCoreFrozenPortablePackageVersion)\lib\profiles\net40\FSharp.Core.dll</HintPath>
5050
<Private>false</Private>
5151
</Reference>
5252
</ItemGroup>

‎fcs/FSharp.Compiler.Service.ProjectCrackerTool/FSharp.Compiler.Service.ProjectCrackerTool.fsproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<ReferenceInclude="System.Xml" />
5959
<!-- we build the nuget against FSHarp.Core 4.4.0.0 instead of our latest to allow use in wider range of F# tools-->
6060
<ReferenceInclude="FSharp.Core">
61-
<HintPath>$(FSharpSourcesRoot)\..\packages\Microsoft.Portable.FSharp.Core.4.1.20\lib\profiles\net40\FSharp.Core.dll</HintPath>
61+
<HintPath>$(FSharpSourcesRoot)\..\packages\Microsoft.Portable.FSharp.Core.$(FSharpCoreFrozenPortablePackageVersion)\lib\profiles\net40\FSharp.Core.dll</HintPath>
6262
<Private>false</Private>
6363
</Reference>
6464
</ItemGroup>

‎fcs/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@
651651

652652
<!-- we build the nuget against FSHarp.Core 4.4.0.0 instead of our latest to allow use in wider range of F# tools-->
653653
<ReferenceInclude="FSharp.Core">
654-
<HintPath>$(FSharpSourcesRoot)\..\packages\Microsoft.Portable.FSharp.Core.4.1.20\lib\profiles\net40\FSharp.Core.dll</HintPath>
654+
<HintPath>$(FSharpSourcesRoot)\..\packages\Microsoft.Portable.FSharp.Core.$(FSharpCoreFrozenPortablePackageVersion)\lib\profiles\net40\FSharp.Core.dll</HintPath>
655655
<Private>false</Private>
656656
</Reference>
657657
</ItemGroup>

‎fcs/samples/EditorService/EditorService.fsproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<ItemGroup>
4242
<!-- we build the nuget against FSHarp.Core 4.4.0.0 instead of our latest to allow use in wider range of F# tools-->
4343
<ReferenceInclude="FSharp.Core">
44-
<HintPath>$(SolutionDir)\..\packages\Microsoft.Portable.FSharp.Core.4.1.20\lib\profiles\net40\FSharp.Core.dll</HintPath>
44+
<HintPath>$(SolutionDir)\..\packages\Microsoft.Portable.FSharp.Core.$(FSharpCoreFrozenPortablePackageVersion)\lib\profiles\net40\FSharp.Core.dll</HintPath>
4545
<Private>false</Private>
4646
</Reference>
4747
<ReferenceInclude="mscorlib" />

‎packages.config‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<packageid="FSharp.Compiler.Tools"version="4.1.27"/>
4646

4747
<!-- Frozen portable library versions of FSharp.Core.dll (simply a renamed fsharp.core.4.1.18-->
48-
<packageid="Microsoft.Portable.FSharp.Core"version="4.1.20"/>
48+
<packageid="Microsoft.Portable.FSharp.Core"version="4.3.0"/>
4949

5050
<!-- FSharp.Core is used to get back versions of FSharp.Core-->
5151
<packageid="FSharp.Core"version="4.1.17"/>

‎setup/FSharp.SDK/Common.Wix.Properties.wxs‎

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<DirectoryId="ReferenceAssemblies_Microsoft_FSharp"Name="FSharp">
1212
<DirectoryId="ReferenceAssemblies_Microsoft_FSharp_NETFramework"Name=".NETFramework">
1313
<DirectoryId="ReferenceAssemblies_Microsoft_FSharp_NETFramework_4.0"Name="v4.0">
14+
<DirectoryId="ReferenceAssemblies_Microsoft_FSharp_NETFramework_4.0_4.4.3.0"Name="4.4.3.0">
15+
<DirectoryId="ReferenceAssemblies_Microsoft_FSharp_NETFramework_4.0_4.4.3.0_$(var.LocaleId)"Name="$(var.LocaleParentCulture)" />
16+
</Directory>
1417
<DirectoryId="ReferenceAssemblies_Microsoft_FSharp_NETFramework_4.0_4.4.1.0"Name="4.4.1.0">
1518
<DirectoryId="ReferenceAssemblies_Microsoft_FSharp_NETFramework_4.0_4.4.1.0_$(var.LocaleId)"Name="$(var.LocaleParentCulture)" />
1619
</Directory>
@@ -78,10 +81,10 @@
7881

7982
<DirectoryId="MicrosoftSDKs"Name="Microsoft SDKs">
8083
<DirectoryId="MicrosoftSDKs_FS"Name="F#">
81-
<DirectoryId="MicrosoftSDKs_FS_4.1"Name="4.1">
82-
<DirectoryId="MicrosoftSDKs_FS_4.1_Framework"Name="Framework">
83-
<DirectoryId="MicrosoftSDKs_FS_4.1_Framework_v4.0"Name="v4.0">
84-
<DirectoryId="MicrosoftSDKs_FS_4.1_Framework_v4.0_$(var.LocaleId)"Name="$(var.LocaleParentCulture)" />
84+
<DirectoryId="MicrosoftSDKs_FS_4.3"Name="4.3">
85+
<DirectoryId="MicrosoftSDKs_FS_4.3_Framework"Name="Framework">
86+
<DirectoryId="MicrosoftSDKs_FS_4.3_Framework_v4.0"Name="v4.0">
87+
<DirectoryId="MicrosoftSDKs_FS_4.3_Framework_v4.0_$(var.LocaleId)"Name="$(var.LocaleParentCulture)" />
8588
</Directory>
8689
</Directory>
8790
</Directory>

‎setup/FSharp.SDK/FSharp.SDK.wxs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information.-->
33
<Wixxmlns="http://schemas.microsoft.com/wix/2006/wi">
44

5-
<?define ProductVersion ="4.1"?>
5+
<?define ProductVersion ="4.3"?>
66
<?define ProductPlatform ="x86"?>
77
<?define ProductManufacturer ="Microsoft Corporation"?>
88
<?define ProductDescription ="Visual F# $(var.ProductVersion) SDK"?>

‎setup/FSharp.SDK/component-groups/Compiler_LangPack.wxs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ComponentRefId="Compiler_LangPack_FSharp.Compiler.Private.dll_$(var.LocaleCode)" />
1010
</ComponentGroup>
1111

12-
<DirectoryRefId="MicrosoftSDKs_FS_4.1_Framework_v4.0_$(var.LocaleId)">
12+
<DirectoryRefId="MicrosoftSDKs_FS_4.3_Framework_v4.0_$(var.LocaleId)">
1313
<ComponentId="Compiler_LangPack_FSharp.Core.dll_$(var.LocaleCode)"Guid="$(fsharp.guid(Compiler_LangPack_FSharp.Core.dll_$(var.LocaleCode), $(var.LocaleCode)))">
1414
<FileId="Compiler_LangPack_FSharp.Core.dll_$(var.LocaleCode)"Source="$(var.BinariesDir)\net40\bin\$(var.LocaleParentCulture)\FSharp.Core.resources.dll"KeyPath="yes" />
1515
</Component>

‎setup/FSharp.SDK/component-groups/Compiler_Redist.wxs‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
</ComponentGroup>
4141

42-
<DirectoryRefId="MicrosoftSDKs_FS_4.1_Framework_v4.0">
42+
<DirectoryRefId="MicrosoftSDKs_FS_4.3_Framework_v4.0">
4343

4444
<ComponentId="Compiler_Redist_FSharp.Core.dll"Guid="$(fsharp.guid(Compiler_Redist_FSharp.Core.dll, $(var.LocaleCode)))">
4545
<FileId="Compiler_Redist_FSharp.Core.dll"Source="$(var.BinariesDir)\net40\bin\FSharp.Core.dll"KeyPath="yes">
@@ -131,18 +131,18 @@
131131
</Component>
132132

133133
<ComponentId="Compiler_Redist_RegistryKeys_CompilerLocation"Guid="$(fsharp.guid(Compiler_Redist_RegistryKeys_CompilerLocation, $(var.LocaleCode)))">
134-
<EnvironmentId="Compiler_Redist_FSHARPINSTALLDIR_Environment_Variable"Name="FSHARPINSTALLDIR"Value="[MicrosoftSDKs_FS_4.1_Framework_v4.0]"Action="create"System="yes" />
135-
<RegistryKeyRoot="HKLM"Key="Software\Microsoft\FSharp\4.1\Runtime\v4.0"ForceCreateOnInstall="yes"ForceDeleteOnUninstall="yes">
136-
<RegistryValueValue="[MicrosoftSDKs_FS_4.1_Framework_v4.0]"Type="string" />
134+
<EnvironmentId="Compiler_Redist_FSHARPINSTALLDIR_Environment_Variable"Name="FSHARPINSTALLDIR"Value="[MicrosoftSDKs_FS_4.3_Framework_v4.0]"Action="create"System="yes" />
135+
<RegistryKeyRoot="HKLM"Key="Software\Microsoft\FSharp\4.3\Runtime\v4.0"ForceCreateOnInstall="yes"ForceDeleteOnUninstall="yes">
136+
<RegistryValueValue="[MicrosoftSDKs_FS_4.3_Framework_v4.0]"Type="string" />
137137
</RegistryKey>
138138
<RegistryKeyRoot="HKLM"Key="Software\Microsoft\VisualStudio\15.0\MSBuild\SafeImports"ForceCreateOnInstall="yes"ForceDeleteOnUninstall="yes">
139-
<RegistryValueName="Microsoft.FSharp.Targets"Value="[MicrosoftSDKs_FS_4.1_Framework_v4.0]Microsoft.FSharp.Targets"Type="string" />
140-
<RegistryValueName="Microsoft.Portable.FSharp.Targets"Value="[MicrosoftSDKs_FS_4.1_Framework_v4.0]Microsoft.Portable.FSharp.Targets"Type="string" />
141-
<RegistryValueName="Microsoft.FSharp.NetSdk.props"Value="[MicrosoftSDKs_FS_4.1_Framework_v4.0]Microsoft.FSharp.NetSdk.props"Type="string" />
142-
<RegistryValueName="Microsoft.FSharp.NetSdk.targets"Value="[MicrosoftSDKs_FS_4.1_Framework_v4.0]Microsoft.FSharpNetSdk.targets"Type="string" />
139+
<RegistryValueName="Microsoft.FSharp.Targets"Value="[MicrosoftSDKs_FS_4.3_Framework_v4.0]Microsoft.FSharp.Targets"Type="string" />
140+
<RegistryValueName="Microsoft.Portable.FSharp.Targets"Value="[MicrosoftSDKs_FS_4.3_Framework_v4.0]Microsoft.Portable.FSharp.Targets"Type="string" />
141+
<RegistryValueName="Microsoft.FSharp.NetSdk.props"Value="[MicrosoftSDKs_FS_4.3_Framework_v4.0]Microsoft.FSharp.NetSdk.props"Type="string" />
142+
<RegistryValueName="Microsoft.FSharp.NetSdk.targets"Value="[MicrosoftSDKs_FS_4.3_Framework_v4.0]Microsoft.FSharpNetSdk.targets"Type="string" />
143143
</RegistryKey>
144144
<RegistryKeyRoot="HKLM"Key="Software\Microsoft\VisualStudio\15.0\Setup\F#"ForceCreateOnInstall="yes"ForceDeleteOnUninstall="yes">
145-
<RegistryValueName="ProductDir"Value="[MicrosoftSDKs_FS_4.1_Framework_v4.0]"Type="string" />
145+
<RegistryValueName="ProductDir"Value="[MicrosoftSDKs_FS_4.3_Framework_v4.0]"Type="string" />
146146
</RegistryKey>
147147
</Component>
148148

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp