Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PrinterAPP/PrinterAPP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
Kept as-is here to avoid changing the live Windows app identity in a code-only PR;
the rename is a deploy/Play-Console-registration step (needs the Play account). -->
<ApplicationId>com.companyname.printerapp</ApplicationId>
<ApplicationDisplayVersion>1.0.24</ApplicationDisplayVersion>
<ApplicationDisplayVersion>1.0.25</ApplicationDisplayVersion>
<!-- Android versionCode (integer) — must strictly increase each release so updates install. -->
<ApplicationVersion>24</ApplicationVersion>
<Version>1.0.24</Version>
<ApplicationVersion>25</ApplicationVersion>
<Version>1.0.25</Version>

<WindowsPackageType>None</WindowsPackageType>

Expand Down