Skip to content
This repository was archived by the owner on Apr 27, 2025. It is now read-only.

Commit 9341194

Browse files
committed
Change licenseUrl to license
1 parent 623f8ab commit 9341194

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

LICENSE renamed to LICENSE.txt

File renamed without changes.

Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps.nuspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ full release notes is here - https://github.com/amay077/Xamarin.Forms.GoogleMaps
3939
<authors>amay077</authors>
4040
<copyright>Copyright 2016-2018</copyright>
4141
<iconUrl>https://raw.githubusercontent.com/amay077/Xamarin.Forms.GoogleMaps/master/logo.png</iconUrl>
42-
<licenseUrl>https://github.com/amay077/Xamarin.Forms.GoogleMaps/blob/master/LICENSE</licenseUrl>
42+
<license type="file">LICENSE.txt</license>
4343
<projectUrl>https://github.com/amay077/Xamarin.Forms.GoogleMaps</projectUrl>
4444
<requireLicenseAcceptance>false</requireLicenseAcceptance>
4545
<description>Yet another Maps library for Xamarin.Forms that optimized for Google maps.</description>
@@ -59,6 +59,9 @@ full release notes is here - https://github.com/amay077/Xamarin.Forms.GoogleMaps
5959
</dependencies>
6060
</metadata>
6161
<files>
62+
<!--License-->
63+
<file src="..\LICENSE.txt" target="" />
64+
6265
<!--Core-->
6366
<file src="Xamarin.Forms.GoogleMaps\bin\Release\netstandard1.0\Xamarin.Forms.GoogleMaps.dll" target="lib\netstandard1.0" />
6467
<file src="Xamarin.Forms.GoogleMaps\bin\Release\netstandard2.0\Xamarin.Forms.GoogleMaps.dll" target="lib\netstandard2.0" />

0 commit comments

Comments
 (0)