Skip to content

Commit

Permalink
Update to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmorris committed Apr 14, 2024
1 parent 39a9298 commit 666b743
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Publish.bat
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
cls
@echo **** 1.8.0 : UPDATED THE VERSION NUMBER IN THE PROJECT *AND* BATCH FILE? ****
@echo **** 1.9.0 : UPDATED THE VERSION NUMBER IN THE PROJECT *AND* BATCH FILE? ****
pause

cls
@call BuildAndTest.bat

@echo ======================

set /p ShouldPublish=Publish 1.8.0 [yes]?
set /p ShouldPublish=Publish 1.9.0 [yes]?
@if "%ShouldPublish%" == "yes" (
@echo PUBLISHING
dotnet nuget push .\Source\Lib\Morris.Moxy\bin\Release\Morris.Moxy.1.8.0.nupkg -k %MORRIS.NUGET.KEY% -s https://api.nuget.org/v3/index.json
dotnet nuget push .\Source\Lib\Morris.Moxy\bin\Release\Morris.Moxy.1.9.0.nupkg -k %MORRIS.NUGET.KEY% -s https://api.nuget.org/v3/index.json
)

2 changes: 1 addition & 1 deletion Source/Lib/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>10</LangVersion>
<Version>1.8.0</Version>
<Version>1.9.0</Version>

<Authors>Peter Morris</Authors>
<Company />
Expand Down

0 comments on commit 666b743

Please sign in to comment.