File tree 6 files changed +19
-20
lines changed
6 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 3
3
<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
4
4
<metadata >
5
5
<id >NETworkManager</id >
6
- <version >2021.3.28 .0</version >
6
+ <version >2021.5.9 .0</version >
7
7
<owners >BornToBeRoot</owners >
8
8
<title >NETworkManager</title >
9
9
<authors >BornToBeRoot</authors >
Original file line number Diff line number Diff line change 1
1
$ErrorActionPreference = ' Stop'
2
2
$toolsDir = " $ ( Split-Path - parent $MyInvocation.MyCommand.Definition ) "
3
- $url = ' https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.3.28 .0/NETworkManager_2021.3.28 .0_Setup.exe'
3
+ $url = ' https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.5.9 .0/NETworkManager_2021.5.9 .0_Setup.exe'
4
4
5
5
$packageArgs = @ {
6
6
packageName = $env: ChocolateyPackageName
@@ -9,7 +9,7 @@ $packageArgs = @{
9
9
url = $url
10
10
softwareName = ' NETworkManager*'
11
11
12
- checksum = ' 3153DE224DA69511331C07B89CF4738914BDBE9AFEE59C5BD289E657449CCC43 '
12
+ checksum = ' 1D44A5A07975A8364DE742E061E0D72B3DD1CC03E02F4D87103A0767E3C7F7A2 '
13
13
checksumType = ' sha256'
14
14
15
15
silentArgs = ' /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="desktopicon" /SP-'
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " NETworkManager"
5
- #define MyAppVersion " 2021.3.28 .0"
5
+ #define MyAppVersion " 2021.5.9 .0"
6
6
#define MyAppPublisher " BornToBeRoot"
7
7
#define MyAppURL " https://github.com/BornToBeRoot/NETworkManager/"
8
8
#define MyAppExeName " NETworkManager.exe"
Original file line number Diff line number Diff line change 6
6
[ assembly: AssemblyTrademark ( "" ) ]
7
7
[ assembly: AssemblyCulture ( "" ) ]
8
8
9
- [ assembly: AssemblyVersion ( "2021.3.28 .0" ) ]
10
- [ assembly: AssemblyFileVersion ( "2021.3.28 .0" ) ]
9
+ [ assembly: AssemblyVersion ( "2021.5.9 .0" ) ]
10
+ [ assembly: AssemblyFileVersion ( "2021.5.9 .0" ) ]
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ permalink: /Download
8
8
9
9
# Download
10
10
11
- Version: ** 2021.3.28 .0** <br >
12
- Date: ** 28.03 .2021**
11
+ Version: ** 2021.5.9 .0** <br >
12
+ Date: ** 09.05 .2021**
13
13
14
14
| Download | Checksum [ SHA256] |
15
15
| ---| ---|
16
- | <a href =' https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.3.28 .0/NETworkManager_2021.3.28 .0_Setup.exe ' target =' _blank ' ><button type =" button " name =" button " class =" btn " >Setup</button ></a > | ` 3153DE224DA69511331C07B89CF4738914BDBE9AFEE59C5BD289E657449CCC43 ` |
17
- | <a href =' https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.3.28 .0/NETworkManager_2021.3.28 .0_Portable.zip ' target =' _blank ' ><button type =" button " name =" button " class =" btn " >Portable</button ></a > | ` D295B260F56416792E455AED6069ECA545F36A80B192BFE04D2D2B9D64598855 ` |
18
- | <a href =' https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.3.28 .0/NETworkManager_2021.3.28 .0_Archiv.zip ' target =' _blank ' ><button type =" button " name =" button " class =" btn " >Archiv</button ></a > | ` 6C5E003DC820B75B2B7C1381F2AE2F0D3AEF13EE84F67AE6EFBC235342B94490 ` |
16
+ | <a href =' https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.5.9 .0/NETworkManager_2021.5.9 .0_Setup.exe ' target =' _blank ' ><button type =" button " name =" button " class =" btn " >Setup</button ></a > | ` 1D44A5A07975A8364DE742E061E0D72B3DD1CC03E02F4D87103A0767E3C7F7A2 ` |
17
+ | <a href =' https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.5.9 .0/NETworkManager_2021.5.9 .0_Portable.zip ' target =' _blank ' ><button type =" button " name =" button " class =" btn " >Portable</button ></a > | ` ED3DC6DFC111A3261DC6BF3F3D2820E0A1FF96ECF48A3C7DFBF3454A39694848 ` |
18
+ | <a href =' https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.5.9 .0/NETworkManager_2021.5.9 .0_Archiv.zip ' target =' _blank ' ><button type =" button " name =" button " class =" btn " >Archiv</button ></a > | ` DD0B800EA55B97BA0A6B3A5884D62FCE2C4E74EAB1CCE01163823EBD30DC9B4E ` |
19
19
20
20
The setup is also available on [ Chocolatey] ( https://chocolatey.org/packages/NETworkManager ) {: target ="_ blank"} and can be installed with:
21
21
```
Original file line number Diff line number Diff line change @@ -6,21 +6,20 @@ description: "Changelog and download links of all available versions."
6
6
permalink : /Changelog
7
7
---
8
8
9
- <!--
10
- # Version 2021.x.xx.0 [next release]
11
- Date: **xx.xx.2021**
9
+ # Version 2021.5.9.0
10
+ Date: ** 09.05.2021**
12
11
13
12
| File | Checksum [ SHA256] |
14
13
| ---| ---|
15
- |[Setup](https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.2.17 .0/NETworkManager_2021.2.17 .0_Setup.exe){:target="_blank"}| `5BDD82CA59CC0A635559848CA183C21ED92D4D0C143625F1B367946F033E2A79 ` |
16
- |[Portable](https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.2.17 .0/NETworkManager_2021.2.17 .0_Portable.zip){:target="_blank"}| `4D5AA9CC1A4FCE5AB80060A1009E87FA207D642B7E25A63A4DA38F9F6FD43472 ` |
17
- |[Archiv](https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.2.17 .0/NETworkManager_2021.2.17 .0_Archiv.zip){:target="_blank"}| `9996197F0F58A7A23F0A78DB7336D4201F98F1C6E8CCD7D02BF97095C5A6DDA8 ` |
14
+ | [ Setup] ( https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.5.9 .0/NETworkManager_2021.5.9 .0_Setup.exe ) {: target ="_ blank"}| ` 1D44A5A07975A8364DE742E061E0D72B3DD1CC03E02F4D87103A0767E3C7F7A2 ` |
15
+ | [ Portable] ( https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.5.9 .0/NETworkManager_2021.5.9 .0_Portable.zip ) {: target ="_ blank"}| ` ED3DC6DFC111A3261DC6BF3F3D2820E0A1FF96ECF48A3C7DFBF3454A39694848 ` |
16
+ | [ Archiv] ( https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.5.9 .0/NETworkManager_2021.5.9 .0_Archiv.zip ) {: target ="_ blank"}| ` DD0B800EA55B97BA0A6B3A5884D62FCE2C4E74EAB1CCE01163823EBD30DC9B4E ` |
18
17
19
18
## What's new?
20
19
- Dashboard and Status window redesigned and IPv6 added [ #463 ] ( https://github.com/BornToBeRoot/NETworkManager/issues/463 ) {: target ="_ blank"}
21
20
22
21
## Improvements
23
- - Update Discovery Protocol script and add other values [#772](https://github.com/BornToBeRoot/NETworkManager/issues/772){:target="_blank"}
22
+ - Discovery Protocol script updated and more values added [ #772 ] ( https://github.com/BornToBeRoot/NETworkManager/issues/772 ) {: target ="_ blank"}
24
23
25
24
## Bugfixes
26
25
- Fix app crash on Discovery Protocol view [ #707 ] ( https://github.com/BornToBeRoot/NETworkManager/issues/707 ) {: target ="_ blank"}
@@ -29,8 +28,8 @@ Date: **xx.xx.2021**
29
28
- App crash fixed when Remote Desktop is opened from a differnet view [ #767 ] ( https://github.com/BornToBeRoot/NETworkManager/issues/767 ) {: target ="_ blank"}
30
29
31
30
## Other
32
-
33
- -->
31
+ - Language files updated
32
+ - Dependencies updated
34
33
35
34
# 2021.3.28.0
36
35
Date: ** 28.03.2021**
You can’t perform that action at this time.
0 commit comments