This package automaticaly removes any previous versions for those times when a version history isn't important, and you don't want to take up the database space.
Note: UnVersion has been developed against Umbraco v8.4.0 and will support that version and above.
UnVersion can be installed from either Our Umbraco or NuGet package repositories, or build manually from the source-code:
To install from Our Umbraco, please download the package from:
https://our.umbraco.org/projects/website-utilities/unversion/
To install from NuGet, you can run the following command from within Visual Studio:
PM> Install-Package Our.Umbraco.UnVersion
We also have a MyGet package repository - for bleeding-edge / development releases.
If you prefer, you can compile UnVersion yourself, you'll need:
- Visual Studio 2017 (or above)
To clone it locally click the "Clone in Windows" button above or run the following git commands.
git clone https://github.com/skttl/umbraco-unversion.git umbraco-unversion
cd umbraco-unversion
.\build.cmd
For details on how to use the UnVersion package, please refer to our Developers Guide documentation.
Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.
Have a question?
- UnVersion Forum on Our Umbraco
- Raise an issue on GitHub
Copyright © 2020 Søren Kottal, Our Umbraco and other contributors
Copyright © 2012 Matt Brailsford, Our Umbraco and other contributors
Licensed under the MIT License