From 98d2fbee8d90472cf9cf77c0acb73414d5afccea Mon Sep 17 00:00:00 2001 From: Agorist-Action Date: Fri, 1 Jan 2021 00:37:57 -0600 Subject: [PATCH] Update for Version 1.0.1.4 Also remove Travis-CI related code. --- .travis.yml | 6 ------ MoneroClient.csproj | 14 ++++---------- README.md | 4 ++-- 3 files changed, 6 insertions(+), 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index fa4a800..0000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -language: csharp -solution: MoneroClient.sln - -jobs: - include: - - dotnet: 3.1.100 \ No newline at end of file diff --git a/MoneroClient.csproj b/MoneroClient.csproj index 23c38da..652b6e4 100644 --- a/MoneroClient.csproj +++ b/MoneroClient.csproj @@ -6,12 +6,13 @@ AnyCPU;x64;x84 Monero.Client Monero.Client - 1.0.1.3 + 1.0.1.4 https://github.com/Agorist-Action/csharp-monero-rpc-client git - Release Notes v1.0.1.3 - - Support Monero and RpcServer Exceptions + Release Notes v1.0.1.4 + - Reconciled the entire library with the source code (the documentation and source code differed) + - Given the reconciliation above, this update (and subsequent updates) is not backwards compatible. en-US monero-xmr-logo.png @@ -28,13 +29,6 @@ 1.0.0.0 - - 4 - - false - - - diff --git a/README.md b/README.md index e902ed5..943c289 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![](gif/resized.gif) -                                              License [![Build Status](https://travis-ci.com/Agorist-Action/csharp-monero-rpc-client.svg?branch=master)](https://travis-ci.com/Agorist-Action/csharp-monero-rpc-client) Contributions welcome [![NuGet Badge](https://buildstats.info/nuget/Monero.Client)](https://www.nuget.org/packages/Monero.Client/) +                                              LicenseContributions welcome [![NuGet Badge](https://buildstats.info/nuget/Monero.Client)](https://www.nuget.org/packages/Monero.Client/) This is the source code of a Monero JSON-RPC client (for both daemon and wallet) built on .netstandard2.1. @@ -51,7 +51,7 @@ For the entire MoneroWalletClient interface, please click [here](https://github. # Latest Stable Release Available on Nuget [here](https://www.nuget.org/packages/Monero.Client/). ``` -Install-Package Monero.Client -Version 1.0.1.3 +Install-Package Monero.Client -Version 1.0.1.4 ``` # Latest Development Changes ```