Skip to content

Commit 201043c

Browse files
dsymedsyme
authored andcommitted
bump version
1 parent e964dd2 commit 201043c

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

fcs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ which does things like:
6060
Yu can push the packages if you have permissions, either automatically using ``build Release`` or manually
6161

6262
set APIKEY=...
63-
.nuget\nuget.exe push Release\FSharp.Compiler.Service.14.0.2.nupkg %APIKEY% -Source https://nuget.org
64-
.nuget\nuget.exe push Release\FSharp.Compiler.Service.MSBuild.v12.14.0.2.nupkg %APIKEY% -Source https://nuget.org
65-
.nuget\nuget.exe push Release\FSharp.Compiler.Service.ProjectCracker.14.0.2.nupkg %APIKEY% -Source https://nuget.org
63+
.nuget\nuget.exe push Release\FSharp.Compiler.Service.15.0.1.nupkg %APIKEY% -Source https://nuget.org
64+
.nuget\nuget.exe push Release\FSharp.Compiler.Service.MSBuild.v12.15.0.1.nupkg %APIKEY% -Source https://nuget.org
65+
.nuget\nuget.exe push Release\FSharp.Compiler.Service.ProjectCracker.15.0.1.nupkg %APIKEY% -Source https://nuget.org
6666

6767

6868
### Use of Paket and FAKE

fcs/RELEASE_NOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
#### 14.0.2
1+
#### 15.0.1
2+
* Integrate latest changes from visualfsharp
3+
* Add implementation file contents to CheckFileResults
4+
5+
#### 15.0.1
26
* Fix non-public API in .NET Standard 1.6 version
37

48
#### 14.0.1

fcs/fcs.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
44
<PropertyGroup>
55

6-
<VersionPrefix>14.0.2</VersionPrefix>
6+
<VersionPrefix>15.0.1</VersionPrefix>
77
<!-- FSharp.Compiler.Tools is currently only used to get a working FSI.EXE to execute some scripts during the build -->
88
<!-- The LKG FSI.EXE requires MSBuild 15 to be installed, which is painful -->
99
<FsiToolPath>$(FSharpSourcesRoot)\..\packages\FSharp.Compiler.Tools.4.1.23\tools</FsiToolPath>

fcs/nuget/FSharp.Compiler.Service.MSBuild.v12.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</description>
99
<language>en-US</language>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11-
<version>14.0.2</version>
11+
<version>15.0.1</version>
1212
<authors>Microsoft Corporation and F# community contributors</authors>
1313
<licenseUrl>https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE</licenseUrl>
1414
<projectUrl>https://github.com/fsharp/FSharp.Compiler.Service</projectUrl>

fcs/nuget/FSharp.Compiler.Service.ProjectCracker.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</description>
1111
<language>en-US</language>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<version>14.0.2</version>
13+
<version>15.0.1</version>
1414
<authors>Microsoft Corporation and F# community contributors</authors>
1515
<licenseUrl>https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE</licenseUrl>
1616
<projectUrl>https://github.com/fsharp/FSharp.Compiler.Service</projectUrl>

fcs/nuget/FSharp.Compiler.Service.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</description>
1111
<language>en-US</language>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<version>14.0.2</version>
13+
<version>15.0.1</version>
1414
<authors>Microsoft Corporation and F# community contributors</authors>
1515
<licenseUrl>https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE</licenseUrl>
1616
<projectUrl>https://github.com/fsharp/FSharp.Compiler.Service</projectUrl>

0 commit comments

Comments
 (0)