Skip to content

Commit 68aa8f9

Browse files
committed
Updated nuspec to 1.2.1
1 parent af1c10b commit 68aa8f9

File tree

9 files changed

+16
-14
lines changed

9 files changed

+16
-14
lines changed

.build/Plugin.Badge.nuspec

Lines changed: 3 additions & 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>1.2.0</version>
4+
<version>1.2.1</version>
55
<title>Tab Badge for Xamarin.Forms</title>
66
<authors>Adrian Seceleanu</authors>
77
<owners>Adrian Seceleanu</owners>
@@ -14,6 +14,8 @@
1414
<tags>xamarin xamarin.forms badge tab tabbar monodroid Xamarin.iOS uwp uap android ios</tags>
1515
<iconUrl>https://raw.githubusercontent.com/xabre/xamarin-forms-tab-badge/master/icon_small.png</iconUrl>
1616
<releaseNotes>
17+
[1.2.1]
18+
- #20 Support for more badge postions: TopCenter, BottomCenter, LeftCenter, RightCenter
1719
[1.2.0]
1820
- #8 #20 #36 Bindable badge position for Android and UWP
1921
[1.2.0-beta3]

Source/Plugin.Badge.Abstractions/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("1.2.0")]
20+
[assembly: AssemblyVersion("1.2.1")]
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.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("1.2.0")]
20+
[assembly: AssemblyVersion("1.2.1")]
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.UWP/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 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("1.2.0")]
27-
[assembly: AssemblyVersion("1.2.0")]
28-
[assembly: AssemblyFileVersion("1.2.0")]
26+
// [assembly: AssemblyVersion("1.2.1")]
27+
[assembly: AssemblyVersion("1.2.1")]
28+
[assembly: AssemblyFileVersion("1.2.1")]
2929
[assembly: ComVisible(false)]

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("1.2.0")]
20+
[assembly: AssemblyVersion("1.2.1")]
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("1.2.0")]
21+
[assembly: AssemblyVersion("1.2.1")]
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
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("1.2.0")]
30-
[assembly: AssemblyVersion("1.2.0")]
31-
[assembly: AssemblyFileVersion("1.2.0")]
29+
// [assembly: AssemblyVersion("1.2.1")]
30+
[assembly: AssemblyVersion("1.2.1")]
31+
[assembly: AssemblyFileVersion("1.2.1")]
3232
[assembly: ComVisible(false)]
3333

3434

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
// Build Number
3232
// Revision
3333
//
34-
[assembly: AssemblyVersion("1.2.0")]
35-
[assembly: AssemblyFileVersion("1.2.0")]
34+
[assembly: AssemblyVersion("1.2.1")]
35+
[assembly: AssemblyFileVersion("1.2.1")]
3636

3737
//register renderer
3838
[assembly: ExportRenderer(typeof(TabbedPage), typeof(BadgedTabbedPageRenderer))]

Source/Sample/Plugin.Badge.Sample/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("1.2.0")]
20+
[assembly: AssemblyVersion("1.2.1")]
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.

0 commit comments

Comments
 (0)