TinyUpdate.Core
0.0.0.6-alpha
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
<PackageReference Include="TinyUpdate.Core" Version="0.0.0.6-alpha" />
paket add TinyUpdate.Core --version 0.0.0.6-alpha
#r "nuget: TinyUpdate.Core, 0.0.0.6-alpha"
// 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
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 theIUpdateApplier
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 intinyupdate
)
What is currently implemented?
Hard Link
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 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. |
.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 is compatible. |
.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. |
-
.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 | 305 | 10/15/2021 |
0.0.0.9-alpha | 183 | 9/15/2021 |
0.0.0.8-alpha | 171 | 9/5/2021 |
0.0.0.7-alpha | 154 | 8/30/2021 |
0.0.0.6-alpha | 168 | 7/26/2021 |
0.0.0.5-alpha | 176 | 4/25/2021 |