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

Commit 887ab3f

Browse files
committed
Update to 2.1.0
1 parent 54748a3 commit 887ab3f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Binary file not shown.
Binary file not shown.

Naxam.Mapbox.MapboxJavaCore/Naxam.Mapbox.MapboxJavaCore.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<TransformFile Include="Transforms\Metadata.xml" />
5353
</ItemGroup>
5454
<ItemGroup>
55-
<EmbeddedJar Include="Jars\mapbox-java-core-2.0.0.jar" />
55+
<EmbeddedJar Include="Jars\mapbox-java-core-2.1.0.jar" />
5656
</ItemGroup>
5757
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
5858
</Project>

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.1")]
22-
[assembly: AssemblyInformationalVersion("2.0.0.1")]
21+
[assembly: AssemblyVersion("2.1.0")]
22+
[assembly: AssemblyInformationalVersion("2.1.0")]
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.

mapboxjavacore.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<metadata>
44
<!-- Required elements-->
55
<id>Naxam.Mapbox.MapboxJavaCore</id>
6-
<version>2.0.0.2</version>
6+
<version>2.1.0</version>
77
<description>Xamarin Binding Library - Mapbox Java Core</description>
88
<authors>Vu Duc Tuyen</authors>
99
<owners>NAXAM CO.,LTD</owners>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<title>Naxam - Mapbox Java Core</title>
12-
<releaseNotes>Mapbox Java Core v2.0.0</releaseNotes>
12+
<releaseNotes>Mapbox Java Core v2.1.0</releaseNotes>
1313
<summary>Xamarin Binding Library - Mapbox Java Core</summary>
1414
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
1515
<projectUrl>https://github.com/NAXAM/xam-mapbox-java-core</projectUrl>

0 commit comments

Comments
 (0)