Skip to content

Commit af23e76

Browse files
committed
Update to 2022.10.31.0
1 parent 4a3bb37 commit af23e76

File tree

15 files changed

+115
-70
lines changed

15 files changed

+115
-70
lines changed

Chocolatey/networkmanager.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>NETworkManager</id>
6-
<version>2022.8.18.0</version>
6+
<version>2022.10.31.0</version>
77
<owners>BornToBeRoot</owners>
88
<title>NETworkManager</title>
99
<authors>BornToBeRoot</authors>

Chocolatey/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$ErrorActionPreference = 'Stop'
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$url = 'https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.8.18.0/NETworkManager_2022.8.18.0_Setup.exe'
3+
$url = 'https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.10.31.0/NETworkManager_2022.10.31.0_Setup.exe'
44

55
$packageArgs = @{
66
packageName = $env:ChocolateyPackageName
@@ -9,7 +9,7 @@ $packageArgs = @{
99
url = $url
1010
softwareName = 'NETworkManager*'
1111

12-
checksum = 'F705C66072E98E011CAA1EAC3C8B085DBB58CF9476EF9E50490CE526522BA6AA'
12+
checksum = '18A9528247BFA1880AF61CEAA1401FCA7C8271BC6635B40BA72D77AB065867A0'
1313
checksumType = 'sha256'
1414

1515
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="desktopicon" /SP-'

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 "2022.8.18.0"
5+
#define MyAppVersion "2022.10.31.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("2022.10.24.0")]
10-
[assembly: AssemblyFileVersion("2022.10.24.0")]
9+
[assembly: AssemblyVersion("2022.10.31.0")]
10+
[assembly: AssemblyFileVersion("2022.10.31.0")]

docs/03_Download.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ permalink: /Download
88

99
# Download
1010

11-
Version: **2022.8.18.0** <br>
12-
Date: **18.8.2022**
11+
Version: **2022.10.31.0** <br>
12+
Date: **31.10.2022**
1313

1414
| Download | Checksum [SHA256] |
1515
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
16-
| <a href='https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.8.18.0/NETworkManager_2022.8.18.0_Setup.exe' target='_blank'><button type="button" name="button" class="btn">Setup</button></a> | `F705C66072E98E011CAA1EAC3C8B085DBB58CF9476EF9E50490CE526522BA6AA` |
17-
| <a href='https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.8.18.0/NETworkManager_2022.8.18.0_Portable.zip' target='_blank'><button type="button" name="button" class="btn">Portable</button></a> | `56CFA317D1123C191C443F7950A0096D0CA1F1A6D93EEB9B6C9128EFF6C3EF07` |
18-
| <a href='https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.8.18.0/NETworkManager_2022.8.18.0_Archive.zip' target='_blank'><button type="button" name="button" class="btn">Archive</button></a> | `1C778ED1EF28A18315B8B5581F3BF9D14F282CE6D4521FE98F0057DAE2AFC30A` |
16+
| <a href='https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.10.31.0/NETworkManager_2022.10.31.0_Setup.exe' target='_blank'><button type="button" name="button" class="btn">Setup</button></a> | `18A9528247BFA1880AF61CEAA1401FCA7C8271BC6635B40BA72D77AB065867A0` |
17+
| <a href='https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.10.31.0/NETworkManager_2022.10.31.0_Portable.zip' target='_blank'><button type="button" name="button" class="btn">Portable</button></a> | `7B5822191C1D8EB0DE8F223AA1AC581CFEB4ED726F652A3A8A7D0941A51BE68F` |
18+
| <a href='https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.10.31.0/NETworkManager_2022.10.31.0_Archive.zip' target='_blank'><button type="button" name="button" class="btn">Archive</button></a> | `4F1B60B42A1D935B56C0F044755DD5B3EB3DAE35C75961D0CD7FFFFB87596847` |
1919

2020
## System requirements
2121

docs/Changelog/2021-1-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Changelog for version 2021.1.0"
77
permalink: /Changelog/2021-1-0
88
---
99

10-
# Version 2021.1.0
10+
# 2021.1.0
1111

1212
Date: **09.01.2021**
1313

docs/Changelog/2021-11-30-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Changelog for 2021.11.30.0"
77
permalink: /Changelog/2021-11-30-0
88
---
99

10-
# Version 2021.11.30.0
10+
# 2021.11.30.0
1111

1212
Date: **30.11.2021**
1313

docs/Changelog/2021-5-9-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Changelog for version 2021.5.9.0"
77
permalink: /Changelog/2021-5-9-0
88
---
99

10-
# Version 2021.5.9.0
10+
# 2021.5.9.0
1111

1212
Date: **09.05.2021**
1313

docs/Changelog/2021-6-26-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Changelog for version 2021.6.26.0"
77
permalink: /Changelog/2021-6-26-0
88
---
99

10-
# Version 2021.6.26.0
10+
# 2021.6.26.0
1111

1212
Date: **26.06.2021**
1313

docs/Changelog/2021-9-5-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Changelog for version 2021.9.5.0"
77
permalink: /Changelog/2021-9-5-0
88
---
99

10-
# Version 2021.9.5.0
10+
# 2021.9.5.0
1111

1212
Date: **05.09.2021**
1313

0 commit comments

Comments
 (0)