From 42345c252fc7d7ce7e27bd28a6bcab6343e27807 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Mon, 7 Oct 2024 13:32:30 +0200 Subject: [PATCH] Updated package id --- Coinbase.Net/Coinbase.Net.csproj | 4 ++-- Examples/Coinbase.Api/Coinbase.Examples.Api.csproj | 2 +- .../Coinbase.Console/Coinbase.Examples.Console.csproj | 2 +- README.md | 6 +++--- docs/index.html | 8 ++++---- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Coinbase.Net/Coinbase.Net.csproj b/Coinbase.Net/Coinbase.Net.csproj index d7fdb37..721b669 100644 --- a/Coinbase.Net/Coinbase.Net.csproj +++ b/Coinbase.Net/Coinbase.Net.csproj @@ -1,11 +1,11 @@ - + netstandard2.0;netstandard2.1 12.0 enable - Coinbase.Net + JKorf.Coinbase.Net JKorf 1.0.0 1.0.0 diff --git a/Examples/Coinbase.Api/Coinbase.Examples.Api.csproj b/Examples/Coinbase.Api/Coinbase.Examples.Api.csproj index 324b62c..641c024 100644 --- a/Examples/Coinbase.Api/Coinbase.Examples.Api.csproj +++ b/Examples/Coinbase.Api/Coinbase.Examples.Api.csproj @@ -8,7 +8,7 @@ - + diff --git a/Examples/Coinbase.Console/Coinbase.Examples.Console.csproj b/Examples/Coinbase.Console/Coinbase.Examples.Console.csproj index f7bb2fb..b2c10b4 100644 --- a/Examples/Coinbase.Console/Coinbase.Examples.Console.csproj +++ b/Examples/Coinbase.Console/Coinbase.Examples.Console.csproj @@ -8,7 +8,7 @@ - + diff --git a/README.md b/README.md index 4df93c1..83c4935 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,12 @@ The library is targeting both `.NET Standard 2.0` and `.NET Standard 2.1` for op ## Install the library ### NuGet -[![NuGet version](https://img.shields.io/nuget/v/Coinbase.net.svg?style=for-the-badge)](https://www.nuget.org/packages/Coinbase.Net) [![Nuget downloads](https://img.shields.io/nuget/dt/Coinbase.Net.svg?style=for-the-badge)](https://www.nuget.org/packages/Coinbase.Net) +[![NuGet version](https://img.shields.io/nuget/v/Jkorf.Coinbase.net.svg?style=for-the-badge)](https://www.nuget.org/packages/Jkorf.Coinbase.Net) [![Nuget downloads](https://img.shields.io/nuget/dt/Jkorf.Coinbase.Net.svg?style=for-the-badge)](https://www.nuget.org/packages/Jkorf.Coinbase.Net) dotnet add package Coinbase.Net ### GitHub packages -Coinbase.Net is available on [GitHub packages](https://github.com/JKorf/Coinbase.Net/pkgs/nuget/Coinbase.Net). You'll need to add `https://nuget.pkg.github.com/JKorf/index.json` as a NuGet package source. +Coinbase.Net is available on [GitHub packages](https://github.com/JKorf/Coinbase.Net/pkgs/nuget/Jkorf.Coinbase.Net). You'll need to add `https://nuget.pkg.github.com/JKorf/index.json` as a NuGet package source. ### Download release [![GitHub Release](https://img.shields.io/github/v/release/JKorf/Coinbase.Net?style=for-the-badge&label=GitHub)](https://github.com/JKorf/Coinbase.Net/releases) @@ -88,7 +88,7 @@ CryptoExchange.Net also allows for [easy access to different exchange API's](htt When using multiple of these API's the [CryptoClients.Net](https://github.com/JKorf/CryptoClients.Net) package can be used which combines this and the other packages and allows easy access to all exchange API's. ## Discord -[![Nuget version](https://img.shields.io/discord/847020490588422145?style=for-the-badge)](https://discord.gg/MSpeEtSY8t) +[![Discord](https://img.shields.io/discord/847020490588422145?style=for-the-badge)](https://discord.gg/MSpeEtSY8t) A Discord server is available [here](https://discord.gg/MSpeEtSY8t). For discussion and/or questions around the CryptoExchange.Net and implementation libraries, feel free to join. ## Supported functionality diff --git a/docs/index.html b/docs/index.html index ceceedc..2776af3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -60,7 +60,7 @@ @@ -168,12 +168,12 @@

Getting Started

Installation

Nuget
-

+

-
dotnet add package Coinbase.Net
+
dotnet add package Jkorf.Coinbase.Net
GitHub packages
-

Coinbase.Net is available on GitHub packages. You'll need to add https://nuget.pkg.github.com/JKorf/index.json as a NuGet package source.

+

Coinbase.Net is available on GitHub packages. You'll need to add https://nuget.pkg.github.com/JKorf/index.json as a NuGet package source.

Download release