Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
960
Downloads of v 2.0.9:
60
Last Update:
08 Oct 2020
Package Maintainer(s):
Software Author(s):
- Alexander Schmidt (codingfreaks)
Tags:
ping port dotnet codingfreaks- Software Specific:
- Software Site
- Software Source
- Software Docs
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

pping
This is not the latest version of pping available.
- Software Specific:
- Software Site
- Software Source
- Software Docs
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
960
Downloads of v 2.0.9:
60
Maintainer(s):
Software Author(s):
- Alexander Schmidt (codingfreaks)
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
pping 2.0.9
This is not the latest version of pping available.
This Package Contains an Exempted Check
1 Test Passing and 1 Exempted Test
Validation Testing Passed
Verification Testing Exempt:
Dependency requires reboot
To install pping, run the following command from the command line or from PowerShell:
To upgrade pping, run the following command from the command line or from PowerShell:
To uninstall pping, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download pping --internalize --version=2.0.9 --source=https://community.chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://community.chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade pping -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade pping -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure pping installed
win_chocolatey:
name: pping
state: present
version: 2.0.9
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'pping' do
action :install
version '2.0.9'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: pping,
Version: 2.0.9,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller pping
{
Name = 'pping'
Ensure = 'Present'
Version = '2.0.9'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'pping':
provider => 'chocolatey',
ensure => '2.0.9',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install pping version="2.0.9" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator flcdrg on 20 Oct 2020.
pping is a .NET Core console application which allowes you to scan any machine via TCP or UDP for single or multiple open ports. Its syntax is built with the ping-tool in mind.
md5: 4140CD4C06797B57CF7276A7B9936388 | sha1: 45FFF842E1CC366466090DBB5351A20D62CB1973 | sha256: 7FC52E930EBAD1EF674D3A44721C930DC5139886EB56546CF07ED863965ED15C | sha512: 953A46605E7FB5C619613BB94DF4BC7F6EA1119062AAC764EAF2C65F2CC2C096309EF7938C4AA4A9FD74C97E87A9C3ECBA1D5FEC167E30560E5A5BF89BF7A78F
Copyright (c) 2013-2020 Alexander Schmidt (codingfreaks)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
md5: 71DFD4A2D20996509FFD70DE740C89DC | sha1: 1AEDF7A5B4456F97E8305373F5844F81721626BD | sha256: FA3DB2C4124728F8DC07D51634270505930F8BD308A7C529F661290AE1315D65 | sha512: 888EA101FE72BA06B0942788320036E282F8350DDB2E94F1A9A65CDAF24D231CD253C55B695BA20A7A7F1C98FC3C99FA0E6731B844D4AADBB18834C9E0D709A2
md5: F7CD382406FBA62F6649543C78860252 | sha1: 6E8782658A52D7B3000DC179CD8E5A221300579F | sha256: 7533263D2E558172BE6632FEE00BF87095B92FCF59EC30C108C895E17BF15C85 | sha512: E217F2B57136ED0393F09F389530899A501B6AC8305BEC1968F4B0053495B6954839663FF3CB18734635D1B5F32B1C6D28DC3A75CAC70F22914BE4A92073355C
md5: D13BAC4B3AED7D274329763D14F5B137 | sha1: 1E1CCBF2B8516054704DCE410531F341612A9F16 | sha256: 07AF0038F98A77495DA4F0BCAC2FB1FFE9A0A9F915ADB58B002007AF9859FDA0 | sha512: 561915C037ED6883E9E905AA7501D0DA5310299B6A16512363FC7D80E093A2D8614CC2C28A70847FA74DF3AA6C03A0F1B073258B2F6862D6665AEB7C9142B93D
md5: 6BAAF62A333F360BF1E088ACB62D1B2E | sha1: 82693DDB55A842B064BB4D7C83B3039DA300D668 | sha256: 7238580D7A8DAA48D4BDBFC144734329B5510B33C1090DD856030D7BC477BE54 | sha512: C97489744BA18B2C71704AA41AAFE79D6A4A73C472E758306AC35783E63D6EF3BF2B29038BA0F238487B1311BFDC8FAB1B91D46A1E4792BF40234D7565800863
md5: 2B364E2F73DDC0A0DBBA24F6840FA9A4 | sha1: CE4C4A94010EE7979003A7C79E3B96E1FDAB5889 | sha256: FB43886355B8D3B7C142BBFAAB0316044C801B8A2106F50DE250EC52428B329C | sha512: F9A9D1A5804FAFF5666EA72A16A85DB5793FF3B733005231A431FC2CE9A23AFB020CAF1E133B2ED9C5FDB0D0E36E3F3E8FE895340C82CC17D883A3F869A90D9E
md5: FF7EA871D8DF9C3FF13506C68D7F799E | sha1: 28667FAEA0F954332A94E033F18A383C6D59B7A0 | sha256: D801AA1D4D1410FD247E3BFA4C9D1866C531E2B6ED011DAAB93B501C91A98EF2 | sha512: 20C2EC78CAA3A74CEDBB9F25C256864B1F684529FC55D4CE63AE031234A3978877AFA7452A1E707A46AE25D9E4B458B8DEFBEFD218AC41CD14247B57D7B8B5B4
md5: 5FA86122A1DFB952380B101EFAFC7443 | sha1: 9BE0BD40AF4DC4DF2952CBB84E63FDCA7E97966A | sha256: 48DBAB2CC879CFBCECDEC0378C5462E0E94B72CC34E49CB34ECE3BB7EBB8D60B | sha512: DA176620621FED1BA8F7165E44679DE1380D266DE694196E2A37C63BDD130CBA65F5C7B022E59C8CD45C6F2AE3614C16B328224C5E2854F9E33478CEBCF599FA
md5: C84014643A63ADE09F7161B23367085D | sha1: E4D9A86012AB3BB2A445CD9410BA76F6D40B112C | sha256: 6C677AA76577FF4EA192360C54FE7E3D9733B143F9594C1431C65D287EAD0508 | sha512: 1158D4CE5BA3D16693D86F4D621304A98996012A7D25B2F58D99C78E590EF04D7C2692A6FA2B030E262A85755919252112E1487AD3B7621251BEE7B1B1D1A822
md5: 5137C549A907E70E74642AB87A6B8C8A | sha1: 33B14F26BF962129F7C05FCA25677DC8E9A087F9 | sha256: 50D15E9FF4F8A1CD3AB5C47DB4A763901E67EF5414DFBAADF907397085C37BC5 | sha512: 3A5DAB5E9E740A894265FE8B2B8565F46D12D7CAE202A55B5467ECEA4411EC538D47F127808A8E6A67B5E6C7BE9117072D31308B7FB02397754251CCE4EA13DF
md5: 650D8E85C1B4FBECF33529786EA7A1A7 | sha1: D35521DF8E894005A1292B3B4018182D00A7E0E3 | sha256: B636E1E75695BB59133542F37BEAA5EF81AB69977459C4DAAB6F1536DB403CA0 | sha512: 00C5EDC125999D9FE5450EF38A394E0A591FEE502B845F76FAEE51BD3164926284A14224D20DE177D3414D82EBCAF36D1E9FAE94A6C19448AC52AC03614C2138
md5: DA7DFED36027FB57445B879F6BA335BE | sha1: B89496DB4BF89F960A11938FF40799DB39C33411 | sha256: DC6E09FDB65AD298649FF9A224A7C164241018F8331DF089C30712770EFC4FC0 | sha512: DA4254A197909F18DAFC0C2C5711F54279B10739CC61EA3BBDEC81C31592A2CEFE60092678D7C5760B5F868D631CDC8F759B0136D6767854371281D56CCCF759
md5: 93FB7BADA3F4A2FACCA91E69A1EFDF9E | sha1: 08CDA10D96C9DCFF95CCF313976773581B87ACE0 | sha256: 3995F75DCE9BDD30E5F9BCF90322C2BBAC314CD207353570388EFE41E9727194 | sha512: A17D9765F0EA5BDA933F30BD84EF721535846861E5AA3EEAADFE69B11ADCD086889DC298085AE4120121B38A6E62EB91667D91E5FDA799DF014DC0813C4CC755
md5: D3383D9CBFC916343F7CBDE73AFEC695 | sha1: BA1BB622476EB0B18F1825634F11FB288E20F04A | sha256: AF1CB52B66B215EB8382B681C999CABECA6545270E76D90B840BF281F7E1D36C | sha512: 7C70A71DF6B84E9A4BA58ED16B23114D178A10324F8EEEB9B2351A81ACE0A2A32FD41528C3C1BA875535F83A97A1579DE2D055D31E1DA7E2757EF1070590988D
md5: 05C31A7070586AF622158DE0355E5B08 | sha1: 499F3493CCE183E551BD84F8E25A524CA3EEF38B | sha256: 63339694DF23D66F174D5C457E0B72B37229056FDC64696828BAFC41EA07E4C7 | sha512: A0ECC9A2FFA2EDFAB8BFAE79E03EFCC9001030746AA63BF3C74512D0D6F2955FCE2D77ED21CAC3748C6DF46B4F40E260C9F798D62F115B3419FB74E305590958
md5: FEF4A387AD36BFA63136EEC38BA08E4C | sha1: 02D75CFA2BE1A662463A9CE66638AB47405BA8FD | sha256: 30A4C4375519E67DBB94AC19710781676D7DFD489ACD02E02019709C5022BA42 | sha512: 875865A2DCA9BB2E109C1E4238966AAE15E7B0DCD909911D5760523412408E7BA468B7C4C666E69AC36DC4C7F51323B544CD5A922C67138B03DF77106B6D7A27
md5: A48613F6791FD10A6FDBC0C14361E415 | sha1: 79016BA34248069C81D2C45A61B5749F3329F8FD | sha256: DD731A3861F0F78B9E8B40D2B500DF4CA9C6B8253C782331B9215771C34B3D6A | sha512: 819F38E58B239FE2A17AAB970A8632621AAD46AB996AFED8924B47F268E9A6E23B5582B4A5F554F5A3F3AA9C7EDC17B1BDE780A7A33CE74B8F72F37F508BD9E1
md5: 7468B6F6AEA08FC14F61B7856E0FCB4E | sha1: 0DCE953731F396CDB3BC0B2B38F770EC99116BC3 | sha256: F3664550D43F9483482CF635E468E18EEF6123B0760578C71104034DE5E155E9 | sha512: 2A6523685C104036B4DFAD38106CBF2ADF155A5E07A9AD3F2270CF952B2B94D18817E907404D72AD01EDF3413A8F62457F08C31138B4FABE77B82F8C83502B4F
md5: F8AFC8CCF6A82436111560DF617E3997 | sha1: 98B09C34773C1305397F21A15AAC6038E6E3C82D | sha256: 2E24F00FF3E4453B8A18A67964E4BB19637FBDDB53501D02F75A884A726D05F9 | sha512: 91814EDFAE5B97A815638BF1B02E1C0651A258711C3A8AE486555337E42BA8BF7400F35FAA3B37A056DC9806EAFA0A03BA9320DACDFF2D311FE406FBD4873D6A
md5: 0065EBAF74228A13887E5A7E0C0E2EE2 | sha1: 9F01EA4AE7D71B6DA1D246F8DB6B00D1EBD3F12D | sha256: 26A04564F9833AD3DA104F385DFFCA7A3B02EC8B6B8105EFA95756867E19A02B | sha512: 67C4331C0E58C693B389A6C10B1DDC4CFAB6AA5F4B9947564B4B90AE6C6802E813829408CF2B5FF16BC35ACD66F6E475FD2C53FFB8CCDD6AE2323B28438B327F
md5: 854B1B6CE0E40BA076C6AA694B8483C1 | sha1: F1B6B21394D8226600418CBE2BF6E9DC1679EC7E | sha256: 791A84344B0972042F22AFDC0BEA460F4FD6A04033CF6C248EEA025B1121DBB1 | sha512: 3F16CE124C71C5C83A36F666BF0C61137E1729EC807BEFE5633A776CCA0756110BAC3367AA19990D38BAC54D531A3DB991F6B6086463DCA9D1F520FF79F18B3B
md5: 3D6EB5F87083A0FE1CDF2FA4CD1E42C0 | sha1: C8225F78E712633A24952DAAE3411E13B62ECB61 | sha256: 5594EE25BAC111CE187F63027B714C02653D678B3C5AEFCBF2749BEF907A5D85 | sha512: 462353DEA65DABAC5A80027A1FE30CEBAE5336C19EB88E2FFA1D0A35DBB894F12CE6D71E37C647038BB835E3FE30E5AE4B0F99D68E368B5979A49535D416498D
md5: 4B655EB42A65F86DFBB70CEC30ACAD17 | sha1: 589F8B1C444C80873A8D1A7219F405D65A50EDAB | sha256: 8B5780690516F6E2D38E861A175068E6E21BCF06D85E684ACCD1D0A3945F400B | sha512: AC0A456E07BA2AE804A15D0A353888606AC16F70B28ED42C5D215B0496A80055D95C25AC991126A1ED5F9E797E8C5F80B57A2D562610CAB11701BB9C12230281
md5: 6D2946484E29147345F7592E3D481CA0 | sha1: 5B8A4C86A224C1BCE7BB7FBA63BB88220ADBFBD7 | sha256: 36542201179EAFD19227F2748924B01D9D44209A01C8D0EAD7DFA7D44DFA97C3 | sha512: E947494ED8165354C162A0543202D6C77028F0925C5B2252A0F9B422D8FA0A658CA302870A0E95144D1191697E19D183EBE4B8E7943BFFBD64887C8F95EE2B5A
md5: 7F4F385BA0150E60CCFEEBB40F430092 | sha1: 1A969301A25F6F13366F77813A378D2DCEAE9316 | sha256: 796D568D82324246C7286DC6C73CD7D6ABF645527020BA3CFEB82DB2FCA685E2 | sha512: 6A698B78A8BD06677DE20DA1D693071AEA73A1468007C72C3FFE8CEF2A39EA4B5C3FB0AFE81375B8E6B9587BCB57C22CD1F20E41AE594675F20D99A190609647
md5: 9D6CC27577EDAA43553356F56C3965E7 | sha1: B45C6998824B236AF36AD90A8121AE33928D68AE | sha256: 3674F8BB394646ADF8FB937AA368A8143CECC4C8B8970D4F493BF8BD721058C0 | sha512: 851063A80C8600E54BC63344BFA7BBAC94BFCC9A694BD5D38E91F99D7971D3A20662B7F006F32A0DF674B498C1118130DF8B6B358130F197308A5EBEDB8577F3
md5: 38D08C53A987693A53CC5C57B8BA9DDF | sha1: A502B2FD7D1B14999D8F4B877B58DB4963023592 | sha256: 8308047E1FFE7883D7C29DB5AF9B75C039C5E3FBE894AD824BA90CA3F0BDE58E | sha512: 73EBA666AFFCA031B5E9563E631092887936DBAB27ADC2919BF1713907EF7CE492921AA92FAC8CBEC1C4995447F1F7CE78825754E6BDD0F09C708434AA1AC741
md5: CEC1AB10EA8AD8D382CE0B7C9D86924D | sha1: E5E8F5A754102B5E05BFC028C3B2DB0EB7810C53 | sha256: 3954F212E02372D573E7D0BB3217268F125FD1BDCEF5553701A2B26A73CEEC3D | sha512: 8D7B254552DE4F94D06B6A1C11765109B4D2C9F4B3BE41D48A1B394724D54089989109F9817F786F9070C23707FC65476243DD645F32DDDF7636B0B72B906162
md5: 604E322786EEABA29C8643538605C64D | sha1: EE7F911CC9F0826A6885D734DEFF26DE7366D0F8 | sha256: C0D2EA96446C6C7120405A2B3C9F26AFC56F8C1D85793CFA475C783A5C1BD170 | sha512: 00B2B6EE3202A40173F578EB81EA6AC0BDB17F4E8AE2B25B52E1538EC5769C15CC91D6BC975865AD790E1B48E4D08B46CBF5C4FD049CE7DAFEF905E011A43CC3
{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "3.1.0"
}
}
}
md5: 535E97C65252716696B0601E5E24A286 | sha1: 9206B7EB9E6A6D1CDF256D7DED29021C08838A64 | sha256: 10997F3BD7B4B4AFBEB1A4E5FB118977DE11A6696F968C0DF22071B2052F512A | sha512: 1D38497E30B98E997B2D361E7EA9D29D418702366FB9B328F44EFF7084ED97687678C7A0EC429EE24AD0E319CBC8455A5545623BFAA36440D0D05DE9DE730580
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This package delivers 1 binary files:
- pping.exe (SHA256: C0D2EA96446C6C7120405A2B3C9F26AFC56F8C1D85793CFA475C783A5C1BD170)
- pping.dll (SHA256: 3954F212E02372D573E7D0BB3217268F125FD1BDCEF5553701A2B26A73CEEC3D)
The hashes where optained using PowerShell CmdLet `Get-FileHash`.
This package uses the following dependencies:
- Microsoft .NET Core 3.1 Framework -> MIT License (https://github.com/dotnet/core/blob/master/LICENSE.TXT)
- NuGet packages (all of whom are free to use in our software):
- codingfreaks.libs.Utilities -> Apache License 2 (https://github.com/codingfreak/cfUtils/blob/master/LICENSE)
- Microsoft.Extensions.* -> Apache License 2 (https://github.com/dotnet/extensions/blob/master/LICENSE.txt)
- McMaster.Extensions.CommandLineUtils -> Apache License 2 (https://github.com/natemcmaster/CommandLineUtils/blob/master/LICENSE.txt)
Log in or click on link to see number of positives.
- System.Diagnostics.EventLog.dll (10997f3bd7b4) - ## / 67
- McMaster.Extensions.CommandLineUtils.dll (fa3db2c41247) - ## / 65
- cfUtils.Logic.Core.dll (7fc52e930eba) - ## / 67
- Microsoft.Extensions.Configuration.Abstractions.dll (7533263d2e55) - ## / 67
- Microsoft.Extensions.Configuration.Binder.dll (07af0038f98a) - ## / 68
- Microsoft.Extensions.Configuration.CommandLine.dll (7238580d7a8d) - ## / 70
- Microsoft.Extensions.Configuration.dll (fb43886355b8) - ## / 67
- Microsoft.Extensions.Configuration.EnvironmentVariables.dll (d801aa1d4d14) - ## / 67
- Microsoft.Extensions.Configuration.FileExtensions.dll (48dbab2cc879) - ## / 66
- Microsoft.Extensions.Configuration.Json.dll (6c677aa76577) - ## / 67
- Microsoft.Extensions.Configuration.UserSecrets.dll (50d15e9ff4f8) - ## / 68
- Microsoft.Extensions.DependencyInjection.Abstractions.dll (b636e1e75695) - ## / 67
- Microsoft.Extensions.DependencyInjection.dll (dc6e09fdb65a) - ## / 68
- Microsoft.Extensions.FileProviders.Abstractions.dll (3995f75dce9b) - ## / 66
- Microsoft.Extensions.FileProviders.Physical.dll (af1cb52b66b2) - ## / 67
- Microsoft.Extensions.FileSystemGlobbing.dll (63339694df23) - ## / 66
- Microsoft.Extensions.Hosting.Abstractions.dll (30a4c4375519) - ## / 67
- Microsoft.Extensions.Hosting.dll (dd731a3861f0) - ## / 67
- Microsoft.Extensions.Logging.Abstractions.dll (f3664550d43f) - ## / 66
- Microsoft.Extensions.Logging.Configuration.dll (2e24f00ff3e4) - ## / 67
- Microsoft.Extensions.Logging.Console.dll (26a04564f983) - ## / 67
- Microsoft.Extensions.Logging.Debug.dll (791a84344b09) - ## / 64
- Microsoft.Extensions.Logging.dll (5594ee25bac1) - ## / 65
- Microsoft.Extensions.Logging.EventLog.dll (8b5780690516) - ## / 70
- Microsoft.Extensions.Logging.EventSource.dll (36542201179e) - ## / 70
- Microsoft.Extensions.Options.ConfigurationExtensions.dll (796d568d8232) - ## / 67
- Microsoft.Extensions.Options.dll (3674f8bb3946) - ## / 66
- Microsoft.Extensions.Primitives.dll (8308047e1ffe) - ## / 67
- pping.2.0.9.nupkg (fe1b72391e45) - ## / 65
- pping.dll (3954f212e023) - ## / 69
- pping.exe (c0d2ea96446c) - ## / 69
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
pping 2.1.0 | 246 | Monday, November 30, 2020 | Approved |
pping 2.0.9 | 60 | Thursday, October 8, 2020 | Approved |
pping 2.0.7 | 74 | Friday, September 18, 2020 | Approved |
pping 2.0.6 | 38 | Tuesday, September 15, 2020 | Approved |
pping 2.0.5 | 59 | Sunday, September 6, 2020 | Approved |
pping 2.0.4 | 105 | Thursday, May 28, 2020 | Approved |
pping 2.0.3 | 116 | Monday, March 30, 2020 | Approved |
pping 2.0.2 | 76 | Wednesday, January 29, 2020 | Approved |
pping 2.0.1 | 90 | Tuesday, January 28, 2020 | Approved |
pping 2.0.0 | 81 | Friday, January 24, 2020 | Approved |
2013-2020 codingfreaks
Bugfix due to misbehavior of async network functions.
-
- dotnetcore-runtime (≥ 3.1.0)
Ground Rules:
- This discussion is only about pping and the pping package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or pping, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.