diff --git a/.travis.yml b/.travis.yml index e472f06..2d8ab71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,14 +11,14 @@ language: - csharp solution: - - MapboxSDKUnity.sln + - MapboxSdkCs.sln mono: - 4.6.1 install: - - nuget restore MapboxSDKUnityCore.sln + - nuget restore MapboxSdkCs.sln script: - - xbuild /p:Configuration=Release /p:CIBuild=true /p:StyleCopTreatErrorsAsWarnings=false MapboxSDKUnityCore.sln + - xbuild /p:Configuration=Release /p:CIBuild=true /p:StyleCopTreatErrorsAsWarnings=true MapboxSdkCs.sln - mono packages/NUnit.ConsoleRunner.3.5.0/tools/nunit3-console.exe bin/Release/test/Mapbox.UnitTest.dll diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85ea96f..dcb18f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ If you want to contribute code: -1. Ensure that existing [pull requests](https://github.com/mapbox/mapbox-sdk-unity-core/pulls) and [issues](https://github.com/mapbox/mapbox-sdk-unity-core/issues) don’t already cover your contribution or question. +1. Ensure that existing [pull requests](https://github.com/mapbox/mapbox-sdk-cs/pulls) and [issues](https://github.com/mapbox/mapbox-sdk-cs/issues) don’t already cover your contribution or question. 2. Pull requests are gladly accepted. We require code reviews before merging PRs. When your tests pass, tag a project contributor (for example, @tmpsantos or @BergWerkGIS) and request a review. @@ -22,11 +22,11 @@ Coming soon. # Running tests -Tests are located in [test/UnitTest](https://github.com/mapbox/mapbox-sdk-unity-core/tree/master/test/UnitTest). On Linux or a mac run them with Mono, `mono packages/NUnit.ConsoleRunner.3.5.0/tools/nunit3-console.exe bin/Debug/test/Mapbox.UnitTest.dll` or from within your IDE of choice. Tests require a valid MAPBOX_ACCESS_TOKEN env variable in order to pass. Get a MAPBOX_ACCESS_TOKEN by logging into [Mapbox Studio](https://www.mapbox.com/studio/). +Tests are located in [test/UnitTest](https://github.com/mapbox/mapbox-sdk-cs/tree/master/test/UnitTest). On Linux or a mac run them with Mono, `mono packages/NUnit.ConsoleRunner.3.5.0/tools/nunit3-console.exe bin/Debug/test/Mapbox.UnitTest.dll` or from within your IDE of choice. Tests require a valid MAPBOX_ACCESS_TOKEN env variable in order to pass. Get a MAPBOX_ACCESS_TOKEN by logging into [Mapbox Studio](https://www.mapbox.com/studio/). # Generating documentation -Documentation for the the Mapbox Unity SDK is automatically generated from XML headers in code. *Instructions for generating documentation are coming soon*. +Documentation for the the Mapbox SDK C# is automatically generated from XML headers in code. *Instructions for generating documentation are coming soon*. # Code of conduct diff --git a/MapboxSDKUnityCore.nuspec b/MapboxSdkCs.nuspec similarity index 85% rename from MapboxSDKUnityCore.nuspec rename to MapboxSdkCs.nuspec index be30f09..82fc292 100644 --- a/MapboxSDKUnityCore.nuspec +++ b/MapboxSdkCs.nuspec @@ -1,20 +1,20 @@ - MapboxSDKforUnityCore - Mapbox SDK for Unity - Core + MapboxSdkCs + A C# client to Mapbox services $version$ Mapbox Mapbox - https://github.com/mapbox/mapbox-sdk-unity-core - https://github.com/mapbox/mapbox-sdk-unity-core + https://github.com/mapbox/mapbox-sdk-cs + https://github.com/mapbox/mapbox-sdk-cs false Core modules for accessing Mapbox services Core modules for accessing Mapbox services Inital packaging - Copyright 2016 - Mapbox SDK Unity Vectortiles + Copyright 2017 + Mapbox SDK CSharp Geocoding Directions Vectortiles -