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

Commit de78068

Browse files
committed
Update assembly title
1 parent 04e35af commit de78068

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Information about this assembly is defined by the following attributes.
66
// Change them to the values specific to your project.
77

8-
[assembly: AssemblyTitle("Naxam.Mapbox.Sdk.MapboxAndroidTelemetry")]
8+
[assembly: AssemblyTitle("Naxam.Mapbox.Services.Android.Telemetry")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("NAXAM CO.,LTD")]
@@ -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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
Xamarin Binding Library for [Mapbox Android Telemetry](https://mvnrepository.com/artifact/com.mapbox.mapboxsdk/mapbox-android-telemetry)
33

44
```
5-
Install-Package Naxam.Mapbox.Sdk.MapboxAndroidTelemetry
5+
Install-Package Naxam.Mapbox.Services.Android.Telemetry
66
```

telemetry.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<!-- Required elements-->
55
<id>Naxam.Mapbox.Services.Android.Telemetry</id>
6-
<version>2.0.0</version>
6+
<version>2.0.0.1</version>
77
<description>Xamarin Binding Library - Mapbox Android Telemetry</description>
88
<authors>Vu Duc Tuyen</authors>
99
<owners>NAXAM CO.,LTD</owners>

0 commit comments

Comments
 (0)