Skip to content

Commit 4f5c6fc

Browse files
committed
Chore: Update to 2023.3.6.0
1 parent a95eadb commit 4f5c6fc

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

InnoSetup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "NETworkManager"
5-
#define MyAppVersion "2023.3.5.0"
5+
#define MyAppVersion "2023.3.6.0"
66
#define MyAppPublisher "BornToBeRoot"
77
#define MyAppURL "https://github.com/BornToBeRoot/NETworkManager/"
88
#define MyAppExeName "NETworkManager.exe"

Source/GlobalAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
[assembly: AssemblyTrademark("")]
77
[assembly: AssemblyCulture("")]
88

9-
[assembly: AssemblyVersion("2023.3.5.0")]
10-
[assembly: AssemblyFileVersion("2023.3.5.0")]
9+
[assembly: AssemblyVersion("2023.3.6.0")]
10+
[assembly: AssemblyFileVersion("2023.3.6.0")]

Source/NETworkManager.Settings/app.config

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)