Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

8,170

Downloads of v 0.5.0:

299

Last Update:

06 Mar 2019

Package Maintainer(s):

Software Author(s):

  • Petabridge
  • LLC

Tags:

petabridge cli akka cluster clustering distributed admin

Petabridge.Cmd

This is not the latest version of Petabridge.Cmd available.

  • 1
  • 2
  • 3

0.5.0 | Updated: 06 Mar 2019

Downloads:

8,170

Downloads of v 0.5.0:

299

Maintainer(s):

Software Author(s):

  • Petabridge
  • LLC

Petabridge.Cmd 0.5.0

This is not the latest version of Petabridge.Cmd available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Petabridge.Cmd, run the following command from the command line or from PowerShell:

>

To upgrade Petabridge.Cmd, run the following command from the command line or from PowerShell:

>

To uninstall Petabridge.Cmd, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

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

3. Copy Your Script

choco upgrade petabridge-cmd -y --source="'INTERNAL REPO URL'" --version="'0.5.0'" [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 petabridge-cmd -y --source="'INTERNAL REPO URL'" --version="'0.5.0'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install petabridge-cmd
  win_chocolatey:
    name: petabridge-cmd
    version: '0.5.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'petabridge-cmd' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.5.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller petabridge-cmd
{
    Name     = "petabridge-cmd"
    Version  = "0.5.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'petabridge-cmd':
  ensure   => '0.5.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 06 May 2019.

Description

Petabridge.Cmd helps you automate, manage, and monitor Akka.NET applications of all shapes and sizes. It's available as a simple commandline tool that requires minimal setup and configuration overhead.


tools\Akka.dll
md5: D2118047407EF11E643C531BB19DB2EF | sha1: 15BD181C00D698513324C0F2EE0DD7519EF2AC59 | sha256: 2B0BAB2C15AED7462080E54914B0A197A7E8D32BD4AB003F30DB393892848776 | sha512: 917920960BC80292E4F440B28EB4AC080384C1D77FDF143EA60A3A85221DBD142F2314B726BC3DFC35BCAF8582615FDFBB195881162E3934F78B7532E9AED3F4
tools\Google.Protobuf.dll
md5: BD05D3430AD22737D6EF4E8C90254A1F | sha1: F31DEDD0C808FF0EF6B5FB99F35F6148261D8994 | sha256: 203CDCB3390828DD96D29308BE01C164A2252DDB9EB39FA1587417A96482B684 | sha512: 8655AD0405B168057D339DBBD1E536DFF8E053E0A0339AE11481E3BAE7660879EAB9F532CE2306D711B1C2BF2F4D7DA681CD4470189D8D383B90A8CFE17CC25F
tools\license.txt
Petabridge.Cmd - Terms and conditions

Preamble: This Agreement, signed on Apr 14, 2017 (hereinafter: Effective Date) governs the relationship between the end-user of this software, (hereinafter: Licensee) and Petabridge, LLC, a duly registered company in whose principal place of business is 3310 Louisiana St., Houston, Texas 77006 (hereinafter: Licensor). This Agreement sets the terms, rights, restrictions and obligations on using Petabridge.Cmd (hereinafter: The Software) created and owned by Licensor, as detailed herein.


License Grant: Licensor hereby grants Licensee a Sublicensable, Non-assignable & non-transferable, Perpetual, Commercial, Royalty free, Without the rights to create derivative works, Non-exclusive license, all with accordance with the terms set forth and other legal restrictions set forth in 3rd party software used while running Software.

Limited: Licensee may use Software for the purpose of:
* Running Software on Licensee’s Website[s] and Server[s];
* Allowing 3rd Parties to run Software on Licensee’s Website[s] and Server[s];
* Publishing Software’s output to Licensee and 3rd Parties; and
* Create and use plugins that use Software's APIs and extensions.

This license is granted perpetually, as long as you do not materially breach it.

Binary Restricted: Licensee may sublicense Software as a part of a larger work containing more than Software, distributed solely in Object or Binary form under a personal, non-sublicensable, limited license. Such redistribution shall be limited to unlimited codebases.

Non Assignable & Non-Transferable: Licensee may not assign or transfer his rights and duties under this license.

Commercial, Royalty Free: Licensee may use Software for any purpose, including paid-services, without any royalties
Term & Termination: The Term of this license shall be until terminated. Licensor may terminate this Agreement, including Licensee’s license in the case where Licensee :
* became insolvent or otherwise entered into any liquidation process; or
* exported The Software to any jurisdiction where licensor may not enforce his rights under this agreements in; or
* Licensee was in breach of any of this license's terms and conditions and such breach was not cured, immediately upon notification; or
* Licensee in breach of any of the terms of clause 2 to this license; or
* Licensee otherwise entered into any arrangement which caused Licensor to be unable to enforce his rights under this License.

Upgrades, Updates and Fixes: Licensor may provide Licensee, from time to time, with Upgrades, Updates or Fixes, as detailed herein and according to his sole discretion. Licensee hereby warrants to keep The Software up-to-date and install all relevant updates and fixes, and may, at his sole discretion, purchase upgrades, according to the rates set by Licensor. Licensor shall provide any update or Fix free of charge; however, nothing in this Agreement shall require Licensor to provide Updates or Fixes.

Upgrades: for the purpose of this license, an Upgrade shall be a material amendment in The Software, which contains new features and or major performance improvements and shall be marked as a new version number. For example, should Licensee purchase The Software under version 1.X.X, an upgrade shall commence under number 2.0.0.

Updates: for the purpose of this license, an update shall be a minor amendment in The Software, which may contain new features or minor improvements and shall be marked as a new sub-version number. For example, should Licensee purchase The Software under version 1.1.X, an upgrade shall commence under number 1.2.0.

Fix: for the purpose of this license, a fix shall be a minor amendment in The Software, intended to remove bugs or alter minor features which impair the The Software's functionality. A fix shall be marked as a new sub-sub-version number. For example, should Licensee purchase Software under version 1.1.1, an upgrade shall commence under number 1.1.2.

Support: Software is provided under an AS-IS basis and without any support, updates or maintenance. Nothing in this Agreement shall require Licensor to provide Licensee with support or fixes to any bug, failure, mis-performance or other defect in The Software.
Bug Notification: Licensee may provide Licensor of details regarding any bug, defect or failure in The Software promptly and with no delay from such event; Licensee shall comply with Licensor's request for information regarding bugs, defects or failures and furnish him with information, screenshots and try to reproduce such bugs, defects or failures.

Feature Request: Licensee may request additional features in Software, provided, however, that (i) Licensee shall waive any claim or right in such feature should feature be developed by Licensor; (ii) Licensee shall be prohibited from developing the feature, or disclose such feature request, or feature, to any 3rd party directly competing with Licensor or any 3rd party which may be, following the development of such feature, in direct competition with Licensor; (iii) Licensee warrants that feature does not infringe any 3rd party patent, trademark, trade-secret or any other intellectual property right; and (iv) Licensee developed, envisioned or created the feature solely by himself.
Liability:  To the extent permitted under Law, The Software is provided under an AS-IS basis. Licensor shall never, and without any limit, be liable for any damage, cost, expense or any other payment incurred by Licensee as a result of Software’s actions, failure, bugs and/or any other interaction between The Software  and Licensee’s end-equipment, computers, other software or any 3rd party, end-equipment, computer or services.  Moreover, Licensor shall never be liable for any defect in source code written by Licensee when relying on The Software or using The Software’s source code.

Warranty: Intellectual Property: Licensor hereby warrants that The Software does not violate or infringe any 3rd party claims in regards to intellectual property, patents and/or trademarks and that to the best of its knowledge no legal action has been taken against it for any infringement or violation of any 3rd party intellectual property rights.
No-Warranty: The Software is provided without any warranty; Licensor hereby disclaims any warranty that The Software shall be error free, without defects or code which may cause damage to Licensee’s computers or to Licensee, and that Software shall be functional. Licensee shall be solely liable to any damage, defect or loss incurred as a result of operating software and undertake the risks contained in running The Software on License’s Server[s] and Website[s].

Prior Inspection: Licensee hereby states that he inspected The Software thoroughly and found it satisfactory and adequate to his needs, that it does not interfere with his regular operation and that it does meet the standards and scope of his computer systems and architecture. Licensee found that The Software interacts with his development, website and server environment and that it does not infringe any of End User License Agreement of any software Licensee may use in performing his services. Licensee hereby waives any claims regarding The Software's incompatibility, performance, results and features, and warrants that he inspected the The Software.
No Refunds: Licensee warrants that he inspected The Software according to clause 7(c) and that it is adequate to his needs. Accordingly, as The Software is intangible goods, Licensee shall not be, ever, entitled to any refund, rebate, compensation or restitution for any reason whatsoever, even if The Software contains material flaws.

Indemnification: Licensee hereby warrants to hold Licensor harmless and indemnify Licensor for any lawsuit brought against it in regards to Licensee’s use of The Software in means that violate, breach or otherwise circumvent this license, Licensor's intellectual property rights or Licensor's title in The Software. Licensor shall promptly notify Licensee in case of such legal action and request Licensee’s consent prior to any settlement in relation to such lawsuit or claim.

Governing Law, Jurisdiction: Licensee hereby agrees not to initiate class-action lawsuits against Licensor in relation to this license and to compensate Licensor for any legal fees, cost or attorney fees should any claim brought by Licensee against Licensor be denied, in part or in full.
tools\Microsoft.Win32.Primitives.dll
md5: ACA3D16FC9F3F792015A7A64D4E17BE2 | sha1: CA70069B02C166DD2A70B2D911161B8106BB63EF | sha256: 34B5CF0A07E9568EF85E4B60AF9E0204BBDB8218BCE699A0D9CE323FE14757F2 | sha512: 4F5CEF0FBD388114BB7D7AA3ABFD0F4FAFFADE158A8BB38FEAB42687DC420DE8A25CC61C8637714A7700C404CF8968E9F841F079E69B08352CE636217A6D59F2
tools\netstandard.dll
md5: 0ADF6F32F4D14F9B0BE9AA94F7EFB279 | sha1: 68E1AF02CDDD57B5581708984C2B4A35074982A3 | sha256: 8BE4A2270F8B2BEA40F33F79869FDCCA34E07BB764E63B81DED49D90D2B720DD | sha512: F81AC2895048333AC50E550D2B03E90003865F18058CE4A1DFBA9455A5BDA2485A2D31B0FDC77F6CBDFB1BB2E32D9F8AB81B3201D96D56E060E4A440719502D6
tools\Newtonsoft.Json.dll
md5: C53737821B861D454D5248034C3C097C | sha1: 6B0DA75617A2269493DC1A685D7A0B07F2E48C75 | sha256: 575E30F98E4EA42C9E516EDC8BBB29AD8B50B173A3E6B36B5BA39E133CCE9406 | sha512: 289543F5EEA472E9027030E24011BEA1E49E91059241FE6EB732E78F51822313E47D1E4769FA1C9C7D6139F6A97DCFEF2946836B3383E8643988BF8908162FB9
tools\pbm.exe
md5: 11E744F2B1514B5B99DF9B8FCB9C352A | sha1: C39C8025250CC34775C4EB07864E397FED46503B | sha256: 0227F7939258DD3FF24E36A6504A789285DEB5A14F57F4C4726E204460CFD6C0 | sha512: 6251A2E701212943E2E8FE0936D4195E518ED9E026C7BCFB74BE8ED94C791A951B54586764816516B001C70420D969FBF63F75F1E6BEB6FFD236EB8962943373
tools\pbm.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
  </startup>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Collections.Concurrent" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Collections" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.ComponentModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.ComponentModel.EventBasedAsync" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Data.Common" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.Contracts" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.Debug" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.StackTrace" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.Tools" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.Tracing" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Dynamic.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Globalization" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Globalization.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Linq" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Linq.Expressions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Linq.Parallel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Linq.Queryable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.NetworkInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Requests" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Sockets" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.ObjectModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Reflection.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Reflection.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Resources.ResourceManager" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.InteropServices" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Numerics" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Serialization.Json" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Serialization.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Serialization.Xml" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.3.0" newVersion="4.1.3.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Security.Cryptography.Algorithms" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.3.0.0" newVersion="4.3.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Security.Principal" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Security.SecureString" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Text.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Text.Encoding.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Text.RegularExpressions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading.Overlapped" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading.Tasks.Parallel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Threading.Timer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Xml.ReaderWriter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Xml.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Xml.XmlSerializer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Xml.XPath.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>
tools\Petabridge.Cmd.Common.dll
md5: D6DD4E5620C1DA7DA19D54E7421A8040 | sha1: 2379F3AB437A2907D0F6F4E54E207B027E695372 | sha256: DFF91D93FD8A30FD9161CAEBE69B019AA5798DBC91A0EC38C8BA7933EE566B06 | sha512: 6FD20FBE7F6C2DBE6E16E8E06E017FE3DCC64FC1FC7CF85E77E85B498DF535ECA9CA777649443AFD204B83B6FCB08417784BD337769927B4305CFE519BA92BEB
tools\Petabridge.Cmd.Common.xml
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Petabridge.Cmd.Common</name>
    </assembly>
    <members>
        <member name="T:Petabridge.Cmd.HelpCommand">
            <summary>
                Special case. Used to print help instructions for the specified command
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.Command">
            <summary>
                A command to be sent to the server for processing
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Command.Empty">
            <summary>
                Special case for unparseable commands
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Command.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}})">
            <summary>
                Creates a new instance of a command for processing.
            </summary>
            <param name="module">The module (or palette) that defines this command.</param>
            <param name="name">The command name itself.</param>
            <param name="arguments">The set of provided arguments.</param>
        </member>
        <member name="P:Petabridge.Cmd.Command.Module">
            <summary>
                The name of the command palette for this argument.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Command.Name">
            <summary>
                The name of the command being executed.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Command.Arguments">
            <summary>
                The set of arguments associated with this command.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.CommandBuilder">
            <summary>
                Fluent DSL for building <see cref="T:Petabridge.Cmd.Command" /> objects.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.CommandDefinition">
            <summary>
                Describes the lexical structure of a command.
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.CommandDefinition.BuiltIn">
            <summary>
                INTERNAL API.
                Used to signal that this is a built-in command,
                which receives special case treatment from the parsing,
                help, and validation systems.
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.CommandDefinition.WhiteSpaceDetector">
            <summary>
                INTERNAL API.
                Used to validate that there's no whitespace in any command names, per
                https://github.com/petabridge/petabridge.cmd-issues/issues/14
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.CommandDefinition.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{Petabridge.Cmd.CommandArgument})">
            <summary>
                Creates a new command definition.
            </summary>
            <param name="name">The name of the command.</param>
            <param name="description">The human-readable description of the command.</param>
            <param name="arguments">The arguments provided.</param>
        </member>
        <member name="T:Petabridge.Cmd.CommandArgument">
            <summary>
                Defines an argument for a <see cref="T:Petabridge.Cmd.CommandDefinition" />
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.CommandArgument.#ctor(System.String,System.String[],System.String,System.Boolean,System.Boolean,System.Boolean,System.String[])">
            <summary>
                Creates a new <see cref="T:Petabridge.Cmd.CommandArgument" />.
            </summary>
            <param name="name">The human friendly name of the command argument.</param>
            <param name="switches">The set of switches used for command on the commandline itself.</param>
            <param name="description">Human friendly description of the commandline argument.</param>
            <param name="mandatory">Determines if this is a required argument or not.</param>
            <param name="allowMultiple">Determiens if there can be mulitple instances of this argument or not.</param>
            <param name="isFlag">Indicates of this argument requires a value or not. If not, then this is treated as a flag.</param>
            <param name="defaultValues">Optional. The set of default values that can be provided to an argument.</param>
        </member>
        <member name="P:Petabridge.Cmd.CommandArgument.Mandatory">
            <summary>
                If <c>true</c>, then the <see cref="T:Petabridge.Cmd.Command" /> who depends on this will fail if this value is not provided.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandArgument.Name">
            <summary>
                Human-readable property name
            </summary>
            <example>
                address
                host
            </example>
        </member>
        <member name="P:Petabridge.Cmd.CommandArgument.Switch">
            <summary>
                The switches used to identify the command on the commandline itself.
            </summary>
            <example>
                -a | -A
            </example>
            <remarks>This can be <c>null</c> if the command is mandatory.</remarks>
        </member>
        <member name="P:Petabridge.Cmd.CommandArgument.AllowMultiple">
            <summary>
                If <c>true</c>, allows this argument to be used multiple times.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandArgument.Description">
            <summary>
                The description for this command. Will be printed out during HELP commands.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandArgument.DefaultValues">
            <summary>
                Optional. Represents a range of possible default values. Mostly used by tab autocompletion.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandArgument.IsFlag">
            <summary>
                If <c>true</c>, then this argument requires a value. If not, then this argument acts just like a flag.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.ArgumentDefinitionBuilder">
            <summary>
                Fluent DSL used for creating arguments for Akka commands we're defining.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.CommandDefinitionBuilder">
            <summary>
                Fluent DSL for creating new <see cref="T:Petabridge.Cmd.CommandDefinition" />s.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.CommandHelp">
            <summary>
                Prints out help information for a <see cref="T:Petabridge.Cmd.CommandPalette" />
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandHelp.Palette">
            <summary>
                The palette for this <see cref="T:Petabridge.Cmd.CommandHelp" />
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.CommandPalette">
            <summary>
                The range of commands supported by a given module.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.CommandParser">
            <summary>
                Parses a space-delimited string into a structured <see cref="T:Petabridge.Cmd.Command" /> object
                for a specific <see cref="T:Petabridge.Cmd.CommandPalette" />.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandParser.Palette">
            <summary>
                The set of commands supported by this parser.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandParser.Validator">
            <summary>
                The validator for this parser.
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.CommandParser.Parse(System.String[])">
            <summary>
                Parses an incoming string into a <see cref="T:Petabridge.Cmd.Command" /> belonging to <see cref="P:Petabridge.Cmd.CommandParser.Palette" />.
            </summary>
            <param name="args">Tokenized commandline arguments</param>
            <returns>
                A <see cref="T:Petabridge.Cmd.ParseResult" /> structure indicating if the object was
                correctly formed into a valid, recognizable <see cref="T:Petabridge.Cmd.Command" />
                belonging to this <see cref="T:Petabridge.Cmd.CommandPalette" />.
            </returns>
        </member>
        <member name="T:Petabridge.Cmd.ErroredCommandResponse">
            <summary>
                Special case for error messages.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.CommandResponse">
            <summary>
                Message sent in response to a <see cref="T:Petabridge.Cmd.Command" /> by an petabridge.cmd host.
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.CommandResponse.Empty">
            <summary>
                Special case. Used to terminate a response stream.
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.CommandResponse.EmptyStructuredData">
            <summary>
                A default, empty value for structured data.
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.CommandResponse.#ctor(System.String,System.Boolean,System.Collections.Generic.IReadOnlyDictionary{System.String,System.String[]})">
            <summary>
                Creates a new command response object.
            </summary>
            <param name="msg">The message from the server.</param>
            <param name="final">If <c>true</c>, indicates that the server is done sending responses for this particular request.</param>
            <param name="structuredData">Semantic data that can be used by the client for other types of rich response formatting.</param>
        </member>
        <member name="P:Petabridge.Cmd.CommandResponse.CommandType">
            <summary>
                Defines the schema used for the formatting of this command
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandResponse.Msg">
            <summary>
                The raw message that will be printed back onto the console
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandResponse.StructuredData">
            <summary>
                Optional. A string dictionary containing structured data that can be formatted and used by clients
                in more semantically-friendly ways.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandResponse.Final">
            <summary>
                For streaming responses, indicates that this is the final message in the stream
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandResponse.IsSpecial">
            <summary>
                Indicates that this is a special message which has built-in handlers on the client.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.CommandResponse.IsError">
            <summary>
                Indicates that this is an error message
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.CommandSwitch">
            <summary>
                Used to indicate the different ways a command can be called on the commandline.
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.CommandSwitch.Empty">
            <summary>
                An empty <see cref="T:Petabridge.Cmd.CommandSwitch" /> instance.
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.CommandSwitch.#ctor(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
                Creates a new <see cref="T:Petabridge.Cmd.CommandSwitch" /> based on a list of provided switches.
            </summary>
            <param name="switches">The set of provided switches.</param>
        </member>
        <member name="M:Petabridge.Cmd.CommandSwitch.#ctor(System.Collections.Generic.HashSet{System.String})">
            <summary>
                Creates a new <see cref="T:Petabridge.Cmd.CommandSwitch" /> based on a list of provided switches.
            </summary>
            <param name="switches">The set of provided switches.</param>
        </member>
        <member name="P:Petabridge.Cmd.CommandSwitch.Switches">
            <summary>
                The set of switches supported by this command.
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.CommandSwitch.Contains(System.String)">
            <summary>
                Check to see if this <see cref="T:Petabridge.Cmd.CommandSwitch" /> contains an individual switch value.
            </summary>
            <param name="s">The switch value to check.</param>
            <returns><c>true</c> if this switch is contained.</returns>
        </member>
        <member name="M:Petabridge.Cmd.CommandSwitch.Overlap(Petabridge.Cmd.CommandSwitch)">
            <summary>
                Check to see if two switches overlap with each other.
            </summary>
            <param name="other">The other <see cref="T:Petabridge.Cmd.CommandSwitch" /> to check.</param>
            <returns>The set of overlapping values.</returns>
        </member>
        <member name="T:Petabridge.Cmd.CommandType">
            <summary>
                Defines the output response type produced when invoking a particular <see cref="T:Petabridge.Cmd.Command" />
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.ParsePart">
            <summary>
                INTERNAL API.
                Used by the parser to determine which stage it's at in the course
                of parsing a command string.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.ParseResult">
            <summary>
                The result of a parsing operation.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.ParseResult.Parts">
            <summary>
                Internal API. Lists the semantic parts of the string as they were parsed.
            </summary>
            <remarks>
                Used by autocomplete.
            </remarks>
        </member>
        <member name="T:Petabridge.Cmd.Serialization.MessageEncoder">
            <summary>
                INTERNAL API. Used for framing outgoing messages.
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Serialization.MessageEncoder.MessageLengthHeaderSize">
            <summary>
                We use a 4 byte header
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Serialization.MessageEncoder.Encode(System.Byte[])">
            <summary>
                Frame a single message
            </summary>
            <param name="bytes">The raw message bytes.</param>
            <returns>A bytestring with length frame headers.</returns>
        </member>
        <member name="M:Petabridge.Cmd.Serialization.MessageEncoder.Decode(Akka.IO.ByteString)">
            <summary>
                Decode an incoming message and produce 0 or more messages depending on header values.
            </summary>
            <param name="byteString">The incoming data.</param>
            <returns>0 or more individually framed messages.</returns>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.CommandFormatsReflection">
            <summary>Holder for reflection information generated from CommandFormats.proto</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandFormatsReflection.Descriptor">
            <summary>File descriptor for CommandFormats.proto</summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.Schema">
            <summary>
            Uses a schema to describe the type of data included in a response
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.Schema.Text">
            <summary>
            defaults to what we had in PBM v0.2.2
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.Schema.Tabular">
            <summary>
            tabular data pretty-printed into a grid
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.Schema.Metric">
            <summary>
            metric data used to represent samples of values
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.MetricType">
            <summary>
            The type of metric
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.PbmEnvelope">
            <summary>
            Generalized envelope class
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.PbmEnvelope.CommandDefFieldNumber">
            <summary>Field number for the "command_def" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.PbmEnvelope.CommandFieldNumber">
            <summary>Field number for the "command" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.PbmEnvelope.ResponseFieldNumber">
            <summary>Field number for the "response" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.PbmEnvelope.AllPalettesFieldNumber">
            <summary>Field number for the "all_palettes" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.PbmEnvelope.SinglePaletteFieldNumber">
            <summary>Field number for the "single_palette" field.</summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition">
            <summary>
            Defines a command that can be transmitted over the wire
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.IdFieldNumber">
            <summary>Field number for the "id" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.NameFieldNumber">
            <summary>Field number for the "name" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.DescriptionFieldNumber">
            <summary>Field number for the "description" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.TypeFieldNumber">
            <summary>Field number for the "type" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.ArgumentsFieldNumber">
            <summary>Field number for the "arguments" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.Arguments">
            <summary>
            the set of arguments
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.TableDefFieldNumber">
            <summary>Field number for the "table_def" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.TableDef">
            <summary>
            If this is tabular data, define the columns here
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.MetricDefFieldNumber">
            <summary>Field number for the "metric_def" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandDefinition.MetricDef">
            <summary>
            If this is metric data, define the type here
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.AllPalettes">
            <summary>
            Represents an IEnumerable&lt;CommandPalette>
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.AllPalettes.PalettesFieldNumber">
            <summary>Field number for the "palettes" field.</summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.CommandPalette">
            <summary>
            Defines a command palette
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandPalette.ModuleNameFieldNumber">
            <summary>Field number for the "module_name" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandPalette.CommandsFieldNumber">
            <summary>Field number for the "commands" field.</summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.TableDefinition">
            <summary>
            Defines the schema of a table
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.TableDefinition.ColumnsFieldNumber">
            <summary>Field number for the "columns" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.MetricDefinition.MetricNameFieldNumber">
            <summary>Field number for the "metric_name" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.MetricDefinition.TypeFieldNumber">
            <summary>Field number for the "type" field.</summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition">
            <summary>
            Defines an argument for a command
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.NameFieldNumber">
            <summary>Field number for the "name" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.DescriptionFieldNumber">
            <summary>Field number for the "description" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.SwitchesFieldNumber">
            <summary>Field number for the "switches" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.Switches">
            <summary>
            the set of switches, ala "-s", "-S"
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.IsMandatoryFieldNumber">
            <summary>Field number for the "is_mandatory" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.IsFlagFieldNumber">
            <summary>Field number for the "is_flag" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.AllowMultipleFieldNumber">
            <summary>Field number for the "allow_multiple" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.DefaultValuesFieldNumber">
            <summary>Field number for the "default_values" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandArgumentDefinition.DefaultValues">
            <summary>
            , the set of repeated values
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse">
            <summary>
            Defines a response to a command
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.IdFieldNumber">
            <summary>Field number for the "id" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.IsErrorFieldNumber">
            <summary>Field number for the "is_error" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.EndFieldNumber">
            <summary>Field number for the "end" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.TypeFieldNumber">
            <summary>Field number for the "type" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.StructuredDataFieldNumber">
            <summary>Field number for the "structured_data" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.TextDataFieldNumber">
            <summary>Field number for the "text_data" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.TextData">
            <summary>
            populated only if this message is a TEXT type
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.TblDataFieldNumber">
            <summary>Field number for the "tbl_data" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.TblData">
            <summary>
            populated only if this message is a TABULAR type
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.MetricDataFieldNumber">
            <summary>Field number for the "metric_data" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.MetricData">
            <summary>
            populated only if message is a METRIC type
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.Types">
            <summary>Container for nested types declared in the CommandResponse message type.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.Types.DataItem.KeyFieldNumber">
            <summary>Field number for the "key" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandResponse.Types.DataItem.ValuesFieldNumber">
            <summary>Field number for the "values" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.TextData.MsgFieldNumber">
            <summary>Field number for the "msg" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.TextData.Msg">
            <summary>
            the text-based message
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.TabularData.RowsFieldNumber">
            <summary>Field number for the "rows" field.</summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.TabularData.Types">
            <summary>Container for nested types declared in the TabularData message type.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.TabularData.Types.TabularDataRow.ColumnsFieldNumber">
            <summary>Field number for the "columns" field.</summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.MetricData">
            <summary>
            The metric payload
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.MetricData.TypeFieldNumber">
            <summary>Field number for the "type" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.MetricData.TimestampFieldNumber">
            <summary>Field number for the "timestamp" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.MetricData.Timestamp">
            <summary>
            used for timer types
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.MetricData.CounterValueFieldNumber">
            <summary>Field number for the "counter_value" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.MetricData.CounterValue">
            <summary>
            used for counter types
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.MetricData.GaugeValueFieldNumber">
            <summary>Field number for the "gauge_value" field.</summary>
        </member>
        <member name="P:Petabridge.Cmd.Common.Serialization.Msg.MetricData.GaugeValue">
            <summary>
            used for gauge types
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.Common.Serialization.Msg.Command">
            <summary>
            Invokes a command over the network
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.Command.ModuleFieldNumber">
            <summary>Field number for the "module" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.Command.NameFieldNumber">
            <summary>Field number for the "name" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.Command.ArgumentsFieldNumber">
            <summary>Field number for the "arguments" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgument.SwitchFieldNumber">
            <summary>Field number for the "switch" field.</summary>
        </member>
        <member name="F:Petabridge.Cmd.Common.Serialization.Msg.CommandArgument.ValueFieldNumber">
            <summary>Field number for the "value" field.</summary>
        </member>
        <member name="T:Petabridge.Cmd.Util.CircularBuffer`1">
            <summary>
                Base class for working with circular buffers
            </summary>
            <typeparam name="T">The type being stored in the circular buffer</typeparam>
        </member>
        <member name="F:Petabridge.Cmd.Util.CircularBuffer`1._head">
            <summary>
                Front of the buffer
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Util.CircularBuffer`1._tail">
            <summary>
                Back of the buffer
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Util.CircularBuffer`1.Buffer">
            <summary>
                The buffer itself
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Util.CircularBuffer`1.Head">
            <summary>
                FOR TESTING PURPOSES ONLY
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Util.CircularBuffer`1.Tail">
            <summary>
                FOR TESTING PURPOSES ONLY
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Util.CircularBuffer`1.CopyTo(`0[])">
            <summary>
                Copies the contents of the Circular Buffer into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.CircularBuffer`1.CopyTo(`0[],System.Int32)">
            <summary>
                Copies the contents of the Circular Buffer into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
            <param name="index">The starting index for copying in the destination array</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.CircularBuffer`1.CopyTo(`0[],System.Int32,System.Int32)">
            <summary>
                Copies the contents of the Circular Buffer into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
            <param name="index">The starting index for copying in the destination array</param>
            <param name="count">The number of items to copy from the current buffer (max value = current Size of buffer)</param>
        </member>
        <member name="T:Petabridge.Cmd.Util.CircularIterator`1">
            <summary>
                INTERNAL API
                Used to iterate in a circular fashion around an <see cref="T:System.Collections.Generic.IEnumerable`1" />
            </summary>
            <remarks>
                Used for circular tab autocomplete.
            </remarks>
        </member>
        <member name="M:Petabridge.Cmd.Util.CircularIterator`1.MoveBack">
            <summary>
                Allows the iterator to move backwards all the way back to its starting position
            </summary>
            <returns><c>true</c> if we're able to move backwards, <c>false</c> otherwise</returns>
        </member>
        <member name="T:Petabridge.Cmd.Util.ConsoleExtensions">
            <summary>
                INTERNAL API
            </summary>
            <remarks>
                Used to help create text-wrappable columns for printing on the console.
            </remarks>
        </member>
        <member name="T:Petabridge.Cmd.Util.EndpointParser">
            <summary>
                INTERNAL API.
                Designed to help extract IP address and port from startup arguments
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Util.EndpointParser.Parse(System.String)">
            <summary>
                Parses the string into an <see cref="T:System.Net.IPEndPoint" /> or <see cref="T:System.Net.DnsEndPoint" />
            </summary>
            <param name="endPoint">The endpoint we'll be using.</param>
            <returns>
                An <see cref="T:System.Net.IPEndPoint" /> or <see cref="T:System.Net.DnsEndPoint" /> if endpoint is a valid address.
                Otherwise <c>null</c>.
            </returns>
        </member>
        <member name="T:Petabridge.Cmd.Util.FixedSizeStack`1">
            <summary>
                Stack with a fixed size number of members - old items get pushed
                off the stack
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Util.FixedSizeStack`1.DEFAULT_CAPACITY">
            <summary>
                Default capacity for fixed size stacks
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Util.FixedSizeStack`1._buffer">
            <summary>
                The buffer itself
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Util.FixedSizeStack`1.CopyTo(`0[],System.Int32,System.Int32)">
            <summary>
                Copies the contents of the FixedSizeStack into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
            <param name="index">The starting index for copying in the destination array</param>
            <param name="count">The number of items to copy from the current buffer (max value = current Size of buffer)</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.FixedSizeStack`1.CopyTo(`0[])">
            <summary>
                Copies the contents of the FixedSizeStack into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.FixedSizeStack`1.CopyTo(`0[],System.Int32)">
            <summary>
                Copies the contents of the FixedSizeStack into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
            <param name="index">The starting index for copying in the destination array</param>
        </member>
        <member name="P:Petabridge.Cmd.Util.ICircularBuffer`1.Capacity">
            <summary>
                The gets the max capacity of the buffer
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Util.ICircularBuffer`1.Size">
            <summary>
                The current size of the buffer.
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.Peek">
            <summary>
                Peeks at the next message in the buffer
            </summary>
            <returns>The object at the start position of the buffer</returns>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.Enqueue(`0)">
            <summary>
                Adds an object to the end of the circular buffer
            </summary>
            <param name="obj">An object of type T</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.Enqueue(`0[])">
            <summary>
                Adds an array of objects to the end of the circular buffer
            </summary>
            <param name="objs">An array of objects of type T</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.Dequeue">
            <summary>
                Dequeues an object from the start of the circular buffer
            </summary>
            <returns>An object of type T</returns>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.Dequeue(System.Int32)">
            <summary>
                Dequeues multiple items at once, if available
            </summary>
            <param name="count">The maximum number of items to dequeue</param>
            <returns>An enumerable list of items</returns>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.DequeueAll">
            <summary>
                Dequeues the entire buffer in one dump
            </summary>
            <returns>All of the active contents of a circular buffer</returns>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.Clear">
            <summary>
                Clears the contents from the buffer
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.CopyTo(`0[])">
            <summary>
                Copies the contents of the Circular Buffer into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.ICircularBuffer`1.CopyTo(`0[],System.Int32,System.Int32)">
            <summary>
                Copies the contents of the Circular Buffer into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
            <param name="index">The starting index for copying in the destination array</param>
            <param name="count">The number of items to copy from the current buffer (max value = current Size of buffer)</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.IFixedSizeStack`1.CopyTo(`0[],System.Int32,System.Int32)">
            <summary>
                Copies the contents of the FixedSizeStack into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
            <param name="index">The starting index for copying in the destination array</param>
            <param name="count">The number of items to copy from the current buffer (max value = current Size of buffer)</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.IFixedSizeStack`1.CopyTo(`0[])">
            <summary>
                Copies the contents of the FixedSizeStack into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
        </member>
        <member name="M:Petabridge.Cmd.Util.IFixedSizeStack`1.CopyTo(`0[],System.Int32)">
            <summary>
                Copies the contents of the FixedSizeStack into a new array
            </summary>
            <param name="array">The destination array for the copy</param>
            <param name="index">The starting index for copying in the destination array</param>
        </member>
        <member name="T:Petabridge.Cmd.Util.Tokenizer">
            <summary>
                INTERNAL API
                Used for parsing command line arguments while preserving quoted strings as single arguments
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Util.Tokenizer.Tokenize(System.String)">
            <summary>
                Tokenizes a string and splits it via spaces while stripping trailing and leading quotes.
            </summary>
            <param name="raw">The raw input string.</param>
            <returns>The tokenized output.</returns>
        </member>
        <member name="M:Petabridge.Cmd.Util.Tokenizer.TokenizePreserveQuotes(System.String)">
            <summary>
                Tokenizes a string and splits it via spaces while preserving quotes
            </summary>
            <param name="raw">The raw input string.</param>
            <returns>The tokenized output.</returns>
            <remarks>Used primarily by the autocomplete engine.</remarks>
        </member>
        <member name="T:Petabridge.Cmd.Validation.CommandValidator">
            <summary>
                Validates a given <see cref="T:Petabridge.Cmd.Command" /> against a <see cref="T:Petabridge.Cmd.CommandDefinition" />
                to see if there's any errors with the structure before passing it up to the server for processing.
            </summary>
        </member>
        <member name="M:Petabridge.Cmd.Validation.CommandValidator.#ctor(Petabridge.Cmd.CommandPalette)">
            <summary>
                Creates a new <see cref="T:Petabridge.Cmd.Validation.CommandValidator" /> instance.
            </summary>
            <param name="palette">The palette of the command we're going to validate.</param>
        </member>
        <member name="P:Petabridge.Cmd.Validation.CommandValidator.Palette">
            <summary>
                The palette of the command for which we're going to validate.
            </summary>
        </member>
        <member name="T:Petabridge.Cmd.Validation.ValidationError">
            <summary>
                Reports that there was a validation issue with a <see cref="P:Petabridge.Cmd.Validation.ValidationError.Command" />.
            </summary>
        </member>
        <member name="F:Petabridge.Cmd.Validation.ValidationError.NullCmd">
            <summary>
                Singleton used for when a null command is given.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Validation.ValidationError.Module">
            <summary>
                The module of the command / argument that failed
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Validation.ValidationError.Command">
            <summary>
                The name of the command that failed.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Validation.ValidationError.Argument">
            <summary>
                Optional. The name of the argument that failed.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Validation.ValidationError.Value">
            <summary>
                Optional. The value of the argument that failed.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Validation.ValidationError.ErrorMessage">
            <summary>
                The validation error message.
            </summary>
        </member>
        <member name="P:Petabridge.Cmd.Validation.ValidationError.HelpInfo">
            <summary>
                Optional. A help message with information on how to resolve the issue.
            </summary>
        </member>
    </members>
