https://github.com/khellang/yenc
A tiny library for yEncoding and decoding with .NET
https://github.com/khellang/yenc
Last synced: 10 months ago
JSON representation
A tiny library for yEncoding and decoding with .NET
- Host: GitHub
- URL: https://github.com/khellang/yenc
- Owner: khellang
- License: mit
- Created: 2015-02-13T22:30:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T14:03:37.000Z (over 5 years ago)
- Last Synced: 2024-11-04T12:43:58.734Z (over 1 year ago)
- Language: C#
- Size: 24.4 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yEnc [](https://ci.appveyor.com/project/khellang/yenc/branch/master)
A tiny library for yEnc decoding with .NET
The library is implemented as a Portable Class Library (PCL), with support for the following platforms (minimum):
- .NET Framework 4.5
- Windows 8
- Windows Phone 8.1
- Windows Phone Silverlight 8
- Xamarin.Android
- Xamarin.iOS (Classic)
It is shipped as [a NuGet package](https://www.nuget.org/packages/yEnc).
To install it, simply search for `yEnc` in the Visual Studio Package Manager window, or write
> Install-Package yEnc
In the Package Manager Console.