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

Commit

Permalink
Update to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyen-vuduc committed May 13, 2017
1 parent 54748a3 commit 887ab3f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<TransformFile Include="Transforms\Metadata.xml" />
</ItemGroup>
<ItemGroup>
<EmbeddedJar Include="Jars\mapbox-java-core-2.0.0.jar" />
<EmbeddedJar Include="Jars\mapbox-java-core-2.1.0.jar" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
</Project>
4 changes: 2 additions & 2 deletions Naxam.Mapbox.MapboxJavaCore/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyInformationalVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.1.0")]
[assembly: AssemblyInformationalVersion("2.1.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
4 changes: 2 additions & 2 deletions mapboxjavacore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- Required elements-->
<id>Naxam.Mapbox.MapboxJavaCore</id>
<version>2.0.0.2</version>
<version>2.1.0</version>
<description>Xamarin Binding Library - Mapbox Java Core</description>
<authors>Vu Duc Tuyen</authors>
<owners>NAXAM CO.,LTD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Naxam - Mapbox Java Core</title>
<releaseNotes>Mapbox Java Core v2.0.0</releaseNotes>
<releaseNotes>Mapbox Java Core v2.1.0</releaseNotes>
<summary>Xamarin Binding Library - Mapbox Java Core</summary>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/NAXAM/xam-mapbox-java-core</projectUrl>
Expand Down

0 comments on commit 887ab3f

Please sign in to comment.