Skip to content

Commit

Permalink
increase version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoeFin committed Jan 15, 2024
1 parent eedfb96 commit 38fa21c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ProjectOtter/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Identity
Name="40087JoeFinApps.ProjectOtter"
Publisher="CN=153F3B0F-BA3D-4964-8098-71AC78A1DF6A"
Version="1.1.0.0" />
Version="1.2.0.0" />

<mp:PhoneIdentity PhoneProductId="97d2764e-3b20-48eb-a740-9593c81b46d1" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
16 changes: 8 additions & 8 deletions ProjectOtter/buildUnPackaged.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ if(Test-Path -Path $BuildPath)

# Dotnet restore and build
dotnet publish `
--runtime win-x64 `
--self-contained true `
-c Release `
-v minimal `
-p:Platform=x64 `
-p:PublishReadyToRun=true `
-p:Version=$VersionDot `
-o $BuildPath `
--runtime win-x64 `
--self-contained true `
-c Release `
-v minimal `
-p:Platform=x64 `
-p:PublishReadyToRun=true `
-p:Version=$VersionDot `
-o $BuildPath `

# Archive Build
Compress-Archive -Path "$BuildPath" -DestinationPath $Archive

0 comments on commit 38fa21c

Please sign in to comment.