File tree 10 files changed +17
-20
lines changed
Plugin.Badge.Droid/Properties
Plugin.Badge.Mac/Properties
Plugin.Badge.UWP/Properties
Plugin.Badge.iOS/Properties
Plugin.Badge.Sample.Droid/Properties
Plugin.Badge.Sample.UWP/Properties
Plugin.Badge.Sample.iOS/Properties
10 files changed +17
-20
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.0.0</version >
4
+ <version >2.0.0-pre </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.0.0]
17
+ [2.0.0-pre ]
18
18
- NET Standard support
19
19
- Changelog: https://raw.githubusercontent.com/xabre/xamarin-forms-tab-badge/master/changelog.md
20
20
</releaseNotes >
27
27
</group >
28
28
<group targetFramework =" Xamarin.iOS10" >
29
29
<dependency id =" Xamarin.Forms" version =" 2.5.0.280555" />
30
- </group >
30
+ </group >
31
31
<group targetFramework =" uap10.0" >
32
32
<dependency id =" Xamarin.Forms" version =" 2.5.0.280555" />
33
33
</group >
39
39
<files >
40
40
<!-- .net standard -->
41
41
<file src =" out\lib\netstandard1.4\Plugin.Badge.*" target =" lib\netstandard1.4" />
42
-
43
42
<!-- droid -->
44
43
<file src =" out\lib\android\Plugin.Badge.*" target =" lib\MonoAndroid10" />
45
-
46
44
<!-- iOS -->
47
45
<file src =" out\lib\ios\Plugin.Badge.*" target =" lib\Xamarin.iOS10" />
48
-
49
46
<!-- uap -->
50
47
<file src =" out\lib\uwp\Plugin.Badge.*" target =" lib\uap10.0" />
51
48
<file src =" out\lib\uwp\Plugin.Badge.*.xml" target =" lib\uap10.0\Plugin.Badge.UWP" />
52
-
53
49
<!-- mac -->
54
50
<file src =" out\lib\mac\Plugin.Badge.*" target =" lib\xamarinmac20" />
55
51
</files >
Original file line number Diff line number Diff line change @@ -56,3 +56,4 @@ Thumbs.db
56
56
/Source /Plugin.Badge.Abstractions /.build /out /lib
57
57
/tools
58
58
/.vscode
59
+ /.build /nuget
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 ( "1.3 .0" ) ]
20
+ [ assembly: AssemblyVersion ( "2.0 .0" ) ]
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 ( "1.3 .0" ) ]
20
+ [ assembly: AssemblyVersion ( "2.0 .0" ) ]
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 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("1.3 .0")]
27
- [ assembly: AssemblyVersion ( "1.3 .0" ) ]
28
- [ assembly: AssemblyFileVersion ( "1.3 .0" ) ]
26
+ // [assembly: AssemblyVersion("2.0 .0")]
27
+ [ assembly: AssemblyVersion ( "2.0 .0" ) ]
28
+ [ assembly: AssemblyFileVersion ( "2.0 .0" ) ]
29
29
[ assembly: ComVisible ( false ) ]
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 ( "1.3 .0" ) ]
20
+ [ assembly: AssemblyVersion ( "2.0 .0" ) ]
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 ( "1.3 .0" ) ]
21
+ [ assembly: AssemblyVersion ( "2.0 .0" ) ]
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("1.3 .0")]
30
- [ assembly: AssemblyVersion ( "1.3 .0" ) ]
31
- [ assembly: AssemblyFileVersion ( "1.3 .0" ) ]
29
+ // [assembly: AssemblyVersion("2.0 .0")]
30
+ [ assembly: AssemblyVersion ( "2.0 .0" ) ]
31
+ [ assembly: AssemblyFileVersion ( "2.0 .0" ) ]
32
32
[ assembly: ComVisible ( false ) ]
33
33
34
34
Original file line number Diff line number Diff line change 31
31
// Build Number
32
32
// Revision
33
33
//
34
- [ assembly: AssemblyVersion ( "1.3 .0" ) ]
35
- [ assembly: AssemblyFileVersion ( "1.3 .0" ) ]
34
+ [ assembly: AssemblyVersion ( "2.0 .0" ) ]
35
+ [ assembly: AssemblyFileVersion ( "2.0 .0" ) ]
36
36
37
37
//register renderer
38
38
[ assembly: ExportRenderer ( typeof ( TabbedPage ) , typeof ( BadgedTabbedPageRenderer ) ) ]
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ Task("Publish")
110
110
. Does ( ( ) =>
111
111
{
112
112
var nupack = GetFiles ( "./.build/nuget/*.nuspec" ) . FirstOrDefault ( ) ;
113
- NuGetPush ( nupack . FullPath ) ;
113
+ NuGetPush ( nupack . FullPath , new NuGetPushSettings ( ) ) ;
114
114
} ) ;
115
115
116
116
RunTarget ( target ) ;
You can’t perform that action at this time.
0 commit comments