diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml
index fb7fe45..c69627c 100644
--- a/.github/workflows/dotnetcore.yml
+++ b/.github/workflows/dotnetcore.yml
@@ -1,29 +1,30 @@
-# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions
-name: Build-Pack-Publish
-on:
-# watch:
-# types: [started]
- push:
- branches:
- - master
-jobs:
- build:
- runs-on: ubuntu-latest
-# if: github.event == 'watch' && github.actor == github.event.repository.owner.login #only me
- steps:
- - uses: actions/checkout@v2
- - name: Setup .NET Core
- uses: actions/setup-dotnet@v1
-# with:
-# dotnet-version: 3.1.101
- - name: Run Unit Test
- run: dotnet test /home/runner/work/OsmApiClient/OsmApiClient/OsmSharp.IO.API.Tests/OsmSharp.IO.API.Tests.csproj
- - name: Build Solution
- run: dotnet build --configuration Release
- - name: Nuget Publish
- if: success()
- run: dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NugetApiKey}} /home/runner/work/OsmApiClient/OsmApiClient/src/bin/Release/*.nupkg
- - name: Nuget Publish Symbols
- if: success()
- run: dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NugetApiKey}} /home/runner/work/OsmApiClient/OsmApiClient/src/bin/Release/*.snupkg --skip-duplicate
-
+## https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions
+#name: Build-Pack-Publish
+#on:
+## watch:
+## types: [started]
+# push:
+# branches:
+# - master
+#jobs:
+# build:
+# runs-on: ubuntu-latest
+## if: github.event == 'watch' && github.actor == github.event.repository.owner.login #only me
+# steps:
+# - uses: actions/checkout@v2
+# - name: Setup .NET Core
+# uses: actions/setup-dotnet@v1
+## with:
+## dotnet-version: 3.1.101
+# - name: Run Unit Test
+# run: dotnet test /home/runner/work/OsmApiClient/OsmApiClient/OsmSharp.IO.API.Tests/OsmSharp.IO.API.Tests.csproj
+# - name: Build Solution
+# run: dotnet build --configuration Release
+# - name: Nuget Publish
+# if: success()
+# run: dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NugetApiKey}} /home/runner/work/OsmApiClient/OsmApiClient/src/bin/Release/*.nupkg
+# - name: Nuget Publish Symbols
+# if: success()
+# run: dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NugetApiKey}} /home/runner/work/OsmApiClient/OsmApiClient/src/bin/Release/*.snupkg --skip-duplicate
+#
+#
\ No newline at end of file
diff --git a/README.md b/README.md
index d287645..1168e07 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
+# DEPRECATED
+Development has moved to https://github.com/OsmSharp/io-api
+
+---
+
# OsmApiClient
This is a simple C# client to allow using [OSM API](https://wiki.openstreetmap.org/wiki/API_v0.6) easily.
Please read the API's documentation and use it responsibly. Misuse can have an adverse affect on the OSM ecosystem.
diff --git a/src/OsmSharp.IO.API.csproj b/src/OsmSharp.IO.API.csproj
index a27fc43..32170f5 100644
--- a/src/OsmSharp.IO.API.csproj
+++ b/src/OsmSharp.IO.API.csproj
@@ -5,10 +5,9 @@
OsmApiClient
0.0.8
https://github.com/blackboxlogic/OsmApiClient
- Fixed latitude validation range.
-Fixed failures when host computer culture uses commas for decimals.
+ Deprecating this package, it has relocated to package "OsmSharp.IO.API".
https://github.com/blackboxlogic/OsmApiClient
- This is a simple C# client to allow using OSM API.
+ DEPRECATED, use "https://github.com/OsmSharp/io-api" instead. This was a simple C# client to allow using OSM API.
osm;openstreetmap;client
MIT
true