Skip to content

Commit 323e681

Browse files
committed
Updated nuspec for MacOS, Updated version to 1.3.0-pre. Updated XF deps to 2.3.5-pre6. Updated Android support libs to 25.4.0.1
1 parent c3fdb7c commit 323e681

File tree

21 files changed

+188
-186
lines changed

21 files changed

+188
-186
lines changed

.build/Plugin.Badge.nuspec

Lines changed: 13 additions & 8 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>1.2.0-beta3</version>
4+
<version>1.3.0-pre</version>
55
<title>Tab Badge for Xamarin.Forms</title>
66
<authors>Adrian Seceleanu</authors>
77
<owners>Adrian Seceleanu</owners>
@@ -11,14 +11,14 @@
1111
Xamarin.Forms plugin to add cross-platform bindable tab (tabbar) badge functionality.
1212
Read the full documentation on the project page.
1313
</description>
14-
<tags>xamarin xamarin.forms badge tab tabbar monodroid Xamarin.iOS uwp uap android ios</tags>
14+
<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+
[1.3.0-beta]
18+
- #31 MacOS support
1719
[1.2.0-beta3]
1820
- UAP ensure missing *.xr.xml is also copied.
19-
[1.2.0-beta2]
2021
- UAP XF dependency updated
21-
[1.2.0-beta]
2222
- #26 UWP support
2323
[1.1.3]
2424
- #25 enusure registered event handlers are cleaned up before new ones are registered
@@ -40,16 +40,19 @@
4040
</releaseNotes>
4141
<dependencies>
4242
<group targetFramework="MonoAndroid10">
43-
<dependency id="Xamarin.Forms" version="2.3.4.247" />
43+
<dependency id="Xamarin.Forms" version="2.3.5.256-pre6" />
4444
</group>
4545
<group targetFramework="Xamarin.iOS10">
46-
<dependency id="Xamarin.Forms" version="2.3.4.247" />
46+
<dependency id="Xamarin.Forms" version="2.3.5.256-pre6" />
4747
</group>
4848
<group targetFramework="portable-net45+win+wpa81+wp80">
49-
<dependency id="Xamarin.Forms" version="2.3.4.247" />
49+
<dependency id="Xamarin.Forms" version="2.3.5.256-pre6" />
5050
</group>
5151
<group targetFramework="uap10.0">
52-
<dependency id="Xamarin.Forms" version="2.3.4.247" />
52+
<dependency id="Xamarin.Forms" version="2.3.5.256-pre6" />
53+
</group>
54+
<group targetFramework="xamarinmac20">
55+
<dependency id="Xamarin.Forms" version="2.3.5.256-pre6" />
5356
</group>
5457
</dependencies>
5558
</metadata>
@@ -63,5 +66,7 @@
6366
<!-- uap -->
6467
<file src="uwp\Plugin.Badge.*" target="lib\uap10.0" />
6568
<file src="uwp\Plugin.Badge.*.xml" target="lib\uap10.0\Plugin.Badge.UWP" />
69+
<!-- uap -->
70+
<file src="macos\Plugin.Badge.*" target="lib\xamarinmac20" />
6671
</files>
6772
</package>

.build/build.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Target "build" (fun _ ->
9898
Build("Plugin.Badge.Droid", "android")
9999
Build("Plugin.Badge.iOS", "ios")
100100
Build("Plugin.Badge.UWP", "uwp")
101+
Build("Plugin.Badge.Mac", "macos")
101102
)
102103

103104
Target "nupack" (fun _ ->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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("1.2.0")]
20+
[assembly: AssemblyVersion("1.3.0")]
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.Droid/Plugin.Badge.Droid.csproj

