Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from Agorist-Action/Remove-Travis-CI
Browse files Browse the repository at this point in the history
Update Documentation for Version 1.0.1.4
  • Loading branch information
Agorist-Action authored Jan 1, 2021
2 parents 22898a3 + 98d2fbe commit d8545e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

14 changes: 4 additions & 10 deletions MoneroClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<Platforms>AnyCPU;x64;x84</Platforms>
<RootNamespace>Monero.Client</RootNamespace>
<AssemblyName>Monero.Client</AssemblyName>
<Version>1.0.1.3</Version>
<Version>1.0.1.4</Version>
<RepositoryUrl>https://github.com/Agorist-Action/csharp-monero-rpc-client</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>
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.
</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageIcon>monero-xmr-logo.png</PackageIcon>
Expand All @@ -28,13 +29,6 @@
<FileVersion>1.0.0.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<WarningLevel>4</WarningLevel>
<NoWarn />
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningsAsErrors />
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Text.Json" Version="4.7.2" />
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![](gif/resized.gif)

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://camo.githubusercontent.com/83d3746e5881c1867665223424263d8e604df233d0a11aae0813e0414d433943/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667" alt="License" data-canonical-src="https://img.shields.io/badge/license-MIT-blue.svg" style="max-width:100%;"> [![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) <img src="https://camo.githubusercontent.com/7e7bdf5c529c8bc594e26038dbb1a3d360e9ede891fbdcef50b403ab5f88fc14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e747269627574696f6e732d77656c636f6d652d6f72616e67652e737667" alt="Contributions welcome" data-canonical-src="https://img.shields.io/badge/contributions-welcome-orange.svg" style="max-width:100%;"> [![NuGet Badge](https://buildstats.info/nuget/Monero.Client)](https://www.nuget.org/packages/Monero.Client/)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://camo.githubusercontent.com/83d3746e5881c1867665223424263d8e604df233d0a11aae0813e0414d433943/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667" alt="License" data-canonical-src="https://img.shields.io/badge/license-MIT-blue.svg" style="max-width:100%;"><img src="https://camo.githubusercontent.com/7e7bdf5c529c8bc594e26038dbb1a3d360e9ede891fbdcef50b403ab5f88fc14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e747269627574696f6e732d77656c636f6d652d6f72616e67652e737667" alt="Contributions welcome" data-canonical-src="https://img.shields.io/badge/contributions-welcome-orange.svg" style="max-width:100%;"> [![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.

Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit d8545e4

Please sign in to comment.