Releases: drmathias/csharp-skynet
Releases · drmathias/csharp-skynet
v2.1.1
- File ordering on directory upload to ensure repeatable Skylinks
v2.1.0
- Fixed first character of file names being excluded on directory uploads
- Single file uploads no longer pass file array
- Support for UTF8 Sia paths
- UploadOptions and MultiFileUploadOptions to support additional configuration
v2.0.1
- Provides datetime string as file name when filename not specified
- Fixes multi-file upload 400 response when no file name provided
v2.0.0
- Introduces a strongly-typed Skylink struct
- Validates the Bitfield contained within a Skylink
- Skylink length and base64 encoding validation
- Validates the Merkleroot and Bitfield returned by the Skynet portal
v1.2.0
- Additional validation
- New UploadFiles method signature
- Ability to mock all calls
v1.1.0
- Additional file upload extensions
- Directory upload
v1.0.4
- Updated file provider package
- Bug fix to correct Bitfield data type
v1.0.3
- Async calls using ConfigureAwait(false)
v1.0.2
- Fixes bug where responses weren't deserialised correctly
v1.0.1
- Includes XML docs in build, for intellisense
- Throwing on null arguments passed to UploadFile extension