mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-13 03:35:05 +01:00
updated version number
This commit is contained in:
parent
50583b3986
commit
2cc7585bd3
Binary file not shown.
Binary file not shown.
@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("3.0.1")>
|
||||
<Assembly: AssemblyFileVersion("3.0.5")>
|
||||
<Assembly: AssemblyVersion("3.1.0")>
|
||||
<Assembly: AssemblyFileVersion("3.1.0")>
|
||||
<Assembly: NeutralResourcesLanguage("")>
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/Helpers.pdb
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/Helpers.pdb
Normal file
Binary file not shown.
58
Crunchyroll Downloader/bin/x86/Debug/Helpers.xml
Normal file
58
Crunchyroll Downloader/bin/x86/Debug/Helpers.xml
Normal file
@ -0,0 +1,58 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
Helpers
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:System.Windows.Forms.AsyncWorker">
|
||||
<summary>
|
||||
you can pass Delegates together with suitable arguments to the methods RunAsync(),
|
||||
NotifyGui() or ReportProgress(), and the Delegate will be executed either in a
|
||||
side-thread or in the Gui-thread
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:System.Windows.Forms.AsyncWorker.ReportProgress(System.Action)">
|
||||
<summary>
|
||||
executes the Delegate in the Gui-thread, if the last progress-report is more
|
||||
than <see cref="F:System.Windows.Forms.AsyncWorker.ReportInterval" />ago, and the process isn't canceled
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:System.Windows.Forms.AsyncWorker.NotifyGui(System.Action)">
|
||||
<summary>
|
||||
executes the Delegate in the Gui-thread, if the process isn't canceled
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:System.Windows.Forms.AsyncWorker.RunAsync(System.Action)">
|
||||
<summary>executes the Delegate in a thread of the threadpool</summary>
|
||||
</member>
|
||||
<member name="M:System.Windows.Forms.AsyncWorkerX.RunAsync``3(System.Action{``0,``1,``2},``0,``1,``2)">
|
||||
<summary>executes the Delegate in a thread of the threadpool</summary>
|
||||
</member>
|
||||
<member name="M:System.Windows.Forms.AsyncWorkerX.NotifyGui``3(System.Action{``0,``1,``2},``0,``1,``2)">
|
||||
<summary>executes the Delegate in the Gui-thread</summary>
|
||||
</member>
|
||||
<member name="T:System.BugException">
|
||||
<summary>
|
||||
this Exception is not meant to be handled. Only for logging and debugging-purposes
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
16c146858fec520af26d324b207c9405202a1bde
|
||||
f668d0f94c47b54c616ebebebfe5627529373081
|
||||
|
@ -40,3 +40,6 @@ D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crun
|
||||
D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crunchyroll Downloader\obj\x86\Debug\Crunchyroll Downloader.exe
|
||||
D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crunchyroll Downloader\obj\x86\Debug\Crunchyroll Downloader.xml
|
||||
D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crunchyroll Downloader\obj\x86\Debug\Crunchyroll Downloader.pdb
|
||||
D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crunchyroll Downloader\bin\x86\Debug\Helpers.dll
|
||||
D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crunchyroll Downloader\bin\x86\Debug\Helpers.pdb
|
||||
D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crunchyroll Downloader\bin\x86\Debug\Helpers.xml
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user