TinyUpdate.Create
0.0.0.5-alpha
This is a prerelease version of TinyUpdate.Create.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global TinyUpdate.Create --version 0.0.0.5-alpha
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local TinyUpdate.Create --version 0.0.0.5-alpha
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=TinyUpdate.Create&version=0.0.0.5-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package TinyUpdate.Create --version 0.0.0.5-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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! (just type in
dotnet tool install --global TinyUpdate.Create
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
UpdateChecker's
GithubClient
This is fully implemented with support on both the REST api and the GraphQL api (Note that the GraphQL api needs a personal token that has public_repo)
What still needs to be implemented?
UpdateChecker
'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
- Application Loader
- Installer/Uninstaller
- Taskbar and start menu shortcut creation
- ReleaseEntry Filtering
- Staging for beta's
- Events on startup for when application was updated
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
0.0.0.10-alpha | 282 | 10/15/2021 |
0.0.0.9-alpha | 174 | 9/15/2021 |
0.0.0.8-alpha | 160 | 9/5/2021 |
0.0.0.7-alpha | 156 | 8/30/2021 |
0.0.0.6-alpha | 166 | 7/26/2021 |
0.0.0.5-alpha | 187 | 4/25/2021 |