Skip to content

Commit e6af026

Browse files
committed
v1.15.2: Changed "Uploads Finsihed" text to "Queue Items Finished" to reflect the recent ability to queue items to download.
1 parent 26c4470 commit e6af026

7 files changed

Lines changed: 32 additions & 28 deletions

File tree

Google Drive Uploader1/Changelog.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
v1.15.1 (4/26/2021)
1+
v1.15.2 (1/30/2022)
2+
- Changed "Uploads Finished" text to "Queue Items Processed!" as the queue can be either upload or download items.
3+
- Updated Google APIs.
4+
5+
v1.15.1 (4/26/2021)
26
- Fixed upload bug.
37
- Updated Google Drive API.
48

Google Drive Uploader1/Form1.Designer.vb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Google Drive Uploader1/Form1.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Public Class Form1
343343
My.Settings.FoldersCreated.Clear()
344344
My.Settings.FoldersCreatedID.Clear()
345345
My.Settings.Save()
346-
MsgBox(Translations.MsgAndDialogLang("upload_finish"))
346+
MsgBox(Translations.MsgAndDialogLang("queue_finish"))
347347
End Sub
348348
Private ErrorMessage As String = ""
349349

Google Drive Uploader1/Google Drive Uploader1.vbproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,23 @@
6666
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
6767
</PropertyGroup>
6868
<ItemGroup>
69-
<Reference Include="Google.Apis, Version=1.51.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
70-
<HintPath>..\packages\Google.Apis.1.51.0\lib\net45\Google.Apis.dll</HintPath>
69+
<Reference Include="Google.Apis, Version=1.55.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
70+
<HintPath>..\packages\Google.Apis.1.55.0\lib\net45\Google.Apis.dll</HintPath>
7171
</Reference>
72-
<Reference Include="Google.Apis.Auth, Version=1.51.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
73-
<HintPath>..\packages\Google.Apis.Auth.1.51.0\lib\net45\Google.Apis.Auth.dll</HintPath>
72+
<Reference Include="Google.Apis.Auth, Version=1.55.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
73+
<HintPath>..\packages\Google.Apis.Auth.1.55.0\lib\net461\Google.Apis.Auth.dll</HintPath>
7474
</Reference>
75-
<Reference Include="Google.Apis.Auth.PlatformServices, Version=1.51.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
76-
<HintPath>..\packages\Google.Apis.Auth.1.51.0\lib\net45\Google.Apis.Auth.PlatformServices.dll</HintPath>
75+
<Reference Include="Google.Apis.Auth.PlatformServices, Version=1.55.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
76+
<HintPath>..\packages\Google.Apis.Auth.1.55.0\lib\net461\Google.Apis.Auth.PlatformServices.dll</HintPath>
7777
</Reference>
78-
<Reference Include="Google.Apis.Core, Version=1.51.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
79-
<HintPath>..\packages\Google.Apis.Core.1.51.0\lib\net45\Google.Apis.Core.dll</HintPath>
78+
<Reference Include="Google.Apis.Core, Version=1.55.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
79+
<HintPath>..\packages\Google.Apis.Core.1.55.0\lib\net45\Google.Apis.Core.dll</HintPath>
8080
</Reference>
81-
<Reference Include="Google.Apis.Drive.v3, Version=1.51.0.2300, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
82-
<HintPath>..\packages\Google.Apis.Drive.v3.1.51.0.2300\lib\net45\Google.Apis.Drive.v3.dll</HintPath>
81+
<Reference Include="Google.Apis.Drive.v3, Version=1.55.0.2566, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
82+
<HintPath>..\packages\Google.Apis.Drive.v3.1.55.0.2566\lib\net45\Google.Apis.Drive.v3.dll</HintPath>
8383
</Reference>
84-
<Reference Include="Google.Apis.PlatformServices, Version=1.51.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
85-
<HintPath>..\packages\Google.Apis.1.51.0\lib\net45\Google.Apis.PlatformServices.dll</HintPath>
84+
<Reference Include="Google.Apis.PlatformServices, Version=1.55.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
85+
<HintPath>..\packages\Google.Apis.1.55.0\lib\net45\Google.Apis.PlatformServices.dll</HintPath>
8686
</Reference>
8787
<Reference Include="MemoryTributary">
8888
<HintPath>bin\Debug\MemoryTributary.dll</HintPath>

