mirror of
https://github.com/tickstep/aliyunpan.git
synced 2025-01-23 22:42:15 +08:00
update version to v0.0.7
This commit is contained in:
parent
bc8f9358c0
commit
7f919569ad
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||||
<assemblyIdentity version="0.0.6.0" processorArchitecture="*" name="com.tickstep.aliyunpan" type="win32"/>
|
<assemblyIdentity version="0.0.7.0" processorArchitecture="*" name="com.tickstep.aliyunpan" type="win32"/>
|
||||||
<dependency>
|
<dependency>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
|
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
|
||||||
|
5
main.go
5
main.go
@ -47,7 +47,7 @@ const (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
// Version 版本号
|
// Version 版本号
|
||||||
Version = "v0.0.6"
|
Version = "v0.0.7"
|
||||||
|
|
||||||
historyFilePath = filepath.Join(config.GetConfigDir(), "aliyunpan_command_history.txt")
|
historyFilePath = filepath.Join(config.GetConfigDir(), "aliyunpan_command_history.txt")
|
||||||
|
|
||||||
@ -120,7 +120,8 @@ func main() {
|
|||||||
app.Author = "tickstep/aliyunpan: https://github.com/tickstep/aliyunpan"
|
app.Author = "tickstep/aliyunpan: https://github.com/tickstep/aliyunpan"
|
||||||
app.Copyright = "(c) 2021 tickstep."
|
app.Copyright = "(c) 2021 tickstep."
|
||||||
app.Usage = "阿里云盘客户端 for " + runtime.GOOS + "/" + runtime.GOARCH
|
app.Usage = "阿里云盘客户端 for " + runtime.GOOS + "/" + runtime.GOARCH
|
||||||
app.Description = `aliyunpan 使用Go语言编写的阿里云盘命令行客户端, 为操作阿里云盘, 提供实用功能.
|
app.Description = `aliyunpan 使用Go语言编写的阿里云盘命令行客户端, 为操作阿里云盘, 提供实用功能。
|
||||||
|
同时支持webdav文件协议,可以让阿里云盘变身为webdav协议的文件服务器,用于挂载作为Windows、Linux、Mac系统的磁盘进行使用。
|
||||||
具体功能, 参见 COMMANDS 列表
|
具体功能, 参见 COMMANDS 列表
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -3,13 +3,13 @@
|
|||||||
"FileVersion": {
|
"FileVersion": {
|
||||||
"Major": 0,
|
"Major": 0,
|
||||||
"Minor": 0,
|
"Minor": 0,
|
||||||
"Patch": 6,
|
"Patch": 7,
|
||||||
"Build": 0
|
"Build": 0
|
||||||
},
|
},
|
||||||
"ProductVersion": {
|
"ProductVersion": {
|
||||||
"Major": 0,
|
"Major": 0,
|
||||||
"Minor": 0,
|
"Minor": 0,
|
||||||
"Patch": 6,
|
"Patch": 7,
|
||||||
"Build": 0
|
"Build": 0
|
||||||
},
|
},
|
||||||
"FileFlagsMask": "3f",
|
"FileFlagsMask": "3f",
|
||||||
@ -22,14 +22,14 @@
|
|||||||
"Comments": "",
|
"Comments": "",
|
||||||
"CompanyName": "tickstep",
|
"CompanyName": "tickstep",
|
||||||
"FileDescription": "阿里云盘客户端",
|
"FileDescription": "阿里云盘客户端",
|
||||||
"FileVersion": "v0.0.6",
|
"FileVersion": "v0.0.7",
|
||||||
"InternalName": "",
|
"InternalName": "",
|
||||||
"LegalCopyright": "© 2021 tickstep.",
|
"LegalCopyright": "© 2021 tickstep.",
|
||||||
"LegalTrademarks": "",
|
"LegalTrademarks": "",
|
||||||
"OriginalFilename": "",
|
"OriginalFilename": "",
|
||||||
"PrivateBuild": "",
|
"PrivateBuild": "",
|
||||||
"ProductName": "aliyunpan",
|
"ProductName": "aliyunpan",
|
||||||
"ProductVersion": "v0.0.6",
|
"ProductVersion": "v0.0.7",
|
||||||
"SpecialBuild": ""
|
"SpecialBuild": ""
|
||||||
},
|
},
|
||||||
"VarFileInfo": {
|
"VarFileInfo": {
|
||||||
|
Loading…
Reference in New Issue
Block a user