Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Releases: drmathias/csharp-skynet

v2.1.1

18 Oct 10:22
Compare
Choose a tag to compare
  • File ordering on directory upload to ensure repeatable Skylinks

v2.1.0

10 Oct 13:35
ed30aa3
Compare
Choose a tag to compare
  • 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

05 Oct 18:28
Compare
Choose a tag to compare
  • Provides datetime string as file name when filename not specified
  • Fixes multi-file upload 400 response when no file name provided

v2.0.0

04 Oct 17:15
Compare
Choose a tag to compare
  • 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

01 Oct 20:05
Compare
Choose a tag to compare
  • Additional validation
  • New UploadFiles method signature
  • Ability to mock all calls

v1.1.0

29 Jul 21:11
Compare
Choose a tag to compare
  • Additional file upload extensions
  • Directory upload

v1.0.4

29 Jul 20:25
Compare
Choose a tag to compare
  • Updated file provider package
  • Bug fix to correct Bitfield data type

v1.0.3

29 Jul 15:20
Compare
Choose a tag to compare
  • Async calls using ConfigureAwait(false)

v1.0.2

26 Jul 13:43
Compare
Choose a tag to compare
  • Fixes bug where responses weren't deserialised correctly

v1.0.1

03 Jul 10:59
Compare
Choose a tag to compare
  • Includes XML docs in build, for intellisense
  • Throwing on null arguments passed to UploadFile extension