Skip to content

Commit

Permalink
Updated version to 2.2.1. Cleaned up unused files. Complete #39
Browse files Browse the repository at this point in the history
  • Loading branch information
xabre committed Aug 3, 2019
1 parent 1743e8d commit 58f7ccb
Show file tree
Hide file tree
Showing 19 changed files with 38 additions and 367 deletions.
6 changes: 0 additions & 6 deletions .build/.nuget/NuGet.Config

This file was deleted.

Binary file removed .build/.nuget/NuGet.exe
Binary file not shown.
144 changes: 0 additions & 144 deletions .build/.nuget/NuGet.targets

This file was deleted.

6 changes: 3 additions & 3 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.2.0</version>
<version>2.2.1</version>
<title>Tab Badge for Xamarin.Forms</title>
<authors>Adrian Seceleanu</authors>
<owners>Adrian Seceleanu</owners>
Expand All @@ -14,7 +14,7 @@
<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.2.0]
[2.2.0]
- #67: Update to XF 4.0.0.425677
- #72: Fix Android Warnings
- #64: Generic XF badge view that can be added to any XF layout
Expand All @@ -28,7 +28,7 @@
- #61 UWP Nuget pacakge - Explicitly include .xr.xml and .xbf files
[2.1.0]
- #45 WPF Renderer and sample app
- #58 Tabs as navigation pages
- #58 Tabs as navigation pagesUpdateBadgeProperties
[2.1.0-pre.3]
- #55 #48 Fix bottom layout and placement.
[2.1.0-pre.2]
Expand Down
4 changes: 0 additions & 4 deletions .build/build.bat

This file was deleted.

157 changes: 0 additions & 157 deletions .build/build.fsx

This file was deleted.

6 changes: 0 additions & 6 deletions .build/build.sh

This file was deleted.

4 changes: 2 additions & 2 deletions Source/Plugin.Badge.Droid/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;

// Information about this assembly is defined by the following attributes.
Expand All @@ -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.2.0")]
[assembly: AssemblyVersion("2.2.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
4 changes: 2 additions & 2 deletions Source/Plugin.Badge.Mac/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;

// Information about this assembly is defined by the following attributes.
Expand All @@ -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.2.0")]
[assembly: AssemblyVersion("2.2.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
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Android.App;
Expand Down 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.2.0")]
[assembly: AssemblyVersion("2.2.0")]
// [assembly: AssemblyVersion("2.2.1")]
[assembly: AssemblyVersion("2.2.1")]
[assembly: AssemblyFileVersion("2.2.0")]

//register renderer
Expand Down
Loading

0 comments on commit 58f7ccb

Please sign in to comment.