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

Commitb9819e6

Browse files
KevinRansombrettfo
authored andcommitted
Set tools version for Dev 16.0 (dotnet#5760)
* update version for tools* Update tool version* fix typo
1 parent05a8154 commitb9819e6

File tree

28 files changed

+109
-109
lines changed

28 files changed

+109
-109
lines changed

‎build/targets/AssemblyVersions.props‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<FSCorePackageVersion>$(FSCoreMajorVersion).3</FSCorePackageVersion>
2626
<FSCoreVersion>$(FSCoreMajorVersion).0.0</FSCoreVersion>
2727

28-
<FSPackageMajorVersion>10.2</FSPackageMajorVersion>
29-
<FSPackageVersion>$(FSPackageMajorVersion).3</FSPackageVersion>
28+
<FSPackageMajorVersion>10.3</FSPackageMajorVersion>
29+
<FSPackageVersion>$(FSPackageMajorVersion).0</FSPackageVersion>
3030
<FSProductVersion>$(FSPackageVersion).0</FSProductVersion>
3131

3232
<VSMajorVersion>16</VSMajorVersion>

‎src/buildfromsource/FSharp.Build/AssemblyInfo.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ open System.Reflection
88
[<assembly:AssemblyTitle("FSharp.Build.dll")>]
99
[<assembly:AssemblyCopyright("\169 Microsoft Corporation. All Rights Reserved.")>]
1010
[<assembly:AssemblyProduct("Microsoft\174 F#")>]
11-
[<assembly:AssemblyInformationalVersion("10.2.0.0")>]
12-
[<assembly:AssemblyVersion("10.2.0.0")>]
11+
[<assembly:AssemblyInformationalVersion("10.3.0.0")>]
12+
[<assembly:AssemblyVersion("10.3.0.0")>]
1313
[<assembly:AssemblyFileVersion("2018.05.22.0")>]
1414
do()

‎src/buildfromsource/FSharp.Compiler.Interactive.Settings/AssemblyInfo.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ open System.Runtime.InteropServices
1010
[<assembly:AssemblyCopyright("\169 Microsoft Corporation. All Rights Reserved.")>]
1111
[<assembly:AssemblyProduct("Microsoft\174 F#")>]
1212
[<assembly:ComVisible(false)>]
13-
[<assembly:AssemblyInformationalVersion("10.2.0.0")>]
14-
[<assembly:AssemblyVersion("10.2.0.0")>]
13+
[<assembly:AssemblyInformationalVersion("10.3.0.0")>]
14+
[<assembly:AssemblyVersion("10.3.0.0")>]
1515
[<assembly:AssemblyFileVersion("2018.05.22.0")>]
1616
do()

‎src/buildfromsource/FSharp.Compiler.Private/AssemblyInfo.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ open System.Runtime.InteropServices
1010
[<assembly:AssemblyCopyright("\169 Microsoft Corporation. All Rights Reserved.")>]
1111
[<assembly:AssemblyProduct("Microsoft\174 F#")>]
1212
[<assembly:ComVisible(false)>]
13-
[<assembly:AssemblyInformationalVersion("10.2.0.0")>]
14-
[<assembly:AssemblyVersion("10.2.0.0")>]
13+
[<assembly:AssemblyInformationalVersion("10.3.0.0")>]
14+
[<assembly:AssemblyVersion("10.3.0.0")>]
1515
[<assembly:AssemblyFileVersion("2018.05.22.0")>]
1616
do()

‎src/buildfromsource/FSharp.Compiler.Private/FSComp.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3190,10 +3190,10 @@ type internal SR private() =
31903190
/// This operation accesses a mutable top-level value defined in another assembly in an unsupported way. The value cannot be accessed through its address. Consider copying the expression to a mutable local, e.g. 'let mutable x = ...', and if necessary assigning the value back after the completion of the operation
31913191
/// (Originally from ..\FSComp.txt:1042)
31923192
static membertastInvalidAddressOfMutableAcrossAssemblyBoundary()=(1188, GetStringFunc("tastInvalidAddressOfMutableAcrossAssemblyBoundary",",,,"))
3193-
///Type parameters must be placed directly adjacent to thetypename, e.g. \"type C<'T>\", nottype \"C <'T>\"
3193+
///Remove spaces between the type name andtypeparameter, e.g. \"type C<'T>\", not type \"C <'T>\". Type parameters must be placed directly adjacent to the type name.
31943194
/// (Originally from ..\FSComp.txt:1043)
31953195
static memberparsNonAdjacentTypars()=(1189, GetStringFunc("parsNonAdjacentTypars",",,,"))
3196-
///Type arguments must be placed directly adjacent to thetypename, e.g. \"C<'T>\", not \"C<'T>\"
3196+
///Remove spaces between the type name andtypeparameter, e.g. \"C<'T>\", not \"C <'T>\". Type parameters must be placed directly adjacent to the type name.
31973197
/// (Originally from ..\FSComp.txt:1044)
31983198
static memberparsNonAdjacentTyargs()=(1190, GetStringFunc("parsNonAdjacentTyargs",",,,"))
31993199
/// The use of the type syntax 'int C' and 'C <int>' is not permitted here. Consider adjusting this type to be written in the form 'C<int>'

‎src/buildfromsource/FSharp.Compiler.Private/FSComp.resx‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3082,7 +3082,7 @@
30823082
<value>This number is outside the allowable range for 32-bit floats</value>
30833083
</data>
30843084
<dataname="lexInvalidNumericLiteral"xml:space="preserve">
3085-
<value>This is not a valid numeric literal. Valid numeric literals include 1, 0x1, 0b0001 (int), 1u (uint32), 1L (int64), 1UL (uint64), 1s (int16),1us (uint16),1y (sbyte), 1uy (byte), 1.0 (float), 1.0f (float32), 1.0m (decimal), 1I (BigInteger).</value>
3085+
<value>This is not a valid numeric literal. Valid numeric literals include 1, 0x1, 0b0001 (int), 1u (uint32), 1L (int64), 1UL (uint64), 1s (int16), 1y (sbyte), 1uy (byte), 1.0 (float), 1.0f (float32), 1.0m (decimal), 1I (BigInteger).</value>
30863086
</data>
30873087
<dataname="lexInvalidByteLiteral"xml:space="preserve">
30883088
<value>This is not a valid byte literal</value>
@@ -3193,10 +3193,10 @@
31933193
<value>This operation accesses a mutable top-level value defined in another assembly in an unsupported way. The value cannot be accessed through its address. Consider copying the expression to a mutable local, e.g. 'let mutable x = ...', and if necessary assigning the value back after the completion of the operation</value>
31943194
</data>
31953195
<dataname="parsNonAdjacentTypars"xml:space="preserve">
3196-
<value>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C&lt;'T&gt;\", nottype \"C&lt;'T&gt;\"</value>
3196+
<value>Remove spaces between the type name andtypeparameter, e.g. \"type C&lt;'T&gt;\", not type \"C&lt;'T&gt;\". Type parameters must be placed directly adjacent to the type name.</value>
31973197
</data>
31983198
<dataname="parsNonAdjacentTyargs"xml:space="preserve">
3199-
<value>Type arguments must be placed directly adjacent to thetypename, e.g. \"C&lt;'T&gt;\", not \"C&lt;'T&gt;\"</value>
3199+
<value>Remove spaces between the type name andtypeparameter, e.g. \"C&lt;'T&gt;\", not \"C&lt;'T&gt;\". Type parameters must be placed directly adjacent to the type name.</value>
32003200
</data>
32013201
<dataname="parsNonAtomicType"xml:space="preserve">
32023202
<value>The use of the type syntax 'int C' and 'C&lt;int&gt;' is not permitted here. Consider adjusting this type to be written in the form 'C&lt;int&gt;'</value>
@@ -4378,4 +4378,4 @@
43784378
<dataname="chkInvalidFunctionReturnType"xml:space="preserve">
43794379
<value>The function or method has an invalid return type '{0}'. This is not permitted by the rules of Common IL.</value>
43804380
</data>
4381-
</root>
4381+
</root>

‎src/buildfromsource/FSharp.Compiler.nuget/FSharp.Compiler.nuget.fsproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageAuthorsCondition="'$(PackageAuthors)' == ''" >Microsoft and F# Software Foundation</PackageAuthors>
2121
<PackageTagsCondition="'$(PackageTags)' == ''" >Visual F# Compiler FSharp functional programming</PackageTags>
2222
<PreReleaseSuffixCondition="'$(PreRelease)' != 'false'">-rc-$(BuildRevision.Trim())-0</PreReleaseSuffix>
23-
<PackageVersion>10.2.0$(PreReleaseSuffix)</PackageVersion>
23+
<PackageVersion>10.3.0$(PreReleaseSuffix)</PackageVersion>
2424
<PackageProperties>-prop "licenseUrl=$(PackageLicenceUrl)" -prop "version=$(PackageVersion)" -prop "authors=$(PackageAuthors)" -prop "projectUrl=$(PackageProjectUrl)" -prop "tags=$(PackageTags)"</PackageProperties>
2525
</PropertyGroup>
2626

‎src/buildfromsource/Fsc/AssemblyInfo.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ open System.Runtime.InteropServices
1010
[<assembly:AssemblyCopyright("\169 Microsoft Corporation. All Rights Reserved.")>]
1111
[<assembly:AssemblyProduct("Microsoft\174 F#")>]
1212
[<assembly:ComVisible(false)>]
13-
[<assembly:AssemblyInformationalVersion("10.2.0.0")>]
14-
[<assembly:AssemblyVersion("10.2.0.0")>]
13+
[<assembly:AssemblyInformationalVersion("10.3.0.0")>]
14+
[<assembly:AssemblyVersion("10.3.0.0")>]
1515
[<assembly:AssemblyFileVersion("2018.05.22.0")>]
1616
do()

‎src/buildfromsource/Fsi/AssemblyInfo.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ open System.Reflection
77
[<assembly:AssemblyTitle("fsi.exe")>]
88
[<assembly:AssemblyCopyright("\169 Microsoft Corporation. All Rights Reserved.")>]
99
[<assembly:AssemblyProduct("Microsoft\174 F#")>]
10-
[<assembly:AssemblyInformationalVersion("10.2.0.0")>]
11-
[<assembly:AssemblyVersion("10.2.0.0")>]
10+
[<assembly:AssemblyInformationalVersion("10.3.0.0")>]
11+
[<assembly:AssemblyVersion("10.3.0.0")>]
1212
[<assembly:AssemblyFileVersion("2018.05.22.0")>]
1313
do()

‎src/fsharp/FSharp.Core.nuget/FSharp.Core.nuspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>FSharp.Core for F# 4.5</title>
77
<summary>FSharp.Core for F# 4.5</summary>
88
<description>
9-
FSharp.Core redistributables from Visual F# Tools version 10.2 For F# 4.5
9+
FSharp.Core redistributables from Visual F# Tools version 10.3 For F# 4.5
1010
Supported Platforms:
1111
.NET Framework 4.5+ (net45)
1212
netstandard1.6 (netstandard1.6)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp