Sewer56.Update.Packaging 3.0.0

dotnet add package Sewer56.Update.Packaging --version 3.0.0
NuGet\Install-Package Sewer56.Update.Packaging -Version 3.0.0
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="Sewer56.Update.Packaging" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sewer56.Update.Packaging --version 3.0.0
#r "nuget: Sewer56.Update.Packaging, 3.0.0"
#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.
// Install Sewer56.Update.Packaging as a Cake Addin
#addin nuget:?package=Sewer56.Update.Packaging&version=3.0.0

// Install Sewer56.Update.Packaging as a Cake Tool
#tool nuget:?package=Sewer56.Update.Packaging&version=3.0.0

<div align="center"> <h1>Update</h1> <img src="./Sewer56.Update/Merge.png" width="150" align="center" /> <br/> <br/> <strong>An Extensible Update Library</strong> <br/> <p>For anything, from CurrentProgram to Plugins.</p>

<a href="https://github.com/Sewer56/Update/actions/workflows/build-and-publish.yml">
	<img src="https://img.shields.io/github/workflow/status/Sewer56/Update/Build%20and%20Publish" alt="Build" />
</a>

<a href="https://www.nuget.org/packages/Sewer56.Update">
	<img src="https://img.shields.io/nuget/v/Sewer56.Update" alt="NuGet" />
</a>

</div>

Documentation

For the latest documentation for Update and more details about the library, please see the dedicated documentation site. Alternatively, check the docs folder of this repository.

About Update

Update is a lightweight-ish updating framework for .NET applications.

It is designed with the purpose of updating arbitrary things, including but not limited to:

  • Current Application
  • Plugins
  • Modules

The goal of this library is to be extensible; allowing users to easily add support for their own components such as download sources and compression formats without requiring changes to the library code.

Update is heavily inspired by Onova by Alexey Golub and has a somewhat similar API. Update in particular adds additional features such as delta compression at the expense of a slightly more complex configuration process.

When to use Update

  • You ship very big updates and require delta compression support between versions.
  • You want to clean up your application folder after updates.
  • You want to update things other than just the application you are running.
  • You need to support Semantic Versioning (and thus Prereleases).

When to not use Update

Consider using the original Onova (or another library) if you have any of the following requirements:

  • If you wish to use this library with .NET Framework (VCDiff needs backported).
  • You need a simpler CI/CD deployment & integration experience.
  • You can only upload 1 file to a given website.

Etymology

Update is a pun on the name Onova, which is the Ukrainian word for "update" (noun).

Icon

Merge by Creaticca Creative Agency from the Noun Project

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Sewer56.Update.Packaging:

Package Downloads
Sewer56.Update

Automatic Update framework for .NET Core based Applications with support for delta updates. This library holds the core logic for checking updates, downloading them and applying them. This framework is a hard fork of Onova.

Sewer56.Update.Extractors.SevenZipSharp

SevenZipSharp integration for Sewer56.Update.

Reloaded.Mod.Loader.Update.Packaging

Library for creating downloadable packages and updates for Reloaded II mods. For usage instructions please see the Programmers' section in Reloaded wiki.

Sewer56.Update.Extractors.SharpCompress

SharpCompress integration for Sewer56.Update.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Sewer56.Update.Packaging:

Repository Stars
Reloaded-Project/Reloaded-II
Next Generation Universal .NET Core Powered Mod Loader compatible with anything X86, X64.
Version Downloads Last updated
3.0.0 1,663 10/12/2022
2.3.4 3,334 7/25/2022
2.3.3 1,000 7/25/2022
2.3.1 487 6/23/2022
2.3.0 407 6/23/2022
2.1.2 1,477 3/25/2022
2.1.1 2,250 2/5/2022
2.1.0 469 1/17/2022
2.0.0 1,001 1/12/2022
1.3.0 256 1/5/2022
1.2.0 523 12/16/2021
1.1.2 345 12/14/2021
1.1.1 432 12/14/2021
1.1.0 935 11/22/2021
1.0.0 1,342 11/17/2021