Skip to content

Commit

Permalink
Update version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xabre committed Nov 1, 2020
1 parent f3f0a80 commit 74b1867
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Source/Plugin.Badge.Droid/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyVersion("2.3.1")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion Source/Plugin.Badge.Mac/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyVersion("2.3.1")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyVersion("2.3.0")]
// [assembly: AssemblyVersion("2.3.1")]
[assembly: AssemblyVersion("2.3.1")]
[assembly: AssemblyFileVersion("2.2.0")]

//register renderer
Expand Down
4 changes: 2 additions & 2 deletions Source/Plugin.Badge.UWP/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyVersion("2.3.0")]
// [assembly: AssemblyVersion("2.3.1")]
[assembly: AssemblyVersion("2.3.1")]
[assembly: AssemblyFileVersion("2.2.0")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions Source/Plugin.Badge.WPF/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyVersion("2.3.0")]
// [assembly: AssemblyVersion("2.3.1")]
[assembly: AssemblyVersion("2.3.1")]
[assembly: AssemblyFileVersion("2.2.0")]
2 changes: 1 addition & 1 deletion Source/Plugin.Badge.iOS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyVersion("2.3.1")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyVersion("2.3.1")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyVersion("2.3.0")]
// [assembly: AssemblyVersion("2.3.1")]
[assembly: AssemblyVersion("2.3.1")]
[assembly: AssemblyFileVersion("2.2.0")]
[assembly: ComVisible(false)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyVersion("2.3.0")]
// [assembly: AssemblyVersion("2.3.1")]
[assembly: AssemblyVersion("2.3.1")]
[assembly: AssemblyFileVersion("2.2.0")]

//register renderer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyVersion("2.3.1")]
[assembly: AssemblyFileVersion("2.2.0")]

//register renderer
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## [2.3.1]
- #98: Update Plugin.Badge.UWP.xr.xml location in nuspec
## [2.3.0]
- #87: Updated to XF 4.5 and AndroidX. Target Android 10
### [2.3.0-pre.1/pre.2]
- #87: Updated to XF 4.5 and AndroidX. Target Android 10
## [2.2.1]
Expand Down

0 comments on commit 74b1867

Please sign in to comment.