TinyUpdate.Core 0.0.0.6-alpha

.NET Standard 2.0
This is a prerelease version of TinyUpdate.Core.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package TinyUpdate.Core --version 0.0.0.6-alpha
NuGet\Install-Package TinyUpdate.Core -Version 0.0.0.6-alpha
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="TinyUpdate.Core" Version="0.0.0.6-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TinyUpdate.Core --version 0.0.0.6-alpha
#r "nuget: TinyUpdate.Core, 0.0.0.6-alpha"
#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 TinyUpdate.Core as a Cake Addin
#addin nuget:?package=TinyUpdate.Core&version=0.0.0.6-alpha&prerelease

// Install TinyUpdate.Core as a Cake Tool
#tool nuget:?package=TinyUpdate.Core&version=0.0.0.6-alpha&prerelease

Tiny Update

Build Status

What is this?

Tiny Update is an Updater that focuses on being easy to use while being feature rich and fast!

What does this contain?

The main parts of the updater are:

  • IUpdateCreator: This is responsible for creating both delta and full updates
  • IUpdateApplier: This is responsible for applying any update that gets thrown to your application!
  • UpdateChecker: This is responsible for Checking for new updates, downloading updates and getting any release notes (it also contains an IUpdateApplier and exposes the IUpdateApplier functions)
  • Hard Link's: This allows us to have no need for copying files that haven't changed from the last update
  • TinyUpdate.Create: This project allows you to easy create updates for your application! Note that you need .Net 5+ installed on your system to use this tool (just type in dotnet tool install --global TinyUpdate.Create --version 0.0.0.6-alpha to install it and then any time you need to create an update you just have to type in tinyupdate)

What is currently implemented?

This is implemented for Windows and Linux

IUpdateCreator's

BinaryCreator

This is fully implemented

IUpdateApplier's

BinaryApplier

This is fully implemented with Hard Link support and has more modern MsDelta flags, allowing MsDelta to create the smallest update files possible

UpdateClient's

GithubClient

This is fully implemented with support for REST and for GraphQL (Note that the GraphQL api requires a personal token with public_repo)

What needs to be implemented?

UpdateClient's

  • LocalClient - This will be for any update that are stored on a drive
  • WebClient - This will be for any update that are stored on the internet

Missing

  • Installer/Uninstaller
  • Taskbar and start menu shortcut creation
  • Staging for beta's
  • Events on startup for when application was updated
Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on TinyUpdate.Core:

Package Downloads
TinyUpdate.Binary

Cross platform updater that's small on space but big in function!

TinyUpdate.Http

Cross platform updater that's small on space but big in function!

TinyUpdate.Local

Cross platform updater that's small on space but big in function!

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.0.10-alpha 238 10/15/2021
0.0.0.9-alpha 131 9/15/2021
0.0.0.8-alpha 115 9/5/2021
0.0.0.7-alpha 110 8/30/2021
0.0.0.6-alpha 121 7/26/2021
0.0.0.5-alpha 129 4/25/2021