We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f32e65 commit b56e57eCopy full SHA for b56e57e
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 4.0.0-beta{build}
+version: 4.0.{build}
2
assembly_info:
3
patch: true
4
file: '**\AssemblyInfo.*'
nuget/Plugin.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>Xam.Plugin.Geolocator</id>
5
- <version>$version$</version>
+ <version>$version$-beta5</version>
6
<title>Geolocator Plugin for Xamarin and Windows</title>
7
<authors>James Montemagno</authors>
8
<owners>James Montemagno</owners>
0 commit comments