Skip to content

Commit

Permalink
Prepare for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
chausner committed Aug 22, 2021
1 parent fa6cc85 commit 275cd56
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions BoincRpc/BoincRpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PackageTags>boinc rpc</PackageTags>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<Description>An asynchronous .NET Core implementation of the BOINC GUI RPC protocol.</Description>
<PackageReleaseNotes>First stable release.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2021-08-22
First stable release.

[Unreleased]: https://github.com/chausner/BoincRpc/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/chausner/BoincRpc/releases/tag/v1.0.0
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ An asynchronous .NET Core implementation of the [BOINC GUI RPC protocol](http://

The implementation is up-to-date as of BOINC 7.18.1 and (almost) all RPC structures and commands are fully supported.

[![NuGet](https://img.shields.io/nuget/v/BoincRpc.svg)](https://www.nuget.org/packages/BoincRpc/)
[![license](https://img.shields.io/github/license/chausner/BoincRpc.svg)](https://github.com/chausner/BoincRpc/blob/master/LICENSE)

Usage
-----
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).
Expand All @@ -27,4 +30,4 @@ using (RpcClient rpcClient = new RpcClient())

License
-------
LGPL 3, see LICENSE
LGPL 3, see [LICENSE](LICENSE)

0 comments on commit 275cd56

Please sign in to comment.