Skip to content

Releases: waffle-lord/GoFileSharp

GoFileSharp

16 Apr 20:09
b32fdfd
Compare
Choose a tag to compare
  • remove account type checks from controller

The controller shouldn't determine if the account can or can't do something. GoFile's API should be doing that. Bit of a oops on my part lol

GoFileSharp

16 Apr 18:10
e90c3d4
Compare
Choose a tag to compare
  • added account type checks when trying to access endpoints

GoFileSharp

18 Mar 20:24
8ef066e
Compare
Choose a tag to compare
  • add password hashes to some methods that needed it
  • updated some method names that didn't have async in them and should have
  • updated some method summaries with missing information

GoFileSharp

15 Mar 18:43
23c118c
Compare
Choose a tag to compare

Available on Nuget

Changes

  • updated to the latest GoFile api
  • GoFile class is no longer static