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

Commit 98d2fbe

Browse files
Update for Version 1.0.1.4
Also remove Travis-CI related code.
1 parent 9df50f3 commit 98d2fbe

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

.travis.yml

-6
This file was deleted.

MoneroClient.csproj

+4-10
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
<Platforms>AnyCPU;x64;x84</Platforms>
77
<RootNamespace>Monero.Client</RootNamespace>
88
<AssemblyName>Monero.Client</AssemblyName>
9-
<Version>1.0.1.3</Version>
9+
<Version>1.0.1.4</Version>
1010
<RepositoryUrl>https://github.com/Agorist-Action/csharp-monero-rpc-client</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<PackageReleaseNotes>
13-
Release Notes v1.0.1.3
14-
- Support Monero and RpcServer Exceptions
13+
Release Notes v1.0.1.4
14+
- Reconciled the entire library with the source code (the documentation and source code differed)
15+
- Given the reconciliation above, this update (and subsequent updates) is not backwards compatible.
1516
</PackageReleaseNotes>
1617
<NeutralLanguage>en-US</NeutralLanguage>
1718
<PackageIcon>monero-xmr-logo.png</PackageIcon>
@@ -28,13 +29,6 @@
2829
<FileVersion>1.0.0.0</FileVersion>
2930
</PropertyGroup>
3031

31-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
32-
<WarningLevel>4</WarningLevel>
33-
<NoWarn />
34-
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
35-
<WarningsAsErrors />
36-
</PropertyGroup>
37-
3832
<ItemGroup>
3933
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
4034
<PackageReference Include="System.Text.Json" Version="4.7.2" />

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](gif/resized.gif)
22

3-
&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/)
3+
&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/)
44

55
This is the source code of a Monero JSON-RPC client (for both daemon and wallet) built on .netstandard2.1.
66

@@ -51,7 +51,7 @@ For the entire MoneroWalletClient interface, please click [here](https://github.
5151
# Latest Stable Release
5252
Available on Nuget [here](https://www.nuget.org/packages/Monero.Client/).
5353
```
54-
Install-Package Monero.Client -Version 1.0.1.3
54+
Install-Package Monero.Client -Version 1.0.1.4
5555
```
5656
# Latest Development Changes
5757
```

0 commit comments

Comments
 (0)