File tree 11 files changed +26
-23
lines changed
Plugin.Badge.Droid/Properties
Plugin.Badge.Mac/Properties
Plugin.Badge.Sample.Droid.Legacy/Properties
Plugin.Badge.UWP/Properties
Plugin.Badge.WPF/Properties
Plugin.Badge.iOS/Properties
Plugin.Badge.Sample.Droid/Properties
Plugin.Badge.Sample.UWP/Properties
Plugin.Badge.Sample.WPF/Properties
Plugin.Badge.Sample.iOS/Properties
11 files changed +26
-23
lines changed Original file line number Diff line number Diff line change 1
1
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
2
2
<metadata >
3
3
<id >Plugin.Badge</id >
4
- <version >2.1.0 </version >
4
+ <version >2.1.1 </version >
5
5
<title >Tab Badge for Xamarin.Forms</title >
6
6
<authors >Adrian Seceleanu</authors >
7
7
<owners >Adrian Seceleanu</owners >
14
14
<tags >xamarin xamarin.forms badge tab tabbar monodroid Xamarin.iOS uwp uap android ios windows universal mac macos osx</tags >
15
15
<iconUrl >https://raw.githubusercontent.com/xabre/xamarin-forms-tab-badge/master/icon_small.png</iconUrl >
16
16
<releaseNotes >
17
+ [2.1.1]
18
+ - #62 Merged fix from PR #63
19
+ - #61 UWP Nuget pacakge - Explicitly include .xr.xml and .xbf files
17
20
[2.1.0]
18
21
- #45 WPF Renderer and sample app
19
22
- #58 Tabs as navigation pages
22
25
[2.1.0-pre.2]
23
26
- #49 Fix missing UWP dlls from nuget package
24
27
[2.1.0-pre.1]
25
- - Update to Xamarin Forms 3.1
28
+ - Update to Xamarin Forms 3.1
26
29
- #48 Android Bottom Placement Support
27
30
- #46 Bugfix: consider tabpage children embedded in navigation pages
28
31
[2.0.0]
Original file line number Diff line number Diff line change 17
17
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
18
18
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
19
19
20
- [ assembly: AssemblyVersion ( "2.1.0 " ) ]
20
+ [ assembly: AssemblyVersion ( "2.1.1 " ) ]
21
21
22
22
// The following attributes are used to specify the signing key for the assembly,
23
23
// if desired. See the Mono documentation for more information about signing.
Original file line number Diff line number Diff line change 17
17
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
18
18
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
19
19
20
- [ assembly: AssemblyVersion ( "2.1.0 " ) ]
20
+ [ assembly: AssemblyVersion ( "2.1.1 " ) ]
21
21
22
22
// The following attributes are used to specify the signing key for the assembly,
23
23
// if desired. See the Mono documentation for more information about signing.
Original file line number Diff line number Diff line change 27
27
//
28
28
// You can specify all the values or you can default the Build and Revision Numbers
29
29
// by using the '*' as shown below:
30
- // [assembly: AssemblyVersion("2.1.0 ")]
31
- [ assembly: AssemblyVersion ( "2.1.0 " ) ]
32
- [ assembly: AssemblyFileVersion ( "2.1.0 " ) ]
30
+ // [assembly: AssemblyVersion("2.1.1 ")]
31
+ [ assembly: AssemblyVersion ( "2.1.1 " ) ]
32
+ [ assembly: AssemblyFileVersion ( "2.1.1 " ) ]
33
33
34
34
//register renderer
35
35
[ assembly: ExportRenderer ( typeof ( TabbedPage ) , typeof ( LegacyBadgedTabbedRenderer ) ) ]
Original file line number Diff line number Diff line change 23
23
//
24
24
// You can specify all the values or you can default the Build and Revision Numbers
25
25
// by using the '*' as shown below:
26
- // [assembly: AssemblyVersion("2.1.0 ")]
27
- [ assembly: AssemblyVersion ( "2.1.0 " ) ]
28
- [ assembly: AssemblyFileVersion ( "2.1.0 " ) ]
26
+ // [assembly: AssemblyVersion("2.1.1 ")]
27
+ [ assembly: AssemblyVersion ( "2.1.1 " ) ]
28
+ [ assembly: AssemblyFileVersion ( "2.1.1 " ) ]
29
29
[ assembly: ComVisible ( false ) ]
Original file line number Diff line number Diff line change 50
50
//
51
51
// You can specify all the values or you can default the Build and Revision Numbers
52
52
// by using the '*' as shown below:
53
- // [assembly: AssemblyVersion("2.1.0 ")]
54
- [ assembly: AssemblyVersion ( "2.1.0 " ) ]
55
- [ assembly: AssemblyFileVersion ( "2.1.0 " ) ]
53
+ // [assembly: AssemblyVersion("2.1.1 ")]
54
+ [ assembly: AssemblyVersion ( "2.1.1 " ) ]
55
+ [ assembly: AssemblyFileVersion ( "2.1.1 " ) ]
Original file line number Diff line number Diff line change 17
17
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
18
18
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
19
19
20
- [ assembly: AssemblyVersion ( "2.1.0 " ) ]
20
+ [ assembly: AssemblyVersion ( "2.1.1 " ) ]
21
21
22
22
// The following attributes are used to specify the signing key for the assembly,
23
23
// if desired. See the Mono documentation for more information about signing.
Original file line number Diff line number Diff line change 18
18
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
19
19
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
20
20
21
- [ assembly: AssemblyVersion ( "2.1.0 " ) ]
21
+ [ assembly: AssemblyVersion ( "2.1.1 " ) ]
22
22
23
23
// The following attributes are used to specify the signing key for the assembly,
24
24
// if desired. See the Mono documentation for more information about signing.
Original file line number Diff line number Diff line change 26
26
//
27
27
// You can specify all the values or you can default the Build and Revision Numbers
28
28
// by using the '*' as shown below:
29
- // [assembly: AssemblyVersion("2.1.0 ")]
30
- [ assembly: AssemblyVersion ( "2.1.0 " ) ]
31
- [ assembly: AssemblyFileVersion ( "2.1.0 " ) ]
29
+ // [assembly: AssemblyVersion("2.1.1 ")]
30
+ [ assembly: AssemblyVersion ( "2.1.1 " ) ]
31
+ [ assembly: AssemblyFileVersion ( "2.1.1 " ) ]
32
32
[ assembly: ComVisible ( false ) ]
33
33
34
34
Original file line number Diff line number Diff line change 53
53
//
54
54
// You can specify all the values or you can default the Build and Revision Numbers
55
55
// by using the '*' as shown below:
56
- // [assembly: AssemblyVersion("2.1.0 ")]
57
- [ assembly: AssemblyVersion ( "2.1.0 " ) ]
58
- [ assembly: AssemblyFileVersion ( "2.1.0 " ) ]
56
+ // [assembly: AssemblyVersion("2.1.1 ")]
57
+ [ assembly: AssemblyVersion ( "2.1.1 " ) ]
58
+ [ assembly: AssemblyFileVersion ( "2.1.1 " ) ]
59
59
60
60
//register renderer
61
61
[ assembly: ExportRenderer ( typeof ( TabbedPage ) , typeof ( BadgedTabbedPageRenderer ) ) ]
Original file line number Diff line number Diff line change 31
31
// Build Number
32
32
// Revision
33
33
//
34
- [ assembly: AssemblyVersion ( "2.1.0 " ) ]
35
- [ assembly: AssemblyFileVersion ( "2.1.0 " ) ]
34
+ [ assembly: AssemblyVersion ( "2.1.1 " ) ]
35
+ [ assembly: AssemblyFileVersion ( "2.1.1 " ) ]
36
36
37
37
//register renderer
38
38
[ assembly: ExportRenderer ( typeof ( TabbedPage ) , typeof ( BadgedTabbedPageRenderer ) ) ]
You can’t perform that action at this time.
0 commit comments