Skip to content

Migrating from Preview 8 to 9

David Ortinau edited this page Sep 22, 2021 · 3 revisions

ApplicationVersion

The versioning is now a single value that we translate to each platform. In your csproj remove the AndroidVersion and update your ApplicationVersion.

<!-- Versions -->
<ApplicationVersion>1</ApplicationVersion>
Clone this wiki locally