Surge.NET 0.4.0-preview.133

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

Surge

Automatic updates for any application. Surge.NET is the .NET wrapper for the Surge native update framework.

Target Frameworks

Target Binding Compatibility
netstandard2.0 [DllImport] .NET Framework 4.6.1+, .NET Core, Mono, Xamarin
net10.0 [LibraryImport] Full AOT and trimming support

Quick Start

using var mgr = new SurgeUpdateManager();
await mgr.UpdateToLatestReleaseAsync(
    onUpdatesAvailable: releases =>
        Console.WriteLine($"{releases.Count} update(s), latest: {releases.Latest?.Version}"),
    onAfterApplyUpdate: release =>
        Console.WriteLine($"Updated to {release.Version}")
);

One call that checks for updates, downloads the smallest available patch, verifies integrity, extracts, and applies — with progress callbacks and cancellation support.

Key Features

  • Zero dependencies — no external NuGet packages required
  • Delta patches — binary diffs (bsdiff + zstd) mean users download only what changed, typically 5–20% of the full package
  • Release channels — ship to beta first, then promote the exact same build to stable
  • Persistent assets — config files, databases, and user content survive across updates
  • Cross-platform — Linux, Windows, and macOS with native shortcuts and platform-correct install directories
  • Progress & cancellation — per-phase progress callbacks and CancellationToken support

Storage Backends

Releases are stored directly in cloud storage — no update server required.

  • Amazon S3 (and compatible: MinIO, Cloudflare R2, DigitalOcean Spaces)
  • Azure Blob Storage
  • Google Cloud Storage
  • GitHub Releases
  • Local filesystem
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • net10.0

    • No dependencies.

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
0.4.0-preview.137 0 3/5/2026
0.4.0-preview.136 0 3/5/2026
0.4.0-preview.135 0 3/5/2026
0.4.0-preview.133 22 3/4/2026
0.4.0-preview.132 34 3/4/2026
0.4.0-preview.131 26 3/4/2026
0.4.0-preview.125 32 3/4/2026
0.4.0-preview.121 26 3/4/2026
0.4.0-preview.120 35 3/4/2026
0.4.0-preview.119 44 3/4/2026
0.4.0-preview.118 22 3/4/2026
0.4.0-preview.117 26 3/4/2026
0.4.0-preview.116 23 3/4/2026
0.4.0-preview.114 23 3/4/2026
0.4.0-preview.112 28 3/4/2026
0.4.0-preview.100 28 3/4/2026
0.4.0-preview.96 26 3/4/2026
0.4.0-preview.95 29 3/4/2026
0.4.0-preview.93 36 3/3/2026
0.3.0 51 3/3/2026
Loading failed