Skip to content

Commit

Permalink
there's no need to jump the gun on the version number if it hasn't be…
Browse files Browse the repository at this point in the history
…en release
  • Loading branch information
aschuhardt committed Jul 16, 2023
1 parent 71b757e commit d379b4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RosyCrow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
<AndroidSigningStorePass>env:ROSYCROW_SIGNING_KEY_PASSWORD</AndroidSigningStorePass>
<AndroidSigningKeyAlias>signing-key</AndroidSigningKeyAlias>
<AndroidSigningKeyPass>env:ROSYCROW_SIGNING_KEY_PASSWORD</AndroidSigningKeyPass>
<TrimMode></TrimMode>
<TrimMode>link</TrimMode>
<AndroidLinkTool>r8</AndroidLinkTool>
<ApplicationDisplayVersion>1.3.1</ApplicationDisplayVersion>
<ApplicationDisplayVersion>1.3.0</ApplicationDisplayVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net7.0-android33.0|AnyCPU'">
<ApplicationDisplayVersion>1.3.1</ApplicationDisplayVersion>
<ApplicationDisplayVersion>1.3.0</ApplicationDisplayVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d379b4a

Please sign in to comment.