Skip to content

Commit 9b10b11

Browse files
committed
Updated changelog and version to 2.0.0
1 parent 7a534a8 commit 9b10b11

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

.build/Plugin.Badge.nuspec

Lines changed: 7 additions & 4 deletions
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.0.0-pre</version>
4+
<version>2.0.0</version>
55
<title>Tab Badge for Xamarin.Forms</title>
66
<authors>Adrian Seceleanu</authors>
77
<owners>Adrian Seceleanu</owners>
@@ -14,9 +14,12 @@
1414
<tags>xamarin xamarin.forms badge tab tabbar monodroid Xamarin.iOS uwp uap android ios windows universal mac macos osx</tags>
1515
<iconUrl>https://raw.githubusercontent.com/xabre/xamarin-forms-tab-badge/master/icon_small.png</iconUrl>
1616
<releaseNotes>
17-
[2.0.0-pre]
18-
- NET Standard support
19-
- Changelog: https://raw.githubusercontent.com/xabre/xamarin-forms-tab-badge/master/changelog.md
17+
[2.0.0]
18+
- NET Standard support
19+
- #40 Added support for NON-AppCompat android activity (actionbar)
20+
- Backwards compatibility to PCL
21+
22+
- Changelog: https://raw.githubusercontent.com/xabre/xamarin-forms-tab-badge/master/changelog.md
2023
</releaseNotes>
2124
<dependencies>
2225
<group targetFramework="netstandard1.4">

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
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("1.0.*")]
31-
[assembly: AssemblyVersion("1.0.0.0")]
32-
[assembly: AssemblyFileVersion("1.0.0.0")]
30+
// [assembly: AssemblyVersion("2.0.0")]
31+
[assembly: AssemblyVersion("2.0.0")]
32+
[assembly: AssemblyFileVersion("2.0.0")]
3333

3434
//register renderer
3535
[assembly: ExportRenderer(typeof(TabbedPage), typeof(LegacyBadgedTabbedRenderer))]

Source/Plugin.Badge.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ EndProject
3030
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4450C664-C9A2-4531-900B-CEFB62ABED91}"
3131
ProjectSection(SolutionItems) = preProject
3232
..\.gitignore = ..\.gitignore
33+
..\changelog.md = ..\changelog.md
3334
EndProjectSection
3435
EndProject
3536
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Badge.Sample.UWP", "Sample\Plugin.Badge.Sample.UWP\Plugin.Badge.Sample.UWP.csproj", "{9D38EFD5-5ADC-4ECB-9B96-1B0A67842326}"

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
##[2.0.0]
3-
- .NET Standard 1.4 support
3+
- #40 Added support for NON-AppCompat android activity (actionbar)
4+
- .NET Standard support with backwards compatibility to PCL
5+
##[2.0.0-pre]
6+
- .NET Standard 1.4 support
47
##[1.3.0]
58
- #33 Updated dependencies to Xamarin Forms 2.4.0.280 (first stable 2.4.x)
69
- #37 #20 [Android][MacOS][UWP] Bindable badge postion and margin

0 commit comments

Comments
 (0)