XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEExtension.NetCore.InputSimulator

【DLL】XFE各类拓展的模拟键盘输入

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFEExtension.NetCore.InputSimulator

将项目版本号升级至 5.0.0

将项目版本号从 4.0.1 升级到了 5.0.0。

3ada5a7
XFE工作室室长 <mail@xfegzs.com>
提交于

代码差异

1 个文件 +1 -1
Modified XFEExtension.NetCore.InputSimulator/XFEExtension.NetCore.InputSimulator.csproj +1 -1
@@ -21,7 +21,7 @@
21 21 <PackageReleaseNotes>输入改为项目自有 UMDF HID 驱动;驱动、安装器和公开证书嵌入 DLL,首次请求管理员安装及签名者信任。支持相对鼠标、六键加修饰键、侧键、双向滚轮和失联释放;不回退到 SendInput。Unicode 和绝对定位不受此驱动支持。</PackageReleaseNotes>
22 22 <PackageLicenseFile>LICENSE</PackageLicenseFile>
23 23 <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
24 <Version>4.0.1</Version>
24 <Version>5.0.0</Version>
25 25 <DriverPayloadDirectory>$(MSBuildProjectDirectory)\..\driver\payload\win-x64</DriverPayloadDirectory>
26 26 <PackageIcon>logoIcon.png</PackageIcon>
27 27 </PropertyGroup>