Skip to content

Commit

Permalink
ver: 1.1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyadanli committed Mar 26, 2022
1 parent 38b7f54 commit f845020
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions PasteEx.Deploy/latest.json
Original file line number Diff line number Diff line change
@@ -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"
}
8 changes: 4 additions & 4 deletions PasteEx/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand All @@ -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("")]

Expand All @@ -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")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :

Expand Down

0 comments on commit f845020

Please sign in to comment.