This repository was archived by the owner on Jul 6, 2024. It is now read-only.
1.2.0
The web manifest is no longer included in the Aero configuration as it has nothing to do with the web server functionalities and has now been separated to a different package: aerogo/manifest
This means that if you relied on loading the web manifest data from config.json
, you should now create a separate manifest.json
and load it via manifest.FromFile("manifest.json")
.
This change is required as not every web server absolutely needs to have a web manifest file. For those who need it, please see the linked package above.