File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11BencodeNET
22==========
33[ ![ AppVeyor] ( https://ci.appveyor.com/api/projects/status/pikvrmie3ibsk6pt/branch/master?svg=true )] ( https://ci.appveyor.com/project/Krusen/bencodenet )
4+ [ ![ Coverage] ( https://coveralls.io/repos/github/Krusen/BencodeNET/badge.svg?branch=master )] ( https://coveralls.io/github/Krusen/BencodeNET?branch=master )
45[ ![ NuGet] ( https://buildstats.info/nuget/bencodenet?includePreReleases=false )] ( https://www.nuget.org/packages/BencodeNET/ )
56
67A .NET library for encoding and decoding bencode.
@@ -220,4 +221,4 @@ BDictionary bdictionary = parser.ParseString<BDictionary>("d3:fooi42e5:Hello6:Wo
220221
221222// If you don't know the type you are parsing, you can use the non-generic method
222223IBObject bobject = parser .ParseString (" 12:Hellow World!" );
223- ```
224+ ```
You can’t perform that action at this time.
0 commit comments