Skip to content

Commit b56e57e

Browse files
Remove beta from appveyor build for component
1 parent 7f32e65 commit b56e57e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 4.0.0-beta{build}
1+
version: 4.0.{build}
22
assembly_info:
33
patch: true
44
file: '**\AssemblyInfo.*'

nuget/Plugin.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata minClientVersion="2.8.1">
44
<id>Xam.Plugin.Geolocator</id>
5-
<version>$version$</version>
5+
<version>$version$-beta5</version>
66
<title>Geolocator Plugin for Xamarin and Windows</title>
77
<authors>James Montemagno</authors>
88
<owners>James Montemagno</owners>

0 commit comments

Comments
 (0)