File tree 4 files changed +9
-11
lines changed
4 files changed +9
-11
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.6.26 .0</version >
6
+ <version >2021.9.5 .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.6.26 .0/NETworkManager_2021.6.26 .0_Setup.exe'
3
+ $url = ' https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.9.5 .0/NETworkManager_2021.9.5 .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 = ' EAA8D1CC1F76FABD0C26DF70B9E23A21F9F83355D70D0FCCD43E5677A1AE7EAE '
12
+ checksum = ' 883188AD58FB936FCA82846A261840F67E19734C20093996CBCDA75F4CE41EAA '
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 @@ -55,7 +55,7 @@ $Version = [System.Diagnostics.FileVersionInfo]::GetVersionInfo("$BuildPath\NETw
55
55
Get-ChildItem - Recurse | Where-Object {$_.Name.EndsWith (" .pdb" )} | Remove-Item
56
56
57
57
# Archiv Build
58
- Compress-Archive - Path " $BuildPath \NETworkManager" - DestinationPath " $BuildPath \NETworkManager_$ ( $Version ) _Archiv .zip"
58
+ Compress-Archive - Path " $BuildPath \NETworkManager" - DestinationPath " $BuildPath \NETworkManager_$ ( $Version ) _Archive .zip"
59
59
60
60
# Portable Build
61
61
New-Item - Path " $BuildPath \NETworkManager" - Name " IsPortable.settings" - ItemType File
Original file line number Diff line number Diff line change @@ -6,15 +6,14 @@ description: "Changelog and download links of all available versions."
6
6
permalink : /Changelog
7
7
---
8
8
9
- <!--
10
- # Version 2021.x.xx.0
11
- Date: **xx.0x.2021**
9
+ # Version 2021.9.5.0
10
+ Date: ** 05.09.2021**
12
11
13
12
| File | Checksum [ SHA256] |
14
13
| ---| ---|
15
- |[Setup](https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.6.26 .0/NETworkManager_2021.6.26 .0_Setup.exe){:target="_blank"}| `EAA8D1CC1F76FABD0C26DF70B9E23A21F9F83355D70D0FCCD43E5677A1AE7EAE ` |
16
- |[Portable](https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.6.26 .0/NETworkManager_2021.6.26 .0_Portable.zip){:target="_blank"}| `02A98625966C6229E4EC23463B3B7607365668CC1B63F47D563C26FF764710CE ` |
17
- |[Archive](https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.6.26 .0/NETworkManager_2021.6.26 .0_Archive.zip){:target="_blank"}| `3C23B74EEBC8CF113D8F536F6D9D2BBC6CB3CCF1BABEF0275B9101D84A45ADDB ` |
14
+ | [ Setup] ( https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.9.5 .0/NETworkManager_2021.9.5 .0_Setup.exe ) {: target ="_ blank"}| ` 883188AD58FB936FCA82846A261840F67E19734C20093996CBCDA75F4CE41EAA ` |
15
+ | [ Portable] ( https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.9.5 .0/NETworkManager_2021.9.5 .0_Portable.zip ) {: target ="_ blank"}| ` F186755939FC2A5A07C2D5BDED59128189D16968FD61DF8E17C100E181B3C39D ` |
16
+ | [ Archive] ( https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.9.5 .0/NETworkManager_2021.9.5 .0_Archive.zip ) {: target ="_ blank"}| ` E9680A1C52270A5B2AB192AADE08563CB3509CDCD3EF3F9BA2603CE3BB84DF45 ` |
18
17
19
18
## What's new?
20
19
- Czech added [ #1221 ] ( https://github.com/BornToBeRoot/NETworkManager/pull/1221 ) {: target ="_ blank"}
@@ -29,7 +28,6 @@ Date: **xx.0x.2021**
29
28
## Other
30
29
- Language files updates [ #transifex] ( https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Ftransifex-integration ) {: target ="_ blank"}
31
30
- Dependencies updated [ #dependencies] ( https://github.com/BornToBeRoot/NETworkManager/pulls?q=author%3Aapp%2Fdependabot ) {: target ="_ blank"}
32
- -->
33
31
34
32
# Version 2021.6.26.0
35
33
Date: ** 26.06.2021**
You can’t perform that action at this time.
0 commit comments