Skip to content

Commit 5c4edf7

Browse files
committed
Updated version to 2.1.0
1 parent 4efe7e7 commit 5c4edf7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.build/Plugin.Badge.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
22
<metadata>
33
<id>Plugin.Badge</id>
4-
<version>2.1.0-pre.3</version>
4+
<version>2.1.0</version>
55
<title>Tab Badge for Xamarin.Forms</title>
66
<authors>Adrian Seceleanu</authors>
77
<owners>Adrian Seceleanu</owners>

Source/Plugin.Badge.WPF/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
//
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
53-
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]
53+
// [assembly: AssemblyVersion("2.1.0")]
54+
[assembly: AssemblyVersion("2.1.0")]
55+
[assembly: AssemblyFileVersion("2.1.0")]

Source/Sample/Plugin.Badge.Sample.WPF/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
//
5454
// You can specify all the values or you can default the Build and Revision Numbers
5555
// by using the '*' as shown below:
56-
// [assembly: AssemblyVersion("1.0.*")]
57-
[assembly: AssemblyVersion("1.0.0.0")]
58-
[assembly: AssemblyFileVersion("1.0.0.0")]
56+
// [assembly: AssemblyVersion("2.1.0")]
57+
[assembly: AssemblyVersion("2.1.0")]
58+
[assembly: AssemblyFileVersion("2.1.0")]
5959

6060
//register renderer
6161
[assembly: ExportRenderer(typeof(TabbedPage), typeof(BadgedTabbedPageRenderer))]

0 commit comments

Comments
 (0)