NetMsixUpdater 0.1.0

There is a newer version of this package available.
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
#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

NetMsixUpdater

NetMsixUpdater is a library that allows complete and built-in updates to .msix programs.

version last

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 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.

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.

Version Downloads Last updated
1.0.1 475 1/26/2022
1.0.0 400 1/19/2022
0.2.2 250 12/7/2021
0.2.1 289 12/2/2021
0.1.0 301 9/7/2021
0.0.2 332 8/13/2021
0.0.1 307 8/11/2021