Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
IrishBruse committed May 26, 2024
1 parent 4a901e9 commit e8af328
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion publish.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
$version="1.3.0"
$version="1.3.1"

dotnet test

Write-Host -NoNewLine 'Press any key to continue...';
$null = $Host.UI.RawUI.ReadKey('NoEcho,IncludeKeyDown');

dotnet pack ./LDtk/LDtk.csproj -c Release -o ./Nuget/ /p:version=$version
dotnet pack ./LDtk.Codegen/LDtk.Codegen.csproj -c Release -o ./Nuget/ /p:version=$version
dotnet pack ./LDtk.ContentPipeline/LDtk.ContentPipeline.csproj -c Release -o ./Nuget/ /p:version=$version
Expand Down

0 comments on commit e8af328

Please sign in to comment.