Lines changed: 54 additions & 56 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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("1.2.0")]
20+
[assembly: AssemblyVersion("1.3.0")]
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.
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Xamarin.Android.Support.Animated.Vector.Drawable" version="25.3.1" targetFramework="monoandroid71" />
4-
<package id="Xamarin.Android.Support.Annotations" version="25.3.1" targetFramework="monoandroid71" />
5-
<package id="Xamarin.Android.Support.Compat" version="25.3.1" targetFramework="monoandroid71" />
6-
<package id="Xamarin.Android.Support.Core.UI" version="25.3.1" targetFramework="monoandroid71" />
7-
<package id="Xamarin.Android.Support.Core.Utils" version="25.3.1" targetFramework="monoandroid71" />
8-
<package id="Xamarin.Android.Support.Design" version="25.3.1" targetFramework="monoandroid71" />
9-
<package id="Xamarin.Android.Support.Fragment" version="25.3.1" targetFramework="monoandroid71" />
10-
<package id="Xamarin.Android.Support.Media.Compat" version="25.3.1" targetFramework="monoandroid71" />
11-
<package id="Xamarin.Android.Support.Transition" version="25.3.1" targetFramework="monoandroid71" />
12-
<package id="Xamarin.Android.Support.v4" version="25.3.1" targetFramework="monoandroid71" />
13-
<package id="Xamarin.Android.Support.v7.AppCompat" version="25.3.1" targetFramework="monoandroid71" />
14-
<package id="Xamarin.Android.Support.v7.CardView" version="25.3.1" targetFramework="monoandroid71" />
15-
<package id="Xamarin.Android.Support.v7.MediaRouter" version="25.3.1" targetFramework="monoandroid71" />
16-
<package id="Xamarin.Android.Support.v7.Palette" version="25.3.1" targetFramework="monoandroid71" />
17-
<package id="Xamarin.Android.Support.v7.RecyclerView" version="25.3.1" targetFramework="monoandroid71" />
18-
<package id="Xamarin.Android.Support.Vector.Drawable" version="25.3.1" targetFramework="monoandroid71" />
3+
<package id="Xamarin.Android.Support.Animated.Vector.Drawable" version="25.4.0.1" targetFramework="monoandroid71" />
4+
<package id="Xamarin.Android.Support.Annotations" version="25.4.0.1" targetFramework="monoandroid71" />
5+
<package id="Xamarin.Android.Support.Compat" version="25.4.0.1" targetFramework="monoandroid71" />
6+
<package id="Xamarin.Android.Support.Core.UI" version="25.4.0.1" targetFramework="monoandroid71" />
7+
<package id="Xamarin.Android.Support.Core.Utils" version="25.4.0.1" targetFramework="monoandroid71" />
8+
<package id="Xamarin.Android.Support.Design" version="25.4.0.1" targetFramework="monoandroid71" />
9+
<package id="Xamarin.Android.Support.Fragment" version="25.4.0.1" targetFramework="monoandroid71" />
10+
<package id="Xamarin.Android.Support.Media.Compat" version="25.4.0.1" targetFramework="monoandroid71" />
11+
<package id="Xamarin.Android.Support.Transition" version="25.4.0.1" targetFramework="monoandroid71" />
12+
<package id="Xamarin.Android.Support.v4" version="25.4.0.1" targetFramework="monoandroid71" />
13+
<package id="Xamarin.Android.Support.v7.AppCompat" version="25.4.0.1" targetFramework="monoandroid71" />
14+
<package id="Xamarin.Android.Support.v7.CardView" version="25.4.0.1" targetFramework="monoandroid71" />
15+
<package id="Xamarin.Android.Support.v7.MediaRouter" version="25.4.0.1" targetFramework="monoandroid71" />
16+
<package id="Xamarin.Android.Support.v7.Palette" version="25.4.0.1" targetFramework="monoandroid71" />
17+
<package id="Xamarin.Android.Support.v7.RecyclerView" version="25.4.0.1" targetFramework="monoandroid71" />
18+
<package id="Xamarin.Android.Support.Vector.Drawable" version="25.4.0.1" targetFramework="monoandroid71" />
1919
<package id="Xamarin.Build.Download" version="0.4.5" targetFramework="monoandroid71" />
20-
<package id="Xamarin.Forms" version="2.3.4.247" targetFramework="monoandroid71" />
20+
<package id="Xamarin.Forms" version="2.3.5.256-pre6" targetFramework="monoandroid71" />
2121
</packages>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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("1.0.*")]
20+
[assembly: AssemblyVersion("1.3.0")]
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.UWP/Plugin.Badge.UWP.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@
125125
</ItemGroup>
126126
<ItemGroup>
127127
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
128-
<Version>5.3.3</Version>
128+
<Version>5.4.0</Version>
129129
</PackageReference>
130130
<PackageReference Include="Xamarin.Forms">
131-
<Version>2.3.4.247</Version>
131+
<Version>2.3.5.256-pre6</Version>
132132
</PackageReference>
133133
</ItemGroup>
134134
<ItemGroup>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
26-
// [assembly: AssemblyVersion("1.2.0")]
27-
[assembly: AssemblyVersion("1.2.0")]
28-
[assembly: AssemblyFileVersion("1.2.0")]
26+
// [assembly: AssemblyVersion("1.3.0")]
27+
[assembly: AssemblyVersion("1.3.0")]
28+
[assembly: AssemblyFileVersion("1.3.0")]
2929
[assembly: ComVisible(false)]

Source/Plugin.Badge.iOS/Plugin.Badge.iOS.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@
4646
<Reference Include="System.Xml" />
4747
<Reference Include="System.Core" />
4848
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
49-
<HintPath>..\packages\Xamarin.Forms.2.3.4.247\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
49+
<HintPath>..\packages\Xamarin.Forms.2.3.5.256-pre6\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
5050
</Reference>
5151
<Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
52-
<HintPath>..\packages\Xamarin.Forms.2.3.4.247\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
52+
<HintPath>..\packages\Xamarin.Forms.2.3.5.256-pre6\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
5353
</Reference>
5454
<Reference Include="Xamarin.Forms.Platform.iOS, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
55-
<HintPath>..\packages\Xamarin.Forms.2.3.4.247\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
55+
<HintPath>..\packages\Xamarin.Forms.2.3.5.256-pre6\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
5656
</Reference>
5757
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
58-
<HintPath>..\packages\Xamarin.Forms.2.3.4.247\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
58+
<HintPath>..\packages\Xamarin.Forms.2.3.5.256-pre6\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Xamarin.iOS" />
6161
</ItemGroup>
@@ -76,11 +76,11 @@
7676
<None Include="packages.config" />
7777
</ItemGroup>
7878
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
79-
<Import Project="..\packages\Xamarin.Forms.2.3.4.247\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.4.247\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" />
79+
<Import Project="..\packages\Xamarin.Forms.2.3.5.256-pre6\build\netstandard1.0\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.5.256-pre6\build\netstandard1.0\Xamarin.Forms.targets')" />
8080
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
8181
<PropertyGroup>
8282
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
8383
</PropertyGroup>
84-
<Error Condition="!Exists('..\packages\Xamarin.Forms.2.3.4.247\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.2.3.4.247\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets'))" />
84+
<Error Condition="!Exists('..\packages\Xamarin.Forms.2.3.5.256-pre6\build\netstandard1.0\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.2.3.5.256-pre6\build\netstandard1.0\Xamarin.Forms.targets'))" />
8585
</Target>
8686
</Project>

0 commit comments

Comments
 (0)