File tree 3 files changed +7
-7
lines changed
Plugin.Badge.WPF/Properties
Sample/Plugin.Badge.Sample.WPF/Properties
3 files changed +7
-7
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-pre.3 </version >
4
+ <version >2.1.0</version >
5
5
<title >Tab Badge for Xamarin.Forms</title >
6
6
<authors >Adrian Seceleanu</authors >
7
7
<owners >Adrian Seceleanu</owners >
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("1.0.* ")]
54
- [ assembly: AssemblyVersion ( "1.0.0 .0" ) ]
55
- [ assembly: AssemblyFileVersion ( "1.0.0 .0" ) ]
53
+ // [assembly: AssemblyVersion("2. 1.0")]
54
+ [ assembly: AssemblyVersion ( "2.1 .0" ) ]
55
+ [ assembly: AssemblyFileVersion ( "2.1 .0" ) ]
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("1.0.* ")]
57
- [ assembly: AssemblyVersion ( "1.0.0 .0" ) ]
58
- [ assembly: AssemblyFileVersion ( "1.0.0 .0" ) ]
56
+ // [assembly: AssemblyVersion("2. 1.0")]
57
+ [ assembly: AssemblyVersion ( "2.1 .0" ) ]
58
+ [ assembly: AssemblyFileVersion ( "2.1 .0" ) ]
59
59
60
60
//register renderer
61
61
[ assembly: ExportRenderer ( typeof ( TabbedPage ) , typeof ( BadgedTabbedPageRenderer ) ) ]
You can’t perform that action at this time.
0 commit comments