Umbraco.Community.uRestore 1.0.7

dotnet add package Umbraco.Community.uRestore --version 1.0.7
                    
NuGet\Install-Package Umbraco.Community.uRestore -Version 1.0.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Umbraco.Community.uRestore" Version="1.0.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.Community.uRestore" Version="1.0.7" />
                    
Directory.Packages.props
<PackageReference Include="Umbraco.Community.uRestore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Umbraco.Community.uRestore --version 1.0.7
                    
#r "nuget: Umbraco.Community.uRestore, 1.0.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Umbraco.Community.uRestore@1.0.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Umbraco.Community.uRestore&version=1.0.7
                    
Install as a Cake Addin
#tool nuget:?package=Umbraco.Community.uRestore&version=1.0.7
                    
Install as a Cake Tool

uRestore

Downloads NuGet GitHub license Umbraco Marketplace

Selectively restore individual property values from any saved content version — directly inside the Umbraco backoffice.

uRestore adds a Property Restore tab to every content node workspace. Editors can browse the full version history, compare any saved version against the current draft property-by-property, and choose exactly which values to restore — without affecting the properties they want to keep.

uRestore version history panel showing saved versions with status pills

Features

  • Version history panel — lists all saved versions of the current content node with date and status (draft / published / saved)
  • Property-level comparison — side-by-side diff of the current draft value and the value from any selected version, with inline change highlighting
  • Selective restore — choose exactly which properties to restore; all others remain unchanged
  • Smart pre-selection — properties that differ from the current draft are automatically pre-selected
  • Culture-aware — filter the comparison by language variant for multilingual sites
  • Non-destructive — restored values are saved as a new draft and never auto-published
  • Save & Publish shortcut — optionally publish immediately after restoring from the confirmation dialog
  • Native UI — built with Umbraco UI Library components so it looks and feels like part of the backoffice

What it doesn't do

  • It does not replace the built-in rollback feature on the Info tab — it complements it
  • It does not publish restored content automatically; editors retain full control
  • It does not handle block-level partial restores within complex property editors (e.g. Block List, Block Grid) — the entire property value is restored as a whole
  • It does not support restoring media or member properties

Requirements

  • Umbraco 17+
  • .NET 10+

Installation

dotnet add package Umbraco.Community.uRestore

No configuration is required. After installing the package and restarting your site, a Property Restore tab will appear in the content editor for all document types.

Usage

  1. Open any content node in the backoffice
  2. Click the Property Restore tab (alongside Content, Info, etc.)
  3. The tab lists all saved versions — click Compare on any version
  4. Review the property-by-property diff; changed properties are pre-selected
  5. Deselect any properties you want to keep at their current value
  6. Click Restore selected — a confirmation dialog appears with Save as draft or Save & Publish options
  7. Review and publish the draft as normal when ready

uRestore property comparison view with inline diff highlighting and selective restore

Source & Issues

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.7 30 3/18/2026
1.0.6 33 3/18/2026
1.0.5 47 3/16/2026
1.0.4 49 3/16/2026
1.0.3 53 3/16/2026
1.0.2 50 3/16/2026
1.0.1 48 3/16/2026
1.0.0 46 3/16/2026