</doc>
tools\System.AppContext.dll
md5: CA9472EF251329A5F852860A9D7DE241 | sha1: C30A6D6A811811B7DDC43A0AFFCDA2E79E3A0BCC | sha256: 227F049F2EFAFBFA325FA6649A3194EFA255864B91CC37521938E9407143E807 | sha512: 8733FD58510D8E91DBD8887C4138BE3AEC40E3AF7CA79D0A38AE7AF6D7A647D8936957AD23061BF598D08F49B1AEF30A654CE96CBD6BCC99B39AFFE92D847E9C
tools\System.Collections.Concurrent.dll
md5: 8E07260F4142CC662856068E1866AA36 | sha1: CB77E05CB890D5192531C8C6A726C88DBE452427 | sha256: 07CE3046181540032001C935C734A8CC876F42C85B6F9E36DEFE75F628110B87 | sha512: 2A6C1184E1F09B212BBA6D7C3AD039B39E0533740BFE738F9A38E706C6FC9DECA5FAC67C96BC0B17FEC293B6510D9DCFE9E878A31F14E5D056AC400A5E08D585
tools\System.Collections.dll
md5: AF9BABF612BCEF1D43C7429655DCE203 | sha1: CCA214CE865482FDC5BAB0ECA3B4BF740255D746 | sha256: B6299FE2EE56AB90D77323BF194AD160584334BF57D63A1304CA7F8E2F8A62CC | sha512: BD0B0EECE832CAB9A7CE8357A11AADDEADAB52B5E6CC929D51F5F930FE6A819B8B7747DCC5CAD5C30781314C625C23814CB5DE4D34C6479EC87B70AE97057333
tools\System.Collections.Immutable.dll
md5: D8203AEDAABEAC1E606CD0E2AF397D01 | sha1: EEF943E4369166A039DEE90F2D81504613D49CA0 | sha256: 2F05A2C489C2D30A6CCA346D4CE184323D70EB4F5AFA6BED34D5800274444E57 | sha512: CE09543CBB799DB65C71EA9D050CEF99D702D9AF0CC4C7E346F97F616B091D0AB9A211197CAF7FD5A53AF1BA6CE913B2B121499D36CD43B499FD201376F4F3D6
tools\System.Collections.NonGeneric.dll
md5: 325DA27CD11BA02088D249192C143A9A | sha1: 19C55AF26BBE384C241F159DCC3D17DC873B8DE5 | sha256: B56D68DF8585C22FF82BECA16CE3663532F060D0479DF166864B3FCAB7EE1CD4 | sha512: C355A964786D26C464AB4A8EE731775CE7B5F47F8FDED44B646C3BE881C84A7E58A4CA33048106B63040579A76338B12E8ADBD232B618B88714D5976B7432FAA
tools\System.Collections.Specialized.dll
md5: 7D6AF4DC6DC8A3807BA8E17DDF4464E4 | sha1: 9228D8C334089D2FD3970E6204AC23ED17CF2A64 | sha256: 7D941A5391D9357A8E4D5BA1753C8CF88C03DB022BDADD20DB183CEB10752240 | sha512: B820F9BE3AA4D7FE6B9BFC585BB74AD4E6E4F49782A4F222A052085D3E8680FB34B026F977530DF9F4C93119CFEE1670D3DD34E638C66D5F88307ADA472CF751
tools\System.ComponentModel.dll
md5: CDBD961F7B9264BC1FE8F3FBE2470666 | sha1: C86991722726DC345E9D9D34700C4DB1D91A854E | sha256: 34FD8653E40D43997D33A760B0FD213545C7833CF93DAED4814DFE9262E65481 | sha512: 7C00C21566D1EEC8E0EE0B4B04EBEDCED91D0ACADD143C8013DFAB6FE516CC4ADDECFB0AB390C130368D09A8D08473A630CD9414F9A370E5F76697775545C9F9
tools\System.ComponentModel.EventBasedAsync.dll
md5: E4582F99C666CD2ED77500D3472F62D7 | sha1: EC711DB1516916A8BFED61767A98D6B5C30F00FA | sha256: D3F879FC55318719815C5161AFCF611AF3DF6F0B7E4D1D75555E4A13EF34A0EF | sha512: E3A3F6096CB5E1CED9A62C7114B5E61333A043618E48B32DF3F8701133BD51D6DA4FCCBB4A88F0D528471F67126C36577BF66B1EAF155F09DDAD220026B83937
tools\System.ComponentModel.Primitives.dll
md5: 257769F42530D5AC956C643F01B30C14 | sha1: 69F629394E1A6ADCF6B899DAE6225AF0551C831B | sha256: 990001B3C3793359852357F751C8C48F194954855355AF6D72A32822728FBF52 | sha512: 429B3A5A8990B810B9F2A215D2D87E286744518265E1D6522CCAAE90761A8BCFF9353380C031D2B6B6D09197B61136E16C491B76FF78D72839E42FD9F9A1731A
tools\System.ComponentModel.TypeConverter.dll
md5: 83368C8153F47E9F5188DCB0816B51AB | sha1: E286E24E97681C93926B6B46462DA54D5567C477 | sha256: 14CFE07C5B5C4332981A7C8C8D2C95A86DD455DBCE55C141B2BBD7A306523CAF | sha512: 8534DB5CC089C92A7D3294D12E97AAA7EFF0F218C6F1CB09CDBE3B3D518DDC212276ECD35D1E12C7CBB4B106C651D934F449E118BC8B0302DF10233205FEB9B1
tools\System.Console.dll
md5: 7AA1C553A700B082887A1A983C423300 | sha1: C890A7953753E46D68A422D41A82A681E8D6BF70 | sha256: CE6F0682388F2DC2AD28021676098529455851023CC4B3D4EC64AACCF4FDE76E | sha512: A2D5F09702AA7BFB501E73B5B9A953ABEED7BF7EBEC88317285F97F6403526634184D9E48B63A9DBC37EC216912A8592B0E54D99423F2DA24A36DF835F0BBDFD
tools\System.Data.Common.dll
md5: B02C815DB0945F8F693FC908B6C73743 | sha1: 29131DED1760E8509C16EAF2835D4881AE6DF892 | sha256: CB3501AEC5ECE43824257254FE84A64EA56B7CE8C5CE78633B3561F264784955 | sha512: B4BC8DB0D19E606E6E19DE23FFED681275DBE517CCEF13576E72575C83D6D75E5C0241A1CEB1F4B8AEEF58D232C5A6DB6CEC9A4AE3E25CDDD2D44E99D8E1AF23
tools\System.Diagnostics.Contracts.dll
md5: 677E25FB2E1A2863ACD01C86DD0C4C6B | sha1: 2EBB5D5A949217F95460D74E9276F68689D4E664 | sha256: 1A751F430264C66AA978176FBBE5E26036373F056148D360D52C2EBE0F9E54C1 | sha512: A0F868FAA501E5B4454DE912AB552466608A681D3D6E8649C43A48256B2DCA9EE7E67348C14569A86103CA27FFD9E8BFED0782084C962FB4CE1C4027977F244B
tools\System.Diagnostics.Debug.dll
md5: F9E0F12415717E607F4FB7B14C916CEC | sha1: BBE3EECC5E02A5D92F391680ED3DB8CBCDFE50F0 | sha256: 2F04EA00D9458436B35B848ABF5FDF57CFC5CE43EE38C5CA795482C5DAEB2C9D | sha512: 8554F4CA3D76699676B2C0810C00D7D513E10CC207E3AFAEA95103316D9487CEF2593ABA1933F4B496DB631239455F2B887A1B814E168EB4E696D58009A13B5A
tools\System.Diagnostics.FileVersionInfo.dll
md5: 7051EE2FFA2E10DDE70D3545B3F21B70 | sha1: 45D22565FCB872FACFFEBA03291F54E92D4BDB13 | sha256: 3721ED737BA1F0446961E2980F092EDD3831FC515DA26858C9BE37A55FA336D3 | sha512: A052B2F26B7B3372DBAF3B7915FEDEF453473169354A8BFE74BFCEA88FBC4D4236F766FCBDC49801C06488277585B97D0E948DCEF9B046F2B808AAC3FFE74A34
tools\System.Diagnostics.Process.dll
md5: 85AE2E027964400ADB4F9E5E85CF6C76 | sha1: A2E55DF2272069E156B0790904E52A4A6D3EF9BA | sha256: D59550EE60B95A483864CFA85F2FF4D253144CCB2E27AD01347D5FA4037BA9C8 | sha512: 8C1DAA3136A66A5A5A6B6677492DACF61511DD0CBD42B8A21B7C7A160459B1F235AA2E8C760C4C875371D60DCCBDBC838879C87A0AB50A604B565AF28CCB6F7D
tools\System.Diagnostics.StackTrace.dll
md5: 99BCEDC4ABAE31EC2824667DA4E7E4D8 | sha1: 4F300CD47134588F30431908000A4D2F6254E514 | sha256: E2E5C57FE7D7AB24CE843195FC787679DAA8CD3D65B7DAA61362CA9D7222EE96 | sha512: DBE9C0B1E32E3C4D8C358B2D9AF7979F116B9C57B1C6E30DE4C6A50ADA014B820E35852C495BC1CB1C60ABDFB5619C458A02640DAB981BC9A1A634DD459DD1B8
tools\System.Diagnostics.TextWriterTraceListener.dll
md5: DA28D263A3B6C8A272BCC030121FDBF2 | sha1: AF52C4821057305C1B7A987CBC0C1BE7B78CBB23 | sha256: 352D04DDCEB429F720757CA2B2B2140C8C6A88366A5E8E5F5A12F001831E6B20 | sha512: 8432A90FCD2EAFBB4843696FECEF08405D7B729195CA855340492A2F9BB83F40FD3758E09920D892F861CDC1DCB24CB04B26AC8071E1E4BEDE00275D036B9FFA
tools\System.Diagnostics.Tools.dll
md5: 8AE169C10E7419B301BB0CC92B35B027 | sha1: 16356E77A89F75552DC88D07C3390BD79CAA00B4 | sha256: 297136BE414A400B2EFCE693EC11DCFF4383896FC9E4BC39FEFA21D1073D90F2 | sha512: 2D7DF5E7D23F17F2DB31BAAF5C0F192EE24D704B87955E6C5FD23C6F4C8073D6509C989654F071D1E331C5BE8824475D07D9C4C97362591D86C29E5FC4937DE1
tools\System.Diagnostics.TraceSource.dll
md5: F52AB8EA64681C76FBA1D9E9CE10BB58 | sha1: CEF5F3DF6D5475B30065006CE38CDEFC26C7B3C9 | sha256: 2527E427F9D53EC3A542445A0C8B0CF89E65DC03372057F92AB2B1D665E50B47 | sha512: 96719530D7EDE73A6C4849706E2DBA075033FD1A105FB14E5EE0A6206E67E7B8FB681B0AFC893B36618841C02200119C3441FA6423411AD5E7051387FA587931
tools\System.Diagnostics.Tracing.dll
md5: A3345C02A17FDCC860C547C7F1FFBAA5 | sha1: 7939A702DDC8CBE6E4BCA7838964B4ED84F49D40 | sha256: 1C2C3C576D1877AA6AABA43AE75CA1F2BA97F0F3E588E7B8A39F07CE29D9C753 | sha512: EC64BA8A46E82A9E32106BA02E4AED4A7A019B5517145D5B9CD33AEE4E4C791DA142A939D90BC7EC0ADE97E4EA53FBA853AA520275BF284CFFBFFE928724EC29
tools\System.Drawing.Primitives.dll
md5: C09FAAD7D201DC8F1FEFF7646CAE8A6B | sha1: C9A4C8CD551C9EA4DCAF9B5E429F470EFA1BEA65 | sha256: FEAF641463BE341C1CF99B66F9587DC1BA8EA38B593FEA57C56DF2B8B6288674 | sha512: E83791777772B30F5740EC37C2B8893DCC6668668D7060A9876B042E732C8BCD5867CFCD7098C35BD46D05AEACFB94BBBAE6AC3EEDEF28A8DBA5275C08080A32
tools\System.Dynamic.Runtime.dll
md5: DE0F98AEC4D44116FE6055E5B291AE4C | sha1: 95503951C547AC439F72B5B004632B51CCA0B013 | sha256: CF9C7065514F8D4F541BA3F3005F28A89FF84D70B67E7E7976EFBB3171697A3F | sha512: 2C26DB56944A5E123E093958EAC91E539EC7B8695549CD459A6FA1D0652322FFD2D0EF546CDBCA9FE4D22A9E2D32C9D6EF47A7C537629E13A052A881B5D48257
tools\System.Globalization.Calendars.dll
md5: 3F234A74F11299BFF06AE7B847E5D24F | sha1: 8F1B4D78B92954D7E26FD8B9202F6984B874DA20 | sha256: 68F4030A9F346EF59FCB2DB6C7C6A630D6604D9F4F23DB9922CC2DF56B868706 | sha512: BFF1C7178DEF33A345D37BDB1AEC3B12C7A2E64978CC4CF583C3FF6AEAB3693A1C21C14FE0D17BA2F44E4AAC71ACAB434FE9C4321178B7D873D1E0F4B183CC98
tools\System.Globalization.dll
md5: 3F64B9A95187D5B92C16EAFFA42AED02 | sha1: B393125CCC0F54892CBD486AC238F153613A4A91 | sha256: 0C4B3D9D54EDF0D99669CDB6F37DF698C15957EBF0694A7BBB98D920D57C90FA | sha512: 1C90314DA54D13580434815A207FE175CDC36ADB78487726DF582D1EF40B5CD80524081E39765721EFDEB5438F0A69BA07DA895F8EABFA011EFE81035E9F3157
tools\System.Globalization.Extensions.dll
md5: 2884DA3298202EB124345160D4DA8207 | sha1: 843DED8D2E31164BA6129A21CF26BB2DFC8A1FB4 | sha256: 26F749C76FBFF6D89B300F48EEC2B0E86BE09A2C34E89D68FD46BB703718B9A3 | sha512: E6582E6460227DABDCC1671B7DC6BC8FDC6852D1EC1BCFED28DAE2287ECDD0675DEC6C57ACE668BF63C9344D71E1E21A490A2171DBC08AF2D557D262518CC027
tools\System.IO.Compression.dll
md5: 07F7F40BF1DC9D14DB0315A74271F833 | sha1: 508B24729E6DE93ADF6025023F65CD38D2C27655 | sha256: 0FCC749AB157A19850B836C351DABAE95D36D30E874FEFBEFCC77BBB20B013C5 | sha512: FAC7BB2DBD3046484BD945AE016413AF6E4C8F54650C1BB9C62C9DA58F3965E0C8610169A41C887EF10C3F8AF7C3104FE73BF64466A1824F29CD991C04A24DAF
tools\System.IO.Compression.ZipFile.dll
md5: 56160175861EAA156A0D25690EE9FC34 | sha1: D1BAE86C7A6B22599D59F6C2F1A90D0CB12891EE | sha256: 2E04A02AE7DCC54D8CC7A8DB1C97BF085C470274B5C434939BE0D2D7790F1DEE | sha512: 956B67E6A323EAF06F853655175C237B6EB2BC75C1158AA0FFBA8458A484496BB0A5F7E0B16B44EB8A1BB0CF2D651D90A9DB2BB4A1843DDA9C1BD5A8CB97DD21
tools\System.IO.dll
md5: 94D4CEEE9D1F098AC2CAA9D2103CF9DF | sha1: 7E5CBC1EA40088F6CDF94D4BE90AE13C09B728E3 | sha256: B584273A91FEDC16854199ED25D99E0D562D03CBAB36B7530DA7F0227C1C0D28 | sha512: 43DDB3A6931F477F0C38FBBC6F34C8F9C8AD7BE524073C44E3C30D1DEBBE8716EED17E3DEF5445F1FEEEA56B00B91283AF49BE884EA9F3D437DF25C51354EB00
tools\System.IO.FileSystem.dll
md5: 43ABC7D5DAC242FBB4509A0B1789ECEA | sha1: D889BC3FEDC00153F45CE1B04CF6AC2214E30705 | sha256: FCE2EE8072B7FD7FDAC4E0CC1D2B99E20D17D1EEDDD169E6A318A0CD6B6EE615 | sha512: BD867396773A7AAEB6B46A284FF23C4BE627F47A08167B17694F553CE0C9557F1068B42FFF37E80C17AAF5DF1E91F24C8E9C0ACA0260651BD40DF86CBD108B93
tools\System.IO.FileSystem.DriveInfo.dll
md5: C38293D22A94DD2C0E0226E8374D3F17 | sha1: 610A44C782C4E3CF6C91DC9F4DD8E64BA467A801 | sha256: 33039814CB8CAF6DE01275B07E807AE5C6F7493D68F618B563184001DE0D7A5D | sha512: 1DECB70A20C1820D84978CC6636F89D710478CFA820CF9E9BE3CCAED9D153F703A2334030394AE262913D31AEE7748B882CE8F1C594D0F6DDA4CF7403C48CD2A
tools\System.IO.FileSystem.Primitives.dll
md5: 038FA59405D0B097C0A3F2BC79F48097 | sha1: 5DC43F7AD65DAB68DE7E8278F1D2BEF1441E52C8 | sha256: 19789F00AAF97D50AB7039EB6E9AA1B35B0EDC30169A9E9DE152E23E8C09084D | sha512: F2DC2EC53600026DEB81498FF8E7D5ECE3D3262A3AA4C09221F0CB917EFE9B09CDC3D88B2F209936C436625EDD928195624E58BD9D6732A6C68AF826BF0A8B44
tools\System.IO.FileSystem.Watcher.dll
md5: 63873A19794D0A4B54E232CABEEA4502 | sha1: 77779CA9D2542AF4BC99C5C8B9FD32E2F292744A | sha256: 691A13FC9CA4FCC0F2D6277B5D0B035F21614DA3A3B2F77518D69DBDA432F8B5 | sha512: 35EC46AC6ED570F26B77A28C46F90CAC487636AB4478078DA6BBE549C1C16AB03794B92D122E274A860B8F5B362590356D60D96C963150634105B4E58443F2F6
tools\System.IO.IsolatedStorage.dll
md5: 1AEC0A2D631D3DCE6BEEB6A9485D2680 | sha1: 3C90A17C98D5B4D157196F75863F2365605306FB | sha256: D035EF1C92E570F91C8E0B7AF8ADD789E9BE2BB392BB788B7F2E2123B2B67FFA | sha512: 39B5705DAA8C405B490B760AB8935BFA55B8F56A879CAB90D6F2A490DB5B5E4DB7D13903BCE33CAFA76DBF6E3B88ED268A6D48C9DBEF473860B7C1FE0A7BDA0C
tools\System.IO.MemoryMappedFiles.dll
md5: 834C954278F030E91211E8F3C9856948 | sha1: C64B21BEF7ADE6C4BF34651EDCC65D40339F41BF | sha256: 0631A4731017C60A111A57C192B4C8C4C5479356978496C4F64CF68654957EE2 | sha512: D51D4A1C188818BBC9EF702AA65193D43E6401532FE076EF36D4F2AAF8155A40C728AD6EAEDD8184B9BB3428D809BE03B1ACF46199BCA73C1E1CE05FF0760904
tools\System.IO.Pipes.dll
md5: B5BB6B50D0C9DB2B31A530CCBCC27C72 | sha1: F1E975E985D448060BD982D60A50BA81823EFF77 | sha256: 04BABA49B7418B131D764F9539F5880AC373AAF1784F17E66477BB9EA6569257 | sha512: DEFA2D3523FC1BAF7361FB3491C769E8F56A33BC1706B8E2D4E510968D3A7171D156F9D9842686C1A1A0078619D28D65AC5877A11D2C28C923FF6CE150325F82
tools\System.IO.UnmanagedMemoryStream.dll
md5: A8F1BC8BC495F715303DEA9BB7B14888 | sha1: 41393CD23AAA09C6D63090FD8F7D671BCC4BDE0D | sha256: 9112D10E2091150364184806FE212BA5ED314213F11239C21E34720ACAEA5660 | sha512: 9A0AFDDEB3B24E981E59C065EBC036B6F0A85FF207174281BEDCE0683C38D0CFECC8280D892991F2BE5C3EC71E494162F4FDA5892F7BA5C34D2A11EF9239FB0D
tools\System.Linq.dll
md5: 28B59487124BB06A0AEC69D3235BC576 | sha1: 4A4BC11F45366C326D19610A593733CFFA25A16D | sha256: 4869C60295BB14C02119441BD2A02449A5648E25E725F25C357DF4DADAC4F791 | sha512: B16B644F3F154128500B6E6361E4EFE0BDA01ABBFB99A2E902A04DC925DF9324498C6A261DD1A0E718218B2D089EA6363363CA5A1B7D6F7E4BA9FE45C8AD9FB8
tools\System.Linq.Expressions.dll
md5: 729640DEFC93FE95AB21132F43314B39 | sha1: BDAAC1A031414F0C453FE1022FD75303CBF66954 | sha256: F6EF9E2111912A0A0F10F3E54396E9CEF1B5EBC405BBD0CD0290E7B46D590EB2 | sha512: 09E4C58D76E7D8A369498A7EEEE743B6BE658383AA446A31B2FB6F31910B35DECE0D1512F8D4CFCEE9CBA09C10DAB41FC5F85EADD88A96EF1522C58D497C2D24
tools\System.Linq.Parallel.dll
md5: 569D89900906D6FC6BFA53CFC6703142 | sha1: F09AA712E0C669391B61A932369B93AB7EB2A06B | sha256: C27F072177EF2866EF26032D7ADE86A7768FA23EBC98E05F612BECCBBC99164F | sha512: 86564F9B1586FF0EC52085078C1CDAB7FB5AEC5A2D14CCA68047D8E9B59C37E71374BAED12DCCB2DDB15FE2144E92B46907656A74216B25BF3F1581AC2552FDF
tools\System.Linq.Queryable.dll
md5: E613DA0274E0A5D6998EE0834ED67BDA | sha1: 299F70EF6F0907CC1927F9D95FF4DB510FDC858B | sha256: 8309871201EBAD53168C444DDF49A34B8C2CD10575ED7ED01CFE0773157DF73C | sha512: 235337697188789489FCAF724AAAD4C9A5BEB917E2C3CF8F2BDA0D9512FA4A220A097A12D0562A2F34A1BE9D46C6B32FCDDC6E894D61EB31F50E316CCFC19079
tools\System.Net.Http.dll
md5: D3FF84D1F1C1CE48E5E7C1D7EF5FD427 | sha1: FA4CAEC8B1AEBCAECD21316109832EC84A044D5C | sha256: A129A2EED349B81CE9FF379960F721F6A31FA1B34548C7CE5AF2088425B6A31D | sha512: 677AFD56309C87912FC7176BEE84249F84A44049983048333DE7AD9B0A27C1008B217AF422EECC928B1C58D9EDAD49438911BA52A5F78FADB3BDB06035C89E01
tools\System.Net.NameResolution.dll
md5: 475E740CABA743256747285CD34DE0FC | sha1: D775FBB55D7034B500C0CC93077719A42AE6BD92 | sha256: 6F037E9DB04FE5E12F0C23C09C309C71C8594CD49089483A74336941FF3A0056 | sha512: 345642C209DFCEB5A6B3A67A19744210B5FEAA18F2D6108ABB930434794B73CDC9A507B0FE0E3B08F4D4F2B8FA3A75EDF7A03D9F16A3598068EF8D68C5FD18E1
tools\System.Net.NetworkInformation.dll
md5: 1589944C1DA1156D4BAE51A3E81ADF2A | sha1: BD51F0DB8E5B5FBEB9E5B06B94341F7A10B1D0DF | sha256: 3F3AA147DA5E0AE6AF5B9B8C3F98D486AFBF9400243F33E90DFC2A1087EE0CFF | sha512: 0F6C3FD8E1A4DDD5C770F68165BA350E0EC5A8BCB59E17F1B163F10ABDBDE1DCDCA747E864A54ABDEDB831DD4FF253C1E7508DCB9E075A59C08DA638C52DA015
tools\System.Net.Ping.dll
md5: 442D06A10ABE3B305B6A3B61E7F63B91 | sha1: A560E52C7239B0C28140050BD97B3C47D2BFF00B | sha256: 796ADFF41771201CECEFA8BF2D39BB500ED0AB7F1DADFBB302DEBCBEB3C1112E | sha512: F6860CF7038987DC23F4C19D02A0F0BA30B9BBC3B5A805DA3156184BCA16B6EB28FD6976991F4013973F38E907671F1E8DB2CE7F303C3AB27CC1B535DB2FE14E
tools\System.Net.Primitives.dll
md5: 445068C2F626793E9AC3B3E388406B80 | sha1: 497C54F0C37844DF9DA711290F7868A5002B4407 | sha256: 5E9F9CDFDFDF64B8B9435B1F17D4A5E227343B0EDC8A4D09D5634731512818A8 | sha512: 43B04F64F2700385DCA368FA8F0E7B22641C6A267E9205C48FE6AD43C565F3E944035613F9AACF7EE37206971BA3C4B8704080F5D1A94C2A70BD6F2DCA41A6D2
tools\System.Net.Requests.dll
md5: EE54130923B18ACD57A837619E860CA9 | sha1: 27121EF0B1990EBFDF9F62A843E93B16BB0CF1AD | sha256: 41709A05D2669BA4D57A832DFE8C60C67BAFE6C9ECB08AED37C1B73F466EAD78 | sha512: D4FD2BF13E280463F09086FF2535B1729E986433B0458F24523187C198460C5F2183A235ECE4D55C7AC7FC751B3BC5DE645FB0968C0A9802A293335786FFAD37
tools\System.Net.Security.dll
md5: 342363CD677BF3B1C6D2219D4A2000FB | sha1: EE4E7685A8AF07F16F6AE29E78B6CE93CE75F875 | sha256: 4CBAABAB4CB46C49067E8A074CBE3784D9386D4CE5631AD3F22709D95F013E08 | sha512: EF41DF0CA8E5C6175FA00D29CE821EF87780E0B6943F3EBC37E2776D285345CFFCBC8C43270662F7C0E5B0CD854AB3C64880FB0FAF67A2D7680CC9AAC933142F
tools\System.Net.Sockets.dll
md5: 74CCCB7F2FA32B0C5D110B3B71910F5C | sha1: 2DF5AA2AE37C03A3283BB988DCCF0EC3B4A5ABCF | sha256: 7F786154B8C90AE7CC0449E5AF073281A581E3EEA267C9E87160C3619E264873 | sha512: B5465362C23090E8F1E0394E3F770C5A820B31FF8AE02D491B083B9D6B0BD26882DF7A563D0AF105EE177AF1D565B967A11685F7A437E36E082DF7B897926B53
tools\System.Net.WebHeaderCollection.dll
md5: 56DA0FD36BD655222FC98559B13D82D5 | sha1: 171BBB7B31BDD76163571A95B4562D6FB9965B6A | sha256: 17B05F68F2DEBBCD6C5D8D0EF22928E46685C60D1E3548B718B8B00C5493D840 | sha512: 3FF3FFFB3070E1B90203B506434BA9332692AE54FA944E28D70AE3D2845D507CBBB19232993C3A48C1D79560E32E154C4C173515C85CE5866DB56CAB2102A896
tools\System.Net.WebSockets.Client.dll
md5: 4786C6A7151D37A55D491253B843E91D | sha1: F54BCE461644FCFC39CCF7008664955E1A8E0442 | sha256: E90700A715B5D2848C3695DEB9A35D978E1396C21EA2FBA613C8EF0AAE54351E | sha512: 268276CEE9B1ED69171112BD9AAEB9A06335667CE685BC110DCF883AE363B87DC7C0BC5044F415448AA3DAA243D9B3782CEE02D5544DC508B9B3312A3300EA4E
tools\System.Net.WebSockets.dll
md5: 84A7F215CE387A837D0774CD287F1BB0 | sha1: 873FE3E18F07299015558E6D2DAF07C5B58086B9 | sha256: A24AE2655B551EA1FFEEAE3AFF7AD045BBE18D4B46009975D2DBDF65458FE12A | sha512: BB6BC98097CC01929DDE7C803D1DCE73E3854BAF0CEBC9448A239774D5EC367BF3736F6E348705E048E4D0467A69C93C73605CD63FCEB1F02831C0CE19F1F1DB
tools\System.ObjectModel.dll
md5: 5149439608BE8C9B0E37C2440671C7D3 | sha1: 2100546010F0A7D8649317EBDD663CF4247354E9 | sha256: B4158E5FFAFCB8A528B3038737921A10BF13B26E427A68EB5236634EE7307A6B | sha512: B4EBBEF231F43AFA1ACFC679D88A079B16452541DD4FD546A781EC04AFE70F23C8274FC2C30400B78BE3A19F3F10D5288FFBED7BB3E7306559D19062EC003D13
tools\System.Reflection.dll
md5: 34C99534E8455392AFF08EBF700B6594 | sha1: C14165E8657F3D87168466AF921AD52E9A668470 | sha256: B04650DAF2612F919F52F52275D79D02F151C604A852EBCD04E12E13A9E61F77 | sha512: B6B9DBCF7E1622A7653F0A8C8C15E5B8F515A31B57109B6DB3D11F30CDCF9B6D03414BD4F639019E02A282F3457C51C36D990D9D2096FC3D0CB9680B41E490F8
tools\System.Reflection.Extensions.dll
md5: D85865FD1692D739C7C4A0C9A76B0747 | sha1: 1835CCED4AA111E6395277D9A2879525CCFE5D22 | sha256: 8B65625B195214177CAFAE3E137661B02E1AD0A11014CDB80CFD13728B54FA65 | sha512: 46E87C2B75927DBBCFFCCF807DB3C0A73A331154921B49FF9A68044196DFCB888104C477A6A3A92949B109DF334DC953C3605D6F96E4477F263F533630EBA1DB
tools\System.Reflection.Primitives.dll
md5: 9622707385BE44DF90FB24B606BB097F | sha1: F5C35DBBFB8BD1776A5A449B5634BE62EE14B47B | sha256: CFD7D38F8D23C639C2B3077F13EB0B38FC7832E60267F31153EE32F4969E34B9 | sha512: 983C00AA0D0A5F1028656EBFBBD314FC52E4811A8B9CE6A5FFBA0283E33E065D6FBDD131FA30F30725ECAC9F001A430157D00BD431C46EAF15AADD73D48A3E17
tools\System.Resources.Reader.dll
md5: 18E4DC149C04D5CD960518256DC763CA | sha1: 0BAADD43443A89F96F7C74C2F0B485350855228B | sha256: 3518E2D4B641E3F1A2D4D2E0CAB045D2356719F896BACFFB72EF30F9C8EC55B5 | sha512: CF16ABB56550C7DF1E61EF680A97E23FD0C38D33E274D1983E72AB7746DE4590ABC4E2E7474DB9A2CDDF4F1126407F14E74E97D0D795FC73E2C3D6EFB651A9E4
tools\System.Resources.ResourceManager.dll
md5: 7E7348EC4F247FC3A528EACB5067EA37 | sha1: 9C0A9183EDBDEB829E960CC8B511632817CD64D6 | sha256: 7D8CF8E7F51BF32B497C8B351F6C5BD015FBB862E24B6DA724970C464BD76418 | sha512: 11E4B7B5C7B978AFAAD3ED8885A2BA07118F583F8742A13DC8CC2C7B7590D29B5BDEF30F412ADB81F180C83E66987219A62484D72E8FB541E1220CC8E01549CF
tools\System.Resources.Writer.dll
md5: C56F238BC417428B82E5B2FCD1E09ECD | sha1: 8B1F2D11AC6C06D1BAFF86B373F129E6A3DBD210 | sha256: 3A9BCFA45D8CC782188A06D0F077402E1E91AA57E6ADD69C285848031D6D8444 | sha512: ED1549B08A7D22E8F7A110F3787919136955406DF7849CA45A81F44E8A3D3E41F8375B6A9219C95F6EBB266E85F3A597D8A6C9DE8D4140D4408874759E8DF924
tools\System.Runtime.CompilerServices.VisualC.dll
md5: 40DDE8B92D2974C305E9037C8907C5A5 | sha1: 1572F59117A3F2CF7F1AF97660FB52AABD2D5242 | sha256: D48862F7370FBB843E896E892C25077388845507644C37CD24630B4AD510B75B | sha512: 4F0196D7DD54C4336F8D725658A8A253FF00170AAC7F9B4772D6A42C86B7898E358B77F4796A4635C902D3380CADD6EA5CA1D4EE54F6DD6F83928BF33D2D987F
tools\System.Runtime.dll
md5: 6B2FCFD0300A55C268CD2A12C3609F69 | sha1: D3035F195BB3AA0FBFAD1888461DD2992116B21E | sha256: 4EDB639F0E7F4F80F2C91620BD4D99198B24719DFCD49ED44192071C725307E1 | sha512: 69E1AB2144BDA27938D64436E7D26AAB8034A75AC0A8D70E4DF80A86DB2D09872CB4A6CCDE7E0CC7E9BF87834303E726F637575499179F7B3724ECAECA2CA76A
tools\System.Runtime.Extensions.dll
md5: 496750BC63F0DF55173D29712E33AAA3 | sha1: 165195E83B06F1457BBA345D8B8DD29468B70D05 | sha256: 4DF471A0C4B4E07A78CA04EC00E9774B42441F686B5506CC995BA99D8B05F81E | sha512: AD37790CAACBBDA9D31386A256255F57A532005FE1FD56955EE277495437B1DE04EE7C240A9DADE19DD663BDBC6D883FE69ECBF61AD218078D192D3F6B8440C7
tools\System.Runtime.Handles.dll
md5: 888281B518A583E4266989C02CE72768 | sha1: 5B73627837B252B84A20837ECDACAA8F340C7CE9 | sha256: 8F6DEE9F8E079CE8C57E8534379688EEB21D14C74D42DE7B2E41EF62BF4532A2 | sha512: 83AED789E5737FD668F07A3E162EFDB9CC9822CC1555B10459425F43D7460190C10A832AF5529B1DD60B86E9E6D69DB9ABAE1DD74197996AF52E3354D7E26095
tools\System.Runtime.InteropServices.dll
md5: 7C8E49E86351A756600DD3254130F2E4 | sha1: 0528BD13295E85ACC0087097018D45C6D362DD90 | sha256: F1CCEB0A27A555A6E724B522A8467EEA921B5B2C78CC92FA86887A2C84661DD9 | sha512: 25C9040722641BD833C1B1DC6C4AB4EF4A9E252B067A288D69988CACB9F1796D207A86BB143864A10702F0B0E0F4C8131395C66B36B98650C99A2666DD0EE2CD
tools\System.Runtime.InteropServices.RuntimeInformation.dll
md5: 98DB3673EB4B35A1A622E4ABD70E6F36 | sha1: 4EC6368D17C86B849F7B14F4022FA73D948F4D29 | sha256: 452FCBC3CD333B988EA46A2E4A4D07AF68E2814B4565B8E8A75371666B7B9B9E | sha512: 858D0859FB5BA144DE66EA541CAEEDEBD88B4474596ABCBECC7271CC8340E0B914AF7AA95390A022124B961D736514D3746AE1F5F11ABCA5736D96E30B59A8F3
tools\System.Runtime.Numerics.dll
md5: 852F8F31FE277ABF6E4C2C4E925B9748 | sha1: DD114FAB54EAC578EA681E34CFFCC3C27A7B55B2 | sha256: A17C4535250A49CDEC3D7078D5EEE266C3B6EED2E76B3842F81F0003677428D6 | sha512: 64E1FFCCA7036F0BF6F15B0196F6E514F7C193E20AD3C7B4FD6E6774E81D630F111FF25FDA24958AD1674539F8D8653A683D29D352263EAE54A6292F2E7A8BE4
tools\System.Runtime.Serialization.Formatters.dll
md5: 7DFE0904E499C948CA5A1A57318D7F48 | sha1: C18E5EF39B07C2191FFD8FB74C5C38051E5D96AF | sha256: 08584A58E2FB68D218D8C102B0B1DFEF75EB02DE29DA6C9D87B55DB0142977E5 | sha512: 37596A87BFDC3C46917BDC5228B680FECCD8B368DF7B97C42B2DDC871E5D372582A0F88037B0847279DBF3CFF8384E639C10C9BC2F070A696AF9308B1EC495E7
tools\System.Runtime.Serialization.Json.dll
md5: B2D8EAC13AC89077E6E6A05570653DC7 | sha1: 79A9F0C0997FE3310B7DBE4E8AAE8C1BBB07B350 | sha256: 3499D35DCE9F78C9B67424ED0940CED7627E2CE3697DC51149AF5272BB6CF692 | sha512: B25D0AFE9D0178F6D339DF3E9CC2161C7CC0EA6BBEF3866B9BD5F805ACCCB8BF606ABFD3057038047587CDCAC3D96BC4BE62D1A990F8D15417CD99C29A6216E2
tools\System.Runtime.Serialization.Primitives.dll
md5: DCC1221D2895909F2AC91C650EE9F242 | sha1: 1119EA0696AFC80EC1966B639AECF7EDA0D844A8 | sha256: 9CE190DD25F2202A5DB2097C2631D68C8B5223AE18B20A3B489E17C6F6AF5333 | sha512: 0C6F08153DC07AD02DA8E0EBEB9E47BF4EBA9F17C53DB3C647317ED02903AD43DA0DCEEDC00BFC0F8AECBE23A7F02E8FAB312630301E2FBBAAA8B6535675D446
tools\System.Runtime.Serialization.Xml.dll
md5: 6472AED9825D0A4E83FB998735642A82 | sha1: 3DA2B26820A16A41A03B4FDC560B41A6B4AC1DF1 | sha256: D47F92579B79E4A66EEA23AFD428B22C401E1ECFF6F9CF0C4112FC345520FF6A | sha512: 88017232A805796438EE09FA854994AEA8832BE848969C40D5A9B9C324E2E92980297D978C7F52769734660443468A3AB83A26F8DD814A1B7C7C6EC41CD7D964
tools\System.Security.Claims.dll
md5: BDB6B50C830E55903E285ECD05422BCB | sha1: C34481FF86D0E2DECD13CB4F576035B091A3374C | sha256: 398400ABCF755FE68DA0C23E89A406AA9F35651529001C54F86DB9E958E4C4B5 | sha512: 28B3EC1BECF311EF463A11DC6E58F10B1D19C6CDE2463CEB1A4B5D0D9FA8782E2C37D094262D11D6C4A5902EFFA1285A5C4342BF51B753D37AA7D62BFFD633BB
tools\System.Security.Cryptography.Algorithms.dll
md5: 5081587FA83E4404859E99A01BC1CB64 | sha1: 64E94E92C191B83C1C0DA50EB3CF221B6B1DEFFA | sha256: 5841FFEFA69C5175A3FF94F5A8E947A949E4816EB94A2398E828C1956922730C | sha512: 0C77CC1C8C8C2F6D4F2BE8560EA3DB0A5EFCBA2F63081C0D72A7A4BEF15E62C953B95B84D6CE15C98367B12F59EF4FE30548D8B1EBC9AF9556FFF325BF1E772B
tools\System.Security.Cryptography.Csp.dll
md5: DB5DC6579EA73F4154644E8AC7F61AA9 | sha1: 7EB672514283BF970BFF6163CDCDA35D91603CBF | sha256: 2046695FCDD23D4648B2F7D940B8845B40D44B5E17EE41812D06DFAFA37DEB1A | sha512: 069E956965CDD99F9E0152435668E45E83E3E06E3E7D283775328019E995AB19AEBC43C26756A81092394ACC7390151A4CD697B9E86D1DC868B80A8CDB58D658
tools\VERIFICATION.md
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
This package is published by Petabridge, LLC. 
tools\System.Xml.XPath.XDocument.dll
md5: 6EDCF6DC85349F2F7A760DAFE6BB61BE | sha1: F56BDBA9DB1A546E6E886D9E09F191A9C157E21D | sha256: F9CB4A12F0FB01F5CC9DDF3B77E5122C52D4F6C2BBC1272C05893CB22FD60A5F | sha512: BF37705F0D95335FD587536668FFC9B75166D3FF5185215240DE664227C299DA712DA0E5DD8EF3BA206A3DF9CDCADF050E7E12E018AE057A56F7D5E0FFB84A5F
tools\System.Xml.XPath.dll
md5: DA8AC3458B42F804396DD2BFE385E21E | sha1: 4FD0D5C382D8E4E227F6227E39FEF122D6D3F460 | sha256: 9D0B150AB58EA50F4A8593DDFEE4ABC0CBB8517E4618201695411E0CE7832F05 | sha512: C0E6932AB769F229F72FCBC965FE9DF3FED78069E87EF38CC7CC171326C7EF35DE6C6CC94110E543926CA4EB58D85AD849565B9E021A3446229AECE443A6A874
tools\System.Xml.XmlSerializer.dll
md5: CA3D6DCF1E7BAE55E955000423511AD9 | sha1: 571FFBB24AED1EFC292BD849ECF6299AED1540DA | sha256: 7A33A7038810837BD0055372F0DE87B39F09CB293F6094E2B9BF068FB35F581B | sha512: 4FEA9EDE4B023667F5B3BC5E8E911605F191C187A5D1611F4497EE28A950C856DCF824604BAA3BFA2D495F0DC7E3625EC97B18987F2469B4301DD8C6DAFDA99E
tools\System.Xml.XmlDocument.dll
md5: 48E71C9640AD2A03E0F620D53EBB77F9 | sha1: 3B19F88D74C785BAA13EB00F2DD2580B50A7B9F6 | sha256: FB192527E9C97207F65165BF67AD9C1980A21EC0AF73D2936664C2EFD909C1CD | sha512: 1F52F978E4C9BC6CD6DBE157421596DCE44CD8FB8CD0EDC5E950B06E421850DD9D6D7F19E28D689DE1976014BFAA22299DCDDAB88DE5E84A8033F91D10CA379A
tools\System.Xml.XDocument.dll
md5: BC2DA81FD39D7D5130428F4115F7AE32 | sha1: DA206030FE01BDDE01C75DE4E01DB3498B8DAB79 | sha256: D4E7FE3754D62CF9831E78CC21EA120A122C1AB06565F5A863573A10994F2BA8 | sha512: EDC502043518677DF6FEAA245D915D033FCD03A6ECEA2D21291C7BF9E2DEE4E8F9B5DB8D2501A731A081DC093D5908BFF66954F1FAF93CD14CB5B45AEE3FDD9D
tools\System.Xml.ReaderWriter.dll
md5: 670CB3E563E61072A6727CF492997917 | sha1: FECD0FA347CF118923ABA047F6D7AFC4F55D495E | sha256: A0534DFDCE18D5FC2B1196F9F8EC2EA591AA60FC4631B79081CB806915308F24 | sha512: 88107309AC55BD7FC45F24BACDF89904F4FF70F4DF3CF297173E02747F503596ABB1B9B4DFF86E363560D28B5D4A655C4C9AA009CE1EE176F97D6C007A6EDE51
tools\System.ValueTuple.dll
md5: 8350EF5F655AF04E5B95A66F17171C3C | sha1: E2929C682046A76C119B45E12D8594AACBF798AC | sha256: 7EC6B24FAA6A7C589004BB50891687D5596DE435F84EDE5788D2F9E45AF5CAEA | sha512: 9C561CEFD9473A93D325B146FC3D7BF8A304EC37A15D6632631088EC13F06E337FC31BAB895B30B729A324C72A3F11E3C6D0DDABF44FDAE10DA13FE652075410
tools\System.Threading.Timer.dll
md5: 0342C881333F6EC590568918A39C2CA0 | sha1: 75228BC82518F5E56F8E302B04EB7A82ACA5EBEB | sha256: C70EC7548189CA5A96F2FFB5B0BBD049CF76C1AB6381625382AC7E00A5974A96 | sha512: 7C742C89F0C15C7CB3233E2ABF948C7A5789BBF44E1716DFD8B2843C8069731BCC3E08AAE949637F7B158B6FAEE6D1BAEC7A1C80FFD4CBCD9769BBC9421C9F96
tools\System.Threading.ThreadPool.dll
md5: 1F9DF9C4595985B587D037B7AF9FC0DF | sha1: C4B2CA91D3E378DAC02E6BADEECDF1736176E514 | sha256: 0F24F3AF9EA9926C197135353268E3A52E1DA5FD5F34E1AEE3721EB6CDF79E5E | sha512: D97F36A185AFA33B2D3E4D269F985836E1377E00A9995DAE3AFB496296B8FF1A7C80C23610FA6B42474E16FF4939EC79DB8E5E2E81AD98579944E8B2FB37533C
tools\System.Threading.Thread.dll
md5: C40E4C621ABEB52B0C82F58A0D18B093 | sha1: B0E44F2474657AC3B2C8AE38098FEBBA281CDC35 | sha256: 2154B4E13DD1F1EBEFA102CD3C3F453C51929B7D369B024213FDF7E42BA86167 | sha512: F8164A6B44FADA7537AA0FCDA57797150E413CCC060FF589D6273050D4C5E3CBBD415D3404A3B7B2DB1B0C87C11C03209F22572ABA4E5A8A7271E19D1D78420C
tools\System.Threading.Tasks.Parallel.dll
md5: 94B6F87B4C179BB1507A5D81649C210E | sha1: 537B93B6065E91235812443F405DCA48C0ED5ECD | sha256: 885CD30A46D05C6A146B6ADAD603FAACD328E035264E88AB42D884DE7BDEB91C | sha512: E63804C79D89FBD08AE6296D7EB73661998E00C0CF683312A1BED11C0E0EFB4A185CEF87A2FAC2FF0E705CBA4B3EEFBA6893E205D0528BFF08636A7216CEDE97
tools\System.Threading.Tasks.dll
md5: 3218DD2274FE70AABE57DBE8B807B379 | sha1: 43AC3707166AA643C3C005221F151D93BC4BBC21 | sha256: FF731B2F6CB9B75DE3A10DD747A541E9A4313E438D1F0E09797D0356FF86E6CA | sha512: AD64F8F7E9F9B89818FC255F738FF5994464B0F2A90F2EF724C4F6FB212D967D006761FF8286FB4A0560319887FA79570B8EB4D9206B70DD0353E0ED1F477040
tools\System.Threading.Overlapped.dll
md5: 96F21A2633D9B0C84D82FFF6B92067F1 | sha1: 7F332F2C47709258CECADDF603FF67A1603F17A0 | sha256: F2700B9A229F228C17C9C99B7C56B41A9FAE7A4F4486E5042D9655EF0B15A020 | sha512: 03FB2CC979A92A1376FB92E9716FBA26CF968A993A0186243BC1E4124FEA1B1D7058E4AFEBC170176250CA378B478867371C2EAB49B2F9A528A2D7289F789C2C
tools\System.Threading.dll
md5: E31FF848B1FC8947DD21A06E277E9031 | sha1: 92F1411EBCCDE64644BF06CCF9F4450369578860 | sha256: 6B1F936EAD1AD7C0C1778E897584D5651F1DC2C553C341049A693C6F855E24EE | sha512: E0D55AA255F55B8742DE8C2AFA2EAD42B6C7AC3565AACDC82AB690CD33A9E7839F236DBB2CC08399F9FE6E4BFEF09F21980AB57A99111467C1B943C43533CAB3
tools\System.Text.RegularExpressions.dll
md5: F0786A933A4ED09767562520000CF319 | sha1: A9521811D7DBF5B52F99F84AE5B2BDE614D264F0 | sha256: 6BEFF809C515CAF7B9C2C4EBDB1430C98658759EB47654A7D15F0D70F549D1C9 | sha512: FD811C3F36FFD98E4F8EC96FD06913C866364665C321F49A952DC9CD34A50450A1FA002DDED08DDE8374C66FEDD8D8200505A6FDC1046A3B30CE037F56473C36
tools\System.Text.Encoding.Extensions.dll
md5: F81D296CF6340C28355079EF947A5F57 | sha1: 0DE6129237BCEAFA5B53C841C222EA72829C3310 | sha256: 6406B0A1BB6283559B184A1FA51F4A83758BAEC432D80E11E314A4D7BB119009 | sha512: 1FE0E919CA87E4D0F533C426D110F428373A13353EFFE8E14399723CE2058B50D7BADB217A2CAA6988EB6D76B3934034DA1ADA302E357536FC57EFF2D7355C8E
tools\System.Text.Encoding.dll
md5: 5C2A9C1931373431841E77A0A54708E0 | sha1: 15D6C54C999418024F1F8C12DAFDE8CD5BF54650 | sha256: ED3B49ADEA1D0FC6D1173988FDF45870830C0B61EAD00AA5411FB63A51AF19D0 | sha512: 2045AA141983CCD3F96CAB41AEC12212CC7CDB149652D556447A6A29E37E4371D4DB6F976254C5C1B741CD99E8512AFE5FA65E1B2F5BDD622182BD699734278A
tools\System.Security.SecureString.dll
md5: 804CC97FFA875B0831FDEA5A8330714C | sha1: CE6C2BA27BC9F71698AA66626898F43842564DAC | sha256: 2FBF0F88AFD534C434859116FB4201ED64F060E6FE0E2721F53D6F65B5139E6C | sha512: A8549B33A6195CB3A737E9161818925DAF90AB0BDC34A582A56115801623FF85862641CBF265CC78955B51E266DFD137F24C849BE87265A309AFE156C15C9230
tools\System.Security.Principal.dll
md5: 675FE3A7667154415E60437DEFC18D31 | sha1: BFE21AE95F65A44B10756F07E4BBF5D516A646A8 | sha256: A3E4D8ED1D822C91D36A639AF0B00E68B0A5A5A7E3B5D7BB0DBC18AE63F5FE75 | sha512: CC7116FFFD9639011AED0303ED997033AFC68F92C4CCDFE6786B9B99BA209BDEEBC22D3D48BCA4717DB0832516B9DFAFE3309317EE95065CF8824BFBA8240773
tools\System.Security.Cryptography.X509Certificates.dll
md5: 312CD4F450B21B4D89BF42B088C2295B | sha1: 5FB2F11EAE1DEA3F752CF389E153130A607ADB43 | sha256: D697D871236773D96459EB1DBD3FD576861AFF6152B26685CFC8101A51A5CEE3 | sha512: 5F860B3A5A431A18B7DF37D3F2C3070C9D195AD3C87F5ECCF08F427C9F910AF01347AC6ED019C7890517732A6D640754898997873152255015D6E0F4ED70CDF6
tools\System.Security.Cryptography.Primitives.dll
md5: F8A0DF8CC7ED7FDF6867E359753A50EE | sha1: 49F30881DC56E640A155693FD9DEFA22FCBD9484 | sha256: 8229B9660637E0989655B354A470456BB557060541A4D3753B9B8341664940B2 | sha512: 837D94AE0CCF89DA56DBDA83FE2CDF58F98E09861E1E5040FCA6250DC302ED1753F7EBF158B142A1205A0C8A9C02B84AC6EF4891F170EA5D6C553CE7E574DC5D
tools\System.Security.Cryptography.Encoding.dll
md5: 82FE47C9B97210123910A25CC4797B80 | sha1: AB0CFF5F1D1A24A778520361CBA25ADB467D8EDA | sha256: 091BA90DC005A2B273BE98B826E92FEFD5B227FCCE7DF449EF3F5B1EC781DA90 | sha512: E19E076DA9DB40892D69DF4367D7BB45DA0B1CC112F018F2D24763723D8B8634DF2B1C3B074EB9F17FFDCCC96592960B7E60CD0BA54FB61A9094516E8AFDE863

