File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ which does things like:
60
60
You can push the packages if you have permissions, either automatically using `` build Release `` or manually
61
61
62
62
set APIKEY=...
63
- ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.25 .0.1.nupkg %APIKEY% -Source https://nuget.org
64
- ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.MSBuild.v12.25 .0.1.nupkg %APIKEY% -Source https://nuget.org
65
- ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.ProjectCracker.25 .0.1.nupkg %APIKEY% -Source https://nuget.org
63
+ ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.26 .0.1.nupkg %APIKEY% -Source https://nuget.org
64
+ ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.MSBuild.v12.26 .0.1.nupkg %APIKEY% -Source https://nuget.org
65
+ ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.ProjectCracker.26 .0.1.nupkg %APIKEY% -Source https://nuget.org
66
66
67
67
68
68
### Use of Paket and FAKE
Original file line number Diff line number Diff line change
1
+ #### 26.0.1
2
+ * Integrate visualfsharp master to 99e307f3a3ef2109ba6542ffc58affe76fc0e2a0
3
+
1
4
#### 25.0.1
2
5
* Integrate visualfsharp master to 15d9391e78c554f91824d2be2e69938cd811df68
3
6
Original file line number Diff line number Diff line change 3
3
<Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
4
4
<PropertyGroup >
5
5
6
- <VersionPrefix >25 .0.1</VersionPrefix >
6
+ <VersionPrefix >26 .0.1</VersionPrefix >
7
7
<OtherFlags >--version:$(VersionPrefix)</OtherFlags >
8
8
<GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
9
9
<!-- FSharp.Compiler.Tools is currently only used to get a working FSI.EXE to execute some scripts during the build -->
You can’t perform that action at this time.
0 commit comments