Senparc.Xncf.FirmwareUpdate 0.4.5

Prefix Reserved
dotnet add package Senparc.Xncf.FirmwareUpdate --version 0.4.5
                    
NuGet\Install-Package Senparc.Xncf.FirmwareUpdate -Version 0.4.5
                    
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="Senparc.Xncf.FirmwareUpdate" Version="0.4.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Senparc.Xncf.FirmwareUpdate" Version="0.4.5" />
                    
Directory.Packages.props
<PackageReference Include="Senparc.Xncf.FirmwareUpdate" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Senparc.Xncf.FirmwareUpdate --version 0.4.5
                    
#r "nuget: Senparc.Xncf.FirmwareUpdate, 0.4.5"
                    
#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.
#:package Senparc.Xncf.FirmwareUpdate@0.4.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Senparc.Xncf.FirmwareUpdate&version=0.4.5
                    
Install as a Cake Addin
#tool nuget:?package=Senparc.Xncf.FirmwareUpdate&version=0.4.5
                    
Install as a Cake Tool

Senparc.Xncf.FirmwareUpdate

Senparc.Xncf.FirmwareUpdate mirrors NCF Host runtime packages and NcfDesktop application packages from GitHub Releases into an NCF site's wwwroot/NcfPackages area and exposes controlled fallback metadata.

Features

  • Stores mirror configuration and synchronization status in an XNCF database context.
  • Supports scheduled or explicitly requested package synchronization.
  • Provides a package mirror service for release metadata and downloaded assets.
  • Stores NCF Host packages under NcfPackages/host/{tag} and NcfDesktop packages under NcfPackages/desktop/{tag}.
  • Keeps the existing GitHub-compatible latest-release.json schema for NCF Host packages and maintains a separate latest-desktop-release.json for the public NcfDesktop download page.
  • Publishes each feed independently only after all six ZIP assets pass size and GitHub SHA-256 verification.
  • Supports the NCF multi-database context model and localized module resources.

Installation

<PackageReference Include="Senparc.Xncf.FirmwareUpdate" Version="0.26.0-preview3" />

Key API

  • FirmwareUpdateAppService exposes configuration and synchronization operations.
  • FirmwareUpdate_ConfigureRequest describes mirror settings.
  • FirmwareUpdate_SyncNowRequest requests an immediate synchronization.
  • NcfPackageMirrorService performs release/package mirror work.
  • FirmwareUpdateConfig stores the module's persisted configuration.

Configure repository allowlists, release channels, download timeouts, destination permissions, and cleanup policy in the host. Verify downloaded assets before serving them, and never allow arbitrary URLs to become mirror targets.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.4.5 93 8/29/2026
0.4.4 97 8/23/2026
0.4.3-preview8 96 8/14/2026
0.4.2-preview7 93 8/12/2026
0.4.1-preview6 87 8/8/2026
0.4.0-preview5 95 8/3/2026
0.3.2-preview4 94 7/31/2026
0.3.1-preview3 58 7/28/2026
0.3.0-preview2 64 7/26/2026
0.2.1-preview1 73 6/17/2026
0.1.2-preview 69 6/16/2026
0.1.1.1-preview 76 5/9/2026

v0.1.0 初始版本:定时/手动从 GitHub 同步 NCF 发布包到当前站点 wwwroot 下的 NcfPackages,并生成 latest-release.json
     [2026-07-17] v0.3.0-preview2 为 FirmwareUpdate 模块接入统一资源本地化并优化功能文案
     1、接入统一资源本地化机制,支持模块功能文案按当前文化动态显示
     2、更新 FunctionRender 与请求模型文案的资源化解析
     3、统一模块注册信息、菜单名称与功能描述的本地化输出
     4、补充并统一多语言资源键及资源文件
     5、优化镜像源选择结果与来源摘要日志
     6、提升更新源切换过程的可见性和兼容性
     [2026-07-29] v0.3.1-preview3 Dependency update from Senparc.Ncf.Core to 0.26.0-preview3
     [2026-07-31] v0.3.2-preview4 升级 CO2NET WebApi 兼容依赖
     1、升级 Senparc.CO2NET.WebApi 至 2.1.9-preview 以适配 CO2NET 4.2.0
     [2026-08-04] v0.4.0-preview5 扩展 NCF 与 NcfDesktop 发布包同步能力
     1、增强包镜像服务对 NCF Runtime 与 NcfDesktop 发布元数据的处理
     2、接入统一同步提供程序并补充多语言资源
     3、移除仓库内旧 NcfDesktopApp.GUI 工程,桌面端发布与同步切换到独立 NcfDesktop 项目
     [2026-08-08] v0.4.1-preview6 Dependency updates from upstream projects
     1、Dependency update from Senparc.Ncf.Core to 0.28.1-preview6
     2、Dependency update from Senparc.Ncf.XncfBase to 0.24.1-preview6
     3、Dependency update from Senparc.Ncf.DatabasePlant to 0.21.6-preview6
     [2026-08-13] v0.4.2-preview7 增强固件更新线程停止时的取消与异常处理
     1、线程停止时传递取消令牌并确保后台任务可控退出
     [2026-08-15] v0.4.3-preview8 Dependency update from Senparc.Ncf.Core to 0.29.0-preview8
     [2026-08-22] v0.4.4-preview9 同步 Senparc.Xncf.FirmwareUpdate 依赖版本
     1、递归更新上游项目依赖,保持 Senparc.Xncf.FirmwareUpdate 与当前版本组合兼容
     [2026-08-29] v0.4.5 改进固件包镜像服务的异常处理与同步日志
     1、增强发布包镜像同步过程的状态记录和失败诊断
     2、保持 NCF 与 NcfDesktop 发布元数据同步行为兼容