Skip to content

Commit 58f7ccb

Browse files
committed
Updated version to 2.2.1. Cleaned up unused files. Complete #39
1 parent 1743e8d commit 58f7ccb

File tree

19 files changed

+38
-367
lines changed

19 files changed

+38
-367
lines changed

.build/.nuget/NuGet.Config

Lines changed: 0 additions & 6 deletions
This file was deleted.

.build/.nuget/NuGet.exe

-4.38 MB
Binary file not shown.

.build/.nuget/NuGet.targets

Lines changed: 0 additions & 144 deletions
This file was deleted.

.build/Plugin.Badge.nuspec

Lines changed: 3 additions & 3 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.2.0</version>
4+
<version>2.2.1</version>
55
<title>Tab Badge for Xamarin.Forms</title>
66
<authors>Adrian Seceleanu</authors>
77
<owners>Adrian Seceleanu</owners>
@@ -14,7 +14,7 @@
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.2.0]
17+
[2.2.0]
1818
- #67: Update to XF 4.0.0.425677
1919
- #72: Fix Android Warnings
2020
- #64: Generic XF badge view that can be added to any XF layout
@@ -28,7 +28,7 @@
2828
- #61 UWP Nuget pacakge - Explicitly include .xr.xml and .xbf files
2929
[2.1.0]
3030
- #45 WPF Renderer and sample app
31-
- #58 Tabs as navigation pages
31+
- #58 Tabs as navigation pagesUpdateBadgeProperties
3232
[2.1.0-pre.3]
3333
- #55 #48 Fix bottom layout and placement.
3434
[2.1.0-pre.2]

.build/build.bat

Lines changed: 0 additions & 4 deletions
This file was deleted.

.build/build.fsx

Lines changed: 0 additions & 157 deletions
This file was deleted.

.build/build.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.CompilerServices;
33

44
// Information about this assembly is defined by the following attributes.
@@ -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.2.0")]
20+
[assembly: AssemblyVersion("2.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.Mac/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.CompilerServices;
33

44
// Information about this assembly is defined by the following attributes.
@@ -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.2.0")]
20+
[assembly: AssemblyVersion("2.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.Sample.Droid.Legacy/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44
using Android.App;
@@ -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.2.0")]
31-
[assembly: AssemblyVersion("2.2.0")]
30+
// [assembly: AssemblyVersion("2.2.1")]
31+
[assembly: AssemblyVersion("2.2.1")]
3232
[assembly: AssemblyFileVersion("2.2.0")]
3333

3434
//register renderer

0 commit comments

Comments
 (0)