diff --git a/Gel.Net.targets b/Gel.Net.targets index 55e4d756..88ab7664 100644 --- a/Gel.Net.targets +++ b/Gel.Net.targets @@ -1,6 +1,6 @@ - 0.0.1 + 2.0.0 latest Gel.Net Contributors edgedb;gel;db;database diff --git a/docs/index.rst b/docs/index.rst index d0093a21..6c612fc6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -47,7 +47,7 @@ following command in your terminal: .. code-tab:: bash :caption: MyGet - $ dotnet add package Gel.Net.Driver --source https://www.myget.org/F/edgedb-net/api/v3/index.json + $ dotnet add package Gel.Net.Driver --source https://www.myget.org/F/gel-net/api/v3/index.json .. _gel-dotnet-basic-usage: diff --git a/examples/Gel.Examples.ExampleTODOApi/README.md b/examples/Gel.Examples.ExampleTODOApi/README.md index 94945d17..3cba19a6 100644 --- a/examples/Gel.Examples.ExampleTODOApi/README.md +++ b/examples/Gel.Examples.ExampleTODOApi/README.md @@ -12,7 +12,7 @@ Once we have our ASP.Net Core project, we can add the Gel.Net driver to our proj #### Myget ```console -$ dotnet add package Gel.Net.Driver -Source https://www.myget.org/F/edgedb-net/api/v3/index.json +$ dotnet add package Gel.Net.Driver -Source https://www.myget.org/F/gel-net/api/v3/index.json ``` #### NuGet