forked from Chuyu-Team/YY-Thunks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
YY-Thunks.nuspec
27 lines (27 loc) · 1.48 KB
/
YY-Thunks.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>YY-Thunks</id>
<version>$version$</version>
<title>YY-Thunks</title>
<authors>YY</authors>
<owners>初雨团队</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://github.com/Chuyu-Team/YY-Thunks/</projectUrl>
<description>功能 —— 让兼容Windows更轻松
- 简洁优雅,一个obj解决找不到指定入口点问题。</description>
<summary>优雅的解决Windows XP RTM无法定位程序输入点 DecodePointer、EncodePointer、RegDeleteKeyEx等,让你兼容Windows更轻松。</summary>
<releaseNotes>$releaseNotes$</releaseNotes>
<copyright>Copyright 2021</copyright>
<tags>Chuyu YY-Thunks native nativepackage</tags>
<repository type="git" url="https://github.com/Chuyu-Team/YY-Thunks.git" branch="master" commit="$commit$" />
</metadata>
<files>
<file src=".\objs\**" target="build\native\objs" />
<file src=".\Bin\MinimumRequiredVersionHelper.exe" target="build\native\Bin\MinimumRequiredVersionHelper.exe" />
<file src=".\YY-Thunks.targets" target="build\native\YY-Thunks.targets" />
<file src=".\YY-Thunks_ui_D5D733D3-8829-4509-9C74-021E5685ED18.xml" target="build\native\YY-Thunks_ui_D5D733D3-8829-4509-9C74-021E5685ED18.xml" />
</files>
</package>