Skip to content

Commit

Permalink
Updated changelog and version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xabre committed Mar 17, 2018
1 parent 7a534a8 commit 9b10b11
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
11 changes: 7 additions & 4 deletions .build/Plugin.Badge.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Plugin.Badge</id>
<version>2.0.0-pre</version>
<version>2.0.0</version>
<title>Tab Badge for Xamarin.Forms</title>
<authors>Adrian Seceleanu</authors>
<owners>Adrian Seceleanu</owners>
Expand All @@ -14,9 +14,12 @@
<tags>xamarin xamarin.forms badge tab tabbar monodroid Xamarin.iOS uwp uap android ios windows universal mac macos osx</tags>
<iconUrl>https://raw.githubusercontent.com/xabre/xamarin-forms-tab-badge/master/icon_small.png</iconUrl>
<releaseNotes>
[2.0.0-pre]
- NET Standard support
- Changelog: https://raw.githubusercontent.com/xabre/xamarin-forms-tab-badge/master/changelog.md
[2.0.0]
- NET Standard support
- #40 Added support for NON-AppCompat android activity (actionbar)
- Backwards compatibility to PCL

- Changelog: https://raw.githubusercontent.com/xabre/xamarin-forms-tab-badge/master/changelog.md
</releaseNotes>
<dependencies>
<group targetFramework="netstandard1.4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
// [assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]

//register renderer
[assembly: ExportRenderer(typeof(TabbedPage), typeof(LegacyBadgedTabbedRenderer))]
1 change: 1 addition & 0 deletions Source/Plugin.Badge.sln
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4450C664-C9A2-4531-900B-CEFB62ABED91}"
ProjectSection(SolutionItems) = preProject
..\.gitignore = ..\.gitignore
..\changelog.md = ..\changelog.md
EndProjectSection
EndProject
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}"
Expand Down
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
##[2.0.0]
- .NET Standard 1.4 support
- #40 Added support for NON-AppCompat android activity (actionbar)
- .NET Standard support with backwards compatibility to PCL
##[2.0.0-pre]
- .NET Standard 1.4 support
##[1.3.0]
- #33 Updated dependencies to Xamarin Forms 2.4.0.280 (first stable 2.4.x)
- #37 #20 [Android][MacOS][UWP] Bindable badge postion and margin
Expand Down

0 comments on commit 9b10b11

Please sign in to comment.