Skip to content

Commit

Permalink
build: fix NuGet package id is unavailable.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jul 6, 2024
1 parent 0287996 commit 6d69867
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.Zh-CN.md
Original file line number Diff line number Diff line change
@@ -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 定义。

Expand All @@ -21,7 +21,7 @@

### 方法一(推荐)

右键单击该项目并选择“管理 NuGet 包”,然后搜索`Mi.Veil`并选择适合你的版本,最后单击“安装”。
右键单击该项目并选择“管理 NuGet 包”,然后搜索`Musa.Veil`并选择适合你的版本,最后单击“安装”。

### 方法二

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`.

Expand All @@ -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

Expand Down

0 comments on commit 6d69867

Please sign in to comment.