Skip to content

1.0.3

Compare
Choose a tag to compare
@sbwalker sbwalker released this 07 Aug 17:49
· 5218 commits to master since this release
6bcb769

Release Notes

We deeply appreciate the contributions from our community. A grand total of 9 pull requests by 1 contributor were integrated into this release.

Noteworthy Changes in v1.0.3

#673 - fixed issue where very large file uploads were being corrupted during upload
#672 - modified System Update to allow user to reinstall current version
#671 - include event logging during module and theme installation
#670 - fix regression bug which was causing the installation of module and theme packages to fail
#669 - improvements for automated System Update

List of Contributors in v1.0.3

Shaun Walker @sbwalker

Additional Resources

The Oqtane Framework is built on Blazor, an open source and cross-platform web UI framework for building single-page apps using .NET and C# instead of JavaScript.

This release of Oqtane is targeted at .NET Core 3.2 (v3.1.300+). This release is upgradeable from previous Oqtane releases. Simply install this release and your database will be upgraded automatically.

Oqtane supports both Blazor Server and Blazor WebAssembly in the same code base ( you can switch hosting models by changing the Runtime setting in the Oqtane.Server\appsettings.json file ):

{
  "Runtime": "Server"
} 

or

{
  "Runtime": "WebAssembly"
} 

Please note that this project is property of the .NET Foundation