Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.32 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.32 KB
CI Coverage NuGet
Build Status Azure DevOps coverage NuGet

gfoidl.DataCompression

Algorithms

Demos

See ./demos for code.

Note: the graphs in the documentation are created by the code from ./demos, so you can see which config-values got used.

Development channel

To get packages from the development channel use a nuget.config similar to this one:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <packageSources>
        <add key="gfoidl-public" value="https://pkgs.dev.azure.com/gh-gfoidl/github-Projects/_packaging/gfoidl-public/nuget/v3/index.json" />
    </packageSources>
</configuration>