Skip to content

Commit

Permalink
Updated package name
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswill committed Feb 4, 2021
1 parent 6e32d48 commit 1a3f95c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![NuGet Badge](https://buildstats.info/nuget/RippleCoreAPI)](https://www.nuget.org/packages/RippleCoreAPI/)
[![NuGet Badge](https://buildstats.info/nuget/Ripple.APICore)](https://www.nuget.org/packages/Ripple.APICore/)

# RippleCoreAPI
# Ripple.APICore
A C# NetStandard 2.0 client implementation for the [Ripple WebSocket APIs](https://ripple.com/build/rippled-apis/#websocket-api).

This library is written to the NetStandard2 specification, which means that it can run using .Net Core on Windows, Mac OS/X and Unix. I'm only testing it on Windows however, so I'd appreciate any feedback on other platforms.
Expand Down
7 changes: 4 additions & 3 deletions src/RippleDotNet/RippleDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
<RootNamespace>RippleDotNet</RootNamespace>
<Authors>Chris Williams</Authors>
<Company>CloudScope, LLC</Company>
<Description>RippleCoreAPI is a C# NetStandard 2.0 client implementation for the Ripple WebSocket APIs.</Description>
<Description>Ripple.APICore is a C# NetStandard 2.0 client implementation for the Ripple WebSocket APIs.</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/chriswill/RippleDotNet</RepositoryUrl>
<Copyright>Copyright 2021, CloudScope, LLC</Copyright>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageId>RippleCoreAPI</PackageId>
<Product>RippleCoreAPI</Product>
<PackageId>Ripple.APICore</PackageId>
<Product>Ripple.APICore</Product>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>1.0.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 1a3f95c

Please sign in to comment.