uSync 10.6.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package uSync --version 10.6.1
                    
NuGet\Install-Package uSync -Version 10.6.1
                    
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="uSync" Version="10.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="uSync" Version="10.6.1" />
                    
Directory.Packages.props
<PackageReference Include="uSync" />
                    
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 uSync --version 10.6.1
                    
#r "nuget: uSync, 10.6.1"
                    
#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 uSync@10.6.1
                    
#: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=uSync&version=10.6.1
                    
Install as a Cake Addin
#tool nuget:?package=uSync&version=10.6.1
                    
Install as a Cake Tool

About

Keep your Umbraco settings in sync - uSync in an Umbraco package that takes the bits of Umbraco that are stored in a database and moves them to disk, so you can source control, copy and move your Umbraco site between computers and servers.

Importing with uSync

uSync will read/write

  • Document Types,
  • Media Types,
  • Data Types
  • Macros
  • Member Types
  • Templates

With content syncing enabled it will also do :

  • Content
  • Media
  • Dictionary Items
  • Languages
  • Domains

Config

for v10 everything minimal config should be required.

Turn of content syncing

If you only want to sync settings update the appsettings.json file:

setup uSync so it will only save changes to "Settings" items.

"uSync" : {
    "Settings: {
          "ExportOnSave": "Settings",
    }
}
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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 (21)

Showing the top 5 NuGet packages that depend on uSync:

Package Downloads
uSync.ContentEdition

Database syncing for Umbraco Content, Media and Dictionary Items

uSync.Complete

uSync.Complete for Umbraco Cms

JaywingUmbracoBase

Base install for Jaywings Umbraco projects, provides lots of useful extensions, helpers, controllers and editors

uIntra

Uintra - An open source and lightweight framework for making an Extranet, Intranet or client portal based on Umbraco.

uSync.Commands

uSync Command line - server Commands for uSync

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on uSync:

Repository Stars
leekelleher/umbraco-contentment
Contentment for Umbraco - a state of happiness and satisfaction
Version Downloads Last Updated
17.0.2 13,314 1/12/2026
17.0.1 12,299 12/11/2025
17.0.0 8,294 11/27/2025
17.0.0-rc4 629 11/25/2025
17.0.0-rc3 758 11/20/2025
17.0.0-rc2 565 11/13/2025
17.0.0-rc1 631 10/30/2025
17.0.0-beta 328 10/16/2025
16.2.0-beta01 312 1/13/2026
16.1.0 40,066 10/15/2025
16.0.8 4,553 10/7/2025
16.0.5 7,164 9/22/2025
16.0.4 16,187 8/26/2025
16.0.3 1,567 8/22/2025
16.0.2 23,574 7/23/2025
13.3.2 64,941 9/24/2025
13.3.1 52,201 7/23/2025
13.3.0 1,988 7/22/2025
10.6.1 105,406 6/7/2023
Loading failed

9.0 - Dotnet core version
9.1 - Net 5/6 targets
9.2 - Peformance improvements
9.3 - Single pass
9.4 - First boot
10 - Umbraco 10 version