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

Commit

Permalink
User Nuget packages for Mapbox Services and Mapzen
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyen-vuduc committed Apr 13, 2017
1 parent 83bb318 commit d4966ca
Show file tree
Hide file tree
Showing 40 changed files with 136 additions and 1,367 deletions.
19 changes: 9 additions & 10 deletions Naxam.Mapbox.Droid/Naxam.Mapbox.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@
<Reference Include="Naxam.Retrofit2.ConvertGson.Droid">
<HintPath>..\packages\Naxam.Retrofit2.ConvertGson.Droid.2.1.0\lib\MonoAndroid10\Naxam.Retrofit2.ConvertGson.Droid.dll</HintPath>
</Reference>
<Reference Include="Naxam.Mapzen.Lost.Droid">
<HintPath>..\packages\Naxam.Mapzen.Lost.Droid.1.1.1\lib\MonoAndroid10\Naxam.Mapzen.Lost.Droid.dll</HintPath>
</Reference>
<Reference Include="Naxam.Mapzen.Droid">
<HintPath>..\packages\Naxam.Mapzen.Droid.1.2.1\lib\MonoAndroid10\Naxam.Mapzen.Droid.dll</HintPath>
</Reference>
<Reference Include="Naxam.Mapbox.Services.Droid">
<HintPath>..\packages\Naxam.Mapbox.Services.Droid.1.3.1\lib\MonoAndroid10\Naxam.Mapbox.Services.Droid.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
Expand All @@ -89,16 +98,6 @@
<TransformFile Include="Transforms\EnumMethods.xml" />
<TransformFile Include="Transforms\Metadata.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Naxam.Mapzen.Lost.Droid\Naxam.Mapzen.Lost.Droid.csproj">
<Project>{02690F24-3F64-4ED2-9C83-DA07BAEC25C9}</Project>
<Name>Naxam.Mapzen.Lost.Droid</Name>
</ProjectReference>
<ProjectReference Include="..\Naxam.Mapbox.Services.Droid\Naxam.Mapbox.Services.Droid.csproj">
<Project>{750A5D78-D093-4052-962F-3FD29C25318E}</Project>
<Name>Naxam.Mapbox.Services.Droid</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<LibraryProjectZip Include="Jars\mapbox-android-sdk-4.2.2.aar" />
</ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion Naxam.Mapbox.Droid/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("4.2.2")]
[assembly: AssemblyVersion("4.2.2.1")]
[assembly: AssemblyInformationalVersion("4.2.2.1-beta")]

// 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
3 changes: 3 additions & 0 deletions Naxam.Mapbox.Droid/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GoogleGson" version="2.6.2.0" targetFramework="monoandroid71" />
<package id="Naxam.Mapbox.Services.Droid" version="1.3.1" targetFramework="monoandroid71" />
<package id="Naxam.Mapzen.Droid" version="1.2.1" targetFramework="monoandroid71" />
<package id="Naxam.Mapzen.Lost.Droid" version="1.1.1" targetFramework="monoandroid71" />
<package id="Naxam.Retrofit2.ConvertGson.Droid" version="2.1.0" targetFramework="monoandroid71" />
<package id="Naxam.Retrofit2.Droid" version="2.1.0" targetFramework="monoandroid71" />
<package id="Square.OkHttp3" version="3.5.0" targetFramework="monoandroid71" />
Expand Down
48 changes: 0 additions & 48 deletions Naxam.Mapbox.Services.Droid/Additions/AboutAdditions.txt

This file was deleted.

76 changes: 0 additions & 76 deletions Naxam.Mapbox.Services.Droid/Additions/Directions.cs

This file was deleted.

Loading

0 comments on commit d4966ca

Please sign in to comment.