Skip to content

Commit 6d11a58

Browse files
committed
Version 1.7.0.0
1 parent df5df48 commit 6d11a58

3 files changed

Lines changed: 176 additions & 128 deletions

File tree

Choco/networkmanager.nuspec

Lines changed: 4 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,27 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- Read this before creating packages: https://chocolatey.org/docs/create-packages -->
3-
<!-- It is especially important to read the above link to understand additional requirements when publishing packages to the community feed aka dot org (https://chocolatey.org/packages). -->
4-
5-
<!-- Test your packages in a test environment: https://github.com/chocolatey/chocolatey-test-environment -->
6-
7-
<!--
8-
This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Reference. Chocolatey uses a special version of NuGet.Core that allows us to do more than was initially possible. As such there are certain things to be aware of:
9-
10-
* the package xmlns schema url may cause issues with nuget.exe
11-
* Any of the following elements can ONLY be used by choco tools - projectSourceUrl, docsUrl, mailingListUrl, bugTrackerUrl, packageSourceUrl, provides, conflicts, replaces
12-
* nuget.exe can still install packages with those elements but they are ignored. Any authoring tools or commands will error on those elements
13-
-->
14-
15-
<!-- You can embed software files directly into packages, as long as you are not bound by distribution rights. -->
16-
<!-- * If you are an organization making private packages, you probably have no issues here -->
17-
<!-- * If you are releasing to the community feed, you need to consider distribution rights. -->
182
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
193
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
204
<metadata>
21-
<!-- == PACKAGE SPECIFIC SECTION == -->
22-
<!-- This section is about this package, although id and version have ties back to the software -->
23-
<!-- id is lowercase and if you want a good separator for words, use '-', not '.'. Dots are only acceptable as suffixes for certain types of packages, e.g. .install, .portable, .extension, .template -->
24-
<!-- If the software is cross-platform, attempt to use the same id as the debian/rpm package(s) if possible. -->
255
<id>NETworkManager</id>
26-
<!-- version should MATCH as closely as possible with the underlying software -->
27-
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
28-
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
29-
<version>1.6.3</version>
30-
<!-- <packageSourceUrl>Where is this Chocolatey package located (think GitHub)? packageSourceUrl is highly recommended for the community feed</packageSourceUrl>-->
31-
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
6+
<version>1.7.0</version>
327
<owners>BornToBeRoot</owners>
33-
<!-- ============================== -->
34-
35-
<!-- == SOFTWARE SPECIFIC SECTION == -->
36-
<!-- This section is about the software itself -->
378
<title>NETworkManager</title>
389
<authors>BornToBeRoot</authors>
39-
<!-- projectUrl is required for the community feed -->
4010
<projectUrl>https://github.com/BornToBeRoot/NETworkManager</projectUrl>
4111
<iconUrl>https://raw.githubusercontent.com/BornToBeRoot/NETworkManager/master/Icon/NETworkManager.svg</iconUrl>
42-
<!-- <copyright>Year Software Vendor</copyright> -->
43-
<!-- If there is a license Url available, it is required for the community feed -->
4412
<licenseUrl>https://github.com/BornToBeRoot/NETworkManager/blob/master/LICENSE</licenseUrl>
4513
<requireLicenseAcceptance>false</requireLicenseAcceptance>
4614
<projectSourceUrl>https://github.com/BornToBeRoot/NETworkManager</projectSourceUrl>
4715
<docsUrl>https://github.com/BornToBeRoot/NETworkManager/tree/master/Documentation</docsUrl>
48-
<!--<mailingListUrl></mailingListUrl>-->
4916
<bugTrackerUrl>https://github.com/BornToBeRoot/NETworkManager/issues</bugTrackerUrl>
50-
<tags>networkinterface ipscanner portscanner wakeonlan traceroute ping dnslookup subnet calculator snmp remotedesktop ssh putty</tags>
17+
<tags>networkinterface ipscanner portscanner wakeonlan traceroute ping dnslookup subnetcalculator snmp remotedesktop ssh putty</tags>
5118
<summary>A powerful tool for managing networks and troubleshoot network problems!</summary>
5219
<description>A powerful tool for managing networks and troubleshoot network problems!</description>
53-
<!-- <releaseNotes>__REPLACE_OR_REMOVE__MarkDown_Okay</releaseNotes> -->
54-
<!-- =============================== -->
55-
56-
<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
5720
<dependencies>
5821
<dependency id="dotnetfx" />
59-
</dependencies>
60-
<!-- chocolatey-core.extension - https://chocolatey.org/packages/chocolatey-core.extension
61-
- You want to use Get-UninstallRegistryKey on less than 0.9.10 (in chocolateyUninstall.ps1)
62-
- You want to use Get-PackageParameters and on less than 0.11.0
63-
- You want to take advantage of other functions in the core community maintainer's team extension package
64-
-->
65-
66-
<!--<provides>NOT YET IMPLEMENTED</provides>-->
67-
<!--<conflicts>NOT YET IMPLEMENTED</conflicts>-->
68-
<!--<replaces>NOT YET IMPLEMENTED</replaces>-->
22+
</dependencies>
6923
</metadata>
7024
<files>
71-
<!-- this section controls what actually gets packaged into the Chocolatey package -->
72-
<file src="tools\**" target="tools" />
73-
<!--Building from Linux? You may need this instead: <file src="tools/**" target="tools" />-->
25+
<file src="tools\**" target="tools" />
7426
</files>
7527
</package>

Choco/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
$ErrorActionPreference = 'Stop';
33
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
4-
$url = 'https://github.com/BornToBeRoot/NETworkManager/releases/download/v1.6.3.0/NETworkManager_v1.6.3.0_Setup.msi'
4+
$url = 'https://github.com/BornToBeRoot/NETworkManager/releases/download/v1.7.0.0/NETworkManager_v1.7.0.0_Setup.msi'
55

66
$packageArgs = @{
77
packageName = $env:ChocolateyPackageName
@@ -11,7 +11,7 @@ $packageArgs = @{
1111

1212
softwareName = 'NETworkManager*'
1313

14-
checksum = 'B0F837C819AF15A0CAEF01405472B6EBE5972470F23F86437D321322A89C1352'
14+
checksum = '15EB077FA5C98A83DE0AA2DBEB688D481FEEB39083DBD2C6F37CD5A858D2499F'
1515
checksumType = 'sha256'
1616

1717
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""

0 commit comments

Comments
 (0)