Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 7f94d8e

Browse files
committed
Fixed up nuspec dependencies
… for the arch-core-runtime and arch-lifecycle-extensions bindings that were just merged.
1 parent e22797b commit 7f94d8e

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

arch-core/runtime/nuget/template.nuspec

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@
88
<owners>Xamarin Inc.</owners>
99
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1010
<description>Android Architecture Core - Runtime C# bindings for Xamarin</description>
11-
<copyright>Copyright © Microsoft Corporation</copyright>
12-
<projectUrl>https://github.com/xamarin/AndroidSupportComponents/</projectUrl>
13-
<licenseUrl>https://github.com/xamarin/AndroidSupportComponents/blob/master/LICENSE.md</licenseUrl>
11+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
12+
<projectUrl>https://go.microsoft.com/fwlink/?linkid=865327</projectUrl>
13+
<licenseUrl>https://go.microsoft.com/fwlink/?linkid=865385</licenseUrl>
1414
<iconUrl>https://raw.githubusercontent.com/xamarin/AndroidSupportComponents/master/icons/arch-core-runtime_128x128.png</iconUrl>
1515
<dependencies>
16-
16+
<group targetFramework="MonoAndroid80">
17+
<dependency id="Xamarin.Android.Support.Annotations" version="26.1.0" />
18+
<dependency id="Xamarin.Android.Arch.Core.Common" version="1.0.0" />
19+
</group>
1720
</dependencies>
1821
</metadata>
1922
<files>

arch-lifecycle/extensions/nuget/template.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<iconUrl>https://raw.githubusercontent.com/xamarin/AndroidSupportComponents/master/icons/arch-lifecycle-extensions_128x128.png</iconUrl>
1515
<dependencies>
1616
<group targetFramework="MonoAndroid80">
17-
<dependency id="Xamarin.Android.Support.Annotations" version="26.1.0"/>
18-
<dependency id="Xamarin.Android.Support.Fragment" version="26.1.0"/>
19-
<dependency id="Xamarin.Android.Support.Compat" version="26.1.0"/>
17+
<dependency id="Xamarin.Android.Support.Annotations" version="26.1.0" />
18+
<dependency id="Xamarin.Android.Support.Fragment" version="26.1.0" />
2019
<dependency id="Xamarin.Android.Arch.Lifecycle.Runtime" version="1.0.3" />
21-
<dependency id="Xamarin.Android.Arch.Lifecycle.Common" version="1.0.1" />
20+
<dependency id="Xamarin.Android.Arch.Lifecycle.Common" version="1.0.3" />
2221
<dependency id="Xamarin.Android.Arch.Core.Common" version="1.0.0" />
22+
<dependency id="Xamarin.Android.Arch.Core.Runtime" version="1.0.0" />
2323
</group>
2424
</dependencies>
2525
</metadata>

0 commit comments

Comments
 (0)