Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
WiiVC Injector
Commits
80d8c64f
Commit
80d8c64f
authored
May 21, 2021
by
piratesephiroth
Browse files
Clean up and bump version number
parent
de66b5bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
TeconMoon's WiiVC Injector/Form1.Designer.cs
View file @
80d8c64f
...
...
@@ -1290,6 +1290,7 @@
//
// WiiVC_Injector
//
string
versionNumber
=
System
.
Reflection
.
Assembly
.
GetExecutingAssembly
().
GetName
().
Version
.
ToString
();
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
6F
,
13F
);
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Font
;
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
485
,
427
);
...
...
@@ -1299,7 +1300,7 @@
this
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
MaximizeBox
=
false
;
this
.
Name
=
"WiiVC_Injector"
;
this
.
Text
=
"TeconMoon\'s WiiVC Injector - [
3.0.7
]"
;
this
.
Text
=
$
"TeconMoon\'s WiiVC Injector - [
{
versionNumber
}
]"
;
this
.
MainTableLayout
.
ResumeLayout
(
false
);
this
.
MainTableLayout
.
PerformLayout
();
this
.
MainTabs
.
ResumeLayout
(
false
);
...
...
TeconMoon's WiiVC Injector/Form1.cs
View file @
80d8c64f
...
...
@@ -1818,9 +1818,7 @@ namespace TeconMoon_s_WiiVC_Injector
{
BuildStatus
.
Text
=
"Saving files from Nintendo for future use..."
;
BuildStatus
.
Refresh
();
//Directory.CreateDirectory(JNUSToolDownloads + "Rhythm Heaven Fever [VAKE01]");
//Directory.CreateDirectory(JNUSToolDownloads + "0005001010004000");
//Directory.CreateDirectory(JNUSToolDownloads + "0005001010004001");
if
(
Directory
.
Exists
(
"Rhythm Heaven Fever [VAKE01]"
))
{
FileSystem
.
CopyDirectory
(
"Rhythm Heaven Fever [VAKE01]"
,
JNUSToolDownloads
+
"Rhythm Heaven Fever [VAKE01]"
,
true
);
...
...
TeconMoon's WiiVC Injector/Properties/AssemblyInfo.cs
View file @
80d8c64f
...
...
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[
assembly
:
AssemblyVersion
(
"3.0.
7
.0"
)]
[
assembly
:
AssemblyFileVersion
(
"3.0.
7
.0"
)]
[
assembly
:
AssemblyVersion
(
"3.0.
8
.0"
)]
[
assembly
:
AssemblyFileVersion
(
"3.0.
8
.0"
)]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment