Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khellang/yenc
A tiny library for yEncoding and decoding with .NET
https://github.com/khellang/yenc
Last synced: about 2 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T14:03:37.000Z (about 4 years ago)
- Last Synced: 2024-11-04T12:43:58.734Z (2 months 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 [![Build status](https://ci.appveyor.com/api/projects/status/t12qq70iaumqmhr2/branch/master?svg=true)](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.