File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ which does things like:
6464You can push the packages if you have permissions, either automatically using `` build Release `` or manually
6565
6666 set APIKEY=...
67- ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.27 .0.1 .nupkg %APIKEY% -Source https://nuget.org
68- ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.MSBuild.v12.27 .0.1 .nupkg %APIKEY% -Source https://nuget.org
69- ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.ProjectCracker.27 .0.1 .nupkg %APIKEY% -Source https://nuget.org
67+ ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.28 .0.0 .nupkg %APIKEY% -Source https://nuget.org
68+ ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.MSBuild.v12.28 .0.0 .nupkg %APIKEY% -Source https://nuget.org
69+ ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.ProjectCracker.28 .0.0 .nupkg %APIKEY% -Source https://nuget.org
7070
7171
7272### Use of Paket and FAKE
Original file line number Diff line number Diff line change 33<Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
44 <PropertyGroup >
55
6- <VersionPrefix >27 .0.1 </VersionPrefix >
6+ <VersionPrefix >28 .0.0 </VersionPrefix >
77 <OtherFlags >--version:$(VersionPrefix)</OtherFlags >
88 <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
99 <!-- 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