Skip to content
This repository was archived by the owner on Mar 20, 2021. It is now read-only.

Commit d4dd17e

Browse files
committed
Update to 2.1.0
1 parent 8259923 commit d4dd17e

File tree

5 files changed

+5
-5
lines changed

5 files changed

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

Naxam.Mapbox.Services.Android.Telemetry/Naxam.Mapbox.Services.Android.Telemetry.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<TransformFile Include="Transforms\Metadata.xml" />
8585
</ItemGroup>
8686
<ItemGroup>
87-
<LibraryProjectZip Include="Jars\mapbox-android-telemetry-2.0.0.aar" />
87+
<LibraryProjectZip Include="Jars\mapbox-android-telemetry-2.1.0.aar" />
8888
</ItemGroup>
8989
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
9090
<Import Project="..\packages\Xamarin.Build.Download.0.4.2\build\Xamarin.Build.Download.targets" Condition="Exists('..\packages\Xamarin.Build.Download.0.4.2\build\Xamarin.Build.Download.targets')" />

Naxam.Mapbox.Services.Android.Telemetry/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
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.

telemetry.nuspec

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

0 commit comments

Comments
 (0)