Skip to content

Commit ea1e1e5

Browse files
committed
set version to 7
1 parent 38411e9 commit ea1e1e5

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

Yuki Installer/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion ("6.0")]
35-
[assembly: AssemblyFileVersion ("6.0")]
34+
[assembly: AssemblyVersion ("7.0")]
35+
[assembly: AssemblyFileVersion ("7.0")]

Yuki Theme Plugin/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion ("6.0")]
36-
[assembly: AssemblyFileVersion ("6.0")]
35+
[assembly: AssemblyVersion ("7.0")]
36+
[assembly: AssemblyFileVersion ("7.0")]

Yuki Theme Plugin/YukiTheme_VisualPascalABCPlugin.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,6 @@ private void ToggleQuiet (object sender, EventArgs e)
676676
updateQuietImage ();
677677
updateWallpaperImage ();
678678
updateStickerImage ();
679-
// GetWindowProperities ();
680679
}
681680

682681
private void ToggleWallpaper (object sender, EventArgs e)

Yuki Theme.Core/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion ("6.0")]
36-
[assembly: AssemblyFileVersion ("6.0")]
35+
[assembly: AssemblyVersion ("7.0")]
36+
[assembly: AssemblyFileVersion ("7.0")]

Yuki Theme/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion ("6.0")]
35-
[assembly: AssemblyFileVersion ("6.0")]
34+
[assembly: AssemblyVersion ("7.0")]
35+
[assembly: AssemblyFileVersion ("7.0")]

0 commit comments

Comments
 (0)