Skip to content

Commit 74b1867

Browse files
committed
Update version to 2.3.1
1 parent f3f0a80 commit 74b1867

File tree

11 files changed

+19
-15
lines changed

11 files changed

+19
-15
lines changed

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.3.0")]
20+
[assembly: AssemblyVersion("2.3.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.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.3.0")]
20+
[assembly: AssemblyVersion("2.3.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.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.3.0")]
31-
[assembly: AssemblyVersion("2.3.0")]
30+
// [assembly: AssemblyVersion("2.3.1")]
31+
[assembly: AssemblyVersion("2.3.1")]
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.3.0")]
27-
[assembly: AssemblyVersion("2.3.0")]
26+
// [assembly: AssemblyVersion("2.3.1")]
27+
[assembly: AssemblyVersion("2.3.1")]
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.3.0")]
54-
[assembly: AssemblyVersion("2.3.0")]
53+
// [assembly: AssemblyVersion("2.3.1")]
54+
[assembly: AssemblyVersion("2.3.1")]
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.3.0")]
20+
[assembly: AssemblyVersion("2.3.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("2.3.0")]
21+
[assembly: AssemblyVersion("2.3.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: 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.3.0")]
30-
[assembly: AssemblyVersion("2.3.0")]
29+
// [assembly: AssemblyVersion("2.3.1")]
30+
[assembly: AssemblyVersion("2.3.1")]
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.3.0")]
57-
[assembly: AssemblyVersion("2.3.0")]
56+
// [assembly: AssemblyVersion("2.3.1")]
57+
[assembly: AssemblyVersion("2.3.1")]
5858
[assembly: AssemblyFileVersion("2.2.0")]
5959

6060
//register renderer

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// Build Number
3232
// Revision
3333
//
34-
[assembly: AssemblyVersion("2.3.0")]
34+
[assembly: AssemblyVersion("2.3.1")]
3535
[assembly: AssemblyFileVersion("2.2.0")]
3636

3737
//register renderer

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## [2.3.1]
3+
- #98: Update Plugin.Badge.UWP.xr.xml location in nuspec
4+
## [2.3.0]
5+
- #87: Updated to XF 4.5 and AndroidX. Target Android 10
26
### [2.3.0-pre.1/pre.2]
37
- #87: Updated to XF 4.5 and AndroidX. Target Android 10
48
## [2.2.1]

0 commit comments

Comments
 (0)