This repository was archived by the owner on Jul 16, 2023. It is now read-only.
File tree 3 files changed +6
-3
lines changed
Naxam.Mapbox.MapboxJavaCore
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 18
18
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
19
19
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
20
20
21
- [ assembly: AssemblyVersion ( "2.0.0" ) ]
22
- [ assembly: AssemblyInformationalVersion ( "2.0.0" ) ]
21
+ [ assembly: AssemblyVersion ( "2.0.0.1 " ) ]
22
+ [ assembly: AssemblyInformationalVersion ( "2.0.0.1 " ) ]
23
23
24
24
// The following attributes are used to specify the signing key for the assembly,
25
25
// if desired. See the Mono documentation for more information about signing.
Original file line number Diff line number Diff line change 7
7
This sample removes the method: android.support.v4.content.CursorLoader.loadInBackground:
8
8
<remove-node path="/api/package[@name='android.support.v4.content']/class[@name='CursorLoader']/method[@name='loadInBackground']" />
9
9
-->
10
+ <attr path =" /api/package[@name='com.mapbox.services']" name =" managedName" >Mapbox.Services</attr >
11
+ <attr path =" /api/package[@name='com.mapbox.services.commons.models']" name =" managedName" >Mapbox.Services.Commons.Models</attr >
12
+ <attr path =" /api/package[@name='com.mapbox.services.commons.utils']" name =" managedName" >Mapbox.Services.Commons.Utils</attr >
10
13
</metadata >
Original file line number Diff line number Diff line change 3
3
<metadata >
4
4
<!-- Required elements-->
5
5
<id >Naxam.Mapbox.MapboxJavaCore</id >
6
- <version >2.0.0</version >
6
+ <version >2.0.0.1 </version >
7
7
<description >Xamarin Binding Library - Mapbox Java Core</description >
8
8
<authors >Vu Duc Tuyen</authors >
9
9
<owners >NAXAM CO.,LTD</owners >
You can’t perform that action at this time.
0 commit comments