Google Drive Uploader1/My Project/AssemblyInfo.vb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
1212
<Assembly: AssemblyDescription("")>
1313
<Assembly: AssemblyCompany("")>
1414
<Assembly: AssemblyProduct("Google Drive Uploader")>
15-
<Assembly: AssemblyCopyright("Copyright © 2017 - 2021")>
15+
<Assembly: AssemblyCopyright("Copyright © 2017 - 2022")>
1616
<Assembly: AssemblyTrademark("")>
1717

1818
<Assembly: ComVisible(False)>
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
3131
' by using the '*' as shown below:
3232
' <Assembly: AssemblyVersion("1.0.*")>
3333

34-
<Assembly: AssemblyVersion("1.15.1.0")>
35-
<Assembly: AssemblyFileVersion("1.15.1.0")>
34+
<Assembly: AssemblyVersion("1.15.2.0")>
35+
<Assembly: AssemblyFileVersion("1.15.2.0")>

Google Drive Uploader1/Translations.vb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Public Class Translations
55
Form1.FileSizeUploadLabel.Text = "File Size:"
66
Form1.ProcessedFileSizeUploadLabel.Text = "Processed:"
77
Form1.UploadInstructionsLabel.Text = "Drag and Drop Files to add them to the list"
8-
Form1.AboutLabel.Text = "By Moisés Cardona" & vbNewLine & "v1.15.1"
8+
Form1.AboutLabel.Text = "By Moisés Cardona" & vbNewLine & "v1.15.2"
99
Form1.UploadStatusLabel.Text = "Status:"
1010
Form1.UploadPercentLabel.Text = "Percent: "
1111
Form1.FilesLabel.Text = "Files:"
@@ -112,7 +112,7 @@ Public Class Translations
112112
Form1.FileSizeUploadLabel.Text = "文件大小:"
113113
Form1.ProcessedFileSizeUploadLabel.Text = "Processed:"
114114
Form1.UploadInstructionsLabel.Text = "請將文件拖到下方"
115-
Form1.AboutLabel.Text = "By Moisés Cardona" & vbNewLine & "v1.15.1" & vbNewLine & "Translated by mic4126"
115+
Form1.AboutLabel.Text = "By Moisés Cardona" & vbNewLine & "v1.15.2" & vbNewLine & "Translated by mic4126"
116116
Form1.UploadStatusLabel.Text = "狀態:"
117117
Form1.UploadPercentLabel.Text = "百份比: "
118118
Form1.FilesLabel.Text = "文件:"
@@ -218,7 +218,7 @@ Public Class Translations
218218
Form1.FileSizeUploadLabel.Text = "Tamaño:"
219219
Form1.ProcessedFileSizeUploadLabel.Text = "Procesado:"
220220
Form1.UploadInstructionsLabel.Text = "Arrastre archivos aquí para añadirlos a la lista"
221-
Form1.AboutLabel.Text = "Por Moisés Cardona" & vbNewLine & "v1.15.1"
221+
Form1.AboutLabel.Text = "Por Moisés Cardona" & vbNewLine & "v1.15.2"
222222
Form1.UploadStatusLabel.Text = "Estado:"
223223
Form1.UploadPercentLabel.Text = "Porcentaje: "
224224
Form1.FilesLabel.Text = "Archivos:"
@@ -364,12 +364,12 @@ Public Class Translations
364364
Case Else
365365

366366
End Select
367-
Case "upload_finish"
367+
Case "queue_finish"
368368
Select Case My.Settings.Language
369369
Case "English"
370-
Return "Uploads Finished!"
370+
Return "Queue Items Processed!"
371371
Case "Spanish"
372-
Return "Los archivos han terminado de subir."
372+
Return "Los archivos han sido procesados."
373373
Case "TChinese"
374374
Return "完成上傳"
375375
Case Else

Google Drive Uploader1/packages.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Google.Apis" version="1.51.0" targetFramework="net48" />
4-
<package id="Google.Apis.Auth" version="1.51.0" targetFramework="net48" />
5-
<package id="Google.Apis.Core" version="1.51.0" targetFramework="net48" />
6-
<package id="Google.Apis.Drive.v3" version="1.51.0.2300" targetFramework="net48" />
3+
<package id="Google.Apis" version="1.55.0" targetFramework="net48" />
4+
<package id="Google.Apis.Auth" version="1.55.0" targetFramework="net48" />
5+
<package id="Google.Apis.Core" version="1.55.0" targetFramework="net48" />
6+
<package id="Google.Apis.Drive.v3" version="1.55.0.2566" targetFramework="net48" />
77
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net48" />
88
<package id="System.IO" version="4.3.0" targetFramework="net48" />
99
<package id="System.Net.Http" version="4.3.4" targetFramework="net48" />

0 commit comments

Comments
 (0)