Commit f845020 1 parent 38b7f54 commit f845020 Copy full SHA for f845020
File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
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\n Download 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 "
7
7
}
Original file line number Diff line number Diff line change 1
- using System . Reflection ;
1
+ using System . Reflection ;
2
2
using System . Runtime . CompilerServices ;
3
3
using System . Runtime . InteropServices ;
4
4
10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
11
[ assembly: AssemblyCompany ( "" ) ]
12
12
[ assembly: AssemblyProduct ( "PasteEx" ) ]
13
- [ assembly: AssemblyCopyright ( "Copyright © 2017 - 2021 " ) ]
13
+ [ assembly: AssemblyCopyright ( "Copyright © 2017 - 2022 " ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
32
32
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
33
33
// 方法是按如下所示使用“*”: :
34
34
// [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 " ) ]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Paste the contents of the clipboard into files.
18
18
19
19
More functions and usage see [ :blue_book : document] ( https://github.com/huiyadanli/PasteEx/wiki ) .
20
20
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 )
22
22
23
23
If you use [ Scoop] ( https://github.com/lukesampson/scoop ) , you can install PasteEx using the following command:
24
24
Original file line number Diff line number Diff line change 19
19
20
20
更多功能及用法参见[ :blue_book : 文档] ( https://github.com/huiyadanli/PasteEx/wiki ) 。
21
21
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 )
23
23
24
24
如果你使用 [ Scoop] ( https://github.com/lukesampson/scoop ) 的话,可以通过以下命令安装 PasteEx :
25
25
You can’t perform that action at this time.
0 commit comments