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

Commit 0772c3e

Browse files
committed
Updage namespace to be more C#
1 parent 4c2465e commit 0772c3e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Naxam.Mapbox.MapboxJavaCore/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1919
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
2020

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")]
2323

2424
// The following attributes are used to specify the signing key for the assembly,
2525
// if desired. See the Mono documentation for more information about signing.

Naxam.Mapbox.MapboxJavaCore/Transforms/Metadata.xml

+3
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@
77
This sample removes the method: android.support.v4.content.CursorLoader.loadInBackground:
88
<remove-node path="/api/package[@name='android.support.v4.content']/class[@name='CursorLoader']/method[@name='loadInBackground']" />
99
-->
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>
1013
</metadata>

mapboxjavacore.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<!-- Required elements-->
55
<id>Naxam.Mapbox.MapboxJavaCore</id>
6-
<version>2.0.0</version>
6+
<version>2.0.0.1</version>
77
<description>Xamarin Binding Library - Mapbox Java Core</description>
88
<authors>Vu Duc Tuyen</authors>
99
<owners>NAXAM CO.,LTD</owners>

0 commit comments

Comments
 (0)