|
|
@@ -3,8 +3,8 @@ param(
|
|
|
[string]$Configuration = "Release",
|
|
|
[string]$Framework = "net9.0-android",
|
|
|
[string]$AppId = "com.frogsoftware.avalonia",
|
|
|
- [int]$VersionCode = 858000,
|
|
|
- [string]$VersionName = "8.58.0",
|
|
|
+ [int]$VersionCode = 858100,
|
|
|
+ [string]$VersionName = "8.58.1",
|
|
|
[string]$AndroidSDK = "C:\Users\frank.vandenbos\AppData\Local\Android\sdk",
|
|
|
|
|
|
# Keystore
|
|
|
@@ -160,7 +160,7 @@ Publish-Project $ProjectPath `
|
|
|
-AndroidSDK $AndroidSDK `
|
|
|
-KeystorePath $KeystorePath `
|
|
|
-KeystorePass $KeystorePass `
|
|
|
- -KeyAlias $KeyAlias `
|
|
|
+ -KeyAlias $KeyAlias `Ay
|
|
|
-KeyPass $KeyPass `
|
|
|
-AppId $AppId `
|
|
|
-VersionCode $VersionCode `
|