From 6d698670327711613ad628874a402fc73baddbde Mon Sep 17 00:00:00 2001 From: MiroKaku <50670906+MiroKaku@users.noreply.github.com> Date: Sat, 6 Jul 2024 18:40:53 +0800 Subject: [PATCH] build: fix NuGet package id is unavailable. --- README.Zh-CN.md | 8 ++++---- README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.Zh-CN.md b/README.Zh-CN.md index b4ae8d8..2e13075 100644 --- a/README.Zh-CN.md +++ b/README.Zh-CN.md @@ -1,12 +1,12 @@ -# [面纱 (Mi.Veil)](https://github.com/mirokaku/Veil) +# [面纱 (Musa.Veil)](https://github.com/mirokaku/Veil) [![Actions Status](https://github.com/MiroKaku/Veil/workflows/Build/badge.svg)](https://github.com/MiroKaku/Veil/actions) [![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/MiroKaku/Veil/blob/main/LICENSE) -[![nuget](https://img.shields.io/nuget/v/Mi.Veil)](https://www.nuget.org/packages/Mi.Veil/) +[![nuget](https://img.shields.io/nuget/v/Musa.Veil)](https://www.nuget.org/packages/Musa.Veil/) * [English](https://github.com/MiroKaku/Veil/blob/main/README.md) -`Mi.Veil`是 Windows 的原生 API 定义集合。采用`Veil`这个名字,寓意为揭开 Windows 的面纱,窥探隐藏在背后的面貌。 +`Musa.Veil`是 Windows 的原生 API 定义集合。采用`Veil`这个名字,寓意为揭开 Windows 的面纱,窥探隐藏在背后的面貌。 该项目包含了来自 `ntoskrnl.exe`、`ntdll.dll`、`kernelbase.dll` 的 Windows 内部未文档化的 API 定义。 @@ -21,7 +21,7 @@ ### 方法一(推荐) -右键单击该项目并选择“管理 NuGet 包”,然后搜索`Mi.Veil`并选择适合你的版本,最后单击“安装”。 +右键单击该项目并选择“管理 NuGet 包”,然后搜索`Musa.Veil`并选择适合你的版本,最后单击“安装”。 ### 方法二 diff --git a/README.md b/README.md index 3604c16..80ff86a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# [Mi.Veil](https://github.com/mirokaku/Veil) +# [Musa.Veil](https://github.com/mirokaku/Veil) [![Actions Status](https://github.com/MiroKaku/Veil/workflows/Build/badge.svg)](https://github.com/MiroKaku/Veil/actions) [![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/MiroKaku/Veil/blob/main/LICENSE) -[![nuget](https://img.shields.io/nuget/v/Mi.Veil)](https://www.nuget.org/packages/Mi.Veil/) +[![nuget](https://img.shields.io/nuget/v/Musa.Veil)](https://www.nuget.org/packages/Musa.Veil/) * [简体中文](https://github.com/MiroKaku/Veil/blob/main/README.zh-CN.md) -`Mi.Veil` is a collection of Native API definitions for Windows. Take the name `Veil`, which means to lift the veil of Windows and spy on the face hidden behind. +`Musa.Veil` is a collection of Native API definitions for Windows. Take the name `Veil`, which means to lift the veil of Windows and spy on the face hidden behind. This project contains the definitions for the Windows internal undocumented API from `ntoskrnl.exe`, `ntdll.dll`, `kernelbase.dll`. @@ -22,7 +22,7 @@ This project is based on the [systeminformer/phnt](https://github.com/winsiderss ### Method 1 (recommended) Right click on the project, select "Manage NuGet Packages". -Search for `Mi.Veil`, choose the version that suits you, and then click "Install". +Search for `Musa.Veil`, choose the version that suits you, and then click "Install". ### Method 2