NetMsixUpdater 0.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package NetMsixUpdater --version 0.1.0
NuGet\Install-Package NetMsixUpdater -Version 0.1.0
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="NetMsixUpdater" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetMsixUpdater --version 0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NetMsixUpdater, 0.1.0"
#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 NetMsixUpdater as a Cake Addin #addin nuget:?package=NetMsixUpdater&version=0.1.0 // Install NetMsixUpdater as a Cake Tool #tool nuget:?package=NetMsixUpdater&version=0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NetMsixUpdater
NetMsixUpdater is a library that allows complete and built-in updates to .msix programs.
Dependencies
- .NET 5
- YamlDotNet (>= 11.2.1)
Installation
PM
Install-Package NetMsixUpdater -Version 0.0.1
.NET CLI
dotnet add package NetMsixUpdater --version 0.0.1
See also in NuGet Gallery
Example
version: 0.6.9.0
url: https://github.com/LuanRoger/ProjectBook/releases/download/v0.6.9-beta/ProjectBook.Pakage_0.6.9.0_AnyCPU.msix
extension: .msix
changelog: https://github.com/LuanRoger/ProjectBook/releases/tag/v0.6.9-beta
mandatory: false
Yaml info file
MsixUpdater msixUpdater = new(Assembly.GetExecutingAssembly(), Consts.YAML_PATH);
msixUpdater.Build();
UpdateExtension.OnDownlaodComplete += (_) =>
{
Debug.WriteLine("Done.");
};
msixUpdater.DownlaodUpdate(Consts.MSIX_OUTPUT);
C# code to only download update
Documentation
Documentation is available on the Wiki
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.
-
net5.0
- YamlDotNet (>= 11.2.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NetMsixUpdater:
Package | Downloads |
---|---|
NetMsixUpdaterFormsComponent
A component for Windows Forms using NetMsixUpdater to implement updates to Forms apps more fast. |
GitHub repositories
This package is not used by any popular GitHub repositories.