Version 2.0.0-alpha008

Alpha
Date 2022-01-06 (1,044 days ago)
Downloads 159 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.7.2
Umbraco Versions Umbraco 8

New alpha release for Umbraco 8. This will not work in Umbraco 7.

#installation">Installation

#changelog">Changelog

  • Fixed JSON parsing issue in the VideoFile class (see #9, 3b39216 and 19c4c58)
    The file size was incorrectly parsed using the GetInt32 extension method, while it should have been GetInt64 to support file sizes of large videos.