TinyUpdate.Binary
0.0.0.6-alpha
This is a prerelease version of TinyUpdate.Binary.
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 add package TinyUpdate.Binary --version 0.0.0.6-alpha
NuGet\Install-Package TinyUpdate.Binary -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.Binary" 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.Binary --version 0.0.0.6-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TinyUpdate.Binary, 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.Binary as a Cake Addin #addin nuget:?package=TinyUpdate.Binary&version=0.0.0.6-alpha&prerelease // Install TinyUpdate.Binary as a Cake Tool #tool nuget:?package=TinyUpdate.Binary&version=0.0.0.6-alpha&prerelease
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! 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 5.0.0)
- SharpCompress (>= 0.28.3)
- System.Management (>= 5.0.0)
- TinyUpdate.Core (>= 0.0.0.6-alpha)
-
.NETStandard 2.1
- SharpCompress (>= 0.28.3)
- System.Management (>= 5.0.0)
- TinyUpdate.Core (>= 0.0.0.6-alpha)
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.0.0.10-alpha | 312 | 10/15/2021 |
0.0.0.9-alpha | 178 | 9/15/2021 |
0.0.0.8-alpha | 165 | 9/5/2021 |
0.0.0.7-alpha | 153 | 8/30/2021 |
0.0.0.6-alpha | 162 | 7/26/2021 |
0.0.0.5-alpha | 176 | 4/25/2021 |