Skip to content

Commit 3beddc3

Browse files
committed
Bump version and update release notes
1 parent ac4f478 commit 3beddc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BencodeNET/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"$schema": "http://json.schemastore.org/project",
3-
"version": "2.1.0-*",
3+
"version": "2.2.0-*",
44
"title": "BencodeNET",
55
"authors": [ "Søren Kruse" ],
66
"description": "A library for encoding and decoding bencode (e.g. torrent files)",
77
"packOptions": {
88
//"summary": "A library for encoding and decoding bencode (e.g. torrent files)",
9-
"releaseNotes": "Most of the API has been rewritten for v2.0. Please see https://github.com/Krusen/BencodeNET for examples.",
9+
"releaseNotes": "Fixed Torrent.Pieces and added Torrent.PiecesAsHexString property.",
1010
"projectUrl": "https://github.com/Krusen/BencodeNET",
1111
"licenseUrl": "https://github.com/Krusen/BencodeNET/blob/master/LICENSE.md",
1212
"requireLicenseAcceptance": false,

0 commit comments

Comments
 (0)