Skip to content

Commit

Permalink
Update google maps lib, generate new nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
themronion committed Oct 20, 2024
1 parent 1c2f2ee commit 8d621a1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Google.iOS.Maps" Version="6.0.1.1" />
<PackageReference Include="AdamE.Google.iOS.Maps" Version="9.1.1.2" />
<PackageReference Include="Xamarin.Build.Download" Version="0.11.4" />
</ItemGroup>

Expand Down
24 changes: 12 additions & 12 deletions Nugets/Xamarin.Google.Maps.Utils.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Xamarin.Google.Maps.Utils</id>
<version>1.3.8</version>
<version>1.3.9</version>
<title>Xamarin.Google.Maps.Utils</title>
<authors>Josué Díaz</authors>
<owners>Josué Díaz</owners>
Expand All @@ -16,7 +16,7 @@
<releaseNotes>Native Library version:
[iOS] GoogleMapsUtils 3.2.1
[Android] GoogleMapsUtils 3.8.2</releaseNotes>
<copyright>Copyright Josué Díaz © 2022</copyright>
<copyright>Copyright Josué Díaz © 2024</copyright>
<language>en-US</language>
<tags>maui, .net, ios, android, google, map, maps, utils, utility, heatmap, kml, geo, json, cluster, clustering, marker, pin, location</tags>
<readme>README.md</readme>
Expand All @@ -29,24 +29,24 @@
</group>
<group targetFramework="net8.0-ios17.2">
<dependency id="Xamarin.Build.Download" version="0.11.4" />
<dependency id="Xamarin.Google.iOS.Maps" version="6.0.1.1" />
<dependency id="AdamE.Google.iOS.Maps" version="9.1.1.2" />
</group>
</dependencies>
</metadata>
<files>
<!-- NuGet reference assemblies -->
<file src="/Users/josue/Projects/Bindings/Xamarin.Google.Maps.Utils/LICENSE" target="LICENSE" />
<file src="/Users/josue/Projects/Bindings/Xamarin.Google.Maps.Utils/icon.png" target="icon.png" />
<file src="/Users/josue/Projects/Bindings/Xamarin.Google.Maps.Utils/README.md" target="README.md" />
<file src="../LICENSE" target="LICENSE" />
<file src="../icon.png" target="icon.png" />
<file src="../README.md" target="README.md" />

<!-- iOS reference assemblies -->
<file src="/Users/josue/Projects/Bindings/Xamarin.Google.Maps.Utils/Bindings/Google.Maps.Utils.iOS/bin/Release/net8.0-ios/Google.Maps.Utils.iOS.dll" target="lib/net8.0-ios17.2" />
<file src="/Users/josue/Projects/Bindings/Xamarin.Google.Maps.Utils/Bindings/Google.Maps.Utils.iOS/bin/Release/net8.0-ios/Google.Maps.Utils.iOS.xml" target="lib/net8.0-ios17.2" />
<file src="/Users/josue/Projects/Bindings/Xamarin.Google.Maps.Utils/Bindings/Google.Maps.Utils.iOS/bin/Release/net8.0-ios/Google.Maps.Utils.iOS.resources/" target="lib/net8.0-ios17.2/Google.Maps.Utils.iOS.resources" />
<file src="../Bindings/Google.Maps.Utils.iOS/bin/Release/net8.0-ios/Google.Maps.Utils.iOS.dll" target="lib/net8.0-ios17.2" />
<file src="../Bindings/Google.Maps.Utils.iOS/bin/Release/net8.0-ios/Google.Maps.Utils.iOS.xml" target="lib/net8.0-ios17.2" />
<file src="../Bindings/Google.Maps.Utils.iOS/bin/Release/net8.0-ios/Google.Maps.Utils.iOS.resources/" target="lib/net8.0-ios17.2/Google.Maps.Utils.iOS.resources" />

<!-- Android reference assemblies -->
<file src="/Users/josue/Projects/Bindings/Xamarin.Google.Maps.Utils/Bindings/Google.Maps.Utils.Android/bin/Release/net8.0-android/Google.Maps.Utils.Android.dll" target="lib/net8.0-android34.0" />
<file src="/Users/josue/Projects/Bindings/Xamarin.Google.Maps.Utils/Bindings/Google.Maps.Utils.Android/bin/Release/net8.0-android/Google.Maps.Utils.Android.xml" target="lib/net8.0-android34.0" />
<file src="/Users/josue/Projects/Bindings/Xamarin.Google.Maps.Utils/Bindings/Google.Maps.Utils.Android/bin/Release/net8.0-android/android-maps-utils.aar" target="lib/net8.0-android34.0" />
<file src="../Bindings/Google.Maps.Utils.Android/bin/Release/net8.0-android/Google.Maps.Utils.Android.dll" target="lib/net8.0-android34.0" />
<file src="../Bindings/Google.Maps.Utils.Android/bin/Release/net8.0-android/Google.Maps.Utils.Android.xml" target="lib/net8.0-android34.0" />
<file src="../Bindings/Google.Maps.Utils.Android/bin/Release/net8.0-android/android-maps-utils.aar" target="lib/net8.0-android34.0" />
</files>
</package>
2 changes: 1 addition & 1 deletion Samples/Sample.iOS/Sample.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Google.iOS.Maps" Version="6.0.1.1" />
<PackageReference Include="AdamE.Google.iOS.Maps" Version="9.1.1.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Xamarin.Build.Download" Version="0.11.4" />
</ItemGroup>
Expand Down

0 comments on commit 8d621a1

Please sign in to comment.