diff --git a/PasteEx.Deploy/latest.json b/PasteEx.Deploy/latest.json index dd41528..057042d 100644 --- a/PasteEx.Deploy/latest.json +++ b/PasteEx.Deploy/latest.json @@ -1,7 +1,7 @@ { - "Version": "1.1.8.5", - "InfoCN": "最新版本: 1.1.8.5\n", - "InfoEN": "Last version: 1.1.8.5", - "DownloadUrl": "https://github.com/huiyadanli/PasteEx/releases/download/1.1.8.2/PasteEx.v1.1.8.2.zip", - "PageUrl": "https://github.com/huiyadanli/PasteEx/releases/tag/1.1.8.2" + "Version": "1.1.9.1", + "InfoCN": "最新版本: 1.1.9.1\n优化高DPI下的界面表现\n修改检查更新的方法\n修复BUG #48 、#67\n软件编译版本从 NET Framework 4.5 升级至 4.5.2\n感谢 @GazCore 对繁体中文界面文案的改进\n\n下载地址:https://github.com/huiyadanli/PasteEx/releases", + "InfoEN": "Last version: 1.1.9.1\n优化高DPI下的界面表现\n修改检查更新的方法\n修复BUG #48 、#67\n软件编译版本从 NET Framework 4.5 升级至 4.5.2\n感谢 @GazCore 对繁体中文界面文案的改进\n\nDownload url:https://github.com/huiyadanli/PasteEx/releases", + "DownloadUrl": "https://github.com/huiyadanli/PasteEx/releases/download/1.1.9.1/PasteEx.v1.1.9.1.zip", + "PageUrl": "https://github.com/huiyadanli/PasteEx/releases/tag/1.1.9.1" } \ No newline at end of file diff --git a/PasteEx/Properties/AssemblyInfo.cs b/PasteEx/Properties/AssemblyInfo.cs index e6546ec..e2ea9e8 100644 --- a/PasteEx/Properties/AssemblyInfo.cs +++ b/PasteEx/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("PasteEx")] -[assembly: AssemblyCopyright("Copyright © 2017 - 2021")] +[assembly: AssemblyCopyright("Copyright © 2017 - 2022")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ // 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 // 方法是按如下所示使用“*”: : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.8.2")] -[assembly: AssemblyFileVersion("1.1.8.2")] +[assembly: AssemblyVersion("1.1.9.1")] +[assembly: AssemblyFileVersion("1.1.9.1")] diff --git a/README.md b/README.md index a6504bf..6193bbd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Paste the contents of the clipboard into files. More functions and usage see [:blue_book:document](https://github.com/huiyadanli/PasteEx/wiki). -[:zap:Download v1.1.8.2 (latest version)](https://github.com/huiyadanli/PasteEx/releases/download/1.1.8.2/PasteEx.v1.1.8.2.zip) +[:zap:Download v1.1.9.1 (latest version)](https://github.com/huiyadanli/PasteEx/releases/download/1.1.9.1/PasteEx.v1.1.9.1.zip) If you use [Scoop](https://github.com/lukesampson/scoop), you can install PasteEx using the following command: diff --git a/README_CN.md b/README_CN.md index e697d61..999461b 100644 --- a/README_CN.md +++ b/README_CN.md @@ -19,7 +19,7 @@ 更多功能及用法参见[:blue_book:文档](https://github.com/huiyadanli/PasteEx/wiki)。 -[:zap:最新版本 v1.1.8.2 下载](https://github.com/huiyadanli/PasteEx/releases/download/1.1.8.2/PasteEx.v1.1.8.2.zip) +[:zap:最新版本 v1.1.9.1 下载](https://github.com/huiyadanli/PasteEx/releases/download/1.1.9.1/PasteEx.v1.1.9.1.zip) 如果你使用 [Scoop](https://github.com/lukesampson/scoop) 的话,可以通过以下命令安装 PasteEx :