Skip to content

Commit 0944bf9

Browse files
committed
Updated version to 2.3.0-pre.1
1 parent a9846c1 commit 0944bf9

File tree

12 files changed

+18
-16
lines changed

12 files changed

+18
-16
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.2.1</version>
4+
<version>2.3.0-pre.1</version>
55
<title>Tab Badge for Xamarin.Forms</title>
66
<authors>Adrian Seceleanu</authors>
77
<owners>Adrian Seceleanu</owners>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1818
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1919

20-
[assembly: AssemblyVersion("2.2.1")]
20+
[assembly: AssemblyVersion("2.3.0")]
2121

2222
// The following attributes are used to specify the signing key for the assembly,
2323
// if desired. See the Mono documentation for more information about signing.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1818
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1919

20-
[assembly: AssemblyVersion("2.2.1")]
20+
[assembly: AssemblyVersion("2.3.0")]
2121

2222
// The following attributes are used to specify the signing key for the assembly,
2323
// if desired. See the Mono documentation for more information about signing.

Source/Plugin.Badge.Sample.Droid.Legacy/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
//
2828
// You can specify all the values or you can default the Build and Revision Numbers
2929
// by using the '*' as shown below:
30-
// [assembly: AssemblyVersion("2.2.1")]
31-
[assembly: AssemblyVersion("2.2.1")]
30+
// [assembly: AssemblyVersion("2.3.0")]
31+
[assembly: AssemblyVersion("2.3.0")]
3232
[assembly: AssemblyFileVersion("2.2.0")]
3333

3434
//register renderer

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
26-
// [assembly: AssemblyVersion("2.2.1")]
27-
[assembly: AssemblyVersion("2.2.1")]
26+
// [assembly: AssemblyVersion("2.3.0")]
27+
[assembly: AssemblyVersion("2.3.0")]
2828
[assembly: AssemblyFileVersion("2.2.0")]
2929
[assembly: ComVisible(false)]

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

Lines changed: 2 additions & 2 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("2.2.1")]
54-
[assembly: AssemblyVersion("2.2.1")]
53+
// [assembly: AssemblyVersion("2.3.0")]
54+
[assembly: AssemblyVersion("2.3.0")]
5555
[assembly: AssemblyFileVersion("2.2.0")]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1818
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1919

20-
[assembly: AssemblyVersion("2.2.1")]
20+
[assembly: AssemblyVersion("2.3.0")]
2121

2222
// The following attributes are used to specify the signing key for the assembly,
2323
// if desired. See the Mono documentation for more information about signing.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1919
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
2020

21-
[assembly: AssemblyVersion("2.2.1")]
21+
[assembly: AssemblyVersion("2.3.0")]
2222

2323
// The following attributes are used to specify the signing key for the assembly,
2424
// if desired. See the Mono documentation for more information about signing.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
//
2727
// You can specify all the values or you can default the Build and Revision Numbers
2828
// by using the '*' as shown below:
29-
// [assembly: AssemblyVersion("2.2.1")]
30-
[assembly: AssemblyVersion("2.2.1")]
29+
// [assembly: AssemblyVersion("2.3.0")]
30+
[assembly: AssemblyVersion("2.3.0")]
3131
[assembly: AssemblyFileVersion("2.2.0")]
3232
[assembly: ComVisible(false)]
3333

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
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("2.2.1")]
57-
[assembly: AssemblyVersion("2.2.1")]
56+
// [assembly: AssemblyVersion("2.3.0")]
57+
[assembly: AssemblyVersion("2.3.0")]
5858
[assembly: AssemblyFileVersion("2.2.0")]
5959

6060
//register renderer

0 commit comments

Comments
 (0)