File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ which does things like:
6060You can push the packages if you have permissions, either automatically using `` build Release `` or manually
6161
6262 set APIKEY=...
63- ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.23.0.2 .nupkg %APIKEY% -Source https://nuget.org
64- ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.MSBuild.v12.23.0.2 .nupkg %APIKEY% -Source https://nuget.org
65- ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.ProjectCracker.23.0.2 .nupkg %APIKEY% -Source https://nuget.org
63+ ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.23.0.3 .nupkg %APIKEY% -Source https://nuget.org
64+ ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.MSBuild.v12.23.0.3 .nupkg %APIKEY% -Source https://nuget.org
65+ ..\fsharp\.nuget\nuget.exe push %HOMEDRIVE%%HOMEPATH%\Downloads\FSharp.Compiler.Service.ProjectCracker.23.0.3 .nupkg %APIKEY% -Source https://nuget.org
6666
6767
6868### Use of Paket and FAKE
Original file line number Diff line number Diff line change 1- #### 23.0.2
1+ #### 23.0.3
22 * Clarify package authors
33
44#### 23.0.1
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 >23.0.2 </VersionPrefix >
6+ <VersionPrefix >23.0.3 </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