Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ihonliu committed May 26, 2021
1 parent a38aa92 commit 1a364e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/Swiddler/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Swiddler {
public partial class App : Application {
public AppResources Res { get; private set; }

public static new App Current { get; private set; }
public new static App Current { get; private set; }

public static bool InDesignMode { get; private set; } = true;

Expand Down
6 changes: 3 additions & 3 deletions Source/Swiddler/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyDescription("TCP/UDP debugging tool")]
[assembly: AssemblyCompany("Jan Lucansky")]
[assembly: AssemblyProduct("Swiddler")]
[assembly: AssemblyCopyright("Copyright © 2018-2020 Jan Lucansky")]
[assembly: AssemblyCopyright("Copyright © 2018-2021 Jan Lucansky")]

#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
Expand Down Expand Up @@ -52,7 +52,7 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.6.2012")]
[assembly: AssemblyVersion("1.0.7.0")]
[assembly: AssemblyFileVersion("1.0.7.2012")]

[assembly: AssemblyInformationalVersion("1.0.6")]

0 comments on commit 1a364e1

Please sign in to comment.