Skip to content

Commit

Permalink
fix revision for android release
Browse files Browse the repository at this point in the history
  • Loading branch information
robo-w committed Feb 10, 2019
1 parent a5c31ac commit 1e666cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GeoClient/GeoClient.Android/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]

// Add some common permissions, these can be removed if not needed
[assembly: UsesPermission(Android.Manifest.Permission.Internet)]
Expand Down

0 comments on commit 1e666cf

Please sign in to comment.