Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

skttl/umbraco-unversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnVersion

Build status NuGet release Our Umbraco project page

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.

Getting Started

Installation

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:

Our Umbraco package repository

To install from Our Umbraco, please download the package from:

https://our.umbraco.org/projects/website-utilities/unversion/

NuGet package repository

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.

Manual build

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

Developers Guide

For details on how to use the UnVersion package, please refer to our Developers Guide documentation.


Contributing to this project

Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.

Contact

Have a question?

Dev Team

License

Copyright © 2020 Søren Kottal, Our Umbraco and other contributors

Copyright © 2012 Matt Brailsford, Our Umbraco and other contributors

Licensed under the MIT License