Log in or click on link to see number of positives.

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.

Add to Builder Version Downloads Last Updated Status
Petabridge.Cmd 1.4.0 34 Friday, January 12, 2024 Approved
Petabridge.Cmd 1.3.3 17 Wednesday, January 10, 2024 Approved
Petabridge.Cmd 1.3.2 89 Tuesday, July 18, 2023 Approved
Petabridge.Cmd 1.3.1 95 Thursday, May 4, 2023 Approved
Petabridge.Cmd 1.2.2 101 Thursday, January 19, 2023 Approved
Petabridge.Cmd 1.2.1 45 Monday, December 19, 2022 Approved
Petabridge.Cmd 1.2 42 Friday, November 18, 2022 Approved
Petabridge.Cmd 0.8.5 357 Monday, May 3, 2021 Approved
Petabridge.Cmd 0.8.4 87 Friday, April 30, 2021 Approved
Petabridge.Cmd 0.8.3 124 Thursday, March 18, 2021 Approved
Petabridge.Cmd 0.8.2 185 Tuesday, November 24, 2020 Approved
Petabridge.Cmd 0.8.1 129 Monday, November 16, 2020 Approved
Petabridge.Cmd 0.8.0 341 Wednesday, March 11, 2020 Approved
Petabridge.Cmd 0.8.0-rc2 119 Tuesday, March 10, 2020 Approved
Petabridge.Cmd 0.8.0-rc1 131 Tuesday, March 3, 2020 Approved
Petabridge.Cmd 0.7.1 160 Tuesday, March 3, 2020 Approved
Petabridge.Cmd 0.7.0 276 Thursday, October 3, 2019 Approved
Petabridge.Cmd 0.6.3 248 Tuesday, July 30, 2019 Approved
Petabridge.Cmd 0.6.2 223 Wednesday, June 19, 2019 Approved
Petabridge.Cmd 0.6.1 236 Sunday, May 19, 2019 Approved
Petabridge.Cmd 0.6.0 207 Thursday, May 9, 2019 Approved
Petabridge.Cmd 0.5.0 299 Wednesday, March 6, 2019 Approved
Petabridge.Cmd 0.4.1 262 Friday, December 7, 2018 Approved
Petabridge.Cmd 0.4.0 202 Tuesday, November 27, 2018 Approved
Petabridge.Cmd 0.3.3 549 Tuesday, February 27, 2018 Approved
Petabridge.Cmd 0.3.2 404 Tuesday, December 19, 2017 Approved
Petabridge.Cmd 0.3.1 465 Tuesday, September 19, 2017 Approved
Petabridge.Cmd 0.3.0 358 Thursday, September 14, 2017 Approved
Petabridge.Cmd 0.2.2 430 Sunday, June 25, 2017 Approved
Petabridge.Cmd 0.2.1 378 Tuesday, June 6, 2017 Approved
Petabridge.Cmd 0.2.0 420 Sunday, May 21, 2017 Approved
Petabridge.Cmd 0.1.2 397 Tuesday, April 25, 2017 Approved
Petabridge.Cmd 0.1.1 352 Friday, April 21, 2017 Approved
Petabridge.Cmd 0.1.0 391 Wednesday, April 19, 2017 Approved

This package has no dependencies.

Discussion for the Petabridge.Cmd Package

Ground Rules:

  • This discussion is only about Petabridge.Cmd and the Petabridge.Cmd 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 Petabridge.Cmd, 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.
comments powered by Disqus