We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95eadb commit 4f5c6fcCopy full SHA for 4f5c6fc
InnoSetup.iss
@@ -2,7 +2,7 @@
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
#define MyAppName "NETworkManager"
5
-#define MyAppVersion "2023.3.5.0"
+#define MyAppVersion "2023.3.6.0"
6
#define MyAppPublisher "BornToBeRoot"
7
#define MyAppURL "https://github.com/BornToBeRoot/NETworkManager/"
8
#define MyAppExeName "NETworkManager.exe"
Source/GlobalAssemblyInfo.cs
@@ -6,5 +6,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
9
-[assembly: AssemblyVersion("2023.3.5.0")]
10
-[assembly: AssemblyFileVersion("2023.3.5.0")]
+[assembly: AssemblyVersion("2023.3.6.0")]
+[assembly: AssemblyFileVersion("2023.3.6.0")]
Source/NETworkManager.Settings/app.config
0 commit comments