Skip to content

Commit f845020

Browse files
committed
ver: 1.1.9.1
1 parent 38b7f54 commit f845020

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

PasteEx.Deploy/latest.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"Version": "1.1.8.5",
3-
"InfoCN": "最新版本: 1.1.8.5\n",
4-
"InfoEN": "Last version: 1.1.8.5",
5-
"DownloadUrl": "https://github.com/huiyadanli/PasteEx/releases/download/1.1.8.2/PasteEx.v1.1.8.2.zip",
6-
"PageUrl": "https://github.com/huiyadanli/PasteEx/releases/tag/1.1.8.2"
2+
"Version": "1.1.9.1",
3+
"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",
4+
"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",
5+
"DownloadUrl": "https://github.com/huiyadanli/PasteEx/releases/download/1.1.9.1/PasteEx.v1.1.9.1.zip",
6+
"PageUrl": "https://github.com/huiyadanli/PasteEx/releases/tag/1.1.9.1"
77
}

PasteEx/Properties/AssemblyInfo.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("PasteEx")]
13-
[assembly: AssemblyCopyright("Copyright © 2017 - 2021")]
13+
[assembly: AssemblyCopyright("Copyright © 2017 - 2022")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
3333
// 方法是按如下所示使用“*”: :
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.8.2")]
36-
[assembly: AssemblyFileVersion("1.1.8.2")]
35+
[assembly: AssemblyVersion("1.1.9.1")]
36+
[assembly: AssemblyFileVersion("1.1.9.1")]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Paste the contents of the clipboard into files.
1818

1919
More functions and usage see [:blue_book:document](https://github.com/huiyadanli/PasteEx/wiki).
2020

21-
[: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)
21+
[: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)
2222

2323
If you use [Scoop](https://github.com/lukesampson/scoop), you can install PasteEx using the following command:
2424

README_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
更多功能及用法参见[:blue_book:文档](https://github.com/huiyadanli/PasteEx/wiki)
2121

22-
[:zap:最新版本 v1.1.8.2 下载](https://github.com/huiyadanli/PasteEx/releases/download/1.1.8.2/PasteEx.v1.1.8.2.zip)
22+
[:zap:最新版本 v1.1.9.1 下载](https://github.com/huiyadanli/PasteEx/releases/download/1.1.9.1/PasteEx.v1.1.9.1.zip)
2323

2424
如果你使用 [Scoop](https://github.com/lukesampson/scoop) 的话,可以通过以下命令安装 PasteEx :
2525

0 commit comments

Comments
 (0)