Projects STRLCPY NETworkManager Commits 4f5c6fc0
🤬
  • ■ ■ ■ ■
    InnoSetup.iss
    skipped 1 lines
    2 2  ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
    3 3   
    4 4  #define MyAppName "NETworkManager"
    5  -#define MyAppVersion "2023.3.5.0"
     5 +#define MyAppVersion "2023.3.6.0"
    6 6  #define MyAppPublisher "BornToBeRoot"
    7 7  #define MyAppURL "https://github.com/BornToBeRoot/NETworkManager/"
    8 8  #define MyAppExeName "NETworkManager.exe"
    skipped 123 lines
  • ■ ■ ■ ■ ■ ■
    Source/GlobalAssemblyInfo.cs
    skipped 5 lines
    6 6  [assembly: AssemblyTrademark("")]
    7 7  [assembly: AssemblyCulture("")]
    8 8   
    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")]
    11 11   
  • ■ ■ ■ ■ ■ ■
    Source/NETworkManager.Settings/app.config
    1  -<?xml version="1.0" encoding="utf-8" ?>
    2  -<configuration>
    3  - <configSections>
    4  - <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
    5  - <section name="NETworkManager.Settings.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
    6  - </sectionGroup>
    7  - </configSections>
    8  - <userSettings>
    9  - <NETworkManager.Settings.Properties.Settings>
    10  - <setting name="Settings_CustomSettingsLocation" serializeAs="String">
    11  - <value />
    12  - </setting>
    13  - <setting name="UpgradeRequired" serializeAs="String">
    14  - <value>True</value>
    15  - </setting>
    16  - </NETworkManager.Settings.Properties.Settings>
    17  - </userSettings>
    18  -</configuration>
Please wait...
Page is in error, reload to recover