xamarin / XamarinComponents

Plugins for Xamarin
MIT License
1.99k stars 693 forks source link

Arcore 1 42 0 #1437

Open softlion opened 5 months ago

softlion commented 5 months ago

Update to arcore 1 42 0

softlion commented 5 months ago

To build your own nuget as there is 0 maintainer here and noone knows how to become maintainer:

cd C:\...\XamarinComponents\Android\ARCore\
dotnet cake --target=nuget
nuget push output\Xamarin.Google.ARCore.1.42.0-pre1.nupkg -source yourNugetSource -ApiKey yourNugetApiKey

see https://github.com/google-ar/arcore-android-sdk/releases for notes.

softlion commented 1 month ago

I rewrote that binding using NET8 instead, and upgraded to 1.45.0 https://github.com/vapolia/GoogleARCore.Dotnet.Binding