Skip to content

Commit

Permalink
Updated package id
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Oct 7, 2024
1 parent eb927f6 commit 42345c2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Coinbase.Net/Coinbase.Net.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<PackageId>Coinbase.Net</PackageId>
<PackageId>JKorf.Coinbase.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>1.0.0</PackageVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>
Expand Down
2 changes: 1 addition & 1 deletion Examples/Coinbase.Api/Coinbase.Examples.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Coinbase.Net" Version="1.0.0" />
<PackageReference Include="Jkorf.Coinbase.Net" Version="1.0.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Examples/Coinbase.Console/Coinbase.Examples.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Coinbase.Net" Version="1.0.0" />
<PackageReference Include="Jkorf.Coinbase.Net" Version="1.0.0" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<ul class="social-icons social-icons-sm ml-lg-2 mr-2">
<li class="social-icons-ce"><a data-toggle="tooltip" href="https://jkorf.github.io/CryptoExchange.Net/" target="_blank" title="" data-original-title="CryptoExchange">CryptoExchange.Net</a></li>
<li class="social-icons-nuget"><a data-toggle="tooltip" href="http://www.nuget.org/profiles/JKorf/Coinbase.Net" target="_blank" title="" data-original-title="Nuget">Nuget</a></li>
<li class="social-icons-nuget"><a data-toggle="tooltip" href="http://www.nuget.org/profiles/JKorf/Jkorf.Coinbase.Net" target="_blank" title="" data-original-title="Nuget">Nuget</a></li>
<li><a data-toggle="tooltip" href="http://www.github.com/JKorf/Coinbase.Net" target="_blank" title="" data-original-title="GitHub"><i class="fab fa-github"></i></a></li>
<li><a data-toggle="tooltip" href="https://discord.gg/Wyqd4hegMZ" target="_blank" title="" data-original-title="Discord"><i class="fab fa-discord"></i></a></li>
</ul>
Expand Down Expand Up @@ -168,12 +168,12 @@ <h1>Getting Started</h1>
<h2>Installation</h2>

<h5>Nuget</h5>
<p><a href="https://www.nuget.org/packages/Coinbase.Net"><img src="https://img.shields.io/nuget/v/Coinbase.net.svg?style=for-the-badge" /></a> <a href="https://www.nuget.org/packages/Coinbase.Net"><img src="https://img.shields.io/nuget/dt/Coinbase.Net.svg?style=for-the-badge" /></a></p>
<p><a href="https://www.nuget.org/packages/Jkorf.Coinbase.Net"><img src="https://img.shields.io/nuget/v/Jkorf.Coinbase.net.svg?style=for-the-badge" /></a> <a href="https://www.nuget.org/packages/Jkorf.Coinbase.Net"><img src="https://img.shields.io/nuget/dt/Jkorf.Coinbase.Net.svg?style=for-the-badge" /></a></p>

<pre><code>dotnet add package Coinbase.Net</code></pre>
<pre><code>dotnet add package Jkorf.Coinbase.Net</code></pre>

<h5>GitHub packages</h5>
<p>Coinbase.Net is available on <a href="https://github.com/JKorf/Coinbase.Net/pkgs/nuget/Coinbase.Net">GitHub packages</a>. You'll need to add <code>https://nuget.pkg.github.com/JKorf/index.json</code> as a NuGet package source.</p>
<p>Coinbase.Net is available on <a href="https://github.com/JKorf/Coinbase.Net/pkgs/nuget/Jkorf.Coinbase.Net">GitHub packages</a>. You'll need to add <code>https://nuget.pkg.github.com/JKorf/index.json</code> as a NuGet package source.</p>

<h5>Download release</h5>
<p><a href="https://github.com/JKorf/Coinbase.Net/releases"><img src="https://img.shields.io/github/v/release/JKorf/Coinbase.Net?style=for-the-badge&label=GitHub" /></a></p>
Expand Down

0 comments on commit 42345c2

Please sign in to comment.