Skip to content

v4.0.0

Compare
Choose a tag to compare
@DamienDennehy DamienDennehy released this 31 Jul 21:09
· 70 commits to master since this release
  • Added .NET Platform Standard 1.1 support, built using .NET Core 1.0.
  • Added "AccountUrl" to AccountSettings model.
  • Added "TopPost", "HeroImage" and "IsHero" property to Topics model.
  • Added "WebmSize and "Mp4Size" to Gallery Image and Image models.
  • Added additional constructors for ImgurClient and MashapeClient to allow anonymous actions without a client secret.
  • Added README.txt on package install instead of loading external site.
  • Upgraded Portable Class Library to NETStandard Class Library Package.
  • Fixed bug with authorization url being case sensitive.
  • Fixed bug with favoriting Images and Albums crashing due to Mashape API changes.
  • Fixed bug with Adding and Removing CustomGalleryTags due to Mashape API changes.
  • Removed inheritance of IImage/IGalleryImage & IAlbum/IGalleryAlbum due to increasingly diverse changes in the official model definitions.
  • Removed "CommentPreview" from the GalleryImage and GalleryAlbum models.