Sweet collection of helpful utils in .Net
Find a file
Serraniel 8031d30644 Merge branch 'feature/Streaming' into develop
* feature/Streaming:
  Some nuget configurations
  Did some doc texts
  Did some inline implementations
  Added most other streaming implementations
  Added interface for streamable objects
  Refactored method names and added missing conversions from byte arrays
  First draft for StreamManager including implementation for int values
  Removed unneccessarry uses
  Fixed target framework
  Some restructurings Added IO project
  Added some class extensions for byte array conversion
2018-04-06 21:12:00 +02:00
SweetLib Some nuget configurations 2018-04-06 21:11:42 +02:00
SweetLib.Demo Referenced new nuget preview in demo projects 2017-10-26 20:06:35 +02:00
SweetLib.Demo.Console Did some inline implementations 2018-04-06 17:45:53 +02:00
SweetLib.IO Some nuget configurations 2018-04-06 21:11:42 +02:00
.gitattributes Created project files 2017-03-20 18:54:47 +01:00
.gitignore Initial commit 2017-03-20 18:46:08 +01:00
LICENSE Switch to EUPL v1.1 2017-10-26 18:42:18 +02:00
nuget_icon.png Added Nuget icon 2017-04-16 18:07:48 +02:00
README.md Update README.md 2017-10-26 20:49:53 +02:00
SweetLib.sln Some restructurings 2018-04-06 12:23:03 +02:00

SweetUtils

License

This project is licensed under EUPL v1.1 with the owners location in Germany.

Installation

Install the library to your project. The easiest way to do so is installing the NuGet Package. Just right-click your project and choose Manage NuGet Packages... and search for SweetLib or install it via the console: PM> Install-Package SweetLib

Status

Build status