File tree 3 files changed +18
-1
lines changed
3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 10
10
<PackageTags >boinc rpc</PackageTags >
11
11
<PackageLicenseExpression >LGPL-3.0-or-later</PackageLicenseExpression >
12
12
<Description >An asynchronous .NET Core implementation of the BOINC GUI RPC protocol.</Description >
13
+ <PackageReleaseNotes >First stable release.</PackageReleaseNotes >
13
14
</PropertyGroup >
14
15
15
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
+
7
+ ## [ Unreleased]
8
+
9
+ ## [ 1.0.0] - 2021-08-22
10
+ First stable release.
11
+
12
+ [ Unreleased ] : https://github.com/chausner/BoincRpc/compare/v1.0.0...HEAD
13
+ [ 1.0.0 ] : https://github.com/chausner/BoincRpc/releases/tag/v1.0.0
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ An asynchronous .NET Core implementation of the [BOINC GUI RPC protocol](http://
3
3
4
4
The implementation is up-to-date as of BOINC 7.18.1 and (almost) all RPC structures and commands are fully supported.
5
5
6
+ [ ![ NuGet] ( https://img.shields.io/nuget/v/BoincRpc.svg )] ( https://www.nuget.org/packages/BoincRpc/ )
7
+ [ ![ license] ( https://img.shields.io/github/license/chausner/BoincRpc.svg )] ( https://github.com/chausner/BoincRpc/blob/master/LICENSE )
8
+
6
9
Usage
7
10
-----
8
11
RPC client usage should be largely self-explanatory. For information on the RPC commands, see the [ BOINC wiki] ( http://boinc.berkeley.edu/trac/wiki/GuiRpc ) .
@@ -27,4 +30,4 @@ using (RpcClient rpcClient = new RpcClient())
27
30
28
31
License
29
32
-------
30
- LGPL 3, see LICENSE
33
+ LGPL 3, see [ LICENSE] ( LICENSE )
You can’t perform that action at this time.
0 commit comments