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:

898,442

Downloads of v 4.0.7:

818

Last Update:

22 Nov 2016

Package Maintainer(s):

Software Author(s):

  • Octopus Deploy

Tags:

automation deployment

Octo.exe

This is not the latest version of Octo.exe available.

  • 1
  • 2
  • 3

4.0.7 | Updated: 22 Nov 2016

Downloads:

898,442

Downloads of v 4.0.7:

818

Software Author(s):

  • Octopus Deploy

Octo.exe 4.0.7

This is not the latest version of Octo.exe available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Octo.exe, run the following command from the command line or from PowerShell:

>

To upgrade Octo.exe, run the following command from the command line or from PowerShell:

>

To uninstall Octo.exe, 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 octopustools -y --source="'INTERNAL REPO URL'" --version="'4.0.7'" [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 octopustools -y --source="'INTERNAL REPO URL'" --version="'4.0.7'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install octopustools
  win_chocolatey:
    name: octopustools
    version: '4.0.7'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'octopustools' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '4.0.7'
end

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


cChocoPackageInstaller octopustools
{
    Name     = "octopustools"
    Version  = "4.0.7"
    Source   = "INTERNAL REPO URL"
}

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


package { 'octopustools':
  ensure   => '4.0.7',
  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 22 Nov 2016.

Description

Octopus Deploy is an automated deployment tool powered by NuGet. This package contains Octo.exe, a command line tool for creating and deploying releases with Octopus Deploy.


tools\API-MS-Win-Base-Util-L1-1-0.dll
md5: 81F2505F48E7C7292A388D6B64D1B358 | sha1: 554EF40CD143B5723CB3E85A03F0DF1A01453541 | sha256: D65A72AE7D1D70BF324C3950E7BEE77E0CD273A95E5DC7417508AABDCFF80260 | sha512: 21BA5F364CFF86CA848EDD467AA24A599E02DD7380266F1AB4B0E11408EB5D18C76F5561CE11251CE0070D77F7DA26F3C78C1D440C17E585DDFD56D07693CBDB
tools\api-ms-win-core-com-l1-1-0.dll
md5: 108B82362983120E8C39C3D20F1F6757 | sha1: CFDC2DFA52C6098DA0B2F623B2370161FC6A475F | sha256: 7EED13655157EF40319D6A4F60703418D4AC248F563870BB682D8945D6E8088C | sha512: 8A8BF04B50B422862F5D66822357DA8E20A84DFEDB956D5E3052A53F6AD21E84FEE3E331917E562DD19D56FB7B9E16EAA305AB814F1D267C6D36C79FD4290A33
tools\api-ms-win-core-com-private-l1-1-0.dll
md5: 536FA4184AC195EBB88646B7D4956CF8 | sha1: DFA3B1C768028F853E4A3B7421B53EEBAC945D99 | sha256: C308D528B4966FF96FD0D1E45E41A358D41F5C37FFAAFDE98AB2E42D1A863C4C | sha512: 85ECE1302C95347ACBF6A03BAAC8DBBA203D28D803A24D1492879A9C79A8272B2E0BFC33E7FA99D4679D54943946E200FD57C0DB5A1C97C32641F3612AD20DD1
tools\api-ms-win-core-comm-l1-1-0.dll
md5: B369C8DCAE0C560F1BB6CBF244C77077 | sha1: 0DE5BD8C4E475B11964DEBDFBE92B9495FCB3490 | sha256: D529D4D3A690958C2D945D3B30DACFA2A5589E83AFA1EC6B15E28799B4839374 | sha512: AF3E279603EFBAEBEA399E570AC51CDF8013A717DF5766D1263FC31FDD2C0C871CF76CE19E65D19325EC65BDE01758955AB118A227D77AC2AA7EC4963AEF1C58
tools\api-ms-win-core-console-l1-1-0.dll
md5: 3E13AEBB96ABC176A7632EDB457CAFA4 | sha1: 72FEDA4A3C77BD47143599EA0552F44553CFC530 | sha256: 66BCE3EC2B283DDE56D2FB8765CC2AE49CB9F1E5F3E0F6320ACC99C6DE4608E0 | sha512: AA9EBB7B6B1B5F17EBECC96FDD781AD11AF758C3725334BAB4232BB0E8713B76714BE8B83B5314BB64AC285E1D34C649F71E2DD79671689F4B6757E301BB129A
tools\api-ms-win-core-console-l2-1-0.dll
md5: 7CF11BC1E7C37EB1228AA1D7A184728C | sha1: EE015A774977C42030D9940D5B37F3B7F3FA8B0E | sha256: 24B285113F6107DDD14A04B1CEC0478CF4CDC10770C29E609A0A82F9416827AA | sha512: CF9A378FE9090D9D3E8437DA019C8DF671D414D27FE847DA293424038E675C1F37D86ECF8FFE8C9302762BB549B36146E903CD47B4D6D1A74180591E7A9DF899
tools\api-ms-win-core-datetime-l1-1-0.dll
md5: 846339536FFED2F4FF43EA80910662FB | sha1: E477CC5D664FE01354957751588A9E4FEDF08D5D | sha256: 2657C5F91642C5481D0408B33C73BE23D9808432169EB23BF56993202C9B5945 | sha512: FDA6C200E8CCBC16EC5EAC1848493C39EF7F950A6B040C70E2FE08B6F09F1D343BDBB5898D40FE66FEBD675779435406A2FD1CFB31603E0A8CF99A17634BF316
tools\api-ms-win-core-datetime-l1-1-1.dll
md5: 2F7F5ECE9EAD26275297CB6903FEE7BE | sha1: 8545A79013F497C359297466CE77A20A3E2F9FDF | sha256: 492E90342D350950205A8E7C07E2251FA60626F5CC2758BF92235A265A8C4909 | sha512: 61FB60AE521961687E2EBFD779CA802317055B71B58454550E98F16880ADFE7A277A54C54277FA28A682D6F7D2802408AE060B1B6C9958C1A2A8B08A6A025175
tools\api-ms-win-core-debug-l1-1-0.dll
md5: 5A856A8A6FCD79C0687D71725C38EB9A | sha1: 9C3ACA3B12A9095CDE5CB27A36CB03AC7AEFEAAF | sha256: 2DE02B0DCC5BB8EC6E2C5586B00FBA35A93B18D998AFF1F5C43645195E418A4B | sha512: 1672F6BE8797F359DAF924C27087C198A4C8078173D06CAAECD75E1C3E0170288D2CA02BDFDEBE3AD930E586E11143995C4AA88D7AB2505DD7B9D18562509E0D
tools\api-ms-win-core-debug-l1-1-1.dll
md5: 4C18345BAB277D6977DBA4FDAF6CBFA9 | sha1: CF3BC4604AF1617DA61AE58CF177EC340B1A5FC9 | sha256: 37215E62D34E91D8D91E226FB4F406839333F55C69C1375782F154D36EB3E885 | sha512: 60F98D477F5DF64852A9D80D697A891B27243795C956224220D6DF6FEA710E0AA53D1D8976FFB1028AB3CB6D6467C60C33C01DF0FD0B6E7F451353AE803819F1
tools\api-ms-win-core-delayload-l1-1-0.dll
md5: 9B920C0E89D379C4092BC974E3F8C50E | sha1: 8EA36ED29F2D8BA180A795546033835E1BC82396 | sha256: 0F5E3B16C085E7F3E46F45B1CAA2C9D8DCFD0B3A231654DE3895FEE79C82D51D | sha512: 5C9BF83E0DC34864D6844FFE9BA3F89B1B9609F2CB4B4CBDFE5DF73524FD9F1CB065E0E9E370BCE07E5AB0D36587DC764F131B44BD76DC444EB7F57A1856BC50
tools\api-ms-win-core-errorhandling-l1-1-0.dll
md5: EC9E099BB82328ACD059DA20ED438441 | sha1: 63A5DA8D9D32BADC8BA9C8CC8B2C3C31EC03A6BC | sha256: 233309E199A508846BF2A335CC9814D0FD067DF1B77301C2A5A029248BDFAC33 | sha512: C66BBA5898017F20F718C5D77DFA78AEBA2862377EA065A5F9DECE8777FEB8771D35FC831F2CA9FEB93712C108D69DC87EB09CA0669FE358BAF4392BF3A9B132
tools\api-ms-win-core-errorhandling-l1-1-1.dll
md5: 93145E5174A739E1DDCAA66B8BC68F3C | sha1: 7548CD2982ADA4D6CE3709B0BD63D95D1B4673D2 | sha256: 944C12FD47829F236BE8F6B4DA30A75C8E748362A37CEEE9D9A6C0D8AAC15A63 | sha512: 4CC93EE21204FAE3C58DDF19CD9D7320E866190F51672F239608BADB42F2AAE0598B92CB58D4A019F6A3E6BAB5511046DD97DDB72909F9CD93E1E37D34C0AA42
tools\api-ms-win-core-fibers-l1-1-0.dll
md5: 8375BDEA4763BB553553D29A2258D530 | sha1: 99540E51368E8D19B83F85D4F8F7796647179ED8 | sha256: 098BFDF8A89E6059A73B476CD1237A36B75A2747763B9390DF6B046A30953299 | sha512: 9E9B6D4F840B55D33C36E92AC284AADCDBF24864ED59746809AA9906AB9ED06D875A739707DBC48F52204989080754F5DA9328ACB94C06EB83191FCA5A38241E
tools\api-ms-win-core-fibers-l1-1-1.dll
md5: A45C714B898ED2A9FB09D4BC4BE0D9D1 | sha1: 2A4BCE222CDC36C8C02939CE87D0F9AD5AA6622B | sha256: 89397F12B75E482679D386C2882F0E0407783D0E5BBF144FD8098FC86F4FD22A | sha512: 58F5C890ABA1E01FC541161C2EFBDF2911A4F6862872ED99755E1FB13EAC686B6FF76DDBA08BE2B942097EB754007B4707B2B8930C4126EFDC08521738BE9DAA
tools\api-ms-win-core-file-l1-1-0.dll
md5: AF8A28F3037BC96525A8DD927E131C49 | sha1: 822CEB19AAC7499801DA7AEAADE851A134491C8F | sha256: C050C07212716A99D755DE53645AFE6CAE70DAFFEBB8606E235BFB35B92FF720 | sha512: E5906423A5054697027FA3A4A9641AD317D504AEAB9C250ECF6BCCDEEF488E66A2B226BB0312851968EC54473961EEC611DF29FAD4654AD04A8472F922BD95B7
tools\api-ms-win-core-file-l1-2-0.dll
md5: EC287D520A908A5A728972D30A7673D0 | sha1: E5A6B39CEFA354D36AAC5D1E0C8BF7D217E5D08A | sha256: B9D0A9089FAD5EBC0484A3F13814B1C8DAE13486F4F275B0E1949EC565DB6E5E | sha512: 0F04D758E921D058F2B11095287ACC0351EC75A99E9CC53C15009214CC24CF33221982A5601815AD1934903C73B1E7DAC417C55742CF93FF125EF00596371B6C
tools\api-ms-win-core-file-l1-2-1.dll
md5: 5DEC07BC153D56A811F60A2AABC0E5F0 | sha1: 1E94F527C693AE7F62418485693D8C864440B9CB | sha256: 59F95FE7656B01D15BA1CA08C004D2B856135AF65A6604A9FF347E13A0C4296A | sha512: 6EA4B513752F7455D0B3C57AE7843A7B1DB68B32EA4E7E5DB0278A609DB771343FBCF25129CC408F8F20A0F8F9E5E7267558363A669FF58E48BC760F31D7744D
tools\api-ms-win-core-file-l2-1-0.dll
md5: 74C3947104C049F92AB49119E2161D0A | sha1: C23800BF2DEA250D7399E649C5C989F63E80EA53 | sha256: 22B13810C0BF6330713CF50B7748F5A1A094BFA5FA14E62691A27BCE13625E5A | sha512: FB56B8E5AF5E9A41795B27E0A7FB575E69DE85E78639E0DA1F9CC5DC6247451B3B15B0A734F7E1DF0F0D61D7782F6A103397BC3ADD49732483F4087E9FF783E4
tools\api-ms-win-core-file-l2-1-1.dll
md5: 3EE3B26C49D45B6905A7D1E9436BF1E1 | sha1: 6AC86CADFC5CF8574BABF1584A0FF198ED4D1CB6 | sha256: 13464B6E55826FE3382B93820FE75A5CE1981418F53A7817F35D777F28D879EC | sha512: 80A8C7CC4B839F4C64E2BF4F0939CC5B585014A977DBABC3F33EDDFF3A2E57B58A417780A78203BF0D9667F2D3C992717D8071C356EE5A2909234506776593EC
tools\api-ms-win-core-handle-l1-1-0.dll
md5: 36A727B125FA0734F66D0A750A930241 | sha1: A77FB3C4F5352DF6E6BE773FC514D3AD7F0566CE | sha256: CC9AD0247917C642EA8D031817429B1F3935C1214D8AB8492460793252A94E24 | sha512: E0E20E26F217A9C50A00D08BE9FB76F0BD4D55B3DDF63CF38596AE1F16E7180BE420A43BDCD6CA3EBC578C8A214510D2067E1356DC36EB6B4282042F02F8B201
tools\api-ms-win-core-heap-l1-1-0.dll
md5: 7E5DD3FEAD1478E67C6ABD378F5DE345 | sha1: 61A54879BD79B62C0363AB89ADF9AC3EB4CE317A | sha256: 932673740CC889C8483E3D6BC4C3DA852B35B1B7AABBEF527B9FA4620F82ACBE | sha512: F529DBEC145E9280937D214B65814B69B6B765B794E692DD3C49A16A8D411DE4B781D4C28160BD63BEAF75834189BA996CE3E4F9B46B45ADB8814939D9DDD483
tools\api-ms-win-core-heap-obsolete-l1-1-0.dll
md5: F59C460B58E93EA793F3FCF107CFC9E3 | sha1: 825BBDA4D31ECF0B7590AD5B50EC7B40A285B2BF | sha256: C13F034FF70F68D7B7FEB2C4605063F7AA846DFDEFC886607160706DD102C007 | sha512: E6B6B81B38BA22328C01439F30F8909EBC141E92ECAA3A6ED1182D63E112E9FE0D8627B050612FDC6D89735CCEB401A337DF7E1C2BFBFE080360D07237AD45FE
tools\api-ms-win-core-interlocked-l1-1-0.dll
md5: 9A2625C0D0BC93995D1063456EF6085C | sha1: 1F02B7E813CC2F58F766EB2A4A2537C721511C5E | sha256: 17DB1B09BE1B6830F6598116127E3EF2BF2B88F24A72C1CDA3898D80E9B87EC9 | sha512: 5D4EA7140388584D15E5915ACB9B6697C84436BA827A57094CFADD5678A4B905965C77C67769CE20225B90D84580626BDE7D087CBD32C8D327F2AC949BFE2747
tools\api-ms-win-core-io-l1-1-0.dll
md5: C941825DBF26CB85F53694926581A26F | sha1: 98082185304600380440ED6F9079C80EAB04925D | sha256: 8BEA168C54D2AB61BDB6BFED199AD1F368A74A69EA830515D0C0B593EB5CB010 | sha512: 71A2CBEC3B8EA3FFEAA26995F714F2719B5BD2F411390DFAA660D60B73141BFAE103C1A408B29D8367D7C3A496A0E18B8F0195B73494E2E3665CCD2A7F645668
tools\api-ms-win-core-io-l1-1-1.dll
md5: BE50B9ED8D8D5072B1BECD48116C4A53 | sha1: 2F31D18FCC8315EAFDF4C5FE38F7CDAB36B8A36C | sha256: EC1087A3395FD46A3DEBA1417C04EE256C8342D757F50109675CDAB4A8BFB41F | sha512: A5D537C885F9F8511CC392BA34AF7FC977B13E9F2F601B90AF92918C7B795102704AFDC1443FD609CD8227F46AD4A2A2C6BC43E1C8CBE40D654431AD469FCBBB
tools\api-ms-win-core-kernel32-legacy-l1-1-0.dll
md5: 6871E591ECAEB1DBCC989F04130B78AF | sha1: CA438422A6743767EA46BF55D5B3728EA0600BE6 | sha256: 82555CCDA8A1837E8C483AF6B6D57F29C1D8D8E719DD40E72F1ABD77FC9E12A1 | sha512: A874489CB1561E7E5CB7AFAA5D3AD9DA987FAE253648818ADEC00AE1B603B49CFA41A547D5E8ADEE37F32236D1E89A4562F24186B7DF5403495FE7B51F0831C2
tools\api-ms-win-core-kernel32-legacy-l1-1-1.dll
md5: 924CABBE77B93A05F1BAFCE5F112DC08 | sha1: 30EBE0168C353ED480152841945DCEBE1CFD2792 | sha256: 83CF0FD62FB12372E2EB9B9B44E85C58EAC83676BA1E812875DFE574E94A524D | sha512: 7FE29D6C8C3FDD138B66057AFEBA344B46F4EF0CA76AF4C465A07A8252888210D7AA8FFB9D0288FE8BBBCFB96D2E58CBB36F45DE3562B509D6F0741986AD0CAC
tools\api-ms-win-core-kernel32-legacy-l1-1-2.dll
md5: 6248DA732D56772A0B2D51E37C928CB8 | sha1: FA88A0E6481884781D1B3A9A858B8CBC953C325D | sha256: 458FA27F06302E6F06C2FBCC6885A9D713575F9C32A78CF865670623BE379E3D | sha512: 48C8C831645793773995BE6CEE3A0CD08BCFEE481B1424BF24CCF4BE6936B96E8B28DD7CCE64BD097CD84210769226E41C1C0D28B123F8F91A018AD95373668D
tools\API-MS-Win-Core-Kernel32-Private-L1-1-0.dll
md5: EBA3021C9DF6F7013B9DDDCD35011F77 | sha1: 394F5F723466A2B238A3139CC8642460894ABD9F | sha256: 945E5515159B1ADC55653235A7E48AA044338E4C5E3BD315B40855DDB4AF55D4 | sha512: 1D79C9D16D2EAF9988A32A20675202C5C631D087FD311B781B213A64D343166942D0D5FE389A08F99660A3614A8F888FC4CFA7BE9A49EFB9E1ABEC5E3412808A
tools\API-MS-Win-Core-Kernel32-Private-L1-1-1.dll
md5: 16755F8E24369374B5B87D58930E0F03 | sha1: F3260B37F33D539A24943EA0611F86457CC7084C | sha256: 8A6549FB389E21CB79385189627EE0C92832AA2D56BA9C659BCEF7BACA3EC442 | sha512: 68969928F79C5B4FF78085CEE334F25F86FCC16C8D79EAD85E361577FC044258996DC9E0A42963AC4EFBD086D8D4922EE3FB4081965AC4142F56036490211EEE
tools\API-MS-Win-Core-Kernel32-Private-L1-1-2.dll
md5: 1A4A7AAF92881D4CE3A37D089A66D76E | sha1: EDAF324E61470AE76196F88035CBB33273A0B743 | sha256: C0B737F8335A6E1508347F4064FCB3D2D76159DC36B472D8CE144B849F3539C7 | sha512: 8C39D76A311A2D42BAAE9C95BDA247D2E816C48109406D820F50038491FE5E9EABEB429530B0A2E3744E91FDB21070A182BC542A2EEEEB1AFABD8A1D3FDFFEC5
tools\api-ms-win-core-libraryloader-l1-1-0.dll
md5: 62DDC35A29B0273D41CB69822815FDA9 | sha1: 6E53EFC08CC566AF4FA60623C9D196A2733FB092 | sha256: 692436F7268B3295302C1CCF72388A58C94C81F0465715D4190A56ADF144A38C | sha512: 512E8B351DB22003C290EAC17C63DBECF73D6C6F86E346BC471CB960DA7DE67C7217BA7DF7FC58771A18668A387938396DC58DCF50B6A99BCFA94978999FCBB9
tools\api-ms-win-core-libraryloader-l1-1-1.dll
md5: F87A502AD0B0D0983AFD9D4A54177E9C | sha1: D5B457279293059E239031BE1543F60F3DBFC991 | sha256: 60247265630954EBE9BD492714C30C140D663632CF9B292BEA7B6161C48260F8 | sha512: EFFE5BE0AF2D15B8F481E88F02F8284A0DB4A0285D29CF39820E82A73354612D7D5942BC6679991EC5C5E82CD82A855CA16806F5FE9B49CBF81AA10A10AEA3C7
tools\api-ms-win-core-localization-l1-2-0.dll
md5: B518CAAB84DD849CCD823E7BD74C0A8B | sha1: 8A559806C2A691A2058A51E9F393D14F595C7EAB | sha256: 6C2E4492B9401FA2FC0A7E0AF2B948905D3A6CD63886609655C92DDCC8820C53 | sha512: A411E6D7F3EB8B8C9C9FEEEB9E89D82362F0C4F15E6175B55F9215F3EAF53C4668CB2A6131B1C3114287754C73C178698700147D8CDF5A3CC8B1F27E3CAF1EF9
tools\api-ms-win-core-localization-l1-2-1.dll
md5: 58798E9C24398FCEAEF3F84BD40D7C44 | sha1: 6FE2919E304322AE70DCAA3A44334C2B566810FD | sha256: B4D820C987228AC549D847F781DF1E27690E9D29D9287D3ED4FEF19731BEBBDF | sha512: 727D935305B0FE40E25CEC654DBF5C3B93ED87E40E2C55297C6F574DEC18FFA5B1B12A39CFE51C419A308283ADEF894A3066616885D9C8E945F2B291C2DA1350
tools\api-ms-win-core-localization-l2-1-0.dll
md5: C5FF921BD2C1F4EC512A766F6FF92762 | sha1: 0A054A72EE114E091FCEDEEF7755E0A42D1A1C81 | sha256: F22FD7F82DBAAD7FBBFEF08B5B3F304A0661947C09FB7BD1ACBA164481FC6669 | sha512: B370E1F4AA7A0DE93EE993503DA35BD782591036F2B9498133DEC2F5AE4418D3600FF604177B44D5160C6AAFF712237381405846BE9AA27DEC7BA49D52E7DA4B
tools\api-ms-win-core-localization-obsolete-l1-2-0.dll
md5: BD57D75143B23C9992F33300C95300ED | sha1: B1387D50180D60778DBE414DFC7E4E36B8558B3B | sha256: 8087F3DF8852CBA06BC8C56035CE9B79E3043102F4125B0402744336211641C1 | sha512: 99D71C27192D98226D546A7FE30E1CFA88FE101211063402F50E93A7591AA24D7BD66B9528235BE6609B6A4B472C0EB39C78DDC34986AC4949DF41A16649D762
tools\api-ms-win-core-memory-l1-1-0.dll
md5: 9E644769F8FE4E15CBD6AD8B5BF44A67 | sha1: F4D58DE47FDEF5BB8EEC3FF1B9366B9BD87C5F8C | sha256: C996B6914EA396087D99C2C4324B3A8B13E87B826853F068125D9397529F88C5 | sha512: 4519581ED7D0342AE0D59949EA0EAFC48E9A0A149D4E071D3CAB97FFC857E39CBE2B5A213554E0DCEEBD4953C3F158BF4FD0244CE460913F479114BF6928A859
tools\api-ms-win-core-memory-l1-1-1.dll
md5: D5F106FF9E61C8D42D679F74DE575164 | sha1: EE488F7A7C4C233865989162AFF77859B0835B5D | sha256: B6E93D779EAFFA7F8F903032619C821524A883AFE7B7A70F40CC07729AF1DBEF | sha512: D446B5BBE7119381EE22DC8875B6FAE11EC2099D97F7AE14C8B5CD05BDA1BB0D5BE80267C9BFF194C10BC3EB295801ADF02092395E91F1CA53ADC393A678BDF9
tools\api-ms-win-core-memory-l1-1-2.dll
md5: 58A752D04049F6E3B9B98EE8909A7F69 | sha1: 396389B47A5F2694FCF83369F9881CE7742ECD75 | sha256: 1F4C97A03C260859E0CA6B405911E276291268DAE3FE3CC98FD9F0DD0FBFBC22 | sha512: 378DB80E4B895BF9FE591E53CA47EBE6290E900EB61C59531AEEDCEC43A4148398190FC7A44AFA3DCE4C8ED5806819E0F958C7C89E5B6B63C743B32670DB09FE
tools\api-ms-win-core-memory-l1-1-3.dll
md5: FA21F68C05A6BBA2ED42EF4E103FF518 | sha1: 88F5837354EA14A76A357860133D57D1C43D682B | sha256: 8514EE539F2923892B7B74E054C0BAB0226EEF2BB5DD3F9A4F71487E9A37E0DE | sha512: ADFE1D71AB84DEF8C801EAA703FF1001EFA6E3F526B133AA6C7C33EB8889495022F101B1E127E9380B722CE510B032DA101A45A13FBD4F62A76862CBE8A70AFF
tools\api-ms-win-core-namedpipe-l1-1-0.dll
md5: 39DABFDD57933763374A126F2BDE991C | sha1: B57A860EAFC25F5D98A3B46321C6C1E192D7466E | sha256: 65064D93E105EDF544E489DCA9E0BD6D7F7AF18565B2B9ED47B6AD10B9D8A038 | sha512: 5D9DA31BD1D63DD8AE4F8BC54EF38FB98F20AC6D80549F730BE870A2A99E8FC16E813E833047890C7A9409290A8ADA854F28E81AA7955F05C53401BEE36346B4
tools\api-ms-win-core-namedpipe-l1-2-1.dll
md5: 2B9B5C541691552D81231A1C719322A2 | sha1: 5A60D9B704D7DAD1FBA1939CCA3042A97E2C0DAF | sha256: CFA40F9BCBB62E1BBF8838AE8C85B491829F5113CE2D450C518AABB78E0FA753 | sha512: C38078A3C7E8E5E2B26AEF28B7F016713E384442A64B85E972222448298F64492C53D9836E2C8A1FC283A8A2934A290B72162B4824A493DAFA0180E52B375347
tools\api-ms-win-core-normalization-l1-1-0.dll
md5: 649728C5591BD15999EBF1D6AFDFD910 | sha1: 9F651E63AC39D84DD7C4E74EC1A0224C089FCEF7 | sha256: 99414856BE84732FEA63163BB4B7BF97128C8397AC5E43D90AA8F6BA25B163F7 | sha512: 8BD7409001E754C0AC6324FE28DAD4D330396B15826F3C9FDE67A26263CB91E1D9AA619BA4E01E670B0CFB9659F42C2E54CA6BA2AC35EEA74DD13A6437F40371
tools\API-MS-Win-Core-PrivateProfile-L1-1-0.dll
md5: 92412F951B29926693945F0BD14AF0EF | sha1: EF7E86ABD9BFB60EA282DC6B8E08FBF454A2A0D9 | sha256: 3F6C29CA336E80D7F71FAE63A147AC9ACE0CCAEEFC6C0D30278E7DFD77B0E805 | sha512: 1A8F5A2F99BE2E34D1D0E1EDF3E5A30788E0DFC1B6CEB2D82464E16ABE5E7B5B59266945119287424F48F4AC5195AE82FB415588EA1D63CB7E1B73954AFFF45A
tools\api-ms-win-core-privateprofile-l1-1-1.dll
md5: 2C02EA3291B005109E4E7415FADB6ED6 | sha1: B82BDCAE9975709F1E46273AF8ECCDCA8C53E2CB | sha256: E4F0794B31DF930B6DB4C5B1CD4F8E75EA1405D70F6158C4E00BA451778E7284 | sha512: D6FFB69768BDDAE806F6FBDAF5689C6F27172B2AD8BF77F7CFEF1083188054029A7B143A75A3D3E61B27FAF856D43E117BA6EB8A400AF6E472144AF67B47CA37
tools\api-ms-win-core-processenvironment-l1-1-0.dll
md5: BFDEED637197C41419D940AE19CA65EA | sha1: A1CBC8BDB2F93685E8A6263FB96EE7D0BFA5093C | sha256: A5F41D6EACB9782918B2E0158BF5183EC0B2319BF3391E67D5951809B02209F0 | sha512: E1E9841A103DFF0C677887F7B5AA2ABE739271CFF4945FCC1C79C0BB857A68AA351B8B37F738D8A191901F1FF5164D337F30B46411F1D298EA86FE3FCA6CD0F5
tools\api-ms-win-core-processenvironment-l1-2-0.dll
md5: BB027B5421EB835C9220E7EDF025549B | sha1: 70E167B0355DFD344548E14C17A8060E161F31F9 | sha256: 5DC49CEC3AF0CE056C39483DEA5F1B5E26C3429F2F102B6957B25B74651A8170 | sha512: 2CBE7608CD4874723B8A2FDAB6D0C49C872366DEA2CC27A2DC7A2E9CD790BBD0A5BBCF03AEB7A2E786353225C62119E756B01A7EBF36792281CB02F1F46A0FEA
tools\api-ms-win-core-processsecurity-l1-1-0.dll
md5: 15F65384F1470212660DA94C755AF789 | sha1: CCD221C9605695712361F5BEA02A178E70AD3A13 | sha256: B5A1F2A3DC64C9456D390A620F0A45346322C45BE2F00404627E2DF7DB9B6EC5 | sha512: 921B07562681D81C9E5C92AA811AF67977897DB30FD8B65A05B2D2929D4392AD2213205D777A0E5ED2F16A094DE457C8CE38BF01535D01C7320B3F11DE0F94D2
tools\api-ms-win-core-processthreads-l1-1-0.dll
md5: AEA2D7004F4ED314FC8435ECECC9B67F | sha1: B7FA4B68E8C5F0EF96DB59A1B6D00C4B4EA4EE00 | sha256: AA70615C0D47B09E830B767C260935EC8E2EBB81E58EDCF4FAA8566D94CCFB0D | sha512: 70D13B245181B9A59ACCABBAD76B0775D6EBB315A3DA9C45B2D8E349DBA15B4CEA670682C267D9EC9F8DB1DD05F3F6FD6EB93806A3E8298C07F1D8867E7E95F7
tools\api-ms-win-core-processthreads-l1-1-1.dll
md5: C039CD0111CD6D31ADF188D184E7CB35 | sha1: 239A831B16C0ACEB3E8CA20A61C66CD6575CFB84 | sha256: 08937E0EBEB031C9328301DFDE6115D1D970033FDC54B8CD7A9DD5E4B1B36C7A | sha512: 1F7B9E79CA0CCCB37C93926E9B631E6AE85CA965EA534501E3D8D03F18DD3370617DED2081D019C435657754C9D3DC859E4ED21F193E54E7085661B3521D27EB
tools\api-ms-win-core-processthreads-l1-1-2.dll
md5: 6BDCC0143FDDF29FE1C22CCF2BB56D43 | sha1: 9F42F2C63595D1C9A0031ADB00243C5E4BFA35A1 | sha256: 467C29EC1767D5B99F4C138D9B2AAC863E3BEF5C206178E9774F68497E461486 | sha512: 3EC16BC0AC95E4C1FA6341DABDB53561253DD34FEAE8F2949B3E34757D9E166FBE1FDC26DF38969D312569873496C48E8B691388D296F54A0DDE5788C4818B08
tools\API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll
md5: 7DFFCB2BD8F46D13B1FA99ABF6050E9D | sha1: A8FBDC171CDEA89F50562C0445992FC51178B2D0 | sha256: 2079570638A2899F61CC8DAFB2CC6267D4EFE7D9C74944C9A09FC4FA243EB1CE | sha512: A86F9F478746182FB36932CCD7E7DFD5BBACC095C3E0A4E5232C7A7B2C2F7AD6587DAAE0EB4FE3506A123E6C2DE9E8390086ABB83D857138E35B45675CD8B4C4
tools\api-ms-win-core-profile-l1-1-0.dll
md5: D6DDC1B350D2FAA042F08EE0577ED6E1 | sha1: 68A209C93ACB4AFEDF3040F6D725ACD8E64CDC53 | sha256: AAB9C33CB38D380AF144778EA694C9FF55C2DBE74BB51ADE5DB82B70E31C95F1 | sha512: 08CCDAE9C04A8B5397FDD8057040833F606FEFEF54286404AA473D620C96F571A5564F1930DBA03F875285B7C380EDBC2ACBCC466E690EEDDBEDD6B713FC1358
tools\api-ms-win-core-psapi-ansi-l1-1-0.dll
md5: 50AF5D8EBF57F63B1B1BEB8A284164FC | sha1: 2A8C8942E953FAFD040B35A106B7BCC7DA4DC5C8 | sha256: 74FD6C8D6A0FCC4B76DE2CF59D485202532F4DDE6B22D55DEBC880C3640A81A9 | sha512: 8B4A718910E4AE891F67847BF6BD555A32C5758A5D9F8EAF8A4C4E98AE690B6A1B41FCBE9D5CFC4E656D179D4BB4F188B5306A2063BCF4DE2D51D891B6D3070D
tools\api-ms-win-core-psapi-l1-1-0.dll
md5: A66FF5D1EBC414FF92A7FAAEFD2448DC | sha1: 8528252AE90D54B8BF0BBADDFD3C2DBB365DF62E | sha256: BB9633DCADC663B2F20D05712B64523EC0F38815E36387EF8931C43CEC2BCF0F | sha512: 70169AD019B3A2EC7858363F73C6C8A292CFFE877CCFB525941AFD82F5768D37F2EA41D267E6891805EEC27A0FF27812623CA600F4E95356F1665D91736BD6AF
tools\api-ms-win-core-psapi-obsolete-l1-1-0.dll
md5: 75D08E98FC61B0FE6098A3D93BB384BE | sha1: BF1EE0AFC9A0378A7AA2F5309E0AB6F084EA3F27 | sha256: D98116C17B34FFE4597BDFBE209F2289EF465A76A8BF27649F27BCD308C79CC3 | sha512: C5300C0B9A3D55D871DA53A5339C0076C5F5D2D691F099CA8F6BBE3EFBF71738C6A18714BA70292AE7ABEFD933D760FB662B63153FC61BC1BB20EB638A2EB596
tools\api-ms-win-core-realtime-l1-1-0.dll
md5: 9EC827712434115B6D684365D851DC48 | sha1: 9064CA31CF879113290AB5D3FC354D203CBB1609 | sha256: CDA550D7E863E62BC0DCDABC7CB67A93364FF59322BF750987FF232C871011A3 | sha512: 3513473C19179886E893763F94161A035BB0D0CBF49A7078D050FAB26A258E476A04C0B245491B55ECC8CB73827FC4F14234AEA2DB702BE39609EFA2F7A7FAAC
tools\api-ms-win-core-registry-l1-1-0.dll
md5: 7C44B5BCACF2FC0F455CCFAC0F1F93CC | sha1: 7A850DDEEC376A8AB8090908C11AB081DF46E0F2 | sha256: 4B4FFAC58E5671B9A010279EC5AA4E66EF83DD27A5BB6A89C2C2A05D47707549 | sha512: 99776223AA3A93AD78404D067CFF977583EB0C10EC0D4B1DA9443ADBDE78C6F89EDB9C9BAD0DC84E5CEF55B31B4C5D916B4424AD266E24011E94C6300CEB7BB1
tools\api-ms-win-core-registry-l2-1-0.dll
md5: F8609F73A73EB89333F572F83043D118 | sha1: A6BABC9B135D30D1B6843F892F4E967D5EC8F886 | sha256: 453963E2212CC0B819FDDD9A521BE514C41EC2FBB699145E4C017E3D9DE0BA4E | sha512: AA0E75D6F57A9C042D6D482DDE8CAE784B661E79E010B42B699AB66F8AA66EB196D10904C963C449BE71C484227E6DE8C1D3DD715EC7A990B54F5475756632DD
tools\api-ms-win-core-rtlsupport-l1-1-0.dll
md5: BFF90DDE47192D1DB4F7102E767F8233 | sha1: 8063EB5FB194839C47DAAE10BC9545C61C0E7CA5 | sha256: F838C06FBC86F925303E07E77F6A04EB3C68F58CB7C4725AD1DC1B69AEF3D9D1 | sha512: BDCEEAC786670FFA3F1DD9CF118AEF743823A14674B0A2F996D569DD74A2DD61811A81D4290739E9E9FD4BCF796CCF7659C7AA81C9013CA6FE349434FC186AB0
tools\api-ms-win-core-shlwapi-legacy-l1-1-0.dll
md5: 5DB11BE5E4C0552204E20C4B3CCD8056 | sha1: B3DA7AB900348D4FE483CB242D8EFCE574604482 | sha256: 1623527EDF3AF6142D07EC8AAB816EB5ED6E41202692989ADDB5EBB40CB1CD4F | sha512: 26719655684F0F7DD9634A6B7EFE80C07FD6B30472C808521CB1BACCEBB9D351C9BA5B3FE70B5C1A1F4B40F22C1C53C6B9C1B6E65974BDC1F30FCA7A6B130B56
tools\api-ms-win-core-shlwapi-obsolete-l1-1-0.dll
md5: 1622088D0119498BB40213F7D4BFD787 | sha1: 0E928A14003A9F151E8245CCC0E8745D4445ECE8 | sha256: 038F0A646EDC975B23C9DECDC14DADA9305B18FEAC986E0E6875C7AB0F6CF6A5 | sha512: 9C46B530B92D3117A0924089042B19F3195152834713FB4C423280039D90A9BFE41266E3B4A59A4CCAE02AF2986A8C85814A265B92903468674A40A2EF2C88CB
tools\api-ms-win-core-shutdown-l1-1-0.dll
md5: CCEB340102B0FA1167205E5417A57383 | sha1: B4EFF167BB432043D21109D3CF731DABB9AC9D98 | sha256: A6F72436D8533A5CF187C5BDC797B0D9D7D07A58AACB065DEDFCE9325DE400F5 | sha512: 529FF243A4D3405AEC9F8C716CD4BDC5E8E5913EEA7D953EDB372EC9BA71C72151CB560D6B0B59A016E293C0B81289B0F6C8E77C5D3D7FEE202F55E5FD6F5D6E
tools\api-ms-win-core-shutdown-l1-1-1.dll
md5: 14FE368E1261E158B1744A673C33336B | sha1: CAA22DBA1FED6C4F015EC69F199F2F2BD116F258 | sha256: 21231D14DE30762680ED2DDE338268DE3434C73DA841254303EDD123917820CE | sha512: ADABD395DB9EB63E1330A014DD435C7E54E9BE46A4CDDE3F9EC94F3A976F128092E656F43D9BA4619FD8A63FF13910E27F3C90377A17AAAB534C99FE124D2E7C
tools\api-ms-win-core-string-l1-1-0.dll
md5: D46E8AD175CFC9B91E39270CF081C97C | sha1: 144DFF0776AA805BCB39C9935883AFFE48060EEF | sha256: FB2A5EB8DE590BF742CD6BB66FB55D607B6CBA86F683998A9D0AFA96FB07A98B | sha512: 147A82D192EFE7BAD228663C95BDC85F8EAACE5D81F0A8A968B0D9A25B6E8AD187B73CBA80FAD508379506CC33795561C1EE561B522F42A679A6491368DA3A61
tools\API-MS-Win-Core-String-L2-1-0.dll
md5: 9CE3FB252EFBDDDCD78B0AE7FFD27387 | sha1: 6EF6EE57171DE8A8BBA2525BB745D42DC053B6A3 | sha256: CDE7DF9D228F71A677D478BD3E50AA29CF4998B92B6CBD6DE8B766123EC964DD | sha512: D9D0044648BBF8F4141537136163363DEFA788F516DCAD58B59684C859F6A0D3A3C4ED71517DB676EFD1536403F6B2278C26316B73994FF5DF43B38E9EB19A45
tools\api-ms-win-core-string-obsolete-l1-1-0.dll
md5: F527D2CB10908D67125A9880EA5D3723 | sha1: 6BDD9FF25B008F29C7EB00297D6BB849B38C5F83 | sha256: F9E9C6D4D44DF369E966263D3D13EE87CA4B15A8F15DB0002E7F1F37A837041E | sha512: 0CF9240C2BEC499D641C11FA6EDB08C47D4B54377459B051E7B63D2DE5D758008C414D25BBD91981BC1EDAD7949CBF993342CED2B192AEDC48A8F366AB333C59
tools\api-ms-win-core-string-obsolete-l1-1-1.dll
md5: C4C06DD40D2C0BA716DBF303CDDA1D07 | sha1: 03065874696EE0279CE7BF0BEC804981658737A3 | sha256: 55E193628D7C04DA289612DA7D7B4C42B4428FCD1F351C27884467DB7BFA616C | sha512: 20965320D6C9F8D83F96AE953A3209039F707484E00CAEE0ECEBCC58B7020351D7BE5E8E7DFAA187E482DC81846CB45AF9A0E4C89D9F501D23E1083CA1693A78
tools\API-MS-Win-Core-StringAnsi-L1-1-0.dll
md5: 9B851AFCE7398619866B92D4128D9A51 | sha1: B9D47928847778A2B4099DD9FBC8ED9DA91BF60D | sha256: B25238A180EC28763DF97FE805FC7E2483EB188EA45A57E0035E1F8B529A27FE | sha512: BD7E7F5E3E997351607BE49FCEE06208D56A16CB27D0B9713BCB7699510F7119092469C74F11AC373EC478C805AEF90C2D4EA6D577CB7C4B1A4F81CA2991AD95
tools\api-ms-win-core-stringloader-l1-1-0.dll
md5: 6BCE67D59CB452DCF6EF5714B132ABFC | sha1: 54F5A8775F29896959AE71D29C794E1E48EA421B | sha256: C4FB2484DA8C4981F9C9931831583DE407E0FAA25BE883CE2CD0C02C3702556C | sha512: 94DE7284D4885CBFAC1D201E3B6BBE4A5DDCBC68C1CFBE63585B21F0C9D5E4D2E9645016FEBCF719AD6F8AF3407CDD3DAAAEB97BBB5CC59F00C7EB8494232EA2
tools\api-ms-win-core-stringloader-l1-1-1.dll
md5: 1C3E2E3F2D3E788C35ED4B1EB0DBF2AD | sha1: 71FE11F4934178B5BEAD4BA5ED51865F60B37764 | sha256: 307DB5BE5C97CB1C49CF0B62D5F7C1DD10FCB06529427C971064DF59B88E4739 | sha512: 3BB7D04EA71E180A90F1AF8361200E15E2B08FFA43A04585D1967DA6AE1B748525F5007790F83A206A4C308ED2D5D0A9C6731352FF328C378015385C4A0A4FE4
tools\api-ms-win-core-synch-l1-1-0.dll
md5: 0D939B5E1647E7CBED2980F28B45855D | sha1: 9BB61AD979451B05E0E9E4C14D57A76F9DD44E9B | sha256: F255C2B11BA86267F3B348C44667D5B81633745AF021E167F38440512C5C4D9A | sha512: CDAD92A9E578C15824117D5FE85D4648E698CF9CEAA844BDA515D7B74591A154F6BFB52E5C3B27F04822E977799ACD86F71E7E424BB570DE8314B973A0AE3579
tools\api-ms-win-core-synch-l1-2-0.dll
md5: C33D36EFBF464A01359E6403699E2FFC | sha1: B72C847FF75637BA69C3634B89F1314B56F46AF4 | sha256: FF60F059CE4C02D78652A14296E578EA838B10041000603350AF4DACB333BA46 | sha512: C1A8F57F59376C6DE43AC9543435173C4C528D8908EB07B9230EA7235050165D9BD48059602161C8E4A3559CC442C8EFC1180361FBF46FD8C95E81D887DE323D
tools\api-ms-win-core-sysinfo-l1-1-0.dll
md5: 921F8CE8DE133DC14E9BE511C77B592C | sha1: 419DDBBE9B17527A2F78C94C9B55BCAB662CDF1D | sha256: A683E6D992D62BCD2838F3DD55CC269EE3B3F5C9DB60BBD93E10889F7ED397FF | sha512: 3D9F9B51A10435E67516ECAC994185A99D481400B26069716A15405CFD25EC977A70A5C30C0E4BE71EA09C17CE3E7BCF84B117E235E12F814E6CE84209134C50
tools\api-ms-win-core-sysinfo-l1-2-0.dll
md5: 0B6B805B00B9BC4E0A02F5E1E2C11794 | sha1: 453C7F7B9B54E04BB0A130BA8B6F448951CD4439 | sha256: 872B01EC53245645568F93A0832D4BCA6E33152B340EC819208D4D12F09C8F02 | sha512: 2DB5DC2236F1903432F746ECC42E360FD2159D4DAE64B554CA092CA5A5E071B61EC7B53767C5B4197FCABC271C045E02F6E06A7E51CC7DA2309496BCC5CBED85
tools\api-ms-win-core-sysinfo-l1-2-1.dll
md5: A677B28F6CBB88F00216439963B31C54 | sha1: E4072B74A414F094FD95B1605B6A5216AA87DB19 | sha256: 0CBA5845481339FA561CE12C76E99B78A0A1F176A523B94BD1822F21A0710234 | sha512: 237F0FAEBEA14BDCE9E5CC3A81D2CE2FFA7EB51F32D95483CC0E95D029F41B57374B8DA7D8960073A971EFAEEABC3AE22F71F176ED30D6BAED1250C66843870F
tools\api-ms-win-core-sysinfo-l1-2-2.dll
md5: 535FE1858FC86A617F20F793CB4F4992 | sha1: A7CD3B3F73D8512572CB52DF049590260D588794 | sha256: EFAFE6B41C4F44D23C7A713D26AC7EABCAB43B69CE008CBF078226AD59546B2C | sha512: 7936B73C2277BB656B3464BEEDB9916EBBBCEF2E162EAEA2E36A0116CB3E5E53014D3330B7511C031C94A6CF8257CD5D3DE62C2E4A274D22A4FF94475BC3C328
tools\api-ms-win-core-sysinfo-l1-2-3.dll
md5: DF49AE3203B0563CFEE9DA3490C581C0 | sha1: E750230F54DE8C2359D401DE59AE0D2B43E35342 | sha256: 4A846C982F12F9DA89E2EDA0E190EE5A40F576F4AA05AD7180BE0E6BD28374DB | sha512: F2C06DE3B0033C141887ED19CAF6516A404BB8A149A3EBAD8DF44391EA178ABDFD3E6239FE2228018F563CCD73AD3571716FED1AACB2C8EBBBB0A28F7F8D6BF6
tools\api-ms-win-core-threadpool-l1-2-0.dll
md5: 8020758AB6235CB596CF2349F4D06F35 | sha1: BF4CA27B1DE8315D8BA7F0ED3C7418F762D09E6C | sha256: 6C7A4B9C5991C3FC2AA3A6D15B905DF52FF37A483503CA5865CB9DF03586A3A2 | sha512: B0F28948A8ABF351075BE95D42C48AB00718FC94468DA582AA311133AE374151B4BE5B43D9C85DAA777813F0ECEBCF93E6A9BCF1D2BF68E3B614F31BE5A4E7A3
tools\api-ms-win-core-threadpool-legacy-l1-1-0.dll
md5: EF3EE4328871D410C4802C266CE059C8 | sha1: AD7DB5D6ACD4E3D99F74B3026E1093D5AF8A84BA | sha256: B55D4029FA41C8F6E006C0271C9AB994735BE92C1390BF5D2B692A1F4A04EE7E | sha512: D60C4C858850970F1C89A0425D5C549FBAF036FE61D9BC22D7D19E515E1FA2096C37FF6CB87894D07F40BBB51CE1507328C2328CC76592E1113930BFCE68D568
tools\api-ms-win-core-threadpool-private-l1-1-0.dll
md5: 75B4A7E867B3BD37176686D6BE20EF1F | sha1: 1273C467735AD48B53AC5CAB9D953F9785AD7282 | sha256: 001ACFFEDECA8CCA9DC9934268A31031704DC0C956A5E4CF68E40AA61082DA05 | sha512: 0A9BE10459A5F0864A6317144DDF6EAE55B952A053F7A879538F5355054414643BB49075CDA786CEE052663234D3CC0D55F137E04B7921C04D6383BEDCB9B339
tools\api-ms-win-core-timezone-l1-1-0.dll
md5: C81A4D5229F55161D85B5B18DF0780E5 | sha1: 79C65A9951A96A6B55C87D3280DB6741194A07DA | sha256: 343A48DBCE4932E997BB767E2263312ED4C803C57CA0A2D0F9E6548C211F285C | sha512: 87B9C18F0334646F4870B9BCBEBBB0062C2A0B2FDD0CB01957583CA9094A19D3226E5E970DCB136E8B2AD6173A52A1C73B44C1FE11B793D3992027E82F47BD41
tools\api-ms-win-core-url-l1-1-0.dll
md5: 7360863E282CFA95159BEC884391C4E1 | sha1: 0F00D15E8EAE3591492E1EEC19369EAF865010C2 | sha256: 23CBA5D1196E5C4C860CA1B2062E4B2AEAD08320654B5D21B42C293FE5213F31 | sha512: B49CDCE4E12167A28395C70D54181899FF20BBB17F6D8DF00EA6FBBE7B98B33E8F6BDE95B5694572C4A2DD0ADF8B3D5DF4EF365EE4433F36B9F8966705D61978
tools\api-ms-win-core-util-l1-1-0.dll
md5: 0101B0BDA13053E45F467005EC6BE27A | sha1: E3649D9FCEBF30AC99AF57D1F7BC49494F314630 | sha256: 7DE41A30DF4A38E9748E407644EE31F63E57A0A9EA31405FDAB97F58D5382B5E | sha512: 3B8AD00CB052572BE83DE71D3F06F853065E0435755A000EBCB478CD6BC0594D9D400BD9E88898A5713C229E81A71635EE3A9C8893D6291FC7D1EF1B3A3C4545
tools\api-ms-win-core-version-l1-1-0.dll
md5: 8BDAC403957CE1B5A36689BF4160C800 | sha1: E372483C19CB052319A0874502401C885559DF77 | sha256: 62EEA25D1AD4DF028B050BAAC4286DAA5651BEB6181A2CD9BCBA859DB9EE4E10 | sha512: 2E385317C1A23D2CD76C0A4991A0AC9F9F1EC18C364A149D1648A1C923176239037EA7AC69BA15F4C4FE61C6BF3F45E9AE3FFE0A38436C52DF4CE99F88995284
tools\api-ms-win-core-winrt-error-l1-1-0.dll
md5: 297D4835A10783EE6BEB51445264A1E5 | sha1: DDDEAC137A581200A81D491260F5D4FB6B41B383 | sha256: 742B1AE81A5AFFDBB74D361740690F1E73C790FD65604E0801D5E589DE585423 | sha512: 43B5BBB868B5503D4699232513428BB678D5AD59C7E2F4042C007FA44E044B52572FEC2940F7B0DB9698C2292E7FC8678B545DD646E1437B119627FF57AEE791
tools\api-ms-win-core-winrt-error-l1-1-1.dll
md5: 9206A8D82106FB6A637F105A7FDF2241 | sha1: A5E4B85F405B1DFC2AAFC6DEB8170B6797091151 | sha256: F54E139A96FA3F5961B5F632F9D82A14C5337C05BD4D126A90AFD91F8C22EC62 | sha512: EDED6C6CDFB13EA88D9451F1D1C2FC26E978C53AEE69C7B248DF34D73B7A000153CA7E6EFFC78FDBB45E4064086EB99CAC511F3F67FABE29EC4B3D84361A80CA
tools\api-ms-win-core-winrt-l1-1-0.dll
md5: 745D3C6707C6182E5617C196EA0AC7C3 | sha1: 8A78D39EB9E38C93B3327933A8669EDA76980ECB | sha256: B30F6D5E1328144C41F1116F9E3A50F458FC455B16900ED9B48CEAE0771696BD | sha512: 0EAF73590AC3475B253DB0B88194EAAB8EE24A91E5F9983D45925470D32A747807EF20F8B05AC38F01A5143DFDFD849D6A0E9C53C80F2867F270B1E9B5E59FB7
tools\api-ms-win-core-winrt-registration-l1-1-0.dll
md5: D7A3FD494AD4197B08D989EDA98331CD | sha1: 8907B6BCB038054A163E54BAAB6696CC7C8D4319 | sha256: EAA4E6AC7E2552ADF41110023FB6F97E683FB8037EF5A8B827AB02AB44C5C749 | sha512: C4508F363E2045A3E402583F2142A73E29EC4BEA812124324AD640910B491D6998028BCB1D40CA40829677FF980E16960A9AF65286DB26F145D8E898462C7356
tools\api-ms-win-core-winrt-robuffer-l1-1-0.dll
md5: EF9E99CDE06A680116CC19891C72C3BB | sha1: 3A908E012F876709C0F8CA6715F7BC921297A563 | sha256: 320FA2BDA4F5090FC4CF46C76742551CF91E9653EE79C1D9E44421FEC17836FE | sha512: C5EF38CBD6C0EEC50074BCF80A2D7D6794B3A274FCA6617F41834E67D31B78E6E3BF12352B87DF1C1D2492464F0BF2AE7207D91F1F634337D785F2BA2667171F
tools\api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll
md5: 35463BBCA87CFDFDE09D6CB9146E57BA | sha1: A18639B4DEE91F21807203EF56507E24966D3B0C | sha256: E8A095257D56177C014914983D31650D5EF353B337B9762C87CD18C0C630C1C8 | sha512: 15928CA55AB32E457F8F9B38631F3F083E4DEF9AB38E8F69005811C541F43A14729A24310A57B464E94D366BE626D85593508DAD922B23A27856344847EE9DB7
tools\api-ms-win-core-winrt-string-l1-1-0.dll
md5: C4F228758A454AB35A67ED95A5FAD4DC | sha1: 1EC8863C9D607A89662B6996452E87D77DAB29F7 | sha256: 6DBF6914F14BB8F19D1F25643D9474F867155D15ED73F09E3D44B507DD961C8D | sha512: 21E2C3EF1D806CEA0107D49EF604B0DBF98E61072941104448275FC723CFAE39E3CB079D3DDE28CA27EBF7310D19859FDD8A6FEA15353B800D91F99341A660E5
tools\api-ms-win-core-wow64-l1-1-0.dll
md5: BB3658EF74F32123F3075CD077DC6397 | sha1: 176742EE8BC7380804470E8AA0459697BBFCA743 | sha256: FC0BD60619D9549D61A8CACC808A1BAA89A7C55B7EF596B166E5446E1A8E12E7 | sha512: D72918C346596EC41DB7FFEFA0AC5C014AB768B5C2FC9202E7740D47A7294CFDF80A40420EFF94551F609A857970FEE9B7F35D9AA22E70456C9FDFDE619C31BC
tools\api-ms-win-core-xstate-l1-1-0.dll
md5: 382027975824033CF3552195630E662E | sha1: A3D79B831D84006C53A6B46EE276B50B9965FBCD | sha256: F10811FE5A2F77D174B474E9AEA588899163E422C34BD684EC4B7B069DE09724 | sha512: 4885FE04D18322F63E4B469E3BD60BC596B4A9721035C6814951785A167780DA40A0A692E6A363DF29950A2444C0124A5E3BCB0D6964E54D054020E310ED0D22
tools\api-ms-win-core-xstate-l2-1-0.dll
md5: 514CB7D5F544E81BDAF1B8CCFDB5A25A | sha1: 4B0FD7C6C7E0399E67EE40A3C44E8D2A3C13A8C3 | sha256: 98E233915DFD8BE417F93C92DD8E85E8A48025F52BECBB891A981A110C1DBA52 | sha512: EB95F920334CDD5F4482011794BDE18106449375741645009610D8FF048285A68FD19C53850512F54A111C56BCE35DFF3739AEE51DB3349958BF4E3C28487735
tools\api-ms-win-crt-conio-l1-1-0.dll
md5: E3D0F4E97F07033C1FEAF72362BBB367 | sha1: 2A175CEA6F80EBE468D71260AFB88DA98DF43BED | sha256: 3067981026FAD83882F211BFE32210CE17F89C6A15916C13E62069E00D5A19E3 | sha512: 794AE1574883A5320C97F32E4D8A45C211151223BA8B8F790A5A6F2B2BD8366A6FCB1B5E1D9B4A14D28372F15E05C6AD45801D67059E0ABA4F5E0A62AA20966C
tools\api-ms-win-crt-convert-l1-1-0.dll
md5: AFC20D2EF1F6042F34006D01BFE82777 | sha1: A13ADFC0D03BB06D4A8FE7FB4516F3E21258C333 | sha256: CD5256B2FB46DEAA440950E4A68466B2B0FF61F28888383094182561738D10A9 | sha512: 2C9F87D50D60EBE4C56257CAF4DCF3DB4D36739768274ACC1D41D98676C3DD1527A9FDC998BFA00227D599FB9893AA20756BC34623FA9B678DA5C10A0D0D2550
tools\api-ms-win-crt-environment-l1-1-0.dll
md5: FE93C3825A95B48C27775664DC54CAE4 | sha1: BAE2925776E15081F445FBDD708E0179869B126D | sha256: C4ED8F65C5A0DBF325482A69AB9F8CBD8C97D6120B87CE90AC4CBA54AC7D377A | sha512: 23A7BC53B35DE4893219A3B864C2355FD08F297B3C096000E1621CA0DB974AA4B4799FD037F3A25B023E9EE81F304D351F92409AA6D9623BF27B5A8971B58A23
tools\api-ms-win-crt-filesystem-l1-1-0.dll
md5: D76F73BE5B6A2B5E2FA47BC39ECCDFE5 | sha1: DFED2B210E65D61BF08847477A28A09B7765E900 | sha256: 6C86E40C956EB6A77313FA8DD9C46579C5421FA890043F724C004A66796D37A6 | sha512: 72A048FD647BA22D25F7680884EC7F9216C6BDBB7011869731B221D844A9A493DD502770D08DABB04F867C47ECE29CA89B8762D97D71AFE6788D72E3F8A30BB7
tools\api-ms-win-crt-heap-l1-1-0.dll
md5: 5D409D47F9AEBD6015F7C71D526028C3 | sha1: 0DA61111B1E3DBB957162705AA2DBC4E693EFB35 | sha256: 7050043B0362C928AA63DD7800E5B123C775425EBA21A5C57CBC052EBC1B0BA2 | sha512: 62D2E5A6399F3CBD432E233CEA8DB0199DF5C534870C29D7F5B30F935154CB9B756977D865514E57F52FF8B9BE37F25CCE5118D83C9039E47D9E8F95AA2575CE
tools\api-ms-win-crt-locale-l1-1-0.dll
md5: 0D50A16C2B3EC10B4D4E80FFEB0C1074 | sha1: B81F1639D62DFC7BE7AE4D51DD3FAE7F29A1A297 | sha256: FAB41A942F623590402E4150A29D0F6F918EE096DBA1E8B320ADE3EC286C7475 | sha512: BFEE8B2FA8BC5D95E699A82D01A6841A9AC210C288B9DD0ABA20B7EBBCFB4363ADDE439404FE98DC03A6DB38873902A335BCA77E484FB46F04218696395F1877
tools\api-ms-win-crt-math-l1-1-0.dll
md5: 877C5FF146078466FF4370F3C0F02100 | sha1: 85CF4C4A59F3B0442CDC346956B377BAE5B9CA76 | sha256: 9B05A43FDC185497E8C2CEA3C6B9EB0D74327BD70913A298A6E8AF64514190E8 | sha512: 4BC5116D160C31AA24264F02E5D8BA0BD33E26E9632F9AD9018F5BB1964A5C99B325B19DB9895483EFB82F173962C8DFE70A857DB3DFD11796CBA82C0D9ACD8D
tools\api-ms-win-crt-multibyte-l1-1-0.dll
md5: FF4DE9CE85C4B01312DF6E3CDD81B0FF | sha1: 223224C883DB39D060181D0B5CF03F2E2EF2E878 | sha256: D7E676B9F1E162957D0549AB0B91E2CD754643490B0654BF9A86AA1E77CB3C37 | sha512: 021AF3ECA676CB3973993F983049CAE2A325F399ADECBF025284800F33C76F955CB4DBD50D412661402B8C8A6FD5162E53698000AB20F62D7F672F5D08D62C29
tools\api-ms-win-crt-private-l1-1-0.dll
md5: B4BE272187CB85E719DFB5BF48BB9B1B | sha1: 1C1B672759C2922082DA07AF77F0769D27E2E9AA | sha256: CCAF41E616B9A872D35C8083CBF8FDC14371FA3EF159FE699514643C26A4EBF3 | sha512: D73EC9ACAD4FC73C27749AE136914A9DFCAC0E965DEC7DB0F4784AAC8D4B9D0E8CDE3D28BE8A53F53FAAB06CA0AA9E1A2962A03BD88FC8B044C46DB36A00C446
tools\api-ms-win-crt-process-l1-1-0.dll
md5: E18FD20E089CB2C2C58556575828BE36 | sha1: 1CCDC9443BAE71A5455EFF93A304EAE16F087BE7 | sha256: B06B2D8C944BFF73BD5A4AAD1CAD6A4D724633E7BD6C6B9E236E35A99B1D35F2 | sha512: 630D4992120FF0646F16D95A5A2CEA6C727F87E01124EBD7F1158CEF69ADCD7D04B5676BD47FAC4462C05CF070C520B6DC0016C30705B50894D406992C81F44F
tools\api-ms-win-crt-runtime-l1-1-0.dll
md5: C25321FE3A7244736383842A7C2C199F | sha1: 427EA01FC015A67FFD057A0E07166B7CD595DCFD | sha256: BF55134F17B93D8AC4D8159A952BEE17CB0C925F5256AA7F747C13E5F2D00661 | sha512: 3AA08138A4BBA4D5619E894E3EC66CC540DB9F5FE94E226C9B4FC8A068DDB13039335AA72731E5DBDB89DFC6550C9F5D8F03441001C8FD43A77795A2197A8C60
tools\api-ms-win-crt-stdio-l1-1-0.dll
md5: 53E23E326C11191A57DDF7ADA5AA3C17 | sha1: AF60BCCA74F5B4B65C2B322AC7A5CEDB9609C238 | sha256: 293C76A26FBC0C86DCF5906DD9D9DDC77A5609EA8C191E88BDC907C03B80A3A5 | sha512: 82C71B003332006BEEAFB99306DBCC6517A0F31F9659EA6B1607A88D6A2B15420AEF6C47DFAF21FD3BD7502135FB37BA7A9321FC2A9B82C7DEB85A75D43A6F58
tools\api-ms-win-crt-string-l1-1-0.dll
md5: 3A96F417129D6E26232DC64E8FEE89A0 | sha1: 47F9D89EA1694B94F4F8C5558311A915ECA45379 | sha256: 01E3C0AA24CE9F8D62753702DF5D7A827C390AF5E2B76D1F1A5B96C777FD1A4E | sha512: 0898C2C8751A6A0F75417C54157228CCF0E9F3FACBFECC1268ECBD3D50ECA69A3909C39CA788D9E2D5CCBF3B5EBCDC960DF49E40A9C945FC8007D2DC4474F718
tools\api-ms-win-crt-time-l1-1-0.dll
md5: 05AF3F787A38ED1974FF3BDA3D752E69 | sha1: C88117F16A0AE4CCB4F3D3C8E733D213DE654B04 | sha256: F4163CBC464A82FCE47442447351265A287561C8D64ECC2F2F97F5E73BCB4347 | sha512: 9BC364A4361E6CE3E9FC85317E8A252516006D1BAE4BF8D2E0273337BBB7FE4A068A3E29966FF2707E974AF323DD9AB7B086582504D3CAED2CEB1E14D4A37559
tools\api-ms-win-crt-utility-l1-1-0.dll
md5: F440DC5623419E013D07DD1FCD197156 | sha1: 0E717F3AB9CCF1826A61EECCDA9551D122730713 | sha256: BBA068F29609630E8C6547F1E9219E11077426C4F1E4A93B712BFBA11A149358 | sha512: E3FC916011D0CAA0F8E194464D719E25EEC62F48282C2BF815E4257D68EDDB35E2E88CB44983FE2F202EE56AF12BB026DA90A5261A99272DABF2A13794A69898
tools\API-MS-Win-devices-config-L1-1-0.dll
md5: 4C5430A4A30BA3969D2BAD9D3C06CC30 | sha1: 7CF725C4CAE259FC8EF5C26B0B157C407A446BF8 | sha256: 637500FD33897D817C06D7CE8B6DC44564DBC32C71AA32F5DD4935CF3DCCF1C1 | sha512: E2E38F12938CAE7FAC0F7F28F0A4B8D0AC4BD4A9EC6E1202C8D6671B53D52B7E7A708D60A5CB63CD757DED1B677EF2ACCFCE9068CB47C898561E749082E59C73
tools\API-MS-Win-devices-config-L1-1-1.dll
md5: 3CE450CBC8AB9B743E61E9D9678C46E0 | sha1: DA0897B4E8A11D869DE7CAEB356ED4AB293F5325 | sha256: 1FC574085E38C9A65A8B4DF874441FDB88870F73FABE029C395906FD928BD459 | sha512: 0534BC303D76D48D441D68CF693201231E37E0F733060FE7DF59464EFD868F4647B638F946A8D8938310731691F66386CA8152484DC07677BAF8F31E1CC15750
tools\API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll
md5: 77315B934991F0F4F09EDC3F37657C8E | sha1: CEF161DD252417722F6C6A6FBF15D1AC112353D2 | sha256: 2FF92BAF594B745F2FAC604663A57BAB1C536CECA68817D60ABA11BE1F8089ED | sha512: 018A853180A89982A487877C1C63E38EB97509290C600DBB1EB417098CBD4E613D2AD13E2DC18F4B694327822729E40CF43A305F5854B150570C6985B72197C3
tools\API-MS-Win-Eventing-Consumer-L1-1-0.dll
md5: ECDDD5E288E365EEF66E12CDDDB52589 | sha1: A8D0C224AB91C83760AAB0668FFF8033C38EFA1C | sha256: 62C7B8D613B5760D86BF1B25E16EE959BA860B3BD03F7DFFB3DA981A39F47EDE | sha512: E11ABFF0E6DFF1CDB4CD71BEAA74EA792B60967B5F10BE497CBFF56C981FE86392FF3EEBF910C25D56862D8B9ED43ECB1B06BBFBA530E0ECC6457CDA4F860B64
tools\API-MS-Win-Eventing-Controller-L1-1-0.dll
md5: 7768221FFD417272067AD07CE1B10BF8 | sha1: 0AD25802B8046FCD8EC1C6004567050177D5953F | sha256: 1A60998A9CDDC8763DC5C8C21C27600D1FF11AA90D747A8A2C58B1086B779742 | sha512: F64592B17F14B8182DA80683FF2F519D9706ECB17D34592DAE5AFB34C35A05130B63322D591305CB52D66E8D0E3B7F4DAB8C3213C15835FC92853C53778C918C
tools\API-MS-Win-Eventing-Legacy-L1-1-0.dll
md5: 07C5BC253F8C78792B76D4FDEC86CAA0 | sha1: B7093CCACA3055419470D5097B93FD97493EA5F0 | sha256: E53D069078901E33A3500D9A7F11B6074F7E35B81581E89BA51DB24E10AA894D | sha512: 3026DD855D0EC0A3CFB6BBCF76D37D2C869EBA78E905382F400F5F34EBBA794C515B10A449008409C977F346800F00BA22F401E487433775A3D2A20FDC2F1B63
tools\API-MS-Win-Eventing-Provider-L1-1-0.dll
md5: F4ACAD6A8FE53C72ABC585FFC12981C1 | sha1: 6CC5DC6BBB298E50FECBE3A8A13A315B317FF9D1 | sha256: 8196C8D9F6F9C9D1871C25D2B8DCA142C02BB0FCF2033CAF2C7D56F36C1B82C3 | sha512: D9FEF3757695B194518CEFA5E9F9DE34E5D6B5921406D9702DAE0D19057E1B858C18184D9730BBE78F59A3B6B38DED762009443F8BC6B1AAE70AFC7E3D60A646
tools\API-MS-Win-EventLog-Legacy-L1-1-0.dll
md5: 6ADF1670334A3DC70A96E1277DFECDA2 | sha1: 808FE8E5B3C618018636C7C3D0B38DDF73629B42 | sha256: F0606BD2C5F16F413C7479C00B43EFCCCD202FDBC912D02C63AE6B289F2014DD | sha512: 4DAACDCC97B35CC354FCF35066FD911C915C81596BD38070E8A8F7F630C123596664283BA54187D368CD58BCCEA9B74606ADA62B98E6873D8686C1C800DF55BF
tools\api-ms-win-ro-typeresolution-l1-1-0.dll
md5: D6A8403BA5C5D2364F2236363448E9CA | sha1: 802EF202AA5F36AE3F78EA19999469002E85E7A9 | sha256: 4C1621B6B0DBE1CA89D462D5BB3AA7516F898D81FF90F556046B60A6929DE476 | sha512: A338CC9DDFA15E6EA419694B5C968213E7A45920D2CFB97B0BAE446E11B14AD8D3AF25E4A408C9A14B787959B7814546A01F13325E02622E4CD00642B3FB2D84
tools\api-ms-win-security-base-l1-1-0.dll
md5: 7099EF0F4363E833F4009F204F8EC202 | sha1: EAFE9469F7F3C9E22B1C012290BE998C81EA7BE1 | sha256: 3AE6F24462F15AC017EE560CFD43EFBC56D1F6BBB70F64405A7A99F5768CA0A1 | sha512: 6C8503C8E978D816B18999862D7CAB447CE2E5B35E538C6AFA5BED9FDC4BD522B7C21C0D8155726DF7BAEC4DBCCCA638FEE34DB8049D196AA649DCAE1C0907F1
tools\api-ms-win-security-cpwl-l1-1-0.dll
md5: 597F8F48E0A2ABBE1922D9ED4AA8A8A0 | sha1: 2553B2F6F7CE3C85C43117D6C548D09BC9D9C413 | sha256: 11F0046893CD112119EB2D7025E1A98082A23A9EFA7F3F3AAE596551317D4ED5 | sha512: 71A46539B00E772557D73F4846203FBF5DFD51BEBB9B6FF33C4E73C478DE0AF04BB1B537D98FAD43E1E5FB3F057FBAEFB8F85A782E3E2DA106A35F9A928B924B
tools\api-ms-win-security-cryptoapi-l1-1-0.dll
md5: AC7F937F6383531AEA497CE1BB48D96D | sha1: 07153086C9EA126354E2EF71645DBF5D6012767F | sha256: C20D89BD9294A62E1C4BE028058A2F7CFE486BA95952A50F449AC08917F4F041 | sha512: A23DF66A56DB47AE732AC8CD6B3D187CC19D0EB403FD9D66DAFBB41702DF1E926730309A9D1C323703985A4266906DE8258CC43D3BB9F5A871E772C6A89F66A7
tools\api-ms-win-security-lsalookup-l2-1-0.dll
md5: 5CBE5A3B11A52C3A267C8D90C96A4B06 | sha1: DDBD51E3D504C6B3D55CCFF24BBD6E3D5911C65F | sha256: E66CCCD352ABDC67FE4BA0AB9804A3FDEB8B5C9B57C3E139B991B1ADD6E9C937 | sha512: 17591FC7814634E751B247603CFC0B356E82ECB55C9416DCC42BF417E7DAA14827E207CE88977B9F36DE4699D5B7AB065C9B18080FA3F7BD28D3A569A0478376
tools\api-ms-win-security-lsalookup-l2-1-1.dll
md5: 9B6D2BBA67BF642FAB39E61D5C975005 | sha1: FC39DAB6FF2AEABFC462FD656EFC06F5DDBEEB36 | sha256: 4FE8670C9ECB60EC5B88624B383D81F7A814B9516823AD867DC4D43258E7455C | sha512: 06AB1B286E1A75DEAF5C8075A27D8DB1877EDAFDAA290E0F1E62778051BF9202C0B565BC50E3286399D4AD747F2DA308ECF9DE1F42354E06F554C3E69B55472A
tools\API-MS-Win-Security-LsaPolicy-L1-1-0.dll
md5: 32214E1118355C9E59A12F53C88DA889 | sha1: 42E6B8047421B6FC52612E9137BD9B67982421E3 | sha256: 14072DB573B3D14E5830C4DB4B5F27B5CE2E893121D421EF16FF79A2DA1EA872 | sha512: 1C862D93088D72CF3F918E8ACA82AD99F9645A0DB8487AA137A0F170286492D1E5F340CDB2EE049AFD4E6599A9A02E3A437A946E8F67CBA38928153B8BCE7E5B
tools\api-ms-win-security-provider-l1-1-0.dll
md5: 8A548D1320CAF292BAF2D91998E5B3ED | sha1: 3F23ED9424DE5245CFE1965BD0D5F4DFB7CD48AD | sha256: E1AA58A95B13C41E0B3AD4487408030D2DFCB5235B541E0D858ABF0193BA3207 | sha512: 0ED31DC1D25CC82DCF06E5C345805457757336AE00698A4C98C6219449F4ED97953DDE7EFAD2574E286A31E1C33585C7BC6BDCE67881C30FFA3F59C951666439
tools\api-ms-win-security-sddl-l1-1-0.dll
md5: F9C48A582A1376CD4CE3219C5E18766F | sha1: B5C86A2EA388E75158E4909B7F3F6AA3949F81A5 | sha256: B3AA8DBEECB1735688FE15232D82A5C841306D9B7A85EA2D35122B3B6FD1EB3A | sha512: 9D1AE532C4DCDAE8F0AFFA341EA8DF150B01283DDF82A603F180714B95EC5A4848568B336F73E703AF6447D0EC6F1B7DE7536A1364444AAE03EAA607B105EF07
tools\api-ms-win-service-core-l1-1-0.dll
md5: A56601BF6A0C029E44AD15E829FD27B5 | sha1: 6CBD0C7F3D57148C1A54AE95F7C28E0A387EAB17 | sha256: 6FA3B392226DC0F6949D0D0F17B9C3EA9DD915EC23471055660DCE07F4039556 | sha512: 3075C7B38CF8685029618A54543928CED0D585A4D740EEDB341B0E98719A07697C22A4E4D100D2E618789D2175DBA0798F7C0FC3E212EECAB2A4D4BE5E68ABC8
tools\api-ms-win-service-core-l1-1-1.dll
md5: 8985C8F754C22DBA30A75AABDA210FA0 | sha1: FADE5611B60ACF91C421A003AD79BFCC367580F8 | sha256: 37E5E825AAE3A7E35BCD1B79406076DE91BA21E798E8C216285064D3C6E44C4E | sha512: A32BEABB002078D94F272D7C34C5D198A07F8AB2B2B483764EFFAC2F950B49FF73E09164AB6BE8D22F8A45CEC62893BB6013A7B76CE08D054C955FB27192D816
tools\api-ms-win-service-management-l1-1-0.dll
md5: 4374610842DFD806B2755CCA06A946CA | sha1: FEFDC4ACEB29F7D93B684972CB6AA552389453D9 | sha256: 071676D872F6B61CE7D712E2BB3240343FFE04D5B8F50A5654DFD288BFD90455 | sha512: 8622325D978EF606899493597BFEA441BEDC1605B86AA13E50888EA2BDFE8E0AB5CBAB02345D6AEA48BB05CEBFD1858415C99B713F2928523FF47B8CBFCADE71
tools\api-ms-win-service-management-l2-1-0.dll
md5: E9624C7CFAF1F59AACCEE00F0E781820 | sha1: 8735D4E896B43B6E9920FAC02FC9D1B942268F7D | sha256: BBA1184A3A22A604F1B1AE52A4DC7970FADFCC0E86DFEB7995B4F440455A7F3C | sha512: 2E2946359042F9E82034E4E526CC7363B55E7E5AF2EF49861B7A8C8858770BD81D5667FF641625BFAB723A250D0419FDBFFD225700B8A02F7EBB10F769FBCD01
tools\api-ms-win-service-private-l1-1-0.dll
md5: 706BE13EC6826AEFFB7CFEEA72FD4376 | sha1: 6658894C21A72BAF798092D2E392CFD448526329 | sha256: 8737A4E3E770A31194F54C34E51DEAA62E2667E587906BEC8FB9F23A44E684FD | sha512: 5C2E3EF20EF37D3379B90D6B780CAAE496FC78EC83B9C7E6689D9A59ED0184E88646FD5BB15E3E3ACB5E6A1F3CB076FC908A2B66589F857837FE677A3A970522
tools\api-ms-win-service-private-l1-1-1.dll
md5: ED1A3AB35BDEBECF6DE0F9AE35E99D2E | sha1: 8E27105CDA4EE71293C924848C3292B1B7604B12 | sha256: 822F0CA346C09ACDCDB7BD7786FB46BE1447EEFE7EDB01CD424C2E978B836C83 | sha512: 98EBF003FB073C9092F6D0D1402F87EA89D288CA2682C0678812095FFA87D02D638CD0C1C5F66366DAB61F0F362AE166DBFFBBBBE57B4166483915CA1B277C89
tools\api-ms-win-service-winsvc-l1-1-0.dll
md5: A28CE3BCD8D0332E67E0823C5310E263 | sha1: 647E425999F1B1B028B37B8372DB37E0EC041A2F | sha256: BEB462F578B841A6C96349421DC4B49F1B8DF5BC14D58A0E034A947EDC77ECD3 | sha512: 20163821FA9B1C55ECB19971858142C6A24BC864126098A1E081E6167E66B2ACB309C5544FF216A45EF7B57517D81DE006F5F5437309DA61BD7163A6A05899B7
tools\Autofac.dll
md5: 3371AF2021B69884766162FC68AC1CE4 | sha1: 59E3A08EC3C009FAB48465A2AF8653FE42F3B9B3 | sha256: 392DFE1BA76F40B0F43813021800731005960ED2FCE3536C60F858DE57BAEA0E | sha512: 9FE75D76457CB6DE84EC1C6D394C6DDD4CBD861838BF04F4E229620D3857A7AA9D87A1A918A5500F1BA3C77319B82C283E7717727DA7916441D343DA8CB1F6E4
tools\clrcompression.dll
md5: 975772151BF284B6B19033897E522E1E | sha1: 9BAC31DF36658F2351D7D69B938B7C6118EAF705 | sha256: F47D279B36E7649CA9B494B97861FDAEAE9D6EBC1B4EAC21AE8922467F5CBE80 | sha512: 1298208E936D2EDCD8963FFCC77173259BCC425C5100A1CB585CFEDDF4EB6E647CCA858314A0D12D0B2D0E38B7F5B29E34A3FB89E02B06A8A855F151C8CB3682
tools\clretwrc.dll
md5: 92FE58006CDEA8B35C00001FE1EC3F44 | sha1: B020DF9DFBE0ED4DE97261218EAA53415F4EFC25 | sha256: 5C09EE8A774814AABFF393FA3B7A541F621F68570AF333C355885B203E6867B9 | sha512: 62DD81E47935D568C749E77B7C6BC78428C0D25B1F30435F847E68A0AE3D9FE77038D33226C495EF83332EE6CBF57B490B87807576D0092A2AEFFB86AA5393ED
tools\clrjit.dll
md5: 734F202AF3E00FFA947A5313E203D646 | sha1: F1784AD884BF6A7E7E3FE4AB9D4C9EB39914F5C5 | sha256: 68C6AD29E68271AF68A7265FE88B7407E8E3A8F349F5F0109668CFE87173121F | sha512: 25E7180A887962A54D632CF68C0A8FC88A0CDDF89FC49B67DEA9B33A557901B57DDED600098FC87B4C67DE38EAD69D44C6ADE0ABD1B9A7ADA0927F1FAB8CCE6C
tools\coreclr.dll
md5: 6DC799F00793C4B7C1AA9B5BE6DFA98D | sha1: B7FFE1AC58115745C0AA94EEB59DF63BEC6CA866 | sha256: 753FCC428791F8947AA83F38FE0CD014A378475133263E4669D4A80758DD57ED | sha512: DEA5AC6A738D2EAD63121F03A326962EFCBA277BC7C6F49D0B73BAEE25B7CE104071210E5568340DDD87F2961659832C7A81301C68FCF96E721BC22A4E6C47A4
tools\dbgshim.dll
md5: 95061132F0BF031B59E04DDACC720DB8 | sha1: 2D580BFF9ED8965F5EBDE60A5DDB639DB0311E0F | sha256: C32061FB9840D4F5FE82EFFB51B07E66A01573ADFDD4E2E7B5DA8A670F1E3055 | sha512: C37705A4FFAE57CA35CE116AF944211674F0E011CB9E1305CE31A95DDBB737A5D99782EB1B6C784E29D12AEAA4B51A57B7361B35D9A9669C00F8BA27F3C17E2D
tools\ext-ms-win-advapi32-encryptedfile-l1-1-0.dll
md5: CD0239B023CC15A9EDCA6679D4EC2AB0 | sha1: 73992C9990CB261676DE2FAD57CDA026489BD9E1 | sha256: 3F988B9DF5A4042403807AB460D38689D467110EEDACB2DBDA24F4C5F74FF7F4 | sha512: 74969F2E41DB09EAA3BB04BA6546D2EB7945DF7BB7C19B2C80115CD36A1E58A0A65F34F895704F1EB36B8FE8F481007D5703E02B0F5AC49B53DF59853E73C2DF
tools\ext-ms-win-ntuser-keyboard-l1-2-1.dll
md5: A9DCF5958FF5129B8384C79678D5F5F7 | sha1: A3E1488BA1BAA0E5A6EB4C10953E2F2F69A748E1 | sha256: B882EE028E26D54909CF030ADF454C1E6D3AEACFF287720DAAE9E87E3AC0DF73 | sha512: C22AA88C98EED901F7F95C247FC70B6A9F9E3614820FF081C9E0E6356D4BAD8DF256947BCE48903A0BF81EA36EB4E2790DA536F1D66B289D6BD7ED7EAA537BCC
tools\hostfxr.dll
md5: C019228BA4B35E927C14DD7EBA4E6069 | sha1: 8E132E6BB4693A7F75F248071C43F21E1C0C6743 | sha256: DB329E7F31DA220B3107DDBDE3DBD03E8EE875128B5C8E12562D10FAC428E7C3 | sha512: 4EB57F3139B4E34004CA663F133C67FE12CC8038AB9631BF702DE67CE90E66EF9D7C6D5BB28FC77690D0DCFED497D8F3FB04017DC6FA7B88AE676A74328A99D6
tools\hostpolicy.dll
md5: C7D8B93281ECDC7F07475C761EB6109C | sha1: 8EFB5FED1AAC05D522A003674CAA56CCB5CA6E37 | sha256: B5195A85CD8AECDBB9212D73C4148FB6CF3D2D0BF1078B6C7C4FB2D9170A8627 | sha512: 09E0FC2E87BE51D84AAB9CC21A6874875FB02859BE6FB771D5B60E9415EC07FD80BA63AB1F7B5FC902B317140B7B59C6CB2072D1F9721947E7201652A265C865
tools\init.ps1
param($installPath, $toolsPath, $package, $project)

$path = $env:PATH
if (!$path.Contains($toolsPath)) {
    $env:PATH += ";$toolsPath"
}
tools\Markdown.dll
md5: 45CFDB541AFA70B5A333127DB8F329C0 | sha1: 051601E1D1C3F8F2EBD5D1BA2916A91281FCAB93 | sha256: 2052BFAE020F50337483504C3E2F75D93ED2E851CF1290D7E7B5713A7FD6B05F | sha512: 5160CF3E1AD3A8C26E9659FB8D221099E64D1B0B867E96E5F65448B561F737A2292355D2562621DA47E7B251E1F92ADF46B4FBDF0F07D31B9787F7B2D3C45F63
tools\Microsoft.CSharp.dll
md5: 5DD0BEEB1FCA32898E3857AB0E4B1C44 | sha1: DA345FBB8B18322E93EBE9F4A790F737D696158F | sha256: 2B7651BEA68941FEB337FCE1FD0C20D4F6A9392617A24006EDAD54600677AB12 | sha512: 0C9D5CC749147E8778809BDA434E0C6E6097792BC39261FE5ABA7CA4B84C4EBEDADA7399A8C4F3542DCB32549CD81A8382018F55E481764AEB66918965A7EF85
tools\Microsoft.Extensions.Caching.Abstractions.dll
md5: 00AA85E3DFA03432EDE3393B629D2F92 | sha1: 9AF78233414B54921F1DB69D31E5FE06DEE0CADF | sha256: EE6B963501BED74620C3DBF9C1202FB8E8B394298B52719BED4476213A22411B | sha512: 66CC1CC7F9E861CA137DC597558113AD9DD351DD727008912A30B9613D85352703CA82BCD9A360BBCC513C36AC71A3DE85EA4193429594AA883270E50FB590D2
tools\Microsoft.Extensions.Caching.Memory.dll
md5: 19ACE4410AA846119C360EE0CE8DAF02 | sha1: B6BFDFC9F2E4CDDB0C73A6E284F88FFF5274CB9D | sha256: BEC3FA26871295083DEC0C6D68DBA2E5895A21FA48B36A09692CC9906875D76F | sha512: 742A11A7CEA6DF4E4BFD0DBD17D9176DBDB75B01F1DDEDD782A70BB8A74E15C7BB4D398DEE53CF2BA43329A996FE49686E4720CB86E66F1698D78A1CEDA22DE8
tools\Microsoft.Extensions.DependencyInjection.Abstractions.dll
md5: 0AD2844FB680F6B6C268F8116AF7C3FD | sha1: DDCEBC258D8605B247A10066BDCCE339C5D7FDAB | sha256: B5812BFFBD71E313AAA54524A379E82B1B6B1C1BA122AA26BF5FE148DCA6B463 | sha512: 8862BB46681C429D49C09175E30FBAB74EA0BE6EC06C6ABBE012F6D0BA5BA864F2F2D69DD3C6163181EFC8E6D237EBC1E80875F80B9DB86EBFC0B1BB54A2F5B4
tools\Microsoft.Extensions.Options.dll
md5: 234D265A20B859AEBABC18A7F416B31D | sha1: 6F15373E6BFD49711ED36C3FD1A16D048BFFF26E | sha256: EC59BC7FC4870A26A06D4497F9EFBB16508CAFDB035053C9CF62BD10B3D548E7 | sha512: A67F1ED19D8388441D2F439445CE397CF48FEBB21015CE51E7EB66FC1CDE109A8B7C673FEDB37139F1EFE82BB5763E6855540E0B9E6343F968DDA114EA1436D0
tools\Microsoft.Extensions.Primitives.dll
md5: 2A6F9D0E9F282016D26AFBAA12AE4AD1 | sha1: B791FF2F7BF1E037932722FC436B29BFA50215FD | sha256: 95A0AC1392493AAD4E94D2B53EA76CDE40AEE6B70D6F3280F06F3DF049B50978 | sha512: 5EBEC85E408EAD565522A9B2049A907AA958951C9BCEB41A0D4ED2F39D3A811C147F937BEEB895C58FC7FD03063519D935FAF74CF6D83ADF07FF39D9A9F15A75
tools\Microsoft.Win32.Primitives.dll
md5: A239B1E999F413FD38BD202BB0E8C2A2 | sha1: 6FD8A2FE87C19141F5E76D5A79EF200E166BB4DC | sha256: F69CC6D98B8730E465F3B5F0E6C03894C1AD8EE526B3C39B888ABC93937CDEC9 | sha512: F83051101C97E681E35D1025D6CA7E1CE448509F0C973B7C5353CF45706C2AAC4E451CA51AAE529B941576A0320BF88C30918307119591BB088BAFFF21EC5AC5
tools\Microsoft.Win32.Registry.dll
md5: FC4CF641000961F6B8DBE7C41C75B9A8 | sha1: B162F7668A0E04850E7A9171BB9F62D1101D2919 | sha256: FED3BDB213896D4DF9ABFF20314DAD43211E3B28E27FAF7BD172E03D1C4ABA9F | sha512: AEC8B535E0FFDFE9AD1FFE737E40017EED40B6D55F8F3FCA24326686882250F0B2BA9AB22A10B935372678393249010F4B9BE641629052C4CA82C140C1289613
tools\mscordaccore.dll
md5: 0C5F379AB079EA7D58D0678E15F2023D | sha1: C7B6FBF87A196FA0440CCEEC331E71FB8C88F291 | sha256: 63F2C178BFD61AAD271D0A9A4A0991DF16D380AB67B8EB2AAFE390896DB6EBFF | sha512: 0E7707146CBE69CAFC6538C221D7C471112F42E1A9CDDEF43B0C29835B0973DD220A528ED524E04CEAF071709329E74B71F282FF17417E171DBFD4A8AC4735D4
tools\mscordbi.dll
md5: B56CA1631F4A2DF2817BF542A466D8E4 | sha1: D00076BF5BDA88A26A217166B6A1E6B433A58E02 | sha256: 80A1D3F6482D1231F8211BE534648E747297ED794E21CF15DF469F89AE52DAA3 | sha512: 1C82EA34DC1A2BC043462DEDB1FCF25A11BE8A34E5AF9573D6AE511D7CBCD21C98868FD29B38D3674A1C40697094B42DBB4B87CC0009530BA98C8C379DC7CB70
tools\mscorlib.dll
md5: A9B1E367BFE1292E234809E8AB52A628 | sha1: 58CBA8F0EF6EBA915C7C7A4C5B58A44748864854 | sha256: 7AE45F32DDFBC415E175EBBBC3B99F84DCF1AD395EB9C582DBA1FDE65B9C15BE | sha512: C41AE9089F4002064EBFF4776A1C1D1C8E90D5AB17C48F820F3D0840FCF10279366FF0BA9226295D9B3CDB72940267EE4073F97503761149382E10CB77EEBBF9
tools\mscorlib.ni.dll
md5: A32B015581572FA249AB07441B75E9BA | sha1: F932B344DD2B5FBD7B14391930ACFC90DF3EC04D | sha256: E75F1896335D10D0C06AFF96916C9E282D5EB1B3DD984645790A8BFCD10D01A8 | sha512: 0077D13CAE158FA03109E7B50F1E8B96B7929B2A9DA8B5BDA101B1E0B2E542D552051914B101BB5E422E8AB358957947C7650034C1C40C9651A0BE583B938EF5
tools\mscorrc.debug.dll
md5: 4D56A74242F02820050706FB609BEC0C | sha1: A6F325DF7DDDC60433FC0582E229A81B3BB0F6C9 | sha256: F5186D3E64291E5952FB225DD2D784C09CB3CEF70E7022CF99351140DEE14727 | sha512: 3B6D5C647F7EDA67A3471F1BD175EA6A9D4511C7C2D863FFA7713FC2D6C99CE23928471C065AEE3E4E0DB8259ED3BA7634B8889DA2E3A4B525E74CEA92F7C338
tools\mscorrc.dll
md5: 9B5FB58D8F0405FDFEFDEE4BCD04B98F | sha1: 80451326EC7AE5C896447AD06AEADDF8FFD8DD7B | sha256: D8042E95B7290937904EA5BED4DE54EA30F53620C5317804B71FF27BB8842C4A | sha512: A0DCBCD68345684551760CE505043164D0A71DFBEDA1572CF44B5DB0D54E66EF26AC9EFBE554335D0863A8C4B7C9800D9B9B6C0357D62FD164BF636926013877
tools\Newtonsoft.Json.dll
md5: 04D49720DF76D62BCE434F19A0DA62D2 | sha1: 53D0A3B91036092132F4D0887500B5DC77891D78 | sha256: 5D96EE51B2AFF592039EEBC2ED203D9F55FDDF9C0882FB34D3F0E078374954A5 | sha512: 7727D077C518D4931B80286EDB981AF0E46D792CB9976DE286CD2DBB4270157C5FAE14766B2A39D49B44B41E5EC113DE104DD2264EDD1DC6799C9919B2F76D04
tools\NuGet.Common.dll
md5: C2226BAE1D3FAE8338772125E40BBDF9 | sha1: B177F092FC47E9EE3E983AD4015D7EA7019487B6 | sha256: E64233E3875C5C7C4FB4CF48AEB0E528AD54712B4DC92EABC7804895ED36CB18 | sha512: 215EB47E97278DEACF39286AB04ACE3688361A7C27AC8A253C1B510550C79B3681FEAF38D99E5DAA1EC307ECC78C687E1774E530508332D434F9E126AD50BDBD
tools\NuGet.Frameworks.dll
md5: DCAFAA19CF6BBC48C408F730628EF5B6 | sha1: 1547740BABC395BF11CBDEC15F43269D69339FC4 | sha256: A75AF6142BDCFD77A59EDE31D3234C249ED79C86232BD557BF9B9B9C6AA4572C | sha512: CF5A90607D7C9DA2F79BCACE6216045F4A334CE51A2FDD996F23CA387F1D2FCDA0D5AEDAD55FDF1FCF8076DB2E4EE2656CAF069061055B7CF219654061B2D57B
tools\NuGet.Packaging.Core.dll
md5: 18D35650B12F2C4578BC29467CE7C3D2 | sha1: 6F3FAA216D220BEB55216F9E08241AF51DFB8D5E | sha256: F4AD8016848405E5D10256B4320E36995816297604FF23804F664CF9442A6C28 | sha512: F8C8DD2DD31CD5ED15AA9B1F8FE84C41026A05362A8A2B891DE5DF166498A190B05FB5C0A1155797E4F25CF6318487ABDDAD290253BC8AB24E25779A0596B50F
tools\NuGet.Packaging.Core.Types.dll
md5: 9721B66A968AD41473D24B0437D52AD4 | sha1: 629A24144FD7A3343BDC9F0259FD222BA00F0F10 | sha256: 60F26C3C71AA1D63B7E2523F7C674A19FA358EC3D74E37E38BAACB217473BE9B | sha512: 046F13AFE9E90C2A7D4989130B12EE2BB32F1424BADAC7240E21448BF713593E4AE2CF683EC2F21F7438C3FBE07A4B6DB1D2EB9C37BE88E6F55E3747A74FAA04
tools\NuGet.Packaging.dll
md5: F10B395AC574839D8263BD9DCA386440 | sha1: 9FE29F8D1200D2D8BC28F0FB9071AD691ABA1466 | sha256: BACE175FDB4262CE35CF6278D38ECB6C1BF1A0EC5DCDE69C0C9B1C287A717D41 | sha512: 2A853B13199CCB77341D15923DF07AF01BF1E61ACF03634A9384D3AAF4A1209A33AC76E31A0FBD427FC3CC1CB20616CC24239F765C4C9108384DD0CF32C65CCA
tools\NuGet.Versioning.dll
md5: 463630599E14BEF86C89BD89905E8B8B | sha1: E60DB59460C92B1CDD443BABFC7D7C9F62C0F6EC | sha256: D3A3F1400AF6EC89BE4032BCC204B8E813ECA0DE6889B899AB65344153DB4FF6 | sha512: 401AEA4226BBB738EE45E591EA9FD6C0C8BA70CA1391F617387220A39E01388E85D2D7B113E332A2CAD79012C41716A9EFB04D7A52C04E2FBC6DE0DE566B6CF2
tools\Octo.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v1.0/win7-x64",
    "signature": "db0323ac160322230b34e48beb49c5e40ad90ff7"
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v1.0": {},
    ".NETCoreApp,Version=v1.0/win7-x64": {
      "Octo/4.0.7": {
        "dependencies": {
          "System.ComponentModel.TypeConverter": "4.1.0",
          "System.Xml.ReaderWriter": "4.0.11",
          "Newtonsoft.Json": "9.0.1",
          "NuGet.Common": "3.5.0-octopus-35842",
          "NuGet.Frameworks": "3.5.0-octopus-35842",
          "NuGet.Packaging": "3.5.0-octopus-35842",
          "NuGet.Packaging.Core": "3.5.0-octopus-35842",
          "NuGet.Packaging.Core.Types": "3.5.0-octopus-35842",
          "NuGet.Versioning": "3.5.0-octopus-35842",
          "Octopus.Client": "4.0.7",
          "Octostache": "2.0.4",
          "Serilog.Sinks.ColoredConsole": "2.0.0",
          "Serilog.Sinks.Trace": "2.0.0",
          "Sprache": "2.1.0",
          "Serilog": "2.3.0",
          "Autofac": "4.1.1",
          "Microsoft.NETCore.Runtime.CoreCLR": "1.0.4",
          "Microsoft.NETCore.DotNetHostPolicy": "1.0.1"
        },
        "runtime": {
          "Octo.dll": {}
        }
      },
      "Autofac/4.1.1": {
        "dependencies": {
          "NETStandard.Library": "1.6.0",
          "System.ComponentModel": "4.0.1"
        },
        "runtime": {
          "lib/netstandard1.1/Autofac.dll": {}
        }
      },
      "Markdown/2.1.0": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Runtime.Extensions": "4.1.0",
          "System.Text.RegularExpressions": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.3/Markdown.dll": {}
        }
      },
      "Microsoft.CSharp/4.0.1": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Dynamic.Runtime": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.Linq": "4.1.0",
          "System.Linq.Expressions": "4.1.0",
          "System.ObjectModel": "4.0.12",
          "System.Reflection": "4.1.0",
          "System.Reflection.Extensions": "4.0.1",
          "System.Reflection.Primitives": "4.0.1",
          "System.Reflection.TypeExtensions": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Threading": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.CSharp.dll": {}
        }
      },
      "Microsoft.Extensions.Caching.Abstractions/1.0.0": {
        "dependencies": {
          "Microsoft.Extensions.Primitives": "1.0.0",
          "System.Collections": "4.0.11",
          "System.Threading": "4.0.11",
          "System.Threading.Tasks": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
        }
      },
      "Microsoft.Extensions.Caching.Memory/1.0.0": {
        "dependencies": {
          "Microsoft.Extensions.Caching.Abstractions": "1.0.0",
          "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0",
          "Microsoft.Extensions.Options": "1.0.0",
          "System.Linq": "4.1.0",
          "System.Threading": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll": {}
        }
      },
      "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": {
        "dependencies": {
          "System.ComponentModel": "4.0.1",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.Linq": "4.1.0",
          "System.Linq.Expressions": "4.1.0",
          "System.Reflection": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1"
        },
        "runtime": {
          "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
        }
      },
      "Microsoft.Extensions.Options/1.0.0": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0",
          "Microsoft.Extensions.Primitives": "1.0.0",
          "System.ComponentModel": "4.0.1",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.Linq": "4.1.0",
          "System.Linq.Expressions": "4.1.0",
          "System.Reflection": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime.Extensions": "4.1.0",
          "System.Threading": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {}
        }
      },
      "Microsoft.Extensions.Primitives/1.0.0": {
        "dependencies": {
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {}
        }
      },
      "Microsoft.NETCore.DotNetHost/1.0.1": {
        "dependencies": {
          "runtime.win7-x64.Microsoft.NETCore.DotNetHost": "1.0.1"
        }
      },
      "Microsoft.NETCore.DotNetHostPolicy/1.0.1": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "1.0.1",
          "runtime.win7-x64.Microsoft.NETCore.DotNetHostPolicy": "1.0.1"
        }
      },
      "Microsoft.NETCore.DotNetHostResolver/1.0.1": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHost": "1.0.1",
          "runtime.win7-x64.Microsoft.NETCore.DotNetHostResolver": "1.0.1"
        }
      },
      "Microsoft.NETCore.Jit/1.0.4": {
        "dependencies": {
          "runtime.win7-x64.Microsoft.NETCore.Jit": "1.0.4"
        }
      },
      "Microsoft.NETCore.Platforms/1.0.1": {},
      "Microsoft.NETCore.Portable.Compatibility/1.0.2": {
        "dependencies": {
          "Microsoft.NETCore.Runtime.CoreCLR": "1.0.4"
        },
        "runtime": {
          "lib/netstandard1.0/System.ComponentModel.DataAnnotations.dll": {},
          "lib/netstandard1.0/System.Core.dll": {},
          "lib/netstandard1.0/System.Net.dll": {},
          "lib/netstandard1.0/System.Numerics.dll": {},
          "lib/netstandard1.0/System.Runtime.Serialization.dll": {},
          "lib/netstandard1.0/System.ServiceModel.Web.dll": {},
          "lib/netstandard1.0/System.ServiceModel.dll": {},
          "lib/netstandard1.0/System.Windows.dll": {},
          "lib/netstandard1.0/System.Xml.Linq.dll": {},
          "lib/netstandard1.0/System.Xml.Serialization.dll": {},
          "lib/netstandard1.0/System.Xml.dll": {},
          "lib/netstandard1.0/System.dll": {}
        }
      },
      "Microsoft.NETCore.Runtime.CoreCLR/1.0.4": {
        "dependencies": {
          "Microsoft.NETCore.Jit": "1.0.4",
          "Microsoft.NETCore.Windows.ApiSets": "1.0.1",
          "runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR": "1.0.4"
        }
      },
      "Microsoft.NETCore.Targets/1.0.1": {},
      "Microsoft.NETCore.Windows.ApiSets/1.0.1": {
        "dependencies": {
          "runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets": "1.0.1"
        }
      },
      "Microsoft.Win32.Primitives/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Runtime": "4.1.0",
          "runtime.win.Microsoft.Win32.Primitives": "4.0.1"
        }
      },
      "Microsoft.Win32.Registry/4.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "System.Collections": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll": {}
        }
      },
      "NETStandard.Library/1.6.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.Win32.Primitives": "4.0.1",
          "System.AppContext": "4.1.0",
          "System.Collections": "4.0.11",
          "System.Collections.Concurrent": "4.0.12",
          "System.Console": "4.0.0",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Diagnostics.Tools": "4.0.1",
          "System.Diagnostics.Tracing": "4.1.0",
          "System.Globalization": "4.0.11",
          "System.Globalization.Calendars": "4.0.1",
          "System.IO": "4.1.0",
          "System.IO.Compression": "4.1.0",
          "System.IO.Compression.ZipFile": "4.0.1",
          "System.IO.FileSystem": "4.0.1",
          "System.IO.FileSystem.Primitives": "4.0.1",
          "System.Linq": "4.1.0",
          "System.Linq.Expressions": "4.1.0",
          "System.Net.Http": "4.1.0",
          "System.Net.Primitives": "4.0.11",
          "System.Net.Sockets": "4.1.0",
          "System.ObjectModel": "4.0.12",
          "System.Reflection": "4.1.0",
          "System.Reflection.Extensions": "4.0.1",
          "System.Reflection.Primitives": "4.0.1",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
          "System.Runtime.Numerics": "4.0.1",
          "System.Security.Cryptography.Algorithms": "4.2.0",
          "System.Security.Cryptography.Encoding": "4.0.0",
          "System.Security.Cryptography.Primitives": "4.0.0",
          "System.Security.Cryptography.X509Certificates": "4.1.0",
          "System.Text.Encoding": "4.0.11",
          "System.Text.Encoding.Extensions": "4.0.11",
          "System.Text.RegularExpressions": "4.1.0",
          "System.Threading": "4.0.11",
          "System.Threading.Tasks": "4.0.11",
          "System.Threading.Timer": "4.0.1",
          "System.Xml.ReaderWriter": "4.0.11",
          "System.Xml.XDocument": "4.0.11"
        }
      },
      "Newtonsoft.Json/9.0.1": {
        "dependencies": {
          "Microsoft.CSharp": "4.0.1",
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Dynamic.Runtime": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.IO": "4.1.0",
          "System.Linq": "4.1.0",
          "System.Linq.Expressions": "4.1.0",
          "System.ObjectModel": "4.0.12",
          "System.Reflection": "4.1.0",
          "System.Reflection.Extensions": "4.0.1",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Serialization.Primitives": "4.1.1",
          "System.Text.Encoding": "4.0.11",
          "System.Text.Encoding.Extensions": "4.0.11",
          "System.Text.RegularExpressions": "4.1.0",
          "System.Threading": "4.0.11",
          "System.Threading.Tasks": "4.0.11",
          "System.Xml.ReaderWriter": "4.0.11",
          "System.Xml.XDocument": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.0/Newtonsoft.Json.dll": {}
        }
      },
      "NuGet.Common/3.5.0-octopus-35842": {
        "dependencies": {
          "NETStandard.Library": "1.6.0",
          "System.Diagnostics.Process": "4.1.0",
          "System.Security.Cryptography.Algorithms": "4.2.0",
          "System.Threading.Thread": "4.0.0"
        },
        "runtime": {
          "lib/netstandard1.3/NuGet.Common.dll": {}
        }
      },
      "NuGet.Frameworks/3.5.0-octopus-35842": {
        "dependencies": {
          "NETStandard.Library": "1.6.0"
        },
        "runtime": {
          "lib/netstandard1.3/NuGet.Frameworks.dll": {}
        }
      },
      "NuGet.Packaging/3.5.0-octopus-35842": {
        "dependencies": {
          "NETStandard.Library": "1.6.0",
          "NuGet.Common": "3.5.0-octopus-35842",
          "NuGet.Packaging.Core": "3.5.0-octopus-35842",
          "System.IO.Compression": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.3/NuGet.Packaging.dll": {}
        }
      },
      "NuGet.Packaging.Core/3.5.0-octopus-35842": {
        "dependencies": {
          "NETStandard.Library": "1.6.0",
          "NuGet.Common": "3.5.0-octopus-35842",
          "NuGet.Packaging.Core.Types": "3.5.0-octopus-35842",
          "System.Xml.XDocument": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.3/NuGet.Packaging.Core.dll": {}
        }
      },
      "NuGet.Packaging.Core.Types/3.5.0-octopus-35842": {
        "dependencies": {
          "NETStandard.Library": "1.6.0",
          "NuGet.Frameworks": "3.5.0-octopus-35842",
          "NuGet.Versioning": "3.5.0-octopus-35842"
        },
        "runtime": {
          "lib/netstandard1.3/NuGet.Packaging.Core.Types.dll": {}
        }
      },
      "NuGet.Versioning/3.5.0-octopus-35842": {
        "dependencies": {
          "NETStandard.Library": "1.6.0"
        },
        "runtime": {
          "lib/netstandard1.0/NuGet.Versioning.dll": {}
        }
      },
      "Octostache/2.0.4": {
        "dependencies": {
          "Markdown": "2.1.0",
          "Microsoft.Extensions.Caching.Memory": "1.0.0",
          "NETStandard.Library": "1.6.0",
          "Newtonsoft.Json": "9.0.1",
          "Sprache": "2.1.0"
        },
        "runtime": {
          "lib/netstandard1.3/Octostache.dll": {}
        }
      },
      "runtime.any.System.Collections/4.0.11": {
        "dependencies": {
          "System.Runtime": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.3/System.Collections.dll": {}
        }
      },
      "runtime.any.System.Diagnostics.Tools/4.0.1": {
        "runtime": {
          "lib/netstandard1.3/System.Diagnostics.Tools.dll": {}
        }
      },
      "runtime.any.System.Diagnostics.Tracing/4.1.0": {
        "runtime": {
          "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {}
        }
      },
      "runtime.any.System.Globalization/4.0.11": {
        "runtime": {
          "lib/netstandard1.3/System.Globalization.dll": {}
        }
      },
      "runtime.any.System.Globalization.Calendars/4.0.1": {
        "runtime": {
          "lib/netstandard1.3/System.Globalization.Calendars.dll": {}
        }
      },
      "runtime.any.System.IO/4.1.0": {
        "runtime": {
          "lib/netstandard1.5/System.IO.dll": {}
        }
      },
      "runtime.any.System.Reflection/4.1.0": {
        "runtime": {
          "lib/netstandard1.5/System.Reflection.dll": {}
        }
      },
      "runtime.any.System.Reflection.Extensions/4.0.1": {
        "runtime": {
          "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
        }
      },
      "runtime.any.System.Reflection.Primitives/4.0.1": {
        "runtime": {
          "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
        }
      },
      "runtime.any.System.Resources.ResourceManager/4.0.1": {
        "runtime": {
          "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
        }
      },
      "runtime.any.System.Runtime/4.1.0": {
        "dependencies": {
          "System.Private.Uri": "4.0.1"
        },
        "runtime": {
          "lib/netstandard1.5/System.Runtime.dll": {}
        }
      },
      "runtime.any.System.Runtime.Handles/4.0.1": {
        "runtime": {
          "lib/netstandard1.3/System.Runtime.Handles.dll": {}
        }
      },
      "runtime.any.System.Runtime.InteropServices/4.1.0": {
        "runtime": {
          "lib/netstandard1.5/System.Runtime.InteropServices.dll": {}
        }
      },
      "runtime.any.System.Text.Encoding/4.0.11": {
        "runtime": {
          "lib/netstandard1.3/System.Text.Encoding.dll": {}
        }
      },
      "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
        "runtime": {
          "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
        }
      },
      "runtime.any.System.Threading.Tasks/4.0.11": {
        "runtime": {
          "lib/netstandard1.3/System.Threading.Tasks.dll": {}
        }
      },
      "runtime.any.System.Threading.Timer/4.0.1": {
        "runtime": {
          "lib/netstandard1.3/System.Threading.Timer.dll": {}
        }
      },
      "runtime.native.System/4.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1"
        }
      },
      "runtime.native.System.IO.Compression/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "runtime.win7-x64.runtime.native.System.IO.Compression": "4.0.1"
        }
      },
      "runtime.native.System.Net.Http/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1"
        }
      },
      "runtime.native.System.Security.Cryptography/4.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1"
        }
      },
      "runtime.win.Microsoft.Win32.Primitives/4.0.1": {
        "dependencies": {
          "System.Runtime": "4.1.0",
          "System.Runtime.InteropServices": "4.1.0"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Primitives.dll": {}
        }
      },
      "runtime.win.System.Console/4.0.0": {
        "dependencies": {
          "System.IO": "4.1.0",
          "System.IO.FileSystem.Primitives": "4.0.1",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Text.Encoding": "4.0.11",
          "System.Text.Encoding.Extensions": "4.0.11",
          "System.Threading": "4.0.11",
          "System.Threading.Tasks": "4.0.11"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.3/System.Console.dll": {}
        }
      },
      "runtime.win.System.Diagnostics.Debug/4.0.11": {
        "runtime": {
          "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
        }
      },
      "runtime.win.System.IO.FileSystem/4.0.1": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.IO": "4.1.0",
          "System.IO.FileSystem.Primitives": "4.0.1",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Text.Encoding": "4.0.11",
          "System.Text.Encoding.Extensions": "4.0.11",
          "System.Threading": "4.0.11",
          "System.Threading.Overlapped": "4.0.1",
          "System.Threading.Tasks": "4.0.11"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {}
        }
      },
      "runtime.win.System.Net.Primitives/4.0.11": {
        "dependencies": {
          "Microsoft.Win32.Primitives": "4.0.1",
          "System.Collections": "4.0.11",
          "System.Diagnostics.Tracing": "4.1.0",
          "System.Globalization": "4.0.11",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Threading": "4.0.11"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.3/System.Net.Primitives.dll": {}
        }
      },
      "runtime.win.System.Net.Sockets/4.1.0": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Diagnostics.Tracing": "4.1.0",
          "System.Globalization": "4.0.11",
          "System.IO": "4.1.0",
          "System.IO.FileSystem": "4.0.1",
          "System.IO.FileSystem.Primitives": "4.0.1",
          "System.Net.NameResolution": "4.0.0",
          "System.Net.Primitives": "4.0.11",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Security.Principal.Windows": "4.0.0",
          "System.Threading": "4.0.11",
          "System.Threading.Overlapped": "4.0.1",
          "System.Threading.Tasks": "4.0.11"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.3/System.Net.Sockets.dll": {}
        }
      },
      "runtime.win.System.Runtime.Extensions/4.1.0": {
        "dependencies": {
          "System.Private.Uri": "4.0.1"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
        }
      },
      "runtime.win7-x64.Microsoft.NETCore.DotNetHost/1.0.1": {
        "native": {
          "runtimes/win7-x64/native/dotnet.exe": {}
        }
      },
      "runtime.win7-x64.Microsoft.NETCore.DotNetHostPolicy/1.0.1": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "1.0.1"
        },
        "native": {
          "runtimes/win7-x64/native/hostpolicy.dll": {}
        }
      },
      "runtime.win7-x64.Microsoft.NETCore.DotNetHostResolver/1.0.1": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHost": "1.0.1"
        },
        "native": {
          "runtimes/win7-x64/native/hostfxr.dll": {}
        }
      },
      "runtime.win7-x64.Microsoft.NETCore.Jit/1.0.4": {
        "native": {
          "runtimes/win7-x64/native/clrjit.dll": {}
        }
      },
      "runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR/1.0.4": {
        "runtime": {
          "runtimes/win7-x64/lib/netstandard1.0/System.Private.CoreLib.dll": {},
          "runtimes/win7-x64/lib/netstandard1.0/mscorlib.dll": {}
        },
        "native": {
          "runtimes/win7-x64/native/System.Private.CoreLib.ni.dll": {},
          "runtimes/win7-x64/native/clretwrc.dll": {},
          "runtimes/win7-x64/native/coreclr.dll": {},
          "runtimes/win7-x64/native/dbgshim.dll": {},
          "runtimes/win7-x64/native/mscordaccore.dll": {},
          "runtimes/win7-x64/native/mscordbi.dll": {},
          "runtimes/win7-x64/native/mscorlib.ni.dll": {},
          "runtimes/win7-x64/native/mscorrc.debug.dll": {},
          "runtimes/win7-x64/native/mscorrc.dll": {},
          "runtimes/win7-x64/native/sos.dll": {}
        }
      },
      "runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets/1.0.1": {
        "native": {
          "runtimes/win7-x64/native/API-MS-Win-Base-Util-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Core-PrivateProfile-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Core-String-L2-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Core-StringAnsi-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-EventLog-Legacy-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Eventing-Consumer-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Eventing-Controller-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Eventing-Legacy-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Eventing-Provider-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-Security-LsaPolicy-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-0.dll": {},
          "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-com-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-com-private-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-comm-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-console-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-console-l2-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-delayload-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-file-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-handle-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-heap-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-heap-obsolete-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-interlocked-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-localization-l2-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-localization-obsolete-l1-2-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-2.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-3.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-normalization-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-privateprofile-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-2-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-processsecurity-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-2.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-profile-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-psapi-ansi-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-psapi-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-psapi-obsolete-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-realtime-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-registry-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-registry-l2-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-rtlsupport-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-shlwapi-legacy-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-string-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-synch-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-synch-l1-2-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-threadpool-l1-2-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-threadpool-legacy-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-threadpool-private-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-timezone-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-url-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-util-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-version-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-winrt-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-winrt-registration-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-winrt-robuffer-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-winrt-string-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-wow64-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-xstate-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-core-xstate-l2-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-ro-typeresolution-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-security-base-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-security-cpwl-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-security-cryptoapi-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-security-provider-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-security-sddl-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-service-management-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-service-management-l2-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-0.dll": {},
          "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-1.dll": {},
          "runtimes/win7-x64/native/api-ms-win-service-winsvc-l1-1-0.dll": {},
          "runtimes/win7-x64/native/ext-ms-win-advapi32-encryptedfile-l1-1-0.dll": {},
          "runtimes/win7-x64/native/ext-ms-win-ntuser-keyboard-l1-2-1.dll": {}
        }
      },
      "runtime.win7-x64.runtime.native.System.IO.Compression/4.0.1": {
        "native": {
          "runtimes/win7-x64/native/clrcompression.dll": {}
        }
      },
      "runtime.win7.System.Private.Uri/4.0.1": {
        "runtime": {
          "runtimes/win/lib/netstandard1.0/System.Private.Uri.dll": {}
        }
      },
      "Serilog/2.3.0": {
        "dependencies": {
          "Microsoft.CSharp": "4.0.1",
          "System.Collections": "4.0.11",
          "System.Dynamic.Runtime": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.Linq": "4.1.0",
          "System.Reflection": "4.1.0",
          "System.Reflection.Extensions": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Text.RegularExpressions": "4.1.0",
          "System.Threading": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.3/Serilog.dll": {}
        }
      },
      "Serilog.Sinks.ColoredConsole/2.0.0": {
        "dependencies": {
          "Serilog": "2.3.0",
          "System.Console": "4.0.0"
        },
        "runtime": {
          "lib/netstandard1.3/Serilog.Sinks.ColoredConsole.dll": {}
        }
      },
      "Serilog.Sinks.Trace/2.0.0": {
        "dependencies": {
          "Serilog": "2.3.0",
          "System.Diagnostics.TraceSource": "4.0.0"
        },
        "runtime": {
          "lib/netstandard1.3/Serilog.Sinks.Trace.dll": {}
        }
      },
      "Sprache/2.1.0": {
        "dependencies": {
          "System.Globalization": "4.0.11",
          "System.Linq": "4.1.0",
          "System.Runtime": "4.1.0",
          "System.Text.RegularExpressions": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.0/Sprache.dll": {}
        }
      },
      "System.AppContext/4.1.0": {
        "dependencies": {
          "System.Runtime": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.6/System.AppContext.dll": {}
        }
      },
      "System.Buffers/4.0.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.0.11",
          "System.Diagnostics.Tracing": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Threading": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.1/System.Buffers.dll": {}
        }
      },
      "System.Collections/4.0.11": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Runtime": "4.1.0",
          "runtime.any.System.Collections": "4.0.11"
        }
      },
      "System.Collections.Concurrent/4.0.12": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Diagnostics.Tracing": "4.1.0",
          "System.Globalization": "4.0.11",
          "System.Reflection": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Threading": "4.0.11",
          "System.Threading.Tasks": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.3/System.Collections.Concurrent.dll": {}
        }
      },
      "System.Collections.NonGeneric/4.0.1": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Threading": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.3/System.Collections.NonGeneric.dll": {}
        }
      },
      "System.Collections.Specialized/4.0.1": {
        "dependencies": {
          "System.Collections.NonGeneric": "4.0.1",
          "System.Globalization": "4.0.11",
          "System.Globalization.Extensions": "4.0.1",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Threading": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.3/System.Collections.Specialized.dll": {}
        }
      },
      "System.ComponentModel/4.0.1": {
        "dependencies": {
          "System.Runtime": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.3/System.ComponentModel.dll": {}
        }
      },
      "System.ComponentModel.Annotations/4.1.0": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.ComponentModel": "4.0.1",
          "System.Globalization": "4.0.11",
          "System.Linq": "4.1.0",
          "System.Reflection": "4.1.0",
          "System.Reflection.Extensions": "4.0.1",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Text.RegularExpressions": "4.1.0",
          "System.Threading": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.4/System.ComponentModel.Annotations.dll": {}
        }
      },
      "System.ComponentModel.Primitives/4.1.0": {
        "dependencies": {
          "System.ComponentModel": "4.0.1",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {}
        }
      },
      "System.ComponentModel.TypeConverter/4.1.0": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Collections.NonGeneric": "4.0.1",
          "System.Collections.Specialized": "4.0.1",
          "System.ComponentModel": "4.0.1",
          "System.ComponentModel.Primitives": "4.1.0",
          "System.Globalization": "4.0.11",
          "System.Linq": "4.1.0",
          "System.Reflection": "4.1.0",
          "System.Reflection.Extensions": "4.0.1",
          "System.Reflection.Primitives": "4.0.1",
          "System.Reflection.TypeExtensions": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Threading": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.5/System.ComponentModel.TypeConverter.dll": {}
        }
      },
      "System.Console/4.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.IO": "4.1.0",
          "System.Runtime": "4.1.0",
          "System.Text.Encoding": "4.0.11",
          "runtime.win.System.Console": "4.0.0"
        }
      },
      "System.Diagnostics.Debug/4.0.11": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Runtime": "4.1.0",
          "runtime.win.System.Diagnostics.Debug": "4.0.11"
        }
      },
      "System.Diagnostics.DiagnosticSource/4.0.0": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Diagnostics.Tracing": "4.1.0",
          "System.Reflection": "4.1.0",
          "System.Runtime": "4.1.0",
          "System.Threading": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {}
        }
      },
      "System.Diagnostics.Process/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.Win32.Primitives": "4.0.1",
          "Microsoft.Win32.Registry": "4.0.0",
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.IO": "4.1.0",
          "System.IO.FileSystem": "4.0.1",
          "System.IO.FileSystem.Primitives": "4.0.1",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Text.Encoding": "4.0.11",
          "System.Text.Encoding.Extensions": "4.0.11",
          "System.Threading": "4.0.11",
          "System.Threading.Tasks": "4.0.11",
          "System.Threading.Thread": "4.0.0",
          "System.Threading.ThreadPool": "4.0.10",
          "runtime.native.System": "4.0.0"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll": {}
        }
      },
      "System.Diagnostics.Tools/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Runtime": "4.1.0",
          "runtime.any.System.Diagnostics.Tools": "4.0.1"
        }
      },
      "System.Diagnostics.TraceSource/4.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Threading": "4.0.11",
          "runtime.native.System": "4.0.0"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": {}
        }
      },
      "System.Diagnostics.Tracing/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Runtime": "4.1.0",
          "runtime.any.System.Diagnostics.Tracing": "4.1.0"
        }
      },
      "System.Dynamic.Runtime/4.0.11": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.Linq": "4.1.0",
          "System.Linq.Expressions": "4.1.0",
          "System.ObjectModel": "4.0.12",
          "System.Reflection": "4.1.0",
          "System.Reflection.Emit": "4.0.1",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Primitives": "4.0.1",
          "System.Reflection.TypeExtensions": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Threading": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.3/System.Dynamic.Runtime.dll": {}
        }
      },
      "System.Globalization/4.0.11": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Runtime": "4.1.0",
          "runtime.any.System.Globalization": "4.0.11"
        }
      },
      "System.Globalization.Calendars/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Globalization": "4.0.11",
          "System.Runtime": "4.1.0",
          "runtime.any.System.Globalization.Calendars": "4.0.1"
        }
      },
      "System.Globalization.Extensions/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "System.Globalization": "4.0.11",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.InteropServices": "4.1.0"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": {}
        }
      },
      "System.IO/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Runtime": "4.1.0",
          "System.Text.Encoding": "4.0.11",
          "System.Threading.Tasks": "4.0.11",
          "runtime.any.System.IO": "4.1.0"
        }
      },
      "System.IO.Compression/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.IO": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Text.Encoding": "4.0.11",
          "System.Threading": "4.0.11",
          "System.Threading.Tasks": "4.0.11",
          "runtime.native.System": "4.0.0",
          "runtime.native.System.IO.Compression": "4.1.0"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": {}
        }
      },
      "System.IO.Compression.ZipFile/4.0.1": {
        "dependencies": {
          "System.Buffers": "4.0.0",
          "System.IO": "4.1.0",
          "System.IO.Compression": "4.1.0",
          "System.IO.FileSystem": "4.0.1",
          "System.IO.FileSystem.Primitives": "4.0.1",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Text.Encoding": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {}
        }
      },
      "System.IO.FileSystem/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.IO": "4.1.0",
          "System.IO.FileSystem.Primitives": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Text.Encoding": "4.0.11",
          "System.Threading.Tasks": "4.0.11",
          "runtime.win.System.IO.FileSystem": "4.0.1"
        }
      },
      "System.IO.FileSystem.Primitives/4.0.1": {
        "dependencies": {
          "System.Runtime": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
        }
      },
      "System.Linq/4.1.0": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.6/System.Linq.dll": {}
        }
      },
      "System.Linq.Expressions/4.1.0": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.IO": "4.1.0",
          "System.Linq": "4.1.0",
          "System.ObjectModel": "4.0.12",
          "System.Reflection": "4.1.0",
          "System.Reflection.Emit": "4.0.1",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Emit.Lightweight": "4.0.1",
          "System.Reflection.Extensions": "4.0.1",
          "System.Reflection.Primitives": "4.0.1",
          "System.Reflection.TypeExtensions": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Threading": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.6/System.Linq.Expressions.dll": {}
        }
      },
      "System.Net.Http/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Diagnostics.DiagnosticSource": "4.0.0",
          "System.Diagnostics.Tracing": "4.1.0",
          "System.Globalization": "4.0.11",
          "System.Globalization.Extensions": "4.0.1",
          "System.IO": "4.1.0",
          "System.IO.FileSystem": "4.0.1",
          "System.Net.Primitives": "4.0.11",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Security.Cryptography.Algorithms": "4.2.0",
          "System.Security.Cryptography.Encoding": "4.0.0",
          "System.Security.Cryptography.OpenSsl": "4.0.0",
          "System.Security.Cryptography.Primitives": "4.0.0",
          "System.Security.Cryptography.X509Certificates": "4.1.0",
          "System.Text.Encoding": "4.0.11",
          "System.Threading": "4.0.11",
          "System.Threading.Tasks": "4.0.11",
          "runtime.native.System": "4.0.0",
          "runtime.native.System.Net.Http": "4.0.1",
          "runtime.native.System.Security.Cryptography": "4.0.0"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": {}
        }
      },
      "System.Net.NameResolution/4.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "System.Collections": "4.0.11",
          "System.Diagnostics.Tracing": "4.1.0",
          "System.Globalization": "4.0.11",
          "System.Net.Primitives": "4.0.11",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Security.Principal.Windows": "4.0.0",
          "System.Threading": "4.0.11",
          "System.Threading.Tasks": "4.0.11",
          "runtime.native.System": "4.0.0"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll": {}
        }
      },
      "System.Net.Primitives/4.0.11": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "runtime.win.System.Net.Primitives": "4.0.11"
        }
      },
      "System.Net.Requests/4.0.11": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Diagnostics.Tracing": "4.1.0",
          "System.Globalization": "4.0.11",
          "System.IO": "4.1.0",
          "System.Net.Http": "4.1.0",
          "System.Net.Primitives": "4.0.11",
          "System.Net.WebHeaderCollection": "4.0.1",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Threading": "4.0.11",
          "System.Threading.Tasks": "4.0.11"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.3/System.Net.Requests.dll": {}
        }
      },
      "System.Net.Sockets/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.IO": "4.1.0",
          "System.Net.Primitives": "4.0.11",
          "System.Runtime": "4.1.0",
          "System.Threading.Tasks": "4.0.11",
          "runtime.win.System.Net.Sockets": "4.1.0"
        }
      },
      "System.Net.WebHeaderCollection/4.0.1": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {}
        }
      },
      "System.ObjectModel/4.0.12": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Threading": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.3/System.ObjectModel.dll": {}
        }
      },
      "System.Private.Uri/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "runtime.win7.System.Private.Uri": "4.0.1"
        }
      },
      "System.Reflection/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.IO": "4.1.0",
          "System.Reflection.Primitives": "4.0.1",
          "System.Runtime": "4.1.0",
          "runtime.any.System.Reflection": "4.1.0"
        }
      },
      "System.Reflection.Emit/4.0.1": {
        "dependencies": {
          "System.IO": "4.1.0",
          "System.Reflection": "4.1.0",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Primitives": "4.0.1",
          "System.Runtime": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.3/System.Reflection.Emit.dll": {}
        }
      },
      "System.Reflection.Emit.ILGeneration/4.0.1": {
        "dependencies": {
          "System.Reflection": "4.1.0",
          "System.Reflection.Primitives": "4.0.1",
          "System.Runtime": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {}
        }
      },
      "System.Reflection.Emit.Lightweight/4.0.1": {
        "dependencies": {
          "System.Reflection": "4.1.0",
          "System.Reflection.Emit.ILGeneration": "4.0.1",
          "System.Reflection.Primitives": "4.0.1",
          "System.Runtime": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {}
        }
      },
      "System.Reflection.Extensions/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Reflection": "4.1.0",
          "System.Runtime": "4.1.0",
          "runtime.any.System.Reflection.Extensions": "4.0.1"
        }
      },
      "System.Reflection.Primitives/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Runtime": "4.1.0",
          "runtime.any.System.Reflection.Primitives": "4.0.1"
        }
      },
      "System.Reflection.TypeExtensions/4.1.0": {
        "dependencies": {
          "System.Reflection": "4.1.0",
          "System.Runtime": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {}
        }
      },
      "System.Resources.ResourceManager/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Globalization": "4.0.11",
          "System.Reflection": "4.1.0",
          "System.Runtime": "4.1.0",
          "runtime.any.System.Resources.ResourceManager": "4.0.1"
        }
      },
      "System.Runtime/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "runtime.any.System.Runtime": "4.1.0"
        }
      },
      "System.Runtime.Extensions/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Runtime": "4.1.0",
          "runtime.win.System.Runtime.Extensions": "4.1.0"
        }
      },
      "System.Runtime.Handles/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Runtime": "4.1.0",
          "runtime.any.System.Runtime.Handles": "4.0.1"
        }
      },
      "System.Runtime.InteropServices/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Reflection": "4.1.0",
          "System.Reflection.Primitives": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "runtime.any.System.Runtime.InteropServices": "4.1.0"
        }
      },
      "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "System.Reflection": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Threading": "4.0.11",
          "runtime.native.System": "4.0.0"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}
        }
      },
      "System.Runtime.Numerics/4.0.1": {
        "dependencies": {
          "System.Globalization": "4.0.11",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.3/System.Runtime.Numerics.dll": {}
        }
      },
      "System.Runtime.Serialization.Primitives/4.1.1": {
        "dependencies": {
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {}
        }
      },
      "System.Security.Claims/4.0.1": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.IO": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Security.Principal": "4.0.1"
        },
        "runtime": {
          "lib/netstandard1.3/System.Security.Claims.dll": {}
        }
      },
      "System.Security.Cryptography.Algorithms/4.2.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "System.Collections": "4.0.11",
          "System.IO": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Runtime.Numerics": "4.0.1",
          "System.Security.Cryptography.Encoding": "4.0.0",
          "System.Security.Cryptography.Primitives": "4.0.0",
          "System.Text.Encoding": "4.0.11",
          "runtime.native.System.Security.Cryptography": "4.0.0"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {}
        }
      },
      "System.Security.Cryptography.Cng/4.2.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "System.IO": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Security.Cryptography.Algorithms": "4.2.0",
          "System.Security.Cryptography.Encoding": "4.0.0",
          "System.Security.Cryptography.Primitives": "4.0.0",
          "System.Text.Encoding": "4.0.11"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": {}
        }
      },
      "System.Security.Cryptography.Csp/4.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "System.IO": "4.1.0",
          "System.Reflection": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Security.Cryptography.Algorithms": "4.2.0",
          "System.Security.Cryptography.Encoding": "4.0.0",
          "System.Security.Cryptography.Primitives": "4.0.0",
          "System.Text.Encoding": "4.0.11",
          "System.Threading": "4.0.11"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": {}
        }
      },
      "System.Security.Cryptography.Encoding/4.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "System.Collections": "4.0.11",
          "System.Collections.Concurrent": "4.0.12",
          "System.Linq": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Security.Cryptography.Primitives": "4.0.0",
          "System.Text.Encoding": "4.0.11",
          "runtime.native.System.Security.Cryptography": "4.0.0"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {}
        }
      },
      "System.Security.Cryptography.OpenSsl/4.0.0": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.IO": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Runtime.Numerics": "4.0.1",
          "System.Security.Cryptography.Algorithms": "4.2.0",
          "System.Security.Cryptography.Encoding": "4.0.0",
          "System.Security.Cryptography.Primitives": "4.0.0",
          "System.Text.Encoding": "4.0.11",
          "runtime.native.System.Security.Cryptography": "4.0.0"
        },
        "runtime": {
          "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {}
        }
      },
      "System.Security.Cryptography.Primitives/4.0.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.IO": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Threading": "4.0.11",
          "System.Threading.Tasks": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
        }
      },
      "System.Security.Cryptography.X509Certificates/4.1.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.Globalization.Calendars": "4.0.1",
          "System.IO": "4.1.0",
          "System.IO.FileSystem": "4.0.1",
          "System.IO.FileSystem.Primitives": "4.0.1",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Runtime.Numerics": "4.0.1",
          "System.Security.Cryptography.Algorithms": "4.2.0",
          "System.Security.Cryptography.Cng": "4.2.0",
          "System.Security.Cryptography.Csp": "4.0.0",
          "System.Security.Cryptography.Encoding": "4.0.0",
          "System.Security.Cryptography.OpenSsl": "4.0.0",
          "System.Security.Cryptography.Primitives": "4.0.0",
          "System.Text.Encoding": "4.0.11",
          "System.Threading": "4.0.11",
          "runtime.native.System": "4.0.0",
          "runtime.native.System.Net.Http": "4.0.1",
          "runtime.native.System.Security.Cryptography": "4.0.0"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": {}
        }
      },
      "System.Security.Principal/4.0.1": {
        "dependencies": {
          "System.Runtime": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.0/System.Security.Principal.dll": {}
        }
      },
      "System.Security.Principal.Windows/4.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.Win32.Primitives": "4.0.1",
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Reflection": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.Handles": "4.0.1",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Security.Claims": "4.0.1",
          "System.Security.Principal": "4.0.1",
          "System.Text.Encoding": "4.0.11",
          "System.Threading": "4.0.11"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll": {}
        }
      },
      "System.Text.Encoding/4.0.11": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Runtime": "4.1.0",
          "runtime.any.System.Text.Encoding": "4.0.11"
        }
      },
      "System.Text.Encoding.Extensions/4.0.11": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Runtime": "4.1.0",
          "System.Text.Encoding": "4.0.11",
          "runtime.any.System.Text.Encoding.Extensions": "4.0.11"
        }
      },
      "System.Text.RegularExpressions/4.1.0": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Threading": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.6/System.Text.RegularExpressions.dll": {}
        }
      },
      "System.Threading/4.0.11": {
        "dependencies": {
          "System.Runtime": "4.1.0",
          "System.Threading.Tasks": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.3/System.Threading.dll": {}
        }
      },
      "System.Threading.Overlapped/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Handles": "4.0.1"
        },
        "runtime": {
          "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll": {}
        }
      },
      "System.Threading.Tasks/4.0.11": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Runtime": "4.1.0",
          "runtime.any.System.Threading.Tasks": "4.0.11"
        }
      },
      "System.Threading.Tasks.Extensions/4.0.0": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Runtime": "4.1.0",
          "System.Threading.Tasks": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {}
        }
      },
      "System.Threading.Thread/4.0.0": {
        "dependencies": {
          "System.Runtime": "4.1.0"
        },
        "runtime": {
          "lib/netstandard1.3/System.Threading.Thread.dll": {}
        }
      },
      "System.Threading.ThreadPool/4.0.10": {
        "dependencies": {
          "System.Runtime": "4.1.0",
          "System.Runtime.Handles": "4.0.1"
        },
        "runtime": {
          "lib/netstandard1.3/System.Threading.ThreadPool.dll": {}
        }
      },
      "System.Threading.Timer/4.0.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "1.0.1",
          "Microsoft.NETCore.Targets": "1.0.1",
          "System.Runtime": "4.1.0",
          "runtime.any.System.Threading.Timer": "4.0.1"
        }
      },
      "System.Xml.ReaderWriter/4.0.11": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Globalization": "4.0.11",
          "System.IO": "4.1.0",
          "System.IO.FileSystem": "4.0.1",
          "System.IO.FileSystem.Primitives": "4.0.1",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Runtime.InteropServices": "4.1.0",
          "System.Text.Encoding": "4.0.11",
          "System.Text.Encoding.Extensions": "4.0.11",
          "System.Text.RegularExpressions": "4.1.0",
          "System.Threading.Tasks": "4.0.11",
          "System.Threading.Tasks.Extensions": "4.0.0"
        },
        "runtime": {
          "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {}
        }
      },
      "System.Xml.XDocument/4.0.11": {
        "dependencies": {
          "System.Collections": "4.0.11",
          "System.Diagnostics.Debug": "4.0.11",
          "System.Diagnostics.Tools": "4.0.1",
          "System.Globalization": "4.0.11",
          "System.IO": "4.1.0",
          "System.Reflection": "4.1.0",
          "System.Resources.ResourceManager": "4.0.1",
          "System.Runtime": "4.1.0",
          "System.Runtime.Extensions": "4.1.0",
          "System.Text.Encoding": "4.0.11",
          "System.Threading": "4.0.11",
          "System.Xml.ReaderWriter": "4.0.11"
        },
        "runtime": {
          "lib/netstandard1.3/System.Xml.XDocument.dll": {}
        }
      },
      "Octopus.Client/4.0.7": {
        "dependencies": {
          "System.ComponentModel.Annotations": "4.1.0",
          "System.ComponentModel.Primitives": "4.1.0",
          "System.Runtime": "4.1.0",
          "System.Net.Requests": "4.0.11",
          "System.Net.Primitives": "4.0.11",
          "System.Threading": "4.0.11",
          "System.Threading.Thread": "4.0.0",
          "System.IO.FileSystem": "4.0.1",
          "System.Reflection": "4.1.0",
          "System.Globalization": "4.0.11",
          "System.Runtime.Numerics": "4.0.1",
          "Microsoft.NETCore.Portable.Compatibility": "1.0.2",
          "System.Net.Http": "4.1.0",
          "Newtonsoft.Json": "9.0.1",
          "NuGet.Versioning": "3.5.0-octopus-35842"
        },
        "runtime": {
          "Octopus.Client.dll": {}
        }
      }
    }
  },
  "libraries": {
    "Octo/4.0.7": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Autofac/4.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-C0O06dJ1/WAYr4CZzBu3RCs2GZuR3G8PQFqgxa3PP4jDMUb9//jgL2ONvF06qxPsC0UflkBS55wmd7C5oaEsEg=="
    },
    "Markdown/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-PojVgSRLodsDPZdZIQeg9XMXfOJhQms/tTDbI/BSOYAgHhG6rZHszzojqff8fkBxGZOndk1Ac9pkoGfX54qjCA=="
    },
    "Microsoft.CSharp/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A=="
    },
    "Microsoft.Extensions.Caching.Abstractions/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IxlFDVOchL6tdR05bk7EiJvMtvZrVkZXBhkbXqc3GxOHOrHFGcN+92WoWFPeBpdpy8ot/Px5ZdXzt7k+2n1Bdg=="
    },
    "Microsoft.Extensions.Caching.Memory/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6+7zTufCnZ+tfrUo7RbIRR3LB0BxwOwxfXuo0IbLyIvgoToGpWuz5wYEDfCYNOvpig9tY8FA0I1uRHYmITMXMQ=="
    },
    "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+XwaNo3o9RhLQhUnnOBCaukeRi1X9yYc0Fzye9RlErSflKZdw0VgHtn6rvKo0FTionsW0x8QVULhKH+nkqVjQA=="
    },
    "Microsoft.Extensions.Options/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SdP3yPKF++JTkoa91pBDiE70uQkR/gdXWzOnMPbSj+eOqY1vgY+b8RVl+gh7TrJ2wlCK2QqnQtvCQlPPZRK36w=="
    },
    "Microsoft.Extensions.Primitives/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3q2vzfKEDjL6JFkRpk5SFA3zarYsO6+ZYgoucNImrUMzDn0mFbEOL5p9oPoWiypwypbJVVjWTf557bXZ0YFLig=="
    },
    "Microsoft.NETCore.DotNetHost/1.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uaMgykq6AckP3hZW4dsD6zjocxyXPz0tcTl8OX7mlSUWsyFXdtf45sjdwI0JIHxt3gnI6GihAlOAwYK8HE4niQ=="
    },
    "Microsoft.NETCore.DotNetHostPolicy/1.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-d8AQ+ZVj2iK9sbgl3IEsshCSaumhM1PNTPHxldZAQLOoI1BKF8QZ1zPCNqwBGisPiWOE3f/1SHDbQi1BTRBxuA=="
    },
    "Microsoft.NETCore.DotNetHostResolver/1.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GEXgpAHB9E0OhfcmNJ664Xcd2bJkz2qkGIAFmCgEI5ANlQy4qEEmBVfUqA+Z9HB85ZwWxZc1eIJ6fxdxcjrctg=="
    },
    "Microsoft.NETCore.Jit/1.0.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-s336ryZlopR+pQ4VfKlILX1LxiQzpCPnmiGot0p5aFPeCjwmKtHC88MI8jXdvdGPySON9i1bPUKJP8jiiPIAjA=="
    },
    "Microsoft.NETCore.Platforms/1.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ=="
    },
    "Microsoft.NETCore.Portable.Compatibility/1.0.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sR4m1GQ8Tbg+Xdbf8Y8yC+LXKSUJUVe/B5vckCAU9Jd5MYf84gC1D0u2YeA72B4WjeWewCyHRB20ddA8hyLmqQ=="
    },
    "Microsoft.NETCore.Runtime.CoreCLR/1.0.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NTd+F7MQJi5wFh6Hq3uVH0L3om+pVcfF+bpw0hSd+Ka92QSZ4IfDJw/IWqTQ9jUtLyWYR4XR+52HD5HW+a+zoQ=="
    },
    "Microsoft.NETCore.Targets/1.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw=="
    },
    "Microsoft.NETCore.Windows.ApiSets/1.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SaToCvvsGMxTgtLv/BrFQ5IFMPRE1zpWbnqbpwykJa8W5XiX82CXI6K2o7yf5xS7EP6t/JzFLV0SIDuWpvBZVw=="
    },
    "Microsoft.Win32.Primitives/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA=="
    },
    "Microsoft.Win32.Registry/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-q+eLtROUAQ3OxYA5mpQrgyFgzLQxIyrfT2eLpYX5IEPlHmIio2nh4F5bgOaQoGOV865kFKZZso9Oq9RlazvXtg=="
    },
    "NETStandard.Library/1.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA=="
    },
    "Newtonsoft.Json/9.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw=="
    },
    "NuGet.Common/3.5.0-octopus-35842": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SBbOZQHZiiNWeksEciu+S59eaUYYppq9dtQfRnDi46Wp7850RYQ1JBF4CicBKgjFM3TkfqaPI6r8hHNWWMpVJg=="
    },
    "NuGet.Frameworks/3.5.0-octopus-35842": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6TfgeUwZb43KNUEh3vShX6MYVEmDz/ZYSFHNYl9aW+VSr4V/cIhotKpRO7gqrqzX8Dh+/AdfoJuQG+IZPcPVhw=="
    },
    "NuGet.Packaging/3.5.0-octopus-35842": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yJbZG6DXZHcxvpZna55NwN8xBD80QDuNzCLWMcFocPUiIKquWEoPATgrn/6NRuMxL8/VMuO5wRzQAPmfiOWh5g=="
    },
    "NuGet.Packaging.Core/3.5.0-octopus-35842": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-g6y/RHkdO134ZgdRsZkOChafnaFtc9JcZD3ZufHGMnXGqnAxMj3P6WT31QLPuzqFZcnny9n5AfTaKXdZdRF15Q=="
    },
    "NuGet.Packaging.Core.Types/3.5.0-octopus-35842": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0JYsN4enL2e5ctMf2ygEU5AvLyG83jl9gctehjBRPKScp1eXEMQ6//vvHU17dROGEv2eDU+KUdJS6rAxJtG69w=="
    },
    "NuGet.Versioning/3.5.0-octopus-35842": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5g64bLK8dDa8jEH1l+cVH0bn1I+DIaZ03CmKQC+AfSpcSdebak1TyXQlrv8RGrJpkvnJXTmnvrZgHnyaaMGk7Q=="
    },
    "Octostache/2.0.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aS1dnz7ERbLpzaNivy+UCZHfg9KFh7nTOnmsafB4EzyiW1Bi6T72b+qtaCPYKC3hgbXAE7ewpm3u2T/vEuYrZA=="
    },
    "runtime.any.System.Collections/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-MTBT/hu37Dm2042H1JjWSaMd8w+oPJ4ZWAbDNeLzC4ZHdqwHloP07KvD6+4VbwipDqY5obfFFy90mZYCaPDh5Q=="
    },
    "runtime.any.System.Diagnostics.Tools/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GJkwEYbKw7qG29QrKMIEEZEGWxC+DQboeObhaM6WPKKgwk9Od8Qt8lWhr/+5xW3FF60TdMfjjUP8Zu6Y41wIkA=="
    },
    "runtime.any.System.Diagnostics.Tracing/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-x7VLOl/v504jX97YEMePamZRHA3cJPOFY/xLw9pgjDr0Q3IQIZ+0K4oiKKtQrfMYSvOAntkzw+EvvQ+OWGRL9w=="
    },
    "runtime.any.System.Globalization/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cjJ3+b83Tpf02AIc5FkGj1vzY68RnsVHiGLrOCc5n7gpNVg1JnZrt1mcY99ykQ/wr3nCdvSP2pYvdxbYsxZdlA=="
    },
    "runtime.any.System.Globalization.Calendars/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SAdVwIKKKR3VG9NMKEgF+wbAKkQA60YOb4G9YGj4EUPsuwS+pH7FjjG6qQeXDyOaxUcrlRzI3LHcGloX/GHBxQ=="
    },
    "runtime.any.System.IO/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sC7zKVdhYQEtrREKBJf4zkUwNdi6fsbkzrhJLDIAxIxD+YA5PABAQJps13zxpA1Ke3AgzOA9551JDymAfmRuTg=="
    },
    "runtime.any.System.Reflection/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eKq6/GprEINYbugjWf2V9cjkyuAH/y+Raed28PJQ35zd30oR/pvKEHNN8JbPAgzYpI09TCd1yuhXN/Rb8PM8GA=="
    },
    "runtime.any.System.Reflection.Extensions/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ajAAD1MHX4KSNq/CW0d1IMlq5seVTuzTMMhA5EFWagMejfamzljIL92/wD19eK/1mPuux5nb16K4PFBYQrZOrQ=="
    },
    "runtime.any.System.Reflection.Primitives/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-oKs78h11WDhCGFNpxT26IqL8Oo8OBzr6YOW0WG+R14FGaB/WDM5UHiK/jr6dipdnO8Wxlg/U48ka6uaPM6l53w=="
    },
    "runtime.any.System.Resources.ResourceManager/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hes7WFTOERydB/hLGmLj66NbK7I2AnjLHEeTpf7EmPZOIrRWeuC1dPoFYC9XRVIVzfCcOZI7oXM7KXe4vakt9Q=="
    },
    "runtime.any.System.Runtime/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0QVLwEGXROl0Trt2XosEjly9uqXcjHKStoZyZG9twJYFZJqq2JJXcBMXl/fnyQAgYEEODV8lUsU+t7NCCY0nUQ=="
    },
    "runtime.any.System.Runtime.Handles/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-MZ5fVmAE/3S11wt3hPfn3RsAHppj5gUz+VZuLQkRjLCMSlX0krOI601IZsMWc3CoxUb+wMt3gZVb/mEjblw6Mg=="
    },
    "runtime.any.System.Runtime.InteropServices/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gmibdZ9x/eB6hf5le33DWLCQbhcIUD2vqoc0tBgqSUWlB8YjEzVJXyTPDO+ypKLlL90Kv3ZDrK7yPCNqcyhqCA=="
    },
    "runtime.any.System.Text.Encoding/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uweRMRDD4O8Iy8m4h1cJvoFIHNCzHMpipuxkRNAMML6EMzAhDCQTjgvRwki7PlUg8RGY1ctXnBZjT1rXvMZuRw=="
    },
    "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3n6qbf59NMgA7F9S+q9gmqFV7T/CtAZw2pa6aprfdZxUinR2mDvVchsgthoacpQvAQu6e3ok8WWeypSu/yjXrA=="
    },
    "runtime.any.System.Threading.Tasks/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-CEvWO0IwtdCAsmCb9aAl59psy0hzx+whYh4DzbjNb0GsQmxw/G7bZEcrBtE8c9QupNVbu87c2xaMi6p4r1bpjA=="
    },
    "runtime.any.System.Threading.Timer/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-C9d5eRAW/gd5iBZF78JRcwjvjCDRfU0oB48/wx/XbKnONZU4k6hWneTT4M7v3TmVqPFl7UDcLzKCtQ/24efOzw=="
    },
    "runtime.native.System/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg=="
    },
    "runtime.native.System.IO.Compression/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Ob7nvnJBox1aaB222zSVZSkf4WrebPG4qFscfK7vmD7P7NxoSxACQLtO7ytWpqXDn2wcd/+45+EAZ7xjaPip8A=="
    },
    "runtime.native.System.Net.Http/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Nh0UPZx2Vifh8r+J+H2jxifZUD3sBrmolgiFWJd2yiNrxO0xTa6bAw3YwRn1VOiSen/tUXMS31ttNItCZ6lKuA=="
    },
    "runtime.native.System.Security.Cryptography/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw=="
    },
    "runtime.win.Microsoft.Win32.Primitives/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0alFxXfT7M+xhhgMkNzG/Mnfii3o+DGQV9gkmhfLr6wsRPNxlIHdz4yQC8ksHqqmOu1Sq0FD9FxrSQyGo+8syA=="
    },
    "runtime.win.System.Console/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xiO5b50KA3Z7BOfWK7GLYLN2dfJa/BoDyI0XhNyOwXvAXWvubDyAF61YMnWl/q+j2WopSAXGo12kTpjxmlyCyg=="
    },
    "runtime.win.System.Diagnostics.Debug/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-q8Fm954ezFLfmG0tHNUmsNy+qaEjWtWqYhWh3cGSVjtJwkcBsfigWCh+fdaIVZ9K7m+6lgb3ElL2BBU6G+RijA=="
    },
    "runtime.win.System.IO.FileSystem/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4FG9RK8J5CsUpXjkiZWS07aJu+H+vTIeQkFKXyjwibfBedUM168SCEaqV3Bjkbv4b3pUuf5Gy1RaqX/HnmKlZw=="
    },
    "runtime.win.System.Net.Primitives/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-36AsEkT9p+4cLHHh7sgSIOPWWeTKMh/DOoeQCzJmaLM8rtD9YaRZMmXGynf77ZP5KoXWwA4Y3aGbntrPbmmlcA=="
    },
    "runtime.win.System.Net.Sockets/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BviTpQJbl+T/XVkwLw5xupFq9WXKru9KM/2U/ijmLuO2XEeMgdwk3g0e9sHWqvbrLvVT9yDf+SpbRXM1LNxTvA=="
    },
    "runtime.win.System.Runtime.Extensions/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-U3F/M+djxVXuKJaoW2AGpAE2ZWAp372140jsX4d/ctqki+Qb61HuyQY4yUPSA/gdKGbbq6HXzZ6oxB6/G3MYPA=="
    },
    "runtime.win7-x64.Microsoft.NETCore.DotNetHost/1.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Uey9m9vV2yOdZ7Gs+Lzxuy9+N7iv2gMlt2aG3HLS1FeWqhw+CTuOyKnOn3hqZ4M9YNsseSq2h7HC+6RZuh/42w=="
    },
    "runtime.win7-x64.Microsoft.NETCore.DotNetHostPolicy/1.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kRifi+XIuUv5DZwIphXJTzMY6rXKbv5RmAXNNLF/97Is77eW3foMRdZ6wViw22YRdzZ8g4rAYXxl8nTMrfKh/A=="
    },
    "runtime.win7-x64.Microsoft.NETCore.DotNetHostResolver/1.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pMi8x4uTaFCXTO33c8yF5OJSkAV5FZZylYVoSBvWaLuKe8tqLxME1G8W+1Jw6ZHIl3k4+vGMMvZt1YpJbpJaMg=="
    },
    "runtime.win7-x64.Microsoft.NETCore.Jit/1.0.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-x5CokVDl/gul8A3mfzyvJr+YvDNByTn/XTh3V4QT46EXjFfF45jDBrwRdRCLyIIp05Or5w9GkU+yjXRFnPO85w=="
    },
    "runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR/1.0.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xk70lt1wyb5Elwc+BaOVWfcFms4W8njKwUIDCeOC3xGPFVdEdME4F1cl5u/XZUrKqxamgQCAEjo+VypNQWnQ9A=="
    },
    "runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets/1.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-jlT1ClqaOhEfpLpPU3iNpbmHnoPBe+T01509Q+tlxnax7ZXUsY6L22Vow6jj2koYY9u1GR6g6/UJXZRQihDAvw=="
    },
    "runtime.win7-x64.runtime.native.System.IO.Compression/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4LLiT65shsAsGc+mUKV3vUw1SXfOaQWGWoblOYpYuZJSVkA3/LPx92M2GSYyn2sHR/XOFtY5TZmxJKgGlZOLFw=="
    },
    "runtime.win7.System.Private.Uri/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LPOuwNel9nJ+G751J/yb64zkodFzVUwYYukQ8vysjiHRBrnvsZOhIxvqKhG6od1szrBNkl8pw8VGvvcfQ/2VOA=="
    },
    "Serilog/2.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JJMEqTUGe/bA4OEMefGd8W6si9oStSa3CF47dIHzkRKJHqFWFOW8D2aZTOW6VIgNLY2hzruQXhvp2tX0NVkgsw=="
    },
    "Serilog.Sinks.ColoredConsole/2.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pAH8MO/6oPPToCnwKpSAszIVF0tPpYjKLNhAJlTxAinpcRjPrKT/1bGTW/ZqoCluVyZQl5eg1gIxEkhHEd6Uww=="
    },
    "Serilog.Sinks.Trace/2.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-PDzeAWhwnjliLn/I6rF5kVRanLKgPED+KbSLflPSWM6zx7PtQo4ZwQdlcAkFjrSqdXcfDXpx+sGiub6Z5JNNIg=="
    },
    "Sprache/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BPhBC++caTrGfEuld7mYlI9FwqyWb7jo97zjwgcroKsobg4ETlhI87gNC8qVl8BlOGN8mbYHPuYiAM0AybId0A=="
    },
    "System.AppContext/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow=="
    },
    "System.Buffers/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-msXumHfjjURSkvxUjYuq4N2ghHoRi2VpXcKMA7gK6ujQfU3vGpl+B6ld0ATRg+FZFpRyA6PgEPA+VlIkTeNf2w=="
    },
    "System.Collections/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg=="
    },
    "System.Collections.Concurrent/4.0.12": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ=="
    },
    "System.Collections.NonGeneric/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA=="
    },
    "System.Collections.Specialized/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug=="
    },
    "System.ComponentModel/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w=="
    },
    "System.ComponentModel.Annotations/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rhnz80h8NnHJzoi0nbQJLRR2cJznyqG168q1bgoSpe5qpaME2SguXzuEzpY68nFCi2kBgHpbU4bRN2cP3unYRA=="
    },
    "System.ComponentModel.Primitives/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg=="
    },
    "System.ComponentModel.TypeConverter/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw=="
    },
    "System.Console/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A=="
    },
    "System.Diagnostics.Debug/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw=="
    },
    "System.Diagnostics.DiagnosticSource/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w=="
    },
    "System.Diagnostics.Process/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mpVZ5bnlSs3tTeJ6jYyDJEIa6tavhAd88lxq1zbYhkkCu0Pno2+gHXcvZcoygq2d8JxW3gojXqNJMTAshduqZA=="
    },
    "System.Diagnostics.Tools/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g=="
    },
    "System.Diagnostics.TraceSource/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6WVCczFZKXwpWpzd/iJkYnsmWTSFFiU24Xx/YdHXBcu+nFI/ehTgeqdJQFbtRPzbrO3KtRNjvkhtj4t5/WwWsA=="
    },
    "System.Diagnostics.Tracing/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg=="
    },
    "System.Dynamic.Runtime/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A=="
    },
    "System.Globalization/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg=="
    },
    "System.Globalization.Calendars/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-L1c6IqeQ88vuzC1P81JeHmHA8mxq8a18NUBNXnIY/BVb+TCyAaGIFbhpZt60h9FJNmisymoQkHEFSE9Vslja1Q=="
    },
    "System.Globalization.Extensions/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg=="
    },
    "System.IO/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ=="
    },
    "System.IO.Compression/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TjnBS6eztThSzeSib+WyVbLzEdLKUcEHN69VtS3u8aAsSc18FU6xCZlNWWsEd8SKcXAE+y1sOu7VbU8sUeM0sg=="
    },
    "System.IO.Compression.ZipFile/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hBQYJzfTbQURF10nLhd+az2NHxsU6MU7AB8RUf4IolBP5lOAm4Luho851xl+CqslmhI5ZH/el8BlngEk4lBkaQ=="
    },
    "System.IO.FileSystem/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w=="
    },
    "System.IO.FileSystem.Primitives/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ=="
    },
    "System.Linq/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g=="
    },
    "System.Linq.Expressions/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw=="
    },
    "System.Net.Http/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg=="
    },
    "System.Net.NameResolution/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw=="
    },
    "System.Net.Primitives/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw=="
    },
    "System.Net.Requests/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vxGt7C0cZixN+VqoSW4Yakc1Y9WknmxauDqzxgpw/FnBdz4kQNN51l4wxdXX5VY1xjqy//+G+4CvJWp1+f+y6Q=="
    },
    "System.Net.Sockets/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw=="
    },
    "System.Net.WebHeaderCollection/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XX2TIAN+wBSAIV51BU2FvvXMdstUa8b0FBSZmDWjZdwUMmggQSifpTOZ5fNH20z9ZCg2fkV1L5SsZnpO2RQDRQ=="
    },
    "System.ObjectModel/4.0.12": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ=="
    },
    "System.Private.Uri/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OltceAn9yyNf9LZIqvf80DhdRH55iVu1fxowdR79018w1CWIRNojUZBStsiRHvADeKI5pXcM9EftOFikBQh5AA=="
    },
    "System.Reflection/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng=="
    },
    "System.Reflection.Emit/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g=="
    },
    "System.Reflection.Emit.ILGeneration/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA=="
    },
    "System.Reflection.Emit.Lightweight/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA=="
    },
    "System.Reflection.Extensions/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ=="
    },
    "System.Reflection.Primitives/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ=="
    },
    "System.Reflection.TypeExtensions/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg=="
    },
    "System.Resources.ResourceManager/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA=="
    },
    "System.Runtime/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g=="
    },
    "System.Runtime.Extensions/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ=="
    },
    "System.Runtime.Handles/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g=="
    },
    "System.Runtime.InteropServices/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ=="
    },
    "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng=="
    },
    "System.Runtime.Numerics/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+XbKFuzdmLP3d1o9pdHu2nxjNr2OEPqGzKeegPLCUMM71a0t50A/rOcIRmGs9wR7a8KuHX6hYs/7/TymIGLNqg=="
    },
    "System.Runtime.Serialization.Primitives/4.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg=="
    },
    "System.Security.Claims/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4Jlp0OgJLS/Voj1kyFP6MJlIYp3crgfH8kNQk2p7+4JYfc1aAmh9PZyAMMbDhuoolGNtux9HqSOazsioRiDvCw=="
    },
    "System.Security.Cryptography.Algorithms/4.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8JQFxbLVdrtIOKMDN38Fn0GWnqYZw/oMlwOUG/qz1jqChvyZlnUmu+0s7wLx7JYua/nAXoESpHA3iw11QFWhXg=="
    },
    "System.Security.Cryptography.Cng/4.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cUJ2h+ZvONDe28Szw3st5dOHdjndhJzQ2WObDEXAWRPEQBtVItVoxbXM/OEsTthl3cNn2dk2k0I3y45igCQcLw=="
    },
    "System.Security.Cryptography.Csp/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/i1Usuo4PgAqgbPNC0NjbO3jPW//BoBlTpcWFD1EHVbidH21y4c1ap5bbEMSGAXjAShhMH4abi/K8fILrnu4BQ=="
    },
    "System.Security.Cryptography.Encoding/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FbKgE5MbxSQMPcSVRgwM6bXN3GtyAh04NkV8E5zKCBE26X0vYW0UtTa2FIgkH33WVqBVxRgxljlVYumWtU+HcQ=="
    },
    "System.Security.Cryptography.OpenSsl/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HUG/zNUJwEiLkoURDixzkzZdB5yGA5pQhDP93ArOpDPQMteURIGERRNzzoJlmTreLBWr5lkFSjjMSk8ySEpQMw=="
    },
    "System.Security.Cryptography.Primitives/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA=="
    },
    "System.Security.Cryptography.X509Certificates/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4HEfsQIKAhA1+ApNn729Gi09zh+lYWwyIuViihoMDWp1vQnEkL2ct7mAbhBlLYm+x/L4Rr/pyGge1lIY635e0w=="
    },
    "System.Security.Principal/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww=="
    },
    "System.Security.Principal.Windows/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-iFx15AF3RMEPZn3COh8+Bb2Thv2zsmLd93RchS1b8Mj5SNYeGqbYNCSn5AES1+gq56p4ujGZPrl0xN7ngkXOHg=="
    },
    "System.Text.Encoding/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA=="
    },
    "System.Text.Encoding.Extensions/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ=="
    },
    "System.Text.RegularExpressions/4.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g=="
    },
    "System.Threading/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ=="
    },
    "System.Threading.Overlapped/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-f7aLuLkBoCQM2kng7zqLFBXz9Gk48gDK8lk1ih9rH/1arJJzZK9gJwNvPDhL6Ps/l6rwOr8jw+4FCHL0KKWiEg=="
    },
    "System.Threading.Tasks/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ=="
    },
    "System.Threading.Tasks.Extensions/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pH4FZDsZQ/WmgJtN4LWYmRdJAEeVkyriSwrv2Teoe5FOU0Yxlb6II6GL8dBPOfRmutHGATduj3ooMt7dJ2+i+w=="
    },
    "System.Threading.Thread/4.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ=="
    },
    "System.Threading.ThreadPool/4.0.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA=="
    },
    "System.Threading.Timer/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw=="
    },
    "System.Xml.ReaderWriter/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg=="
    },
    "System.Xml.XDocument/4.0.11": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg=="
    },
    "Octopus.Client/4.0.7": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\Octo.dll
md5: 2BD4FD82B1B0F26FB3E08BFFC41647C1 | sha1: C6D749967AD41EE9E5D90C5CDB9178B424EDD730 | sha256: 7B99886F19407A9FCAFF3A463CBA3C3A1A8DCBE9CD34C02D097A8A8988436169 | sha512: 056065B5D0E7323CF691A6E24F0B5A14C1C2F7B95BA02729DE2A4167989670E16133F9852DD740D44C3715C42BB12070A6990FBB0D696D616B029B27E0B52A9C
tools\Octo.exe
md5: 4C6EEF11196FB91FBB438A9252F44763 | sha1: F7883E67CD3DF70B5220CCB37D3D097F067F8CE6 | sha256: 0A6942E56662CF1C4EB5BFB6157560A5C8EF982E153AA543AAA79EA4B340E9C8 | sha512: F11A5A862070B52E7D7BF4F7B1A0120A02D431E9CABF142D38857A9FB61A011B1C53C460AA1571CC74C1D6D4D4897D3C9E84B5BBE3FD62BC27667CAFC89A8B2B
tools\Octo.pdb
 
tools\Octo.runtimeconfig.json
{
  "runtimeOptions": {}
}
tools\Octopus.Client.dll
md5: 5680661125DDE467B15AADDE01CF506E | sha1: 14F3526CA32368C3FE5E60DC1BC2559965F3D519 | sha256: 14E78DCB4B571B2242ED934EC14317FF5CC7AA00AC8A93FE06E37FE4E9FDC1C2 | sha512: 17735A2AE13AF68DECE6D305A47967CE10565BB5DE4C32150F562F3FB1C6DFA6FAB26B3645DF74ED008ED4F5411680F938D7B9D9841649711A331C02DC4C6A9E
tools\Octopus.Client.pdb
 
tools\Octopus.Client.xml
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Octopus.Client</name>
    </assembly>
    <members>
        <member name="T:Octopus.Client.DefaultLinkResolver">
            <summary>
            In the same way web browsers can follow links like "/api/foo" by knowing the URI of the current page, this class
            allows application
            links to be resolved into fully-qualified URI's. This implementation also supports virtual directories. It assumes
            that the
            API endpoint starts with <c>/api</c>.
            </summary>
        </member>
        <member name="M:Octopus.Client.DefaultLinkResolver.#ctor(System.Uri,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.DefaultLinkResolver" /> class.
            </summary>
            <param name="root">The root URI of the server.</param>
            <param name="allUrisStartWith">
            A segment that users might or might not include when entering the root URI. If the
            segment exists, it will be ignored.
            </param>
        </member>
        <member name="M:Octopus.Client.DefaultLinkResolver.Resolve(System.String)">
            <summary>
            Resolves the specified link into a fully qualified URI.
            </summary>
            <param name="link">The application relative link (should begin with a <c>/</c>).</param>
            <returns>
            The fully resolved URI.
            </returns>
        </member>
        <member name="M:Octopus.Client.DefaultLinkResolver.ToString">
            <summary>
            Returns a <see cref="T:System.String" /> that represents the root URI that URI's are resolved from.
            </summary>
            <returns>
            A <see cref="T:System.String" /> that represents this instance.
            </returns>
        </member>
        <member name="T:Octopus.Client.ILinkResolver">
            <summary>
            In the same way web browsers can follow links like "/foo" by knowing the URI of the current page, this class allows
            application
            links to be resolved into fully-qualified URI's.
            </summary>
        </member>
        <member name="M:Octopus.Client.ILinkResolver.Resolve(System.String)">
            <summary>
            Resolves the specified link into a fully qualified URI.
            </summary>
            <param name="link">The application relative link (should begin with a <c>/</c>).</param>
            <returns>
            The fully resolved URI.
            </returns>
        </member>
        <member name="T:Octopus.Client.IOctopusAsyncClient">
            <summary>
            Contract for a client to the Octopus Deploy HTTP API.
            </summary>
        </member>
        <member name="P:Octopus.Client.IOctopusAsyncClient.RootDocument">
            <summary>
            Gets a document that identifies the Octopus server (from /api) and provides links to the resources available on the
            server. Instead of hardcoding paths,
            clients should use these link properties to traverse the resources on the server. This document is lazily loaded so
            that it is only requested once for
            the current <see cref="T:Octopus.Client.IOctopusAsyncClient" />.
            </summary>
            <exception cref="T:Octopus.Client.Exceptions.OctopusSecurityException">
            HTTP 401 or 403: Thrown when the current user's API key was not valid, their
            account is disabled, or they don't have permission to perform the specified action.
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusServerException">
            If any other error is successfully returned from the server (e.g., a 500
            server error).
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusValidationException">HTTP 400: If there was a problem with the request provided by the user.</exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException">HTTP 404: If the specified resource does not exist on the server.</exception>
        </member>
        <member name="E:Octopus.Client.IOctopusAsyncClient.SendingOctopusRequest">
            <summary>
            Occurs when a request is about to be sent.
            </summary>
        </member>
        <member name="E:Octopus.Client.IOctopusAsyncClient.ReceivedOctopusResponse">
            <summary>
            Occurs when a response is received from the Octopus server.
            </summary>
        </member>
        <member name="E:Octopus.Client.IOctopusAsyncClient.BeforeSendingHttpRequest">
            <summary>
            Occurs when a request is about to be sent.
            </summary>
        </member>
        <member name="P:Octopus.Client.IOctopusAsyncClient.Repository">
            <summary>
            A simplified interface to commonly-used parts of the API.
            </summary>
        </member>
        <member name="M:Octopus.Client.IOctopusAsyncClient.List``1(System.String,System.Object)">
            <summary>
            Fetches a collection of resources from the server using the HTTP GET verb. The collection itself will usually be
            limited in size (pagination) and links to the next page of data is available in the <see cref="P:Octopus.Client.Model.Resource.Links" />
            property.
            </summary>
            <exception cref="T:Octopus.Client.Exceptions.OctopusSecurityException">
            HTTP 401 or 403: Thrown when the current user's API key was not valid, their
            account is disabled, or they don't have permission to perform the specified action.
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusServerException">
            If any other error is successfully returned from the server (e.g., a 500
            server error).
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusValidationException">HTTP 400: If there was a problem with the request provided by the user.</exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException">HTTP 404: If the specified resource does not exist on the server.</exception>
            <param name="path">The path from which to fetch the resources.</param>
            <param name="pathParameters">If the <c>path</c> is a URI template, parameters to use for substitution.</param>
            <returns>The collection of resources from the server.</returns>
        </member>
        <member name="M:Octopus.Client.IOctopusAsyncClient.Paginate``1(System.String,System.Func{Octopus.Client.Model.ResourceCollection{``0},System.Boolean})">
            <summary>
            Fetches a collection of resources from the server one page at a time using the HTTP GET verb.
            </summary>
            <exception cref="T:Octopus.Client.Exceptions.OctopusSecurityException">
            HTTP 401 or 403: Thrown when the current user's API key was not valid, their
            account is disabled, or they don't have permission to perform the specified action.
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusServerException">
            If any other error is successfully returned from the server (e.g., a 500
            server error).
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusValidationException">HTTP 400: If there was a problem with the request provided by the user.</exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException">HTTP 404: If the specified resource does not exist on the server.</exception>
            <param name="path">The path from which to fetch the resources.</param>
            <param name="getNextPage">
            A callback invoked for each page of data found. If the callback returns <c>true</c>, the next
            page will also be requested.
            </param>
            <returns>The collection of resources from the server.</returns>
        </member>
        <member name="M:Octopus.Client.IOctopusAsyncClient.Paginate``1(System.String,System.Object,System.Func{Octopus.Client.Model.ResourceCollection{``0},System.Boolean})">
            <summary>
            Fetches a collection of resources from the server one page at a time using the HTTP GET verb.
            </summary>
            <exception cref="T:Octopus.Client.Exceptions.OctopusSecurityException">
            HTTP 401 or 403: Thrown when the current user's API key was not valid, their
            account is disabled, or they don't have permission to perform the specified action.
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusServerException">
            If any other error is successfully returned from the server (e.g., a 500
            server error).
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusValidationException">HTTP 400: If there was a problem with the request provided by the user.</exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException">HTTP 404: If the specified resource does not exist on the server.</exception>
            <param name="path">The path from which to fetch the resources.</param>
            <param name="pathParameters">If the <c>path</c> is a URI template, parameters to use for substitution.</param>
            <param name="getNextPage">
            A callback invoked for each page of data found. If the callback returns <c>true</c>, the next
            page will also be requested.
            </param>
            <returns>The collection of resources from the server.</returns>
        </member>
        <member name="M:Octopus.Client.IOctopusAsyncClient.Get``1(System.String,System.Object)">
            <summary>
            Fetches a single resource from the server using the HTTP GET verb.
            </summary>
            <exception cref="T:Octopus.Client.Exceptions.OctopusSecurityException">
            HTTP 401 or 403: Thrown when the current user's API key was not valid, their
            account is disabled, or they don't have permission to perform the specified action.
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusServerException">
            If any other error is successfully returned from the server (e.g., a 500
            server error).
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusValidationException">HTTP 400: If there was a problem with the request provided by the user.</exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException">HTTP 404: If the specified resource does not exist on the server.</exception>
            <param name="path">The path from which to fetch the resource.</param>
            <param name="pathParameters">If the <c>path</c> is a URI template, parameters to use for substitution.</param>
            <returns>The resource from the server.</returns>
        </member>
        <member name="M:Octopus.Client.IOctopusAsyncClient.Create``1(System.String,``0,System.Object)">
            <summary>
            Creates a resource at the given URI on the server using the POST verb, then performs a fresh GET request to fetch
            the created item.
            </summary>
            <exception cref="T:Octopus.Client.Exceptions.OctopusSecurityException">
            HTTP 401 or 403: Thrown when the current user's API key was not valid, their
            account is disabled, or they don't have permission to perform the specified action.
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusServerException">
            If any other error is successfully returned from the server (e.g., a 500
            server error).
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusValidationException">HTTP 400: If there was a problem with the request provided by the user.</exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException">HTTP 404: If the specified resource does not exist on the server.</exception>
            <param name="path">The path to the container resource.</param>
            <param name="resource">The resource to create.</param>
            <param name="pathParameters">If the <c>path</c> is a URI template, parameters to use for substitution.</param>
            <returns>The latest copy of the resource from the server.</returns>
        </member>
        <member name="M:Octopus.Client.IOctopusAsyncClient.Post``1(System.String,``0,System.Object)">
            <summary>
            Sends a command to a resource at the given URI on the server using the POST verb.
            </summary>
            <exception cref="T:Octopus.Client.Exceptions.OctopusSecurityException">
            HTTP 401 or 403: Thrown when the current user's API key was not valid, their
            account is disabled, or they don't have permission to perform the specified action.
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusServerException">
            If any other error is successfully returned from the server (e.g., a 500
            server error).
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusValidationException">HTTP 400: If there was a problem with the request provided by the user.</exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException">HTTP 404: If the specified resource does not exist on the server.</exception>
            <param name="path">The path to the container resource.</param>
            <param name="resource">The resource to create.</param>
            <param name="pathParameters">If the <c>path</c> is a URI template, parameters to use for substitution.</param>
        </member>
        <member name="M:Octopus.Client.IOctopusAsyncClient.Post``2(System.String,``0,System.Object)">
            <summary>
            Sends a command to a resource at the given URI on the server using the POST verb, and retrieve the response.
            </summary>
            <exception cref="T:Octopus.Client.Exceptions.OctopusSecurityException">
            HTTP 401 or 403: Thrown when the current user's API key was not valid, their
            account is disabled, or they don't have permission to perform the specified action.
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusServerException">
            If any other error is successfully returned from the server (e.g., a 500
            server error).
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusValidationException">HTTP 400: If there was a problem with the request provided by the user.</exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException">HTTP 404: If the specified resource does not exist on the server.</exception>
            <param name="path">The path to the container resource.</param>
            <param name="resource">The resource to create.</param>
            <param name="pathParameters">If the <c>path</c> is a URI template, parameters to use for substitution.</param>
        </member>
        <member name="M:Octopus.Client.IOctopusAsyncClient.Post(System.String)">
            <summary>
            Sends a command to a resource at the given URI on the server using the POST verb.
            </summary>
            <exception cref="T:Octopus.Client.Exceptions.OctopusSecurityException">
            HTTP 401 or 403: Thrown when the current user's API key was not valid, their
            account is disabled, or they don't have permission to perform the specified action.
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusServerException">
            If any other error is successfully returned from the server (e.g., a 500
            server error).
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusValidationException">HTTP 400: If there was a problem with the request provided by the user.</exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException">HTTP 404: If the specified resource does not exist on the server.</exception>
            <param name="path">The path to the container resource.</param>
        </member>
        <member name="M:Octopus.Client.IOctopusAsyncClient.Put``1(System.String,``0)">
            <summary>
            Sends a command to a resource at the given URI on the server using the PUT verb.
            </summary>
            <exception cref="T:Octopus.Client.Exceptions.OctopusSecurityException">
            HTTP 401 or 403: Thrown when the current user's API key was not valid, their
            account is disabled, or they don't have permission to perform the specified action.
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusServerException">
            If any other error is successfully returned from the server (e.g., a 500
            server error).
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusValidationException">HTTP 400: If there was a problem with the request provided by the user.</exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException">HTTP 404: If the specified resource does not exist on the server.</exception>
            <param name="path">The path to the container resource.</param>
            <param name="resource">The resource to create.</param>
        </member>
        <member name="M:Octopus.Client.IOctopusAsyncClient.Update``1(System.String,``0,System.Object)">
            <summary>
            Updates the resource at the given URI on the server using the PUT verb, then performs a fresh GET request to reload
            the data.
            </summary>
            <exception cref="T:Octopus.Client.Exceptions.OctopusSecurityException">
            HTTP 401 or 403: Thrown when the current user's API key was not valid, their
            account is disabled, or they don't have permission to perform the specified action.
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusServerException">
            If any other error is successfully returned from the server (e.g., a 500
            server error).
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusValidationException">HTTP 400: If there was a problem with the request provided by the user.</exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException">HTTP 404: If the specified resource does not exist on the server.</exception>
            <param name="path">The path to the resource to update.</param>
            <param name="resource">The resource to update.</param>
            <param name="pathParameters">If the <c>path</c> is a URI template, parameters to use for substitution.</param>
            <returns>The latest copy of the resource from the server.</returns>
        </member>
        <member name="M:Octopus.Client.IOctopusAsyncClient.Delete(System.String,System.Object)">
            <summary>
            Deletes the resource at the given URI from the server using a the DELETE verb. Deletes in Octopus happen
            asynchronously via a background task
            that is executed by the Octopus server. The payload returned by delete will be the task that was created on the
            server.
            </summary>
            <exception cref="T:Octopus.Client.Exceptions.OctopusSecurityException">
            HTTP 401 or 403: Thrown when the current user's API key was not valid, their
            account is disabled, or they don't have permission to perform the specified action.
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusServerException">
            If any other error is successfully returned from the server (e.g., a 500
            server error).
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusValidationException">HTTP 400: If there was a problem with the request provided by the user.</exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException">HTTP 404: If the specified resource does not exist on the server.</exception>
            <param name="path">The path to the resource to delete.</param>
            <param name="pathParameters">If the <c>path</c> is a URI template, parameters to use for substitution.</param>
            <returns>A task resource that provides details about the background task that deletes the specified resource.</returns>
        </member>
        <member name="M:Octopus.Client.IOctopusAsyncClient.GetContent(System.String)">
            <summary>
            Fetches raw content from the resource at the specified path, using the GET verb.
            </summary>
            <exception cref="T:Octopus.Client.Exceptions.OctopusSecurityException">
            HTTP 401 or 403: Thrown when the current user's API key was not valid, their
            account is disabled, or they don't have permission to perform the specified action.
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusServerException">
            If any other error is successfully returned from the server (e.g., a 500
            server error).
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusValidationException">HTTP 400: If there was a problem with the request provided by the user.</exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException">HTTP 404: If the specified resource does not exist on the server.</exception>
            <param name="path">The path to the resource to fetch.</param>
            <returns>A stream containing the content of the resource.</returns>
        </member>
        <member name="M:Octopus.Client.IOctopusAsyncClient.PutContent(System.String,System.IO.Stream)">
            <summary>
            Creates or updates the raw content of the resource at the specified path, using the PUT verb.
            </summary>
            <param name="path">The path to the resource to create or update.</param>
            <param name="contentStream">A stream containing content of the resource.</param>
        </member>
        <member name="M:Octopus.Client.IOctopusAsyncClient.RefreshRootDocument">
            <summary>
            Requests a fresh root document from the Octopus Server which can be useful if the API surface has changed. This can occur when enabling/disabling features, or changing license.
            </summary>
            <returns>A fresh copy of the root document.</returns>
        </member>
        <member name="T:Octopus.Client.IOctopusAsyncRepository">
            <summary>
            A simplified interface to commonly-used parts of the API.
            Functionality not exposed by this interface can be accessed
            using <see cref="P:Octopus.Client.IOctopusAsyncRepository.Client" />.
            </summary>
        </member>
        <member name="P:Octopus.Client.IOctopusAsyncRepository.Client">
            <summary>
            The client over which the repository is run.
            </summary>
        </member>
        <member name="T:Octopus.Client.IOctopusClientFactory">
            <summary>
            Creates instances of <see cref="T:Octopus.Client.IOctopusAsyncClient" />.
            </summary>
        </member>
        <member name="M:Octopus.Client.IOctopusClientFactory.CreateAsyncClient(Octopus.Client.OctopusServerEndpoint,Octopus.Client.OctopusClientOptions)">
            <summary>
            Creates an appropriate <see cref="T:Octopus.Client.IOctopusAsyncClient" /> for the provided <see cref="T:Octopus.Client.OctopusServerEndpoint" />.
            </summary>
            <param name="serverEndpoint">The endpoint to create a client for.</param>
            <param name="octopusClientOptions"></param>
            <returns>The <see cref="T:Octopus.Client.IOctopusAsyncClient" /> instance.</returns>
        </member>
        <member name="T:Octopus.Client.OctopusAsyncClient">
            <summary>
            The Octopus Deploy RESTful HTTP API client.
            </summary>
        </member>
        <member name="M:Octopus.Client.OctopusAsyncClient.#ctor(Octopus.Client.OctopusServerEndpoint,Octopus.Client.OctopusClientOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.OctopusAsyncClient" /> class.
            </summary>
            <param name="serverEndpoint">The server endpoint.</param>
            <param name="options">The <see cref="T:Octopus.Client.OctopusClientOptions" /> used to configure the behavour of the client, may be null.</param>
        </member>
        <member name="P:Octopus.Client.OctopusAsyncClient.RootDocument">
            <summary>
            Gets a document that identifies the Octopus server (from /api) and provides links to the resources available on the
            server. Instead of hardcoding paths,
            clients should use these link properties to traverse the resources on the server. This document is lazily loaded so
            that it is only requested once for
            the current <see cref="T:Octopus.Client.IOctopusAsyncClient" />.
            </summary>
        </member>
        <member name="M:Octopus.Client.OctopusAsyncClient.RefreshRootDocument">
            <summary>
            Requests a fresh root document from the Octopus Server which can be useful if the API surface has changed. This can occur when enabling/disabling features, or changing license.
            </summary>
            <returns>A fresh copy of the root document.</returns>
        </member>
        <member name="E:Octopus.Client.OctopusAsyncClient.BeforeSendingHttpRequest">
            <summary>
            Occurs when a request is about to be sent.
            </summary>
        </member>
        <member name="E:Octopus.Client.OctopusAsyncClient.SendingOctopusRequest">
            <summary>
            Occurs when a request is about to be sent.
            </summary>
        </member>
        <member name="E:Octopus.Client.OctopusAsyncClient.ReceivedOctopusResponse">
            <summary>
            Occurs when a response is received from the Octopus server.
            </summary>
        </member>
        <member name="M:Octopus.Client.OctopusAsyncClient.Get``1(System.String,System.Object)">
            <summary>
            Fetches a single resource from the server using the HTTP GET verb.
            </summary>
            <typeparam name="TResource"></typeparam>
            <param name="path">The path from which to fetch the resource.</param>
            <param name="pathParameters">If the <c>path</c> is a URI template, parameters to use for substitution.</param>
            <returns>
            The resource from the server.
            </returns>
        </member>
        <member name="M:Octopus.Client.OctopusAsyncClient.List``1(System.String,System.Object)">
            <summary>
            Fetches a collection of resources from the server using the HTTP GET verb. The collection itself will usually be
            limited in size (pagination) and links to the next page of data is available in the <see cref="P:Octopus.Client.Model.Resource.Links" />
            property.
            </summary>
            <typeparam name="TResource"></typeparam>
            <param name="path">The path from which to fetch the resources.</param>
            <param name="pathParameters">If the <c>path</c> is a URI template, parameters to use for substitution.</param>
            <returns>
            The collection of resources from the server.
            </returns>
        </member>
        <member name="M:Octopus.Client.OctopusAsyncClient.Paginate``1(System.String,System.Object,System.Func{Octopus.Client.Model.ResourceCollection{``0},System.Boolean})">
            <summary>
            Fetches a collection of resources from the server one page at a time using the HTTP GET verb.
            </summary>
            <typeparam name="TResource"></typeparam>
            <param name="path">The path from which to fetch the resources.</param>
            <param name="pathParameters">If the <c>path</c> is a URI template, parameters to use for substitution.</param>
            <param name="getNextPage">
            A callback invoked for each page of data found. If the callback returns <c>true</c>, the next
            page will also be requested.
            </param>
        </member>
        <member name="M:Octopus.Client.OctopusAsyncClient.Paginate``1(System.String,System.Func{Octopus.Client.Model.ResourceCollection{``0},System.Boolean})">
            <summary>
            Fetches a collection of resources from the server one page at a time using the HTTP GET verb.
            </summary>
            <typeparam name="TResource"></typeparam>
            <param name="path">The path from which to fetch the resources.</param>
            <param name="getNextPage">
            A callback invoked for each page of data found. If the callback returns <c>true</c>, the next
            page will also be requested.
            </param>
        </member>
        <member name="M:Octopus.Client.OctopusAsyncClient.Create``1(System.String,``0,System.Object)">
            <summary>
            Creates a resource at the given URI on the server using the POST verb, then performs a fresh GET request to fetch
            the created item.
            </summary>
            <typeparam name="TResource"></typeparam>
            <param name="path">The path to the container resource.</param>
            <param name="resource">The resource to create.</param>
            <param name="pathParameters">If the <c>path</c> is a URI template, parameters to use for substitution.</param>
            <returns>
            The latest copy of the resource from the server.
            </returns>
        </member>
        <member name="M:Octopus.Client.OctopusAsyncClient.Post``1(System.String,``0,System.Object)">
            <summary>
            Sends a command to a resource at the given URI on the server using the POST verb.
            </summary>
            <typeparam name="TResource"></typeparam>
            <param name="path">The path to the container resource.</param>
            <param name="resource">The resource to create.</param>
            <param name="pathParameters">If the <c>path</c> is a URI template, parameters to use for substitution.</param>
        </member>
        <member name="M:Octopus.Client.OctopusAsyncClient.Post``2(System.String,``0,System.Object)">
            <summary>
            Sends a command to a resource at the given URI on the server using the POST verb.
            </summary>
            <typeparam name="TResource"></typeparam>
            <typeparam name="TResponse"></typeparam>
            <param name="path">The path to the container resource.</param>
            <param name="resource">The resource to post.</param>
            <param name="pathParameters">If the <c>path</c> is a URI template, parameters to use for substitution.</param>
        </member>
        <member name="M:Octopus.Client.OctopusAsyncClient.Post(System.String)">
            <summary>
            Sends a command to a resource at the given URI on the server using the POST verb.
            </summary>
            <param name="path">The path to the container resource.</param>
        </member>
        <member name="M:Octopus.Client.OctopusAsyncClient.Put``1(System.String,``0)">
            <summary>
            Sends a command to a resource at the given URI on the server using the PUT verb.
            </summary>
            <exception cref="T:Octopus.Client.Exceptions.OctopusSecurityException">
            HTTP 401 or 403: Thrown when the current user's API key was not valid, their
            account is disabled, or they don't have permission to perform the specified action.
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusServerException">
            If any other error is successfully returned from the server (e.g., a 500
            server error).
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusValidationException">HTTP 400: If there was a problem with the request provided by the user.</exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException">HTTP 404: If the specified resource does not exist on the server.</exception>
            <param name="path">The path to the container resource.</param>
            <param name="resource">The resource to create.</param>
        </member>
        <member name="M:Octopus.Client.OctopusAsyncClient.Delete(System.String,System.Object)">
            <summary>
            Deletes the resource at the given URI from the server using a the DELETE verb.
            </summary>
            <param name="path">The path to the resource to delete.</param>
            <param name="pathParameters">If the <c>path</c> is a URI template, parameters to use for substitution.</param>
        </member>
        <member name="M:Octopus.Client.OctopusAsyncClient.Update``1(System.String,``0,System.Object)">
            <summary>
            Updates the resource at the given URI on the server using the PUT verb, then performs a fresh GET request to reload
            the data.
            </summary>
            <typeparam name="TResource"></typeparam>
            <param name="path">The path to the resource to update.</param>
            <param name="resource">The resource to update.</param>
            <param name="pathParameters">If the <c>path</c> is a URI template, parameters to use for substitution.</param>
            <returns>
            The latest copy of the resource from the server.
            </returns>
        </member>
        <member name="M:Octopus.Client.OctopusAsyncClient.GetContent(System.String)">
            <summary>
            Fetches raw content from the resource at the specified path, using the GET verb.
            </summary>
            <exception cref="T:Octopus.Client.Exceptions.OctopusSecurityException">
            HTTP 401 or 403: Thrown when the current user's API key was not valid, their
            account is disabled, or they don't have permission to perform the specified action.
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusServerException">
            If any other error is successfully returned from the server (e.g., a 500
            server error).
            </exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusValidationException">HTTP 400: If there was a problem with the request provided by the user.</exception>
            <exception cref="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException">HTTP 404: If the specified resource does not exist on the server.</exception>
            <param name="path">The path to the resource to fetch.</param>
            <returns>A stream containing the content of the resource.</returns>
        </member>
        <member name="M:Octopus.Client.OctopusAsyncClient.PutContent(System.String,System.IO.Stream)">
            <summary>
            Creates or updates the raw content of the resource at the specified path, using the PUT verb.
            </summary>
            <param name="path">The path to the resource to create or update.</param>
            <param name="contentStream">A stream containing content of the resource.</param>
        </member>
        <member name="M:Octopus.Client.OctopusAsyncClient.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Octopus.Client.OctopusAsyncRepository">
            <summary>
            A simplified interface to commonly-used parts of the API.
            Functionality not exposed by this interface can be accessed
            using <see cref="P:Octopus.Client.IOctopusAsyncRepository.Client" />.
            </summary>
            <remarks>
            Create using:
            <code>
            using(var client = new OctopusAsyncClient(new OctopusServerEndpoint("http://myoctopus/"))
            {
                var repository = client.CreateRepository();
            }
            </code>
            </remarks>
        </member>
        <member name="T:Octopus.Client.OctopusClientFactory">
            <summary>
            Creates instances of the <see cref="T:Octopus.Client.IOctopusAsyncClient" />.
            </summary>
        </member>
        <member name="M:Octopus.Client.OctopusClientFactory.CreateAsyncClient(Octopus.Client.OctopusServerEndpoint,Octopus.Client.OctopusClientOptions)">
            <summary>
            Creates an instance of the client.
            </summary>
            <param name="serverEndpoint">The server endpoint.</param>
            <param name="octopusClientOptions"></param>
            <returns>The <see cref="T:Octopus.Client.IOctopusAsyncClient" /> instance.</returns>
        </member>
        <member name="T:Octopus.Client.OctopusClientOptions">
            <summary>
            Options used to change the behaviour of <see cref="T:Octopus.Client.OctopusAsyncClient" />
            </summary>
        </member>
        <member name="T:Octopus.Client.OctopusRequest">
            <summary>
            Describes a request made to the Octopus server by the client.
            </summary>
        </member>
        <member name="T:Octopus.Client.OctopusResponse`1">
            <summary>
            Describes a response from the Octopus server.
            </summary>
            <typeparam name="TResponseResource">The resource type associated with the response.</typeparam>
        </member>
        <member name="T:Octopus.Client.OctopusResponse">
            <summary>
            Describes a response from the Octopus server.
            </summary>
        </member>
        <member name="T:Octopus.Client.OctopusServerEndpoint">
            <summary>
            Specifies the location and credentials to use when communicating with an Octopus Deploy server.
            </summary>
        </member>
        <member name="M:Octopus.Client.OctopusServerEndpoint.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.OctopusServerEndpoint" /> class. Since no API key is provided, only
            very limited functionality will be available.
            </summary>
            <param name="octopusServerAddress">
            The URI of the Octopus Server. Ideally this should end with <c>/api</c>. If it ends with any other segment, the
            client
            will assume Octopus runs under a virtual directory.
            </param>
        </member>
        <member name="M:Octopus.Client.OctopusServerEndpoint.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.OctopusServerEndpoint" /> class.
            </summary>
            <param name="octopusServerAddress">
            The URI of the Octopus Server. Ideally this should end with <c>/api</c>. If it ends with any other segment, the
            client
            will assume Octopus runs under a virtual directory.
            </param>
            <param name="apiKey">
            The API key to use when connecting to the Octopus server. For more information on API keys, please
            see the API documentation on authentication
            (https://github.com/OctopusDeploy/OctopusDeploy-Api/blob/master/sections/authentication.md).
            </param>
        </member>
        <member name="M:Octopus.Client.OctopusServerEndpoint.#ctor(System.String,System.String,System.Net.ICredentials)">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.OctopusServerEndpoint" /> class.
            </summary>
            <param name="octopusServerAddress">
            The URI of the Octopus Server. Ideally this should end with <c>/api</c>. If it ends with any other segment, the
            client
            will assume Octopus runs under a virtual directory.
            </param>
            <param name="apiKey">
            The API key to use when connecting to the Octopus server. For more information on API keys, please
            see the API documentation on authentication
            (https://github.com/OctopusDeploy/OctopusDeploy-Api/blob/master/sections/authentication.md).
            </param>
            <param name="credentials">
            Additional credentials to use when communicating to servers that require integrated/basic
            authentication.
            </param>
        </member>
        <member name="M:Octopus.Client.OctopusServerEndpoint.#ctor(Octopus.Client.ILinkResolver,System.String,System.Net.ICredentials)">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.OctopusServerEndpoint" /> class.
            </summary>
            <param name="octopusServer">The resolver that should be used to turn relative links into full URIs.</param>
            <param name="apiKey">
            The API key to use when connecting to the Octopus server. For more information on API keys, please
            see the API documentation on authentication
            (https://github.com/OctopusDeploy/OctopusDeploy-Api/blob/master/sections/authentication.md).
            </param>
            <param name="credentials">
            Additional credentials to use when communicating to servers that require integrated/basic
            authentication.
            </param>
        </member>
        <member name="P:Octopus.Client.OctopusServerEndpoint.OctopusServer">
            <summary>
            The URI of the Octopus Server. Ideally this should end with <c>/api</c>. If it ends with any other segment, the
            client  will assume Octopus runs under a virtual directory.
            </summary>
        </member>
        <member name="P:Octopus.Client.OctopusServerEndpoint.ApiKey">
            <summary>
            Gets the API key to use when connecting to the Octopus server. For more information on API keys, please see the API
            documentation on authentication
            (https://github.com/OctopusDeploy/OctopusDeploy-Api/blob/master/sections/authentication.md).
            </summary>
        </member>
        <member name="P:Octopus.Client.OctopusServerEndpoint.Credentials">
            <summary>
            Gets the additional credentials to use when communicating to servers that require integrated/basic authentication.
            </summary>
        </member>
        <member name="M:Octopus.Client.OctopusServerEndpoint.AsUser(System.String)">
            <summary>
            Recreates the endpoint using the API key of a new user.
            </summary>
            <param name="newUserApiKey">The new user API key.</param>
            <returns>An endpoint with a new user.</returns>
        </member>
        <member name="P:Octopus.Client.OctopusServerEndpoint.Proxy">
            <summary>
            A proxy that should be used to connect to the endpoint.
            </summary>
        </member>
        <member name="T:Octopus.Client.UrlTemplate">
            <summary>
            Modified implementation of the URI Template Spec RFC6570 for use in the Octopus Deploy RESTful API client.
            </summary>
            <remarks>
            This implementation is from: https://github.com/darrelmiller/UriTemplates. The class was renamed so as not to
            conflict with
            the UriTemplate class built into .NET, and the static
            <see
                cref="M:Octopus.Client.UrlTemplate.Resolve(System.String,System.Collections.Generic.IDictionary{System.String,System.Object})" />
            methods were added.
            </remarks>
        </member>
        <member name="M:Octopus.Client.UrlTemplate.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.UrlTemplate" /> class.
            </summary>
            <param name="template"> The template. </param>
        </member>
        <member name="M:Octopus.Client.UrlTemplate.SetParameter(System.String,System.Object)">
            <summary>
            Sets the parameter.
            </summary>
            <param name="name"> The name. </param>
            <param name="value"> The value. </param>
        </member>
        <member name="M:Octopus.Client.UrlTemplate.SetParameter(System.String,System.String)">
            <summary>
            Sets the parameter.
            </summary>
            <param name="name"> The name. </param>
            <param name="value"> The value. </param>
        </member>
        <member name="M:Octopus.Client.UrlTemplate.SetParameter(System.String,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Sets the parameter.
            </summary>
            <param name="name"> The name. </param>
            <param name="value"> The value. </param>
        </member>
        <member name="M:Octopus.Client.UrlTemplate.SetParameter(System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Sets the parameter.
            </summary>
            <param name="name"> The name. </param>
            <param name="value"> The value. </param>
        </member>
        <member name="M:Octopus.Client.UrlTemplate.GetParameterNames">
            <summary>
            Gets the parameter names.
            </summary>
            <returns> </returns>
        </member>
        <member name="M:Octopus.Client.UrlTemplate.Resolve">
            <summary>
            Resolves this instance.
            </summary>
            <returns> </returns>
            <exception cref="T:System.ArgumentException">
            Malformed template :  + result
            or
            Malformed template :  + result
            </exception>
        </member>
        <member name="M:Octopus.Client.UrlTemplate.Resolve(System.String,System.Object)">
            <summary>
            Resolves the specified template spec.
            </summary>
            <param name="templateSpec"> The template spec. </param>
            <param name="parameters"> The parameters. </param>
            <returns> </returns>
        </member>
        <member name="M:Octopus.Client.UrlTemplate.Resolve(System.String,System.Collections.Generic.IDictionary{System.String,System.Object})">
            <summary>
            Resolves the specified template spec.
            </summary>
            <param name="templateSpec"> The template spec. </param>
            <param name="parameters"> The parameters. </param>
            <returns> </returns>
        </member>
        <member name="T:Octopus.Client.Exceptions.OctopusException">
            <summary>
            Base class for all exceptions thrown by the Octopus client.
            </summary>
        </member>
        <member name="M:Octopus.Client.Exceptions.OctopusException.#ctor(System.Int32,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.Exceptions.OctopusException" /> class.
            </summary>
            <param name="httpStatusCode">The HTTP status code.</param>
            <param name="message">The message.</param>
        </member>
        <member name="M:Octopus.Client.Exceptions.OctopusException.#ctor(System.Int32,System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.Exceptions.OctopusException" /> class.
            </summary>
            <param name="httpStatusCode">The HTTP status code.</param>
            <param name="message">The message.</param>
            <param name="innerException">The inner exception.</param>
        </member>
        <member name="P:Octopus.Client.Exceptions.OctopusException.HttpStatusCode">
            <summary>
            Gets the HTTP status code.
            </summary>
            <value>
            The HTTP status code.
            </value>
        </member>
        <member name="P:Octopus.Client.Exceptions.OctopusException.HelpText">
            <summary>
            Gets additional help that the server may have provided regarding the error.
            </summary>
        </member>
        <member name="T:Octopus.Client.Exceptions.OctopusExceptionFactory">
            <summary>
            Factory for mapping HTTP errors into Octopus exceptions.
            </summary>
        </member>
        <member name="M:Octopus.Client.Exceptions.OctopusExceptionFactory.CreateException(System.Net.Http.HttpResponseMessage)">
            <summary>
            Creates the appropriate <see cref="T:Octopus.Client.Exceptions.OctopusException" /> from a HTTP response.
            </summary>
            <param name="response">The response.</param>
            <returns>A rich exception describing the problem.</returns>
        </member>
        <member name="T:Octopus.Client.Exceptions.OctopusExceptionFactory.OctopusErrorsContract">
            <summary>
            Error contract for error responses.
            </summary>
        </member>
        <member name="P:Octopus.Client.Exceptions.OctopusExceptionFactory.OctopusErrorsContract.ErrorMessage">
            <summary>
            Gets or sets the error message.
            </summary>
            <value>
            The error message.
            </value>
        </member>
        <member name="P:Octopus.Client.Exceptions.OctopusExceptionFactory.OctopusErrorsContract.FullException">
            <summary>
            Gets or sets the full exception.
            </summary>
            <value>
            The full exception if available, or null.
            </value>
        </member>
        <member name="P:Octopus.Client.Exceptions.OctopusExceptionFactory.OctopusErrorsContract.Errors">
            <summary>
            Gets or sets the errors.
            </summary>
            <value>
            The errors.
            </value>
        </member>
        <member name="P:Octopus.Client.Exceptions.OctopusExceptionFactory.OctopusErrorsContract.HelpText">
            <summary>
            Gets or sets additional help regarding the error.
            </summary>
            <value>The help text, or null.</value>
        </member>
        <member name="T:Octopus.Client.Exceptions.OctopusMethodNotAllowedFoundException">
            <summary>
            An exception thrown when the Octopus Server responds with HTTP 405, which indicates that the
            HTTP method (GET, POST, PUT, DELETE) is not supported on the specified resource.
            </summary>
        </member>
        <member name="M:Octopus.Client.Exceptions.OctopusMethodNotAllowedFoundException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException" /> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException">
            <summary>
            An exception thrown when the Octopus Server responds with HTTP 404, such as when the specified
            resource does not exist on the server.
            </summary>
        </member>
        <member name="M:Octopus.Client.Exceptions.OctopusResourceNotFoundException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.Exceptions.OctopusResourceNotFoundException" /> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Octopus.Client.Exceptions.OctopusSecurityException">
            <summary>
            An exception thrown when the Octopus Server responds with HTTP 401 or 403, indicating that the current
            user's API key was not valid, their account is disabled, or they don't have permission to perform the
            specified action.
            </summary>
        </member>
        <member name="M:Octopus.Client.Exceptions.OctopusSecurityException.#ctor(System.Int32,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.Exceptions.OctopusSecurityException" /> class.
            </summary>
            <param name="httpStatusCode">The HTTP status code.</param>
            <param name="message">The message.</param>
        </member>
        <member name="T:Octopus.Client.Exceptions.OctopusServerException">
            <summary>
            An exception thrown when the Octopus Server responds with HTTP 500 or any other error, indicating that there was a
            problem processing
            the request.
            </summary>
        </member>
        <member name="M:Octopus.Client.Exceptions.OctopusServerException.#ctor(System.Int32,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.Exceptions.OctopusServerException" /> class.
            </summary>
            <param name="httpStatusCode">The HTTP status code.</param>
            <param name="message">The message.</param>
        </member>
        <member name="T:Octopus.Client.Exceptions.OctopusValidationException">
            <summary>
            An exception thrown when there was a problem with the request (usually a HTTP 400). 
            </summary>
        </member>
        <member name="M:Octopus.Client.Exceptions.OctopusValidationException.#ctor(System.String,System.Collections.Generic.ICollection{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.Exceptions.OctopusValidationException" /> class.
            </summary>
            <param name="message">The message.</param>
            <param name="errors">The errors.</param>
        </member>
        <member name="M:Octopus.Client.Exceptions.OctopusValidationException.#ctor(System.Int32,System.String,System.Collections.Generic.ICollection{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.Exceptions.OctopusValidationException" /> class.
            </summary>
            <param name="httpStatusCode">The HTTP status code.</param>
            <param name="message">The message.</param>
            <param name="errors">The errors.</param>
        </member>
        <member name="P:Octopus.Client.Exceptions.OctopusValidationException.ErrorMessage">
            <summary>
            Gets the error message that was returned by the Octopus Server.
            </summary>
        </member>
        <member name="P:Octopus.Client.Exceptions.OctopusValidationException.Errors">
            <summary>
            Gets a list of problems with the request that was returned by the Octopus Server.
            </summary>
        </member>
        <member name="T:Octopus.Client.Exceptions.UnsupportedApiVersionException">
            <summary>
            An exception thrown when the Octopus Server supports a version of the API that is incompatible with this class
            library.
            </summary>
        </member>
        <member name="M:Octopus.Client.Exceptions.UnsupportedApiVersionException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.Exceptions.UnsupportedApiVersionException" /> class.
            </summary>
            <param name="message">The message that describes the error.</param>
        </member>
        <member name="T:Octopus.Client.Extensions.LazyExtensions">
            <summary>
            Extension methods for <see cref="T:System.Lazy`1" /> instances.
            </summary>
        </member>
        <member name="M:Octopus.Client.Extensions.LazyExtensions.LoadValue``1(System.Lazy{``0})">
            <summary>
            Forces the Lazy value to be loaded.
            </summary>
            <typeparam name="T">The item type.</typeparam>
            <param name="lazy">The lazy instance.</param>
            <returns>The value of the lazy instance.</returns>
        </member>
        <member name="T:Octopus.Client.Model.ArtifactResource">
            <summary>
            Artifacts are files like documents and test results that may be stored
            alongside a release.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.ArtifactResource.Filename">
            <summary>
            Gets or sets the filename of the Artifact to create. An example might be
            "Performance Test Results.csv".
            </summary>
            <remarks>The filename should not include path information.</remarks>
        </member>
        <member name="P:Octopus.Client.Model.ArtifactResource.Source">
            <summary>
            Gets or sets a short summary of the source of this attachment. This will typically be the name of a step/machine,
            or
            "Uploaded by [username]" if the attachment was uploaded by a person.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.ArtifactResource.RelatedDocumentIds">
            <summary>
            Gets or sets the documents with which this artifact is associated.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.ArtifactResource.Created">
            <summary>
            Gets or sets the time at which the artifact was created.
            </summary>
        </member>
        <member name="F:Octopus.Client.Model.CommunicationStyle.TentaclePassive">
            <summary>
            Listening
            </summary>
        </member>
        <member name="F:Octopus.Client.Model.CommunicationStyle.TentacleActive">
            <summary>
            Polling
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.DeploymentResource.SpecificMachineIds">
            <summary>
            A collection of machines in the target environment
            that should be deployed to. If the collection is
            empty, all enabled machines are deployed.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.DeploymentResource.UseGuidedFailure">
            <summary>
            If set to true, the deployment will prompt for manual intervention (Fail/Retry/Ignore) when
            failures are encountered in activities that support it. May be overridden with the
            Octopus.UseGuidedFailure special variable.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.DeploymentResource.QueueTime">
            <summary>
            If set this time will be the used to schedule the deployment to a later time, null is assumed to mean the time will
            be executed immediately.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.DeploymentStepResource.RequiresPackagesToBeAcquired">
            <summary>
            This flag causes packages to be downloaded before the step runs regardless of whether any
            of the actions within the step need packages. If the actions need packages, then the step
            will be scheduled after acquisition regardless of the value of this flag.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.DeploymentTemplateStep.MachineNames">
            <summary>
            Obsoleted as Server 3.4
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.EnvironmentResource">
            <summary>
            Represents an environment. Environments are user-defined and map to real world deployment environments
            such as development, staging, test and production. Projects are deployed to environments.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.EnvironmentResource.Name">
            <summary>
            Gets or sets the name of this environment. This should be short, preferably 5-20 characters.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.EnvironmentResource.Description">
            <summary>
            Gets or sets a short description of this environment that can be used to explain the purpose of
            the environment to other users. This field may contain markdown.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.EnvironmentResource.SortOrder">
            <summary>
            Gets or sets a number indicating the priority of this environment in sort order. Environments with
            a lower sort order will appear in the UI before items with a higher sort order.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.EnvironmentResource.UseGuidedFailure">
            <summary>
            If set to true, deployments will prompt for manual intervention (Fail/Retry/Ignore) when
            failures are encountered in activities that support it. May be overridden with the
            Octopus.UseGuidedFailure special variable.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.EventResource">
            <summary>
            Events are automatically created when significant actions take place within Octopus by users. Examples are adding
            environments, modifying projects,
            deploying releases, canceling tasks, and so on. Events can be used to provide an audit trail of what has happened
            in the system. The HTTP API *cannot*
            be used to add, modify or delete events.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.EventResource.RelatedDocumentIds">
            <summary>
            Gets or sets a collection of document ID's that this event relates to. Note that the document ID's may no longer
            exist.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.EventResource.Category">
            <summary>
            Gets or sets the event category.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.EventResource.UserId">
            <summary>
            Gets or sets the ID of the user who created the event.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.EventResource.Username">
            <summary>
            Gets or sets the name of the user who created the event.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.EventResource.IdentityEstablishedWith">
            <summary>
            Gets or sets a description of how the user performing the event
            identified themselves to Octopus.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.EventResource.Occurred">
            <summary>
            Gets or sets the date/time that the event took place.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.EventResource.Message">
            <summary>
            Gets or sets the message text that summarizes the event.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.EventResource.MessageHtml">
            <summary>
            Gets or sets the message text that summarizes the event, HTML formatted with links to the related documents.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.EventResource.MessageReferences">
            <summary>
            Gets or sets an array of document ID's and indexes where they are mentioned in the message text.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.EventResource.Comments">
            <summary>
            Gets or sets any user-provided comments that were recorded with the event.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.EventResource.Details">
            <summary>
            Gets or sets the details of the event. For events representing a modification to a document this will provide a
            HTML-formatted diff of the original and new document.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.FeedResource.#ctor">
            <summary>
            The FeedResource type has been depricated on Octopus Deploy 3.5 servers. Use NuGetFeedResource instead")]
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.IAuditedResource">
            <summary>
            Implemented by resources that are audited.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.IAuditedResource.LastModifiedOn">
            <summary>
            Gets or sets the date/time that this resource was last modified.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.IAuditedResource.LastModifiedBy">
            <summary>
            Gets or sets the username of the user who last modified this resource.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.InterruptionResource">
            <summary>
            An interruption is a request by a process running in the Octopus server for
            user action or input.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.InterruptionResource.Title">
            <summary>
            Gets or sets a title for this interruption.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.InterruptionResource.Created">
            <summary>
            Gets the time at which the interruption was created.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.InterruptionResource.IsPending">
            <summary>
            True if the interruption is waiting for user action; otherwise, false.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.InterruptionResource.Form">
            <summary>
            Gets the form requesting user input.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.InterruptionResource.RelatedDocumentIds">
            <summary>
            Gets the ids of documents related to this interruption.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.InterruptionResource.ResponsibleTeamIds">
            <summary>
            Gets the ids of groups that can take responsibility for this interruption.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.InterruptionResource.ResponsibleUserId">
            <summary>
            Gets or sets the
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.InterruptionResource.CanTakeResponsibility">
            <summary>
            Gets or sets a value indicating whether the current user has permissions to take responsibility for this
            interruption.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.InterruptionResource.HasResponsibility">
            <summary>
            Gets or sets a value indicating whether the current user has responsibility for this interruption.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.InterruptionResource.TaskId">
            <summary>
            Gets or sets the id of the Server Task raising the interruption.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.InterruptionResource.CorrelationId">
            <summary>
            Gets or sets the correlation ID of the activity in which the interruption was requested,
            if any.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.IResource">
            <summary>
            Implemented by all resources.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.IResource.Id">
            <summary>
            Gets a unique identifier for this resource.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.IResource.Links">
            <summary>
            Gets or sets a dictionary of links to other related resources. These links can be used to navigate the resources on
            the server.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.LibraryVariableSetResource">
            <summary>
            A standalone variable set that can be included in projects where required.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.LibraryVariableSetResource.Name">
            <summary>
            Gets or sets the name of this variable set. This should be short, preferably 5-20 characters.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.LibraryVariableSetResource.Description">
            <summary>
            Gets or sets a description of this variable set that explains the purpose of
            the variable set to other users. This field may contain markdown.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.LibraryVariableSetResource.VariableSetId">
            <summary>
            Gets or sets the id of the associated variable set.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.LibraryVariableSetResource.ContentType">
            <summary>
            Describes the purpose of the variable set. Clients can use this to offer an editing experience
            appropriately.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.LibraryVariableSetResource.Templates">
            <summary>
            Gets the variable templates.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.LoginCommand">
            <summary>
            A command resource used for logging in.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.LoginCommand.Username">
            <summary>
            The username to log in with.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.LoginCommand.Password">
            <summary>
            The password to log in with.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.LoginCommand.RememberMe">
            <summary>
            Whether the cookie should be persistent.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.MachineModelStatus">
            <summary>
            Obsoleted as Server 3.4
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.MachineResource.Thumbprint">
            <summary>
            Obsoleted as Server 3.4
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.MachineResource.Uri">
            <summary>
            Obsoleted as Server 3.4
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.MachineResource.Status">
            <summary>
            Obsoleted as Server 3.4
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.NotDocumentReferenceAttribute">
            <summary>
            By default, writeable properties with names ending in 'Id' are considered to be document references and are verified.
            This attribute allows this behaviour to be disabled. 
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.NotReadableAttribute">
            <summary>
            Properties with this attribute can be set from API clients, but the value won't exist for resources returned from
            the server. Commonly used for fields like passwords or API
            keys that allow a value to be written, but not read.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.Permission">
            <summary>
            Permissions are restricted via roles; a role may be restricted in a way that some of the
            included permissions are not. So, when permission sets are loaded we only set up restrictions
            that are supported by the permission type.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.ProjectGroupResource">
            <summary>
            Project groups are used to organize collections of related projects. For example, a customer may have a project
            group named
            "Corporate Website" containing three seperate projects. Project groups affect retention policies and permissions.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.ProjectGroupResource.Name">
            <summary>
            Gets or sets the name of this project group.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.ProjectGroupResource.EnvironmentIds">
            <summary>
            Gets or sets a collection of environment ID's. If this collection is empty, projects in this group can be deployed
            to any environment. If the collection is non-empty, then projects in the group are limited to only deploying to the
            environments listed in this collection.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.ProjectGroupResource.RetentionPolicyId">
            <summary>
            Gets or sets the ID of the retention policy that will apply to projects in this group.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.ProjectResource">
            <summary>
            Represents a project.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.ProjectResource.IncludedLibraryVariableSetIds">
            <summary>
            Library variable sets included in the project. Sets are listed in order
            of precedence, with earlier items in the list overriding any variables
            with the same name and scope definition appearing later in the list.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.PropertyValueResource">
            <summary>
            Property-values can be sensitive or non-sensitive.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.ReferenceCollection">
            <summary>
            A case-insensitive collection of unique strings used for holding document ID's.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.ReleaseResource.LibraryVariableSetSnapshotIds">
            <summary>
            Snapshots of the project's included library variable sets. The
            snapshots are <see cref="T:Octopus.Client.Model.VariableSetResource" />s, not <see cref="T:Octopus.Client.Model.LibraryVariableSetResource" />s.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.ReleaseTemplatePackage.IsResolvable">
            <summary>
            Gets or sets a value indicating whether the <see cref="P:Octopus.Client.Model.ReleaseTemplatePackage.PackageId" /> or <see cref="P:Octopus.Client.Model.ReleaseTemplatePackage.FeedId" /> contain no
            references to other variables. Variables can be used to
            select different NuGet feeds or packages at deployment time, however, this means that it's not possible to resolve
            which feed/package to search when creating a release.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.Resource">
            <summary>
            Base class for all resources.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Resource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.Model.Resource" /> class.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.Resource.Id">
            <summary>
            Gets or sets a unique identifier for this resource.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.Resource.LastModifiedOn">
            <summary>
            Gets or sets the date/time that this resource was last modified.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.Resource.LastModifiedBy">
            <summary>
            Gets or sets the username of the user who last modified this resource.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.Resource.Links">
            <summary>
            Gets or sets a dictionary of links to other related resources. These links can be used to navigate the resources on
            the server.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Resource.HasLink(System.String)">
            <summary>
            Determines whether the specified link exists.
            </summary>
            <param name="name">The name/key of the link.</param>
            <returns>
            <c>true</c> if the specified link is defined; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Octopus.Client.Model.Resource.Link(System.String)">
            <summary>
            Gets the link with the specified name.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
            <exception cref="T:System.Exception">If the link is not defined.</exception>
        </member>
        <member name="T:Octopus.Client.Model.SensitiveValue">
            <summary>
            When reading from the API, only <see cref="P:Octopus.Client.Model.SensitiveValue.HasValue" /> will be set, depending on
            whether a server-side value exists. When writing to the API, passing any non-null
            <see cref="P:Octopus.Client.Model.SensitiveValue.NewValue" /> will set the value; otherwise, leaving <see cref="P:Octopus.Client.Model.SensitiveValue.HasValue" />
            with the status quo value will cause the server-side value to be unchanged, while
            setting <see cref="P:Octopus.Client.Model.SensitiveValue.HasValue" /> to false will clear any value.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TagResource.Name">
            <summary>
            Gets or sets the name of this tag.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TagResource.Description">
            <summary>
            Gets or sets the description of this tag.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TagResource.Color">
            <summary>
            Gets or sets the color of this tag.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TagResource.CanonicalTagName">
            <summary>
            This is the canonical name for the Tag formed as {TagSetName}/{TagName} which is easier to work with than the ID in certain scenarios.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TagSetResource.Name">
            <summary>
            Gets or sets the name of this tag set.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TagSetResource.Description">
            <summary>
            Gets or sets the description of this tag set.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TagSetResource.SortOrder">
            <summary>
            Gets or sets the sort order of this tag set.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TagSetResource.Tags">
            <summary>
            The tags that make up this tag set
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.TaskResource">
            <summary>
            Octopus doesn't just store information; it actively *does* things. Examples include deployments, checking that
            machines are
            online, automated database backups, and more. These "tasks" are queued and executed asynchronously, and their
            progress and logs
            can be monitored using the HTTP API. Some tasks are created automatically; for example, Octopus will automatically
            create a task
            to check the status of all machines every 5 minutes. Some tasks are created implicitly, such as when a deployment
            is created to execute
            the actual deployment. And some tasks can be created manually, such as backup tasks and sending test emails.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.TaskResource.#ctor">
            <summary>
            Create a new <see cref="T:Octopus.Client.Model.TaskResource" />.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.Name">
            <summary>
            Gets or sets the name of the task to create. This name must be one of the list of possible names documented in the
            create API operation documentation.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.Description">
            <summary>
            Gets or sets a short, human-understandable description of this task. An example might be "Manual database backup".
            This is the
            name that will be shown in the task list.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.Arguments">
            <summary>
            Gets or sets any arguments to the task.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.State">
            <summary>
            Gets or sets the current state of the task.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.Completed">
            <summary>
            Gets or sets a value indicating the completion status of the task. May be "Timed out", "Queued...", "Executing...",
            or the time at
            which the task completed for completed tasks.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.QueueTime">
            <summary>
            Gets or sets the time at which the task was queued.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.StartTime">
            <summary>
            Gets or sets the time at which the task started executing.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.LastUpdatedTime">
            <summary>
            Gets or sets the time that the Octopus server last updated the status of this task. For a running task this should
            happen
            at least every couple of minutes.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.CompletedTime">
            <summary>
            Gets or sets the date/time that the task completed. Will be null if the task has not yet completed.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.ServerNode">
            <summary>
            Gets the ID of the Octopus server that created and will control this task.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.Duration">
            <summary>
            Gets or sets a string indicating how long the task took to run.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.ErrorMessage">
            <summary>
            Gets or sets a short summary of the errors encountered when the task ran (if any).
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.HasBeenPickedUpByProcessor">
            <summary>
            Gets or sets a boolean value indicating whether the Octopus Server is processing this task.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.IsCompleted">
            <summary>
            Gets or sets a value indicating whether the task has completed (that is, not queued, not running, and not paused;
            may have finished successfully or failed).
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.FinishedSuccessfully">
            <summary>
            Gets or sets a value indicating whether the task ran to completion successfully.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.HasPendingInterruptions">
            <summary>
            True if the task is waiting for manual intervention.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.CanRerun">
            <summary>
            If true, then the task can be used as the basis for a
            new task with the same effect.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TaskResource.HasWarningsOrErrors">
            <summary>
            True if any warnings or non-fatal errors were recorded in
            the task log during execution.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.TaskState">
            <summary>
            Represents the different states a task goes through.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.TeamResource">
            <summary>
            A group of users that can be assigned to roles in projects and environments.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TeamResource.Name">
            <summary>
            Gets or sets the name of this team.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TeamResource.MemberUserIds">
            <summary>
            The users who belong to the team.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TeamResource.ExternalSecurityGroups">
            <summary>
            The externally-managed security groups (e.g., Active Directory groups) who belong to the team.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TeamResource.UserRoleIds">
            <summary>
            The roles that the team belongs to.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TeamResource.ProjectIds">
            <summary>
            The projects that the team can exercise its roles in. If empty,
            the team can exercise its roles in all projects.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TeamResource.EnvironmentIds">
            <summary>
            The environments that the team can exercise its roles in. If empty,
            the team can exercise its roles in all environments.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TeamResource.TenantIds">
            <summary>
            The tenants that the team can exercise its roles for. If empty,
            the team can exercise its roles for all tenants.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TeamResource.TenantTags">
            <summary>
            Tags that are evaluated on demand to act as if the tenant was explicitly selected. 
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TeamResource.CanBeDeleted">
            <summary>
            Gets or sets a flag indicating whether the team can be deleted. The built-in teams
            provided by Octopus generally cannot be deleted.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TeamResource.CanBeRenamed">
            <summary>
            Gets or sets a flag indicating whether the team can be renamed. The built-in teams
            provided by Octopus generally cannot be renamed.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TeamResource.CanChangeRoles">
            <summary>
            Gets or sets a flag indicating whether the team's roles can be changed. The built-in Octopus Administrators team
            provided by Octopus cannot have its roles modified; all other teams can.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TeamResource.CanChangeMembers">
            <summary>
            Gets or sets a flag indicating whether the members of this team can be changed. The built-in Everyone team
            provided by Octopus cannot have its members changed, as it will always contain all users.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.TenantResource.TenantTags">
            <summary>
            Tags are referenced by CanonicalName like {TagSetName}/{TagName}
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.UserPermissionRestriction">
            <summary>
            Describes the scope of a permission granted to a user.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.UserPermissionRestriction.RestrictedToProjectIds">
            <summary>
            Restrictions on the projects to which the permission applies,
            if any.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.UserPermissionRestriction.RestrictedToEnvironmentIds">
            <summary>
            Restrictions on the environments to which the permission applies,
            if any.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.UserPermissionRestriction.RestrictedToTenantIds">
            <summary>
            Restrictions on the tenants to which the permission applies,
            if any.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.UserPermissionSetResource">
            <summary>
            Summarizes the permissions assigned to a user via their
            team membership.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.UserPermissionSetResource.Permissions">
            <summary>
            Lists individual permissions granted, including restrictions where
            applicable.
            </summary>
            <remarks>
            Multiple entries may exist for any permission if different
            restrictions are applied. Duplicate or redundant entries may be
            excluded.
            </remarks>
        </member>
        <member name="P:Octopus.Client.Model.UserPermissionSetResource.Teams">
            <summary>
            Gets the teams that the user is a member of.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.UserResource.IsRequestor">
            <summary>
            Gets or sets a value indicating whether this user resource represents the user who requested it.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.UserRoleResource">
            <summary>
            A role played by users.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.VariableSetResource">
            <summary>
            Represents a collection of variables that is attached to a document.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.VariableSetResource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.Model.VariableSetResource" /> class.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.VariableSetResource.OwnerId">
            <summary>
            Gets or sets the ID of the document that owns these variables.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.VariableSetResource.Version">
            <summary>
            Gets or sets the version number.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.VariableSetResource.Variables">
            <summary>
            Gets the collection of variables.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.VariableSetResource.ScopeValues">
            <summary>
            Gets the scope values that apply to the variables.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.WriteableAttribute">
            <summary>
            Properties with this attribute will be persisted to the server when sent using a POST or PUT request.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.WriteableOnCreateAttribute">
            <summary>
            Properties with this attribute will be persisted to the server when sent using a POST request.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.Forms.Button">
            <summary>
            A button is essentially an 'option' that may be associated
            with other form elements. <seealso cref="T:Octopus.Client.Model.Forms.SubmitButtonGroup" />
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.Forms.Checkbox">
            <summary>
            A Boolean option.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.Forms.Control">
            <summary>
            An visual component of a <see cref="T:Octopus.Client.Model.Forms.Form" />.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Forms.Control.CoerceValue(System.String)">
            <summary>
            Convert a string into the native type supported
            by the control. Only supported if <see cref="M:Octopus.Client.Model.Forms.Control.GetNativeValueType" />
            returns a non-null type.
            </summary>
            <param name="value">The value to coerce. Must not be null or whitespace.</param>
            <returns>The value.</returns>
        </member>
        <member name="M:Octopus.Client.Model.Forms.Control.GetNativeValueType">
            <summary>
            Get the native value type supported by the control.
            If the value returned is null, the control does not support values.
            </summary>
            <returns>The native type, or null.</returns>
        </member>
        <member name="T:Octopus.Client.Model.Forms.Form">
            <summary>
            A form is a set of form elements, and the values that apply or may be provided for those elements.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.Forms.Form.Values">
            <summary>
            Values supplied for the form elements.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.Forms.Form.Elements">
            <summary>
            Elements of the form.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.Forms.FormElement">
            <summary>
            An item displayed or retrieved from a <see cref="T:Octopus.Client.Model.Forms.Form" />.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.Forms.FormElement.Name">
            <summary>
            The name of the element. Must be unique within the form.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.Forms.FormElement.Control">
            <summary>
            A control used to render the element.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.Forms.FormElement.IsValueRequired">
            <summary>
            If true, the receiver of the form expects that a value will be
            provided for the element.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.Forms.Paragraph">
            <summary>
            A block of instructive text.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.Forms.SubmitButtonGroup">
            <summary>
            A group of options, represented as buttons. The value of the element is the
            value of the selected button.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.Forms.TextArea">
            <summary>
            An input area for paragraphs of text.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.Forms.VariableValue">
            <summary>
            An input area for variable values.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.Versioning.IVersionComparer">
            <summary>
            IVersionComparer represents a version comparer capable of sorting and determining the equality of
            SemanticVersion objects.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.Versioning.StrictSemanticVersion">
            <summary>
            A strict SemVer implementation
            </summary>
            <summary>
            A base version operations
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.StrictSemanticVersion.#ctor(Octopus.Client.Model.Versioning.StrictSemanticVersion)">
            <summary>
            Creates a SemanticVersion from an existing SemanticVersion
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.StrictSemanticVersion.#ctor(System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates a SemanticVersion X.Y.Z
            </summary>
            <param name="major">X.y.z</param>
            <param name="minor">x.Y.z</param>
            <param name="patch">x.y.Z</param>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.StrictSemanticVersion.#ctor(System.Int32,System.Int32,System.Int32,System.String)">
            <summary>
            Creates a NuGetVersion X.Y.Z-alpha
            </summary>
            <param name="major">X.y.z</param>
            <param name="minor">x.Y.z</param>
            <param name="patch">x.y.Z</param>
            <param name="releaseLabel">Prerelease label</param>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.StrictSemanticVersion.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Creates a NuGetVersion X.Y.Z-alpha#build01
            </summary>
            <param name="major">X.y.z</param>
            <param name="minor">x.Y.z</param>
            <param name="patch">x.y.Z</param>
            <param name="releaseLabel">Prerelease label</param>
            <param name="metadata">Build metadata</param>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.StrictSemanticVersion.#ctor(System.Int32,System.Int32,System.Int32,System.Collections.Generic.IEnumerable{System.String},System.String)">
            <summary>
            Creates a NuGetVersion X.Y.Z-alpha.1.2#build01
            </summary>
            <param name="major">X.y.z</param>
            <param name="minor">x.Y.z</param>
            <param name="patch">x.y.Z</param>
            <param name="releaseLabels">Release labels that have been split by the dot separator</param>
            <param name="metadata">Build metadata</param>
        </member>
        <member name="P:Octopus.Client.Model.Versioning.StrictSemanticVersion.Major">
            <summary>
            Major version X (X.y.z)
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.Versioning.StrictSemanticVersion.Minor">
            <summary>
            Minor version Y (x.Y.z)
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.Versioning.StrictSemanticVersion.Patch">
            <summary>
            Patch version Z (x.y.Z)
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.Versioning.StrictSemanticVersion.ReleaseLabels">
            <summary>
            A collection of pre-release labels attached to the version.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.Versioning.StrictSemanticVersion.Release">
            <summary>
            The full pre-release label for the version.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.Versioning.StrictSemanticVersion.IsPrerelease">
            <summary>
            True if pre-release labels exist for the version.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.Versioning.StrictSemanticVersion.HasMetadata">
            <summary>
            True if metadata exists for the version.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.Versioning.StrictSemanticVersion.Metadata">
            <summary>
            Build metadata attached to the version.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.StrictSemanticVersion.ToNormalizedString">
            <summary>
            Gives a normalized representation of the version.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.StrictSemanticVersion.Equals(Octopus.Client.Model.Versioning.StrictSemanticVersion,Octopus.Client.Model.Versioning.VersionComparison)">
            <summary>
            True if the VersionBase objects are equal based on the given comparison mode.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.StrictSemanticVersion.CompareTo(Octopus.Client.Model.Versioning.StrictSemanticVersion,Octopus.Client.Model.Versioning.VersionComparison)">
            <summary>
            Compares NuGetVersion objects using the given comparison mode.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.StrictSemanticVersion.op_Equality(Octopus.Client.Model.Versioning.StrictSemanticVersion,Octopus.Client.Model.Versioning.StrictSemanticVersion)">
            <summary>
            ==
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.StrictSemanticVersion.op_Inequality(Octopus.Client.Model.Versioning.StrictSemanticVersion,Octopus.Client.Model.Versioning.StrictSemanticVersion)">
            <summary>
            !=
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.StrictSemanticVersion.op_GreaterThan(Octopus.Client.Model.Versioning.StrictSemanticVersion,Octopus.Client.Model.Versioning.StrictSemanticVersion)">
            <summary>
            >
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.StrictSemanticVersion.op_GreaterThanOrEqual(Octopus.Client.Model.Versioning.StrictSemanticVersion,Octopus.Client.Model.Versioning.StrictSemanticVersion)">
            <summary>
            >=
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.StrictSemanticVersion.Parse(System.String)">
            <summary>
            Parses a SemVer string using strict SemVer rules.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.StrictSemanticVersion.TryParse(System.String,Octopus.Client.Model.Versioning.StrictSemanticVersion@)">
            <summary>
            Parse a version string
            </summary>
            <returns>false if the version is not a strict semver</returns>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.StrictSemanticVersion.ParseSections(System.String)">
            <summary>
            Parse the version string into version/release/build
            The goal of this code is to take the most direct and optimized path
            to parsing and validating a semver. Regex would be much cleaner, but
            due to the number of versions created in NuGet Regex is too slow.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.Versioning.VersionComparer">
            <summary>
            An IVersionComparer for NuGetVersion and NuGetVersion types.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.VersionComparer.#ctor">
            <summary>
            Creates a VersionComparer using the default mode.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.VersionComparer.#ctor(Octopus.Client.Model.Versioning.VersionComparison)">
            <summary>
            Creates a VersionComparer that respects the given comparison mode.
            </summary>
            <param name="versionComparison">comparison mode</param>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.VersionComparer.Equals(Octopus.Client.Model.Versioning.StrictSemanticVersion,Octopus.Client.Model.Versioning.StrictSemanticVersion)">
            <summary>
            Determines if both versions are equal.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.VersionComparer.Compare(Octopus.Client.Model.Versioning.StrictSemanticVersion,Octopus.Client.Model.Versioning.StrictSemanticVersion,Octopus.Client.Model.Versioning.VersionComparison)">
            <summary>
            Compares the given versions using the VersionComparison mode.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.VersionComparer.GetHashCode(Octopus.Client.Model.Versioning.StrictSemanticVersion)">
            <summary>
            Gives a hash code based on the normalized version string.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.VersionComparer.Compare(Octopus.Client.Model.Versioning.StrictSemanticVersion,Octopus.Client.Model.Versioning.StrictSemanticVersion)">
            <summary>
            Compare versions.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.VersionComparer.CompareLegacyVersion(Octopus.Client.Model.SemanticVersion,Octopus.Client.Model.SemanticVersion)">
            <summary>
            Compares the 4th digit of the version number.
            </summary>
        </member>
        <member name="F:Octopus.Client.Model.Versioning.VersionComparer.Default">
            <summary>
            A default comparer that compares metadata as strings.
            </summary>
        </member>
        <member name="F:Octopus.Client.Model.Versioning.VersionComparer.Version">
            <summary>
            A comparer that uses only the version numbers.
            </summary>
        </member>
        <member name="F:Octopus.Client.Model.Versioning.VersionComparer.VersionRelease">
            <summary>
            Compares versions without comparing the metadata.
            </summary>
        </member>
        <member name="F:Octopus.Client.Model.Versioning.VersionComparer.VersionReleaseMetadata">
            <summary>
            A version comparer that follows SemVer 2.0.0 rules.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.VersionComparer.CompareReleaseLabels(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Compares sets of release labels.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.Versioning.VersionComparer.CompareRelease(System.String,System.String)">
            <summary>
            Release labels are compared as numbers if they are numeric, otherwise they will be compared
            as strings.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.Versioning.VersionComparison">
            <summary>
            Version comparison modes.
            </summary>
        </member>
        <member name="F:Octopus.Client.Model.Versioning.VersionComparison.Default">
            <summary>
            By default all components (inc. build metadata) will be used in the compare.
            </summary>
        </member>
        <member name="F:Octopus.Client.Model.Versioning.VersionComparison.Version">
            <summary>
            Compares only the version numbers.
            </summary>
        </member>
        <member name="F:Octopus.Client.Model.Versioning.VersionComparison.VersionRelease">
            <summary>
            Include Version number and Release labels in the compare.
            </summary>
        </member>
        <member name="F:Octopus.Client.Model.Versioning.VersionComparison.VersionReleaseMetadata">
            <summary>
            Include all metadata during the compare.
            </summary>
        </member>
        <member name="T:Octopus.Client.Model.SemanticVersion">
            <summary>
            A hybrid implementation of SemVer that supports semantic versioning as described at http://semver.org while
            not strictly enforcing it to
            allow older 4-digit versioning schemes to continue working.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.SemanticVersion.#ctor(System.String)">
            <summary>
            Creates a NuGetVersion using NuGetVersion.Parse(string)
            </summary>
            <param name="version">Version string</param>
        </member>
        <member name="M:Octopus.Client.Model.SemanticVersion.#ctor(Octopus.Client.Model.SemanticVersion)">
            <summary>
            Creates a NuGetVersion from an existing NuGetVersion
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.SemanticVersion.#ctor(System.Version,System.String,System.String)">
            <summary>
            Creates a NuGetVersion from a .NET Version
            </summary>
            <param name="version">Version numbers</param>
            <param name="releaseLabel">Prerelease label</param>
            <param name="metadata">Build metadata</param>
        </member>
        <member name="M:Octopus.Client.Model.SemanticVersion.#ctor(System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates a NuGetVersion X.Y.Z
            </summary>
            <param name="major">X.y.z</param>
            <param name="minor">x.Y.z</param>
            <param name="patch">x.y.Z</param>
        </member>
        <member name="M:Octopus.Client.Model.SemanticVersion.#ctor(System.Int32,System.Int32,System.Int32,System.String)">
            <summary>
            Creates a NuGetVersion X.Y.Z-alpha
            </summary>
            <param name="major">X.y.z</param>
            <param name="minor">x.Y.z</param>
            <param name="patch">x.y.Z</param>
            <param name="releaseLabel">Prerelease label</param>
        </member>
        <member name="M:Octopus.Client.Model.SemanticVersion.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Creates a NuGetVersion X.Y.Z-alpha#build01
            </summary>
            <param name="major">X.y.z</param>
            <param name="minor">x.Y.z</param>
            <param name="patch">x.y.Z</param>
            <param name="releaseLabel">Prerelease label</param>
            <param name="metadata">Build metadata</param>
        </member>
        <member name="M:Octopus.Client.Model.SemanticVersion.#ctor(System.Int32,System.Int32,System.Int32,System.Collections.Generic.IEnumerable{System.String},System.String)">
            <summary>
            Creates a NuGetVersion X.Y.Z-alpha.1.2#build01
            </summary>
            <param name="major">X.y.z</param>
            <param name="minor">x.Y.z</param>
            <param name="patch">x.y.Z</param>
            <param name="releaseLabels">Prerelease labels</param>
            <param name="metadata">Build metadata</param>
        </member>
        <member name="M:Octopus.Client.Model.SemanticVersion.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates a NuGetVersion W.X.Y.Z
            </summary>
            <param name="major">W.x.y.z</param>
            <param name="minor">w.X.y.z</param>
            <param name="patch">w.x.Y.z</param>
            <param name="revision">w.x.y.Z</param>
        </member>
        <member name="M:Octopus.Client.Model.SemanticVersion.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Creates a NuGetVersion W.X.Y.Z-alpha#build01
            </summary>
            <param name="major">W.x.y.z</param>
            <param name="minor">w.X.y.z</param>
            <param name="patch">w.x.Y.z</param>
            <param name="revision">w.x.y.Z</param>
            <param name="releaseLabel">Prerelease label</param>
            <param name="metadata">Build metadata</param>
        </member>
        <member name="M:Octopus.Client.Model.SemanticVersion.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Collections.Generic.IEnumerable{System.String},System.String)">
            <summary>
            Creates a NuGetVersion W.X.Y.Z-alpha.1#build01
            </summary>
            <param name="major">W.x.y.z</param>
            <param name="minor">w.X.y.z</param>
            <param name="patch">w.x.Y.z</param>
            <param name="revision">w.x.y.Z</param>
            <param name="releaseLabels">Prerelease labels</param>
            <param name="metadata">Build metadata</param>
        </member>
        <member name="M:Octopus.Client.Model.SemanticVersion.#ctor(System.Version,System.Collections.Generic.IEnumerable{System.String},System.String,System.String,System.Boolean)">
            <summary>
            Creates a NuGetVersion from a .NET Version with additional release labels, build metadata, and a
            non-normalized version string.
            </summary>
            <param name="version">Version numbers</param>
            <param name="releaseLabels">prerelease labels</param>
            <param name="metadata">Build metadata</param>
            <param name="originalVersion">Non-normalized original version string</param>
            <param name="preserveMissingComponents">Indicates whether to normalize to semantic version</param>
        </member>
        <member name="M:Octopus.Client.Model.SemanticVersion.ToString">
            <summary>
            Returns the version string.
            </summary>
            <remarks>This method includes legacy behavior. Use ToNormalizedString() instead.</remarks>
        </member>
        <member name="P:Octopus.Client.Model.SemanticVersion.Version">
            <summary>
            A System.Version representation of the version without metadata or release labels.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.SemanticVersion.IsLegacyVersion">
            <summary>
            True if the NuGetVersion is using legacy behavior.
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.SemanticVersion.Revision">
            <summary>
            Revision version R (x.y.z.R)
            </summary>
        </member>
        <member name="P:Octopus.Client.Model.SemanticVersion.IsSemVer2">
            <summary>
            Returns true if version is a SemVer 2.0.0 version
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.SemanticVersion.Parse(System.String,System.Boolean)">
            <summary>
            Creates a NuGetVersion from a string representing the semantic version.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.SemanticVersion.TryParse(System.String,Octopus.Client.Model.SemanticVersion@,System.Boolean)">
            <summary>
            Parses a version string using loose semantic versioning rules that allows 2-4 version components followed
            by an optional special version.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.SemanticVersion.TryParseStrict(System.String,Octopus.Client.Model.SemanticVersion@)">
            <summary>
            Parses a version string using strict SemVer rules.
            </summary>
        </member>
        <member name="M:Octopus.Client.Model.SemanticVersion.GetLegacyString(System.Version,System.Collections.Generic.IEnumerable{System.String},System.String)">
            <summary>
            Creates a legacy version string using System.Version
            </summary>
        </member>
        <member name="T:Octopus.Client.Operations.IRegisterMachineOperation">
            <summary>
            Encapsulates the operation for registering machines.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.IRegisterMachineOperation.EnvironmentNames">
            <summary>
            Gets or sets the environments that this machine should be added to.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.IRegisterMachineOperation.Roles">
            <summary>
            Gets or sets the roles that this machine belongs to.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.IRegisterMachineOperation.Tenants">
            <summary>
            Gets or sets the tenants that this machine is linked to.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.IRegisterMachineOperation.TenantTags">
            <summary>
            Gets or sets the tenant tags that this machine is linked to.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.IRegisterMachineOperation.MachineName">
            <summary>
            Gets or sets the name of the machine that will be used within Octopus to identify this machine.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.IRegisterMachineOperation.MachinePolicy">
            <summary>
            Gets or sets the machine policy that applies to this machine.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.IRegisterMachineOperation.TentacleHostname">
            <summary>
            Gets or sets the hostname that Octopus should use when communicating with the Tentacle.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.IRegisterMachineOperation.TentaclePort">
            <summary>
            Gets or sets the TCP port that Octopus should use when communicating with the Tentacle.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.IRegisterMachineOperation.TentacleThumbprint">
            <summary>
            Gets or sets the certificate thumbprint that Octopus should expect when communicating with the Tentacle.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.IRegisterMachineOperation.AllowOverwrite">
            <summary>
            If a machine with the same name already exists, it won't be overwritten by default (instead, an
            <see cref="T:System.ArgumentException" /> will be thrown).
            Set this property to <c>true</c> if you do want the existing machine to be overwritten.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.IRegisterMachineOperation.CommunicationStyle">
            <summary>
            The communication style to use with the Tentacle. Allowed values are: TentacleActive, in which case the
            Tentacle will connect to the Octopus server for instructions; or, TentaclePassive, in which case the
            Tentacle will listen for commands from the server (default).
            </summary>
        </member>
        <member name="M:Octopus.Client.Operations.IRegisterMachineOperation.ExecuteAsync(Octopus.Client.OctopusServerEndpoint)">
            <summary>
            Executes the operation against the specified Octopus Deploy server.
            </summary>
            <param name="serverEndpoint">The Octopus Deploy server endpoint.</param>
        </member>
        <member name="M:Octopus.Client.Operations.IRegisterMachineOperation.ExecuteAsync(Octopus.Client.OctopusAsyncRepository)">
            <summary>
            Executes the operation against the specified Octopus Deploy server.
            </summary>
            <param name="repository">The Octopus Deploy repository.</param>
        </member>
        <member name="T:Octopus.Client.Operations.RegisterMachineOperation">
            <summary>
            Encapsulates the operation for registering machines.
            </summary>
        </member>
        <member name="M:Octopus.Client.Operations.RegisterMachineOperation.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.Operations.RegisterMachineOperation" /> class.
            </summary>
        </member>
        <member name="M:Octopus.Client.Operations.RegisterMachineOperation.#ctor(Octopus.Client.IOctopusClientFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.Operations.RegisterMachineOperation" /> class.
            </summary>
            <param name="clientFactory">The client factory.</param>
        </member>
        <member name="P:Octopus.Client.Operations.RegisterMachineOperation.EnvironmentNames">
            <summary>
            Gets or sets the environments that this machine should be added to.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.RegisterMachineOperation.Roles">
            <summary>
            Gets or sets the roles that this machine belongs to.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.RegisterMachineOperation.Tenants">
            <summary>
            Gets or sets the tenants that this machine is linked to.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.RegisterMachineOperation.TenantTags">
            <summary>
            Gets or sets the tenant tags that this machine is linked to.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.RegisterMachineOperation.MachineName">
            <summary>
            Gets or sets the name of the machine that will be used within Octopus to identify this machine.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.RegisterMachineOperation.MachinePolicy">
            <summary>
            Get or sets the machine policy that applied to this machine.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.RegisterMachineOperation.TentacleHostname">
            <summary>
            Gets or sets the hostname that Octopus should use when communicating with the Tentacle.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.RegisterMachineOperation.TentaclePort">
            <summary>
            Gets or sets the TCP port that Octopus should use when communicating with the Tentacle.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.RegisterMachineOperation.TentacleThumbprint">
            <summary>
            Gets or sets the certificate thumbprint that Octopus should expect when communicating with the Tentacle.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.RegisterMachineOperation.AllowOverwrite">
            <summary>
            If a machine with the same name already exists, it won't be overwritten by default (instead, an
            <see cref="T:System.ArgumentException" /> will be thrown).
            Set this property to <c>true</c> if you do want the existing machine to be overwritten.
            </summary>
        </member>
        <member name="P:Octopus.Client.Operations.RegisterMachineOperation.CommunicationStyle">
            <summary>
            The communication style to use with the Tentacle. Allowed values are: TentacleActive, in which case the
            Tentacle will connect to the Octopus server for instructions; or, TentaclePassive, in which case the
            Tentacle will listen for commands from the server (default).
            </summary>
        </member>
        <member name="M:Octopus.Client.Operations.RegisterMachineOperation.ExecuteAsync(Octopus.Client.OctopusServerEndpoint)">
            <summary>
            Executes the operation against the specified Octopus Deploy server.
            </summary>
            <param name="serverEndpoint">The Octopus Deploy server endpoint.</param>
            <exception cref="T:System.ArgumentException">
            </exception>
        </member>
        <member name="M:Octopus.Client.Operations.RegisterMachineOperation.ExecuteAsync(Octopus.Client.OctopusAsyncRepository)">
            <summary>
            Executes the operation against the specified Octopus Deploy server.
            </summary>
            <param name="repository">The Octopus Deploy server repository.</param>
            <exception cref="T:System.ArgumentException">
            </exception>
        </member>
        <member name="T:Octopus.Client.Serialization.ControlConverter">
            <summary>
            Serializes <see cref="T:Octopus.Client.Model.Forms.Control" />s by including and reading a custom Type property.
            </summary>
        </member>
        <member name="T:Octopus.Client.Serialization.EndpointConverter">
            <summary>
            Serializes <see cref="T:Octopus.Client.Model.Endpoints.EndpointResource" />s by including and the CommunicationStyle property.
            </summary>
        </member>
        <member name="T:Octopus.Client.Serialization.JsonSerialization">
            <summary>
            Support for reading and writing JSON, exposed for convenience of those using JSON.NET.
            </summary>
        </member>
        <member name="M:Octopus.Client.Serialization.JsonSerialization.GetDefaultSerializerSettings">
            <summary>
            The serializer settings used by Octopus when reading and writing JSON from the
            Octopus Deploy RESTful API.
            </summary>
        </member>
        <member name="T:Octopus.Client.Util.HashCodeCombiner">
            <summary>
            Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations
            </summary>
        </member>
        <member name="M:Octopus.Client.Util.HashCodeCombiner.GetHashCode(System.Object[])">
            <summary>
            Create a unique hash code for the given set of items
            </summary>
        </member>
        <member name="T:Octopus.Client.Logging.ILog">
            <summary>
            Simple interface that represent a logger.
            </summary>
        </member>
        <member name="M:Octopus.Client.Logging.ILog.Log(Octopus.Client.Logging.LogLevel,System.Func{System.String},System.Exception,System.Object[])">
            <summary>
            Log a message the specified log level.
            </summary>
            <param name="logLevel">The log level.</param>
            <param name="messageFunc">The message function.</param>
            <param name="exception">An optional exception.</param>
            <param name="formatParameters">Optional format parameters for the message generated by the messagefunc. </param>
            <returns>true if the message was logged. Otherwise false.</returns>
            <remarks>
            Note to implementers: the message func should not be called if the loglevel is not enabled
            so as not to incur performance penalties.
            
            To check IsEnabled call Log with only LogLevel and check the return value, no event will be written.
            </remarks>
        </member>
        <member name="T:Octopus.Client.Logging.LogLevel">
            <summary>
            The log level.
            </summary>
        </member>
        <member name="T:Octopus.Client.Logging.ILogProvider">
            <summary>
            Represents a way to get a <see cref="T:Octopus.Client.Logging.ILog"/>
            </summary>
        </member>
        <member name="M:Octopus.Client.Logging.ILogProvider.GetLogger(System.String)">
            <summary>
            Gets the specified named logger.
            </summary>
            <param name="name">Name of the logger.</param>
            <returns>The logger reference.</returns>
        </member>
        <member name="M:Octopus.Client.Logging.ILogProvider.OpenNestedContext(System.String)">
            <summary>
            Opens a nested diagnostics context. Not supported in EntLib logging.
            </summary>
            <param name="message">The message to add to the diagnostics context.</param>
            <returns>A disposable that when disposed removes the message from the context.</returns>
        </member>
        <member name="M:Octopus.Client.Logging.ILogProvider.OpenMappedContext(System.String,System.String)">
            <summary>
            Opens a mapped diagnostics context. Not supported in EntLib logging.
            </summary>
            <param name="key">A key.</param>
            <param name="value">A value.</param>
            <returns>A disposable that when disposed removes the map from the context.</returns>
        </member>
        <member name="T:Octopus.Client.Logging.LogProvider">
            <summary>
            Provides a mechanism to create instances of <see cref="T:Octopus.Client.Logging.ILog" /> objects.
            </summary>
        </member>
        <member name="F:Octopus.Client.Logging.LogProvider.DisableLoggingEnvironmentVariable">
            <summary>
            The disable logging environment variable. If the environment variable is set to 'true', then logging
            will be disabled.
            </summary>
        </member>
        <member name="M:Octopus.Client.Logging.LogProvider.SetCurrentLogProvider(Octopus.Client.Logging.ILogProvider)">
            <summary>
            Sets the current log provider.
            </summary>
            <param name="logProvider">The log provider.</param>
        </member>
        <member name="P:Octopus.Client.Logging.LogProvider.IsDisabled">
            <summary>
            Gets or sets a value indicating whether this is logging is disabled.
            </summary>
            <value>
            <c>true</c> if logging is disabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Octopus.Client.Logging.LogProvider.OnCurrentLogProviderSet">
            <summary>
            Sets an action that is invoked when a consumer of your library has called SetCurrentLogProvider. It is 
            important that hook into this if you are using child libraries (especially ilmerged ones) that are using
            LibLog (or other logging abstraction) so you adapt and delegate to them.
            <see cref="M:Octopus.Client.Logging.LogProvider.SetCurrentLogProvider(Octopus.Client.Logging.ILogProvider)"/> 
            </summary>
        </member>
        <member name="M:Octopus.Client.Logging.LogProvider.For``1">
            <summary>
            Gets a logger for the specified type.
            </summary>
            <typeparam name="T">The type whose name will be used for the logger.</typeparam>
            <returns>An instance of <see cref="T:Octopus.Client.Logging.ILog"/></returns>
        </member>
        <member name="M:Octopus.Client.Logging.LogProvider.GetLogger(System.Type)">
            <summary>
            Gets a logger for the specified type.
            </summary>
            <param name="type">The type whose name will be used for the logger.</param>
            <returns>An instance of <see cref="T:Octopus.Client.Logging.ILog"/></returns>
        </member>
        <member name="M:Octopus.Client.Logging.LogProvider.GetLogger(System.String)">
            <summary>
            Gets a logger with the specified name.
            </summary>
            <param name="name">The name.</param>
            <returns>An instance of <see cref="T:Octopus.Client.Logging.ILog"/></returns>
        </member>
        <member name="M:Octopus.Client.Logging.LogProvider.OpenNestedContext(System.String)">
            <summary>
            Opens a nested diagnostics context.
            </summary>
            <param name="message">A message.</param>
            <returns>An <see cref="T:System.IDisposable"/> that closes context when disposed.</returns>
        </member>
        <member name="M:Octopus.Client.Logging.LogProvider.OpenMappedContext(System.String,System.String)">
            <summary>
            Opens a mapped diagnostics context.
            </summary>
            <param name="key">A key.</param>
            <param name="value">A value.</param>
            <returns>An <see cref="T:System.IDisposable"/> that closes context when disposed.</returns>
        </member>
        <member name="T:Octopus.Client.Logging.LogProviders.LoupeLogProvider.WriteDelegate">
            <summary>
            The form of the Loupe Log.Write method we're using
            </summary>
        </member>
        <member name="P:Octopus.Client.Logging.LogProviders.LoupeLogProvider.ProviderIsAvailableOverride">
            <summary>
            Gets or sets a value indicating whether [provider is available override]. Used in tests.
            </summary>
            <value>
            <c>true</c> if [provider is available override]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Octopus.Client.Logging.LogProviders.LogMessageFormatter.SimulateStructuredLogging(System.Func{System.String},System.Object[])">
            <summary>
            Some logging frameworks support structured logging, such as serilog. This will allow you to add names to structured data in a format string:
            For example: Log("Log message to {user}", user). This only works with serilog, but as the user of LibLog, you don't know if serilog is actually 
            used. So, this class simulates that. it will replace any text in {curly braces} with an index number. 
            
            "Log {message} to {user}" would turn into => "Log {0} to {1}". Then the format parameters are handled using regular .net string.Format.
            </summary>
            <param name="messageBuilder">The message builder.</param>
            <param name="formatParameters">The format parameters.</param>
            <returns></returns>
        </member>
        <member name="T:Octopus.Client.Validation.PasswordComplexityAttribute">
            <summary>
            A custom validation rule that ensures passwords meet complexity requirements.
            </summary>
        </member>
        <member name="M:Octopus.Client.Validation.PasswordComplexityAttribute.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Octopus.Client.Validation.PasswordComplexityAttribute" /> class.
            </summary>
        </member>
    </members>
</doc>
tools\Octostache.dll
md5: 491D9A3800E1F117D2456B574A9A7DC6 | sha1: 469E0EED07ED4DFF2F460F117EA747767BCECBE7 | sha256: 54BDC522061C6446C9EB31940A255974350A648D940CBBB83B061DF9DA5ADB11 | sha512: 1693D66EC50B31E3D27D77B1930AC568BF4357353B07DC6E2231C766482346D5250A7482028ADAD970A88F9A39B345D953F52A260F638A37BE27D64141D4A127
tools\Serilog.dll
md5: 569B55302CF5419D61CA159EFBB593CD | sha1: 4BCF544B7FDC7A4B2FC3EB2D73BD44001C30E0D0 | sha256: 722F65F4093856A2EDF82D59A7C5B4D2F1617D48441ED386777CD3D7F15904EE | sha512: 5A3D3D21531001498AD1DFF659FA0415F4C846BA7BD8F758C8474EC6CA84059057E14D75CB3A8117A1D95AB553539AAEBB08E4D4696540C2D6CE9D67374B0260
tools\Serilog.Sinks.ColoredConsole.dll
md5: 219A788FF0C5B5127ACF03EE264C0AD4 | sha1: 63E4176BFD9A74D92CB22EE03A59EACB1D60235B | sha256: 09D72D0A5992E17E0037EDEB7D9EF7BC2CBA8B43E0F767BCEB33E833B043D9AA | sha512: 632ED9436556508ED91A40CFF48C7513D4C6B88DF57DF27C63A1F166C0D4EED05704ABCB8BE58763FE29EAD978CDA6295920C1CFAD1612B202E21782694725CE
tools\Serilog.Sinks.Trace.dll
md5: 1D2260E28249DDBA5943A1967D7A12A8 | sha1: 8F9A71F49ACFEA71BBF0F3357C12B3A885881793 | sha256: 82B3CCCAEF4AE4BDB61AC21A8575EA6035FEE2DCE0CC9DF1EBA5D282DD41FDF2 | sha512: 48295046A2A9BF92664D9F7E5BB9AB16E6D34CB43D7CCDB19DFE4296AA24B04541A2276AEB27CF87E22E68E688E44B6467E7AE9FA071BC9DBA85C67FC7E84D7B
tools\sos.dll
md5: 013639186E98240A7E02F4AC273DD02A | sha1: BD7EC232B5D35820F9DDD2EF2C9F7178A4C1685B | sha256: 64916D2D65F5135E5F8D498C334B914896CE50E7EC271952FC2B564267050E34 | sha512: 0108A18501B19A2A62E93387F355186A98753E22966FC37893665CB238A47A7AE7E2FC16242CA141D9793CA4BFB2A80F15BB84928BBD67B42B6034A789B4D36F
tools\Sprache.dll
md5: EBCBEA3F07C22B767F0459B9D5790316 | sha1: EEF74FD185CEBE5D987916614FDF25192B1EC6D9 | sha256: D414EE38B5A134D06CAFB81175F1ADA5A191D978CB760F2FE465759B1947A0AF | sha512: DA9E76EB729E05FB78ACE4B0ACC5A95F820B0025738D0D4E66A6502DEEB952843DA6AEA97BEB007A052EDB9534F8B0873461B5E001388DDA55D558083E174DC1
tools\System.AppContext.dll
md5: F172CA1549B1FAFA45EC50A58B9AC271 | sha1: 361E14B87C200F756E9E69C0C07109A06B76CF05 | sha256: 9979C9707407CAA7092FB40F746300DF517A2F2A7BB82B115D9ABB9EEBE0163C | sha512: 9C6802CD21B1031F9FBFEF228C6D37E48C57240A7199FAE9CE1BD992FD92B927B7A4CCAC466A725019FA3A6167DE1A0DFEB9B29C224D7557BCE316869CFFBA3B
tools\System.Buffers.dll
md5: 72480593D767D096B7CBCE04FDFE1E18 | sha1: 0AB2BE4C86373AFDADB0726627D100732ED4EC4C | sha256: C63FA7C3D124EA25DCC5FBE2D9989DF76132C65D01858B8102014765F51C540F | sha512: ED10834228267A9C491881654BE1631196F897186F2E62619414274878188FFBDA6173B1AD5A6ED3E5B4A35F385F8C1CFDDDC797080EE8C272A87A50B2CC01EF
tools\System.Collections.Concurrent.dll
md5: B9A597695154C3AF282604DC736CEBBA | sha1: 900EBA9C2E9240303C2382AA8DDECB34ABD8F8F8 | sha256: CFE9AA0A6E153DC53F83BBF7AC90E3AA16C7655BF87B519737BFEF6399BE4B2B | sha512: 45852F7F85E8AD79FF4280B61FE0F686F5486DE304C00E8E0073446088DB1144C0FAE678CF32B535FA95FF497AE47B44D1C1A0C64FF00F92A1C0D0A53764343A
tools\System.Collections.dll
md5: 7547127F60FF601CFE982577011F5AC8 | sha1: 7661B20B1FBB3080618BC2A81D92AB8C3F7B57F2 | sha256: FCE4F84FB433C46A2406374BD9D01B349B0EC5A1410BA15A973E96E67D4A4C10 | sha512: BF172AD8DBD570CC58FACB0BB851779E634B63B4CF4F6500B15FA274A4DE90EDC764C93D29700712230378040FA193CA827D52323B33FCF281D51D5DC1EF59F7
tools\System.Collections.NonGeneric.dll
md5: 8008AB24F4877AF09A2F6FB18DF3B478 | sha1: D80411DB14276AE0935278D3311B4C83C5243D77 | sha256: 7D0D88B728D7591EB32A60FBAF6C42F358A235B4B9C88BC0A16ACB6ACF921782 | sha512: DBED01BF1C1454AF0937DCD9C25028E4BC5C7A8714EF34C4063F59215D51238F4757362B807B21DDC058914DB4242558D3EA2C04CB6745C07DB3849441A1C175
tools\System.Collections.Specialized.dll
md5: 6E4D8316D92FFAEED71370A8ED2FADC5 | sha1: 5E2340CB36C946FDE1FF658E4C726F99A4E0AEB3 | sha256: 1DFFFDCD499B87F69A33331515861B19002A7C4AC9FB1B3B30A97023F899DF7A | sha512: 1B0BE3CA7DD92009096DC548C7A049BA7CC8B0A41EE3304E796FF89002092BC1CCDDCE3A24D9047536C29C7580A7027F4149C49A3C80F14A9C7F73C113FBF363
tools\System.ComponentModel.Annotations.dll
md5: 781833229CAD019131C49D2CE4344392 | sha1: DA63AD06366323F2B5C216AE3A5F092FD02CF0DF | sha256: 14B405D0262E13C016D1179E9A521210805A44C1621FAF14C80898363F701972 | sha512: 9FFF26297000C063985779994D11C65B87B52BCACAA402630B8F71F143258B46C11E912BA72403F08E835AFD3619CA58F6DE3C2E0E5A498A57CF6F3B5EBEFE98
tools\System.ComponentModel.DataAnnotations.dll
md5: 8FC65AF412D86593EA4FBE54C8F7BFAC | sha1: 4219240CD01CAFF9BC18365CCC1FAF2487BBCB90 | sha256: BD4FC4E22E496709B8EC62D38C2BABAE9CF0A76EC075B41F446A8D89D7B0E91F | sha512: D773E5F26F514EF5DB9426D1B58A8064F0664BD8EE30BE5AB92AA52F6336DEAAEA4BD870E87B50C968DA800EAB0845445B84F88F23BBEB7AC13A6B188E56D7CC
tools\System.ComponentModel.dll
md5: 8D31F014170BC326350A4F69769E3583 | sha1: 33E61C0C2418783BB852FD79F6F74226268EC0E6 | sha256: EE5F3975CC7C0005142D81D2A00D5FCBC8AD175DD97D0FF7601C5B078ED6A02E | sha512: A104E6CE3BF3BECD196B89DF1C3DE9E253150E697A688185FDF7504775A37527BCCE7904A40291F08359E4DC255F30144580EE327B3126DC5B62ABDFA3303E92
tools\System.ComponentModel.Primitives.dll
md5: F5AC662C0E3EBDD5890711DB836D5170 | sha1: EFBC405039C62D47307D6303715D25577D55DF16 | sha256: 7D49BECF3C79AC167773BC8F8051795813EDFEF8A1DD007F842595E400E03D86 | sha512: F77E1A79C56DCA5E0966934342DD980F3D35ACDE7A61BEC830924AA2A2C9F9D2D4CEF748A206BEB2DEB5BBF6EBF99FD140EB6B541EDB93D493C2BA165E63576E
tools\System.ComponentModel.TypeConverter.dll
md5: E24674A8CFEE9B6248C9E2EB137EE92C | sha1: 9CD7588A0EE3B32371818EF77B91373F02D207DF | sha256: AAF957B2B3D26B424FD4F133F5199EFFDF38DEF604BABA6D5687E734DA51B691 | sha512: 550A7E8D4B2F12987DFB609A583381791ED9A602FAFA124FA66B5CE0C7E6A7423D81DDBB798D00D555D01D0A4949FB28A0EC7D55FFE4E30D182B72B9EBEBE763
tools\System.Console.dll
md5: 657B9EB37D8ADCE9ADA1F8C7C5EE17AF | sha1: CC9D5DDC93D9E5E10A3F292731D108F5D813BB13 | sha256: 668D763F0EFBEE654FB7F6EE844B3978B1B4D5F2DCD4EBADFD437496286BA50F | sha512: 5FB9C9A0DAEC14CC45524818B48626A2464F151BB8499A3606007AD898F7D5E97E0F15240DA795450B7484FEAF6D48843851103DC181187ACDEB9C2C29D88A52
tools\System.Core.dll
md5: 36487F32BC4390DA17766325BC2E55F2 | sha1: A6AD434E0D651FDB73176594406703B8A5D9BD6B | sha256: A07216DC3B9DC25350FD3A25F6A9BED9559C2C0493D29F43CE020EC6427407C9 | sha512: 6964880B99C25A52063271F11760B329489294D91BC2F6792FCBBA56F287F9DDA4EBD480B9BE41E9C72FF4E5EB9DFDD9ACF0C5CB697F7EC0557BCBF7AA27647A
tools\System.Diagnostics.Debug.dll
md5: 671A546075EAAB1625BE1E1195540D74 | sha1: E0580AB37EF5A79B16C89483F00A8FE91AD5F951 | sha256: 469034468C23E5BECFC29C1215E6E8C5180192395B417935EF8FA2364A894FDC | sha512: 65B12405CC39C7433EB2E1D7285515CB4DCBE47B7F8DA157225214FD3883911D706C4BDC7AE4117D29CFC87FD5F22D9BDF7077B447CF0C1B5E72B336625AC38D
tools\System.Diagnostics.DiagnosticSource.dll
md5: 5B9C088F62B68A97D889406EDD6B0941 | sha1: 95A193F006078D60494E3B3AE2ABB215039C5FBA | sha256: 1090BCA31222EB0E1CF11D61A6F2BC062FF61CDB1C79FD48A6B53AF04720ADF4 | sha512: 9DCCD3FF2AD35D8EF70CDC95F5D46A571EC8C47F2B100C38F1D2C9C663055A91679134802FB3857EACEE685FD8A52BD77E03E6570F4F5FEB2012B2ADE7CFB9D1
tools\System.Diagnostics.Process.dll
md5: 2F59EE8EDC75A54F41303A3246E89EC7 | sha1: 1AC3127DCD3D12C48E786577EE1F2DB54314D51C | sha256: C2DB64F2606B243174CC8D6D398547588E540015D3581340DB0C96166BA3FFA2 | sha512: 3F44DD8A807DCBDF63DC2FB50785CB7C11DE495CFD3A860A955863A0F1689830445C63FC18C9618C887E66F1DE8DB4CC74922F28F61A2D73DBC65D1A4506523F
tools\System.Diagnostics.Tools.dll
md5: 329A9AE9F356DE3D7298C84759335148 | sha1: C49623618635CF55FDEE8F9DBCE0838D675E672F | sha256: D21551ECA3A76BE01E044944669AFF309A097095E74606CCD7D1C26DEFDF6481 | sha512: A2051803AA7F2C1C972A0F9D622C588AB20EAA05FA64C36242A8E53217502F532250EFBE876F1CA63478650759BE2D7ABAC3FD2A09157CD2211B22981C33325A
tools\System.Diagnostics.TraceSource.dll
md5: 35E8C34F5382D13EA496FB576AC5D494 | sha1: 5E8781F5157CEB6FDC0F0224305705B6E113121B | sha256: 7784D42BEFB91424CC961BADAE663AAEDFB475FEFA357502C7E356AADCA28F76 | sha512: 253D6B8D0A127BECE72FBB7C24C81869F38B4C6C22A937195F2905EC480612E30ED9E88416F47F3AF44C819A5146778326716B14920D406EA783892D56A68AE2
tools\System.Diagnostics.Tracing.dll
md5: 60DDE5D751C2440F7C111921D1A988AD | sha1: 2E671314887DFB0841748B6085762F905C86B9A5 | sha256: 2743E29CE664DBC8AF7BFF2DC27685FEC28661F550559CD85F2A23E1F79BE68B | sha512: 39D7722585811A1BACD42FC929A6A1329F8EC0CF7DBA51EC901CC82DF8D8C9B49F9A064C62BCACCB5D8CAAA0220C4FD59578BD2DD2F23DE8D2D2040437280D36
tools\System.dll
md5: 014C0F8B4201E5AEEBD910B499C100E3 | sha1: DD19C2C677CA170E229A8D5D16F441FDCDDA6A54 | sha256: D74A4B23D77C68667EAB14FEB8A8D969B78D5B5CAA234FA0CD9F1C4CFA1F1E3F | sha512: 63DF0C7F22AD5F04BE1522379333FDBAC18BE8492BA7005F4A0E5A66B864DD358C3E249F5653A26245A8685A068706DC6988DB55292AFD85A96E47DEEA067910
tools\System.Dynamic.Runtime.dll
md5: 7541B87CA03707FA5C46AA26554AB56A | sha1: BF7FA2F54801018DEE8A641EADD9584F5B878053 | sha256: 4A1321A3639F21B8FC075F7D4BCB6CA0CDFEF1F4FD9842FF664741D2F7A0DFC2 | sha512: 9B4EADA72658C9FE06483FFD94A9AC62D93DAAE8480625DD997DF265AD9AFA4D6C2F02089698B521DB7BB0C8DF252F70CC95D6E1543402F4BD7A08658FEC25ED
tools\System.Globalization.Calendars.dll
md5: 4489575B338B7DDFF4B21E98AF58A5B0 | sha1: 924558AD86F4175DA1328A604B419BB3183B9DBD | sha256: 985A349890C42B22506B3BFD5D0CDFCABF551DDE65049C2BE484338E7D304849 | sha512: 0F872FF979D0E2D20BD9923D138667B8B08100966DFB9B35EED270020B471CE2D202D09C230CE2C3ED3EC30C627B9BAAA1C2DC76B706B5137DE36530BA2C46AB
tools\System.Globalization.dll
md5: A3FAD20FA1BD7CED7868573547A615A5 | sha1: 03BFD9CCC1AF986C5FC68341A4E7B30F519383F7 | sha256: 343977B9EB65844D95663926FD34064268C4242CD154BB67C5DBE909CEBC5C96 | sha512: 985759FA3778F70783B00616033588F86E876B3E3484A150992B3037D945ECD28D9766926D9E76BEE449254FFCA144BC4007E4720A0514362654F434297894BC
tools\System.Globalization.Extensions.dll
md5: 49CCB1701F702C9EDB8F65AD1E89843E | sha1: F04E868A8F54AE50C561AB77EDE99F35ECD58BB4 | sha256: 5BB9F0A97F6F7A45584901D8B3F7082AA854D49690F61BCF31E1586DF9219C13 | sha512: FE48421F9875F8097B555453E1B09816A6C4EB938AF5A5FDB00CC992D96156E46D548CD288B113071A01F513F583C9A17E55E299FCC41E540FC87D30CE4BD8C3
tools\System.IO.Compression.dll
md5: 4E72A2563F55B0AC0854C2ED430F2C9C | sha1: 742739D22B2F9EA83D996D765BD4291F6C5E66E1 | sha256: F6BBD5FDC310930DDBD9288246AD447EBCEC3FD001CE83CC5EF003968A793C19 | sha512: DEC92F595E80543E92BDA82E2C6E062B8ADAEF92C39DC03DDE249C68C6DE43C8F29D41CA01856CF6A370EB986DFF4A4750E34301A04988BE2AF936D3BDDDF53F
tools\System.IO.Compression.ZipFile.dll
md5: F925C8E5CB1C97636E645FB366F26BFD | sha1: 8FCE23C8F8543BA02378E8A92163D9917AB0F19A | sha256: EBE17C4B2CC649BA48DEE9B54FA85B22DC5F1F899BCFB6F7E003D27879F11ECE | sha512: D28D0A6015832E9A4060DEFA4CC1379A055F94A2725B7C41AF10F9430BC6E9F92A5F1E493800C7392C58DAB0640AEB1F09B82EBA7C70969F6B2D00CEB1EF416A
tools\System.IO.dll
md5: 5EEA819F49E51D5146D1CE2AA68A04CA | sha1: 28CB4F0204D1E10945F14E6BFC6FEC5DE3DCD2B8 | sha256: F075CD53FFC02769ED949B9625F65B019C2AC87EFCCE38DA0FEC8E46C6691456 | sha512: 7578B5E160C9A584F3582B34FBE333F7A42F5CD5A6239E1B7D4B111E0EA27F9778AC7A297D5409B9BFD5DB3B5B36CC95EE3EE418EC09F7876F73CC5A9E4107A0
tools\System.IO.FileSystem.dll
md5: 04C006344FC4209741BEDCDD7D44F9F2 | sha1: 3851EF107BAAAD1C5C91AC4F9EDE191A3073C6F9 | sha256: 796E4D0337338448CA2090D1BF7409DCE1E041390D522A0649D0014A86456CD6 | sha512: 14274D701A3087F4B818A2B147904CEF458615D0C142A5B876B8A4D62B7120E872725CBDD65158C61BDC24E4F834883D278ED44CAC225A039B80ABDF34CF3671
tools\System.IO.FileSystem.Primitives.dll
md5: 0BB4C678CE3020C53C412F80F1CF0B6C | sha1: 7A2A6E53938A1BC8C1344BDD1BC2C1850C80DFF3 | sha256: DDB14A1C1B52398326DDE2E4EECB3EC30F76B083D6086AA59643EFE7D0547BEA | sha512: 065521F06343FA5F612861E1C7D4329957BA8C2D75203B74AD4E512CE464AB30C3DF9326EA4049ECE27F9320B56ADA0F97266D04B6B34FBA13984DD8E610F41C
tools\System.Linq.dll
md5: 3E317FF152F8429B52B6B1E15FC23060 | sha1: 4FC3733E7D41A66D3C6E42F43994D97F81D2411B | sha256: E2FD14B0F905B0E7E14BC1278F511E28AD1B976F5C4BF281F7366133C4E6BB4D | sha512: 3569D57297473E7E58203CE53883D163BDD400EC6C9A27C9F0978E7735CB9ACCAA7018E16709E3C6C9E51BAF4AC162A06BDDA003D126912F9B6BE0F59F1335BB
tools\System.Linq.Expressions.dll
md5: 94A6802EFD0A093349BC1B1E3DF22AD7 | sha1: A5222163011BFCAAD0312777B443AB9BFBBEFB7D | sha256: B5F9C9386D70E864C286E5C8524998F97ACDF116476DE35DC1795FDF267EE228 | sha512: 8EC7CE385C6050EB968A6A298B8A61B804E04789A4499D1838A81D74D1BE21B04CFBFB983F3E29C2742F9B314022B73B91100C8221A0EFFA1490319CE684735C
tools\System.Net.dll
md5: 72DC78BDC9F7270231C29E0C2CB00074 | sha1: F528F2AE835E173CE45DE7727F934684C1EC97A9 | sha256: C3EBDB82746C4C34564FAFB8AAC88FEF845FB3EC03144486470C19E3631F8FEF | sha512: FCF891C0D8D4D6D0994B66F5945C2891A443F4B2D0C2F5D202DFE187ECB9EF735D993821DF11C23BB27094E0568D87FAD4612C0B5ED1CFB3038B386140D550DA
tools\System.Net.Http.dll
md5: 4BA9ADF1602BEE7004A6EE0ED84DE446 | sha1: 457E5939DFA2CE6E475BF2D8AF75D824FF4D10E6 | sha256: 94AEC4FD3D338231A146A456A94EFFF99B2A34B9E30D51ECDE1997000D8D4C08 | sha512: 5AC79394F44E16F72FA2F640995E243987896EE5124B1222228C58D21036485F814E1C0895CEF1616765040415EAD245EE53B9D0D0940F2B7C575CE14AF6D594
tools\System.Net.NameResolution.dll
md5: 772C7610A92944BFD36B731D4A45AA6F | sha1: 221EBEA0DCFAA9D2D9B773B07194F58F8C5A895B | sha256: 1DBFF8CF91169BDE0E72AAAF3D019C43F9D2848F719407AD563451075947817C | sha512: CA308D4591B1F61BBA76416DE081BF7C2C7367879BC4584BEB5DD83A3E1C24512A2716DBA85390421334FD7E2A2255D93ECD50BB6D85658AA68F8D9677F2EFA7
tools\System.Net.Primitives.dll
md5: EEDEC1A96A8C7BCBD7B4D459EA12534C | sha1: 18DBD0F8EA99BB302E0D10B3A9886D1122817EA8 | sha256: D9B568F902EA529B7239DAA594C73731E0EAD4A214CD4C52BDEB38FCAD036F56 | sha512: 1E7E2437241F04C01044645783FC46008824D0D89CBED0B9F373EAEF0BA6A4E0D8CD2B0A26F03129AD354FF5E23DF226DAF41F171A8B77C7170B6B06A6C7AE2D
tools\System.Net.Requests.dll
md5: BE064561CB17F6B8957B351BA8FC13DA | sha1: EB9BDF2867EB8887A9979FE50737A85B32810EFA | sha256: BD0E3DB717E9DA6D086DB24C440F24D25073E74B4E2566DDDB2930AEBBD0B5F2 | sha512: C9DA10706B91BF490820073ED2FE31968EB8847205AC1FE094B3B86CA6AFE6BC3697DBB962EE307150A87BDA20C66B86A9863328112CB19E5F68AFB30DED68D2
tools\System.Net.Sockets.dll
md5: FA6EB4A8ABE09184207DCCB1EB3FB293 | sha1: A0C102871219A60533C190D96005875EE2EEEAAD | sha256: B8741D1CEC2924D7E6F9E8194E15ED35DC7F28CA6F132BA48199ABBF5BD6CB9E | sha512: F8A14CBE5A5920EE8E29396ADFE1F15047BAE42E5553292F0F9B462F8E43B9A32A5690ABC521E83D8DCAED39EA1C8B7B0B877CCB4EB92359A42F4B195D56AAAA
tools\System.Net.WebHeaderCollection.dll
md5: AF71BCE3757B280AD32E32BC183F5B74 | sha1: 167B02980CD0180007A01270A1670692CD389674 | sha256: 24387C8C784DC7CC128F941F07BB2578FCAB4DB4B3F3A2EDE3265BD2B6E6DD45 | sha512: 736B223565C56905130ADDCBD8F3FB2DB7FBCEEAB597F266CA0BC3B4F9C5C0D3D97C9F5FC637C07299D9D410D7DE7703B25EBC676C824A6E334F84AA0D872E9A
tools\System.Numerics.dll
md5: EC6457C19387EFC03DB84F5FDB9D72A9 | sha1: 3275805D5CA2C7B3F378D36145D0695E8CC57C33 | sha256: 881031315639B8310EAA66D53B89703C51412969A420D1CC08153D41761CEE0E | sha512: 74675D254FDB1E1E0DDEE2903DCC2454C4158C4B5E45D09ED815FF3642EAA5596D72A5BFB9853EE999DAC5EC47764A1C4EFDC955953B5F577880BA22467F0C6F
tools\System.ObjectModel.dll
md5: F4C87292B4EF4B23310EFE849CF3E8D9 | sha1: 578C402A581263C688582D9D8F6A2238472F89A4 | sha256: D96D494773CCCA9EBFD8640C466E7F06EC58E4A8DD261F71B28F637B01B8219E | sha512: CDF08BB6CDED5432A9C4D8A98B8763C0745CEDCACBC1B442560724E0B2184D01ECDFB6C02E44D512A83D8B86611AC7BC2B6AD8A514531BC5ECC0BFE02F4BE56E
tools\System.Private.CoreLib.dll
md5: E5B54CA4FCA2AC736D5F91CF3B152F7C | sha1: CF2F25BF9AA9BF55D28F94351E19C9661A7476FC | sha256: 50F9BE38582A0EDF3E41284B43099ECDFDA7601D8E437227D29BD5DEFE1A56BD | sha512: B98B548AD3780E41B6DD3B77888AD2767DF59EE280EB18FD27E5D6B496BD9C26B7AD0E1BDE48E4C87FFE773F770E81B0D971CDA053937273FBA11FA9F8773BA1
tools\System.Private.CoreLib.ni.dll
md5: 40AD3D96116EAE327C25E07021A8AD1D | sha1: D355B72EE70C558117F2F0D18DC2072970994C3F | sha256: 9B5F7685AF43C636906ABDA01223CE8F2139E054C2427216B1790D50233B5C6B | sha512: 186EAC6EEE1B1676BA2866C1709801A044514E710346527CACA3914A98DAF715D9388653650958098D30239107DE73C6E7B2A64FD376CF1EBAB1BF36D7C13EDD
tools\System.Private.Uri.dll
md5: 71D16F57696FF42E7220472DFD10FD80 | sha1: 53EB6C59A6FE4F8DB260B97624646B5520BCBC81 | sha256: 8D829768C10188FC8E2DB966ABDADA733E32C4D6933D0557F607B39872146B11 | sha512: 92346227044F8A307B722ED2B92E5712B91AC1171C43C50702AF87EEE3D2FBAC94697243A621FD571EE36E28DFF2C14A864FDECF1284F0D40A0605A16FD1721B
tools\System.Reflection.dll
md5: E8A48BEE653551D49721710C82F8C8CE | sha1: 8DB9082D43C088B56ACFFF764A5B6AFB8651E460 | sha256: 7F405BC426F755B016F6173FE17DFCB828ECA9AB9CE64C8D5E6AB4C4A7F650B4 | sha512: 23F6AC7EE352E383BE906262EC072D1120D3F9A0C14746E10AFE3EE14735F4F9D5AB4B40833561C357DFF145CA0175AF8FB8883FC7BFB5C40C6C049B704E2939
tools\System.Reflection.Emit.dll
md5: B3193305CC9AD6F177A83F8FFCEB6A9F | sha1: 81AEA63E8450C105192EEE059533E60DE15E4CEC | sha256: C32A3929BE9E28F0ED02FE68317E8135F8980A9A3FF073EE4707E39E2B6F52C3 | sha512: 8C0B846F31ECAB8178C73B96E8262FF700C8919AC33BD414DC7576E7B4138F6F7C94FBAA307DE98D91AFC8E0CE33203E04011A22B8A84EC1D6C9942964825AF0
tools\System.Reflection.Emit.ILGeneration.dll
md5: DB9DCC24FF296D9A3BDA521866D93555 | sha1: D08D1801CB1B6663E4FDCABE286E257C4BEBA447 | sha256: E79B24B8018A01B9BA1C8A457296AB6233C66B96E0E766730E9FAD695273F5F5 | sha512: 71F73A8F412C8D6D86D96BF479C3ED72DA4B0F803629D73D922D4231CDB2F85B495EC76F23F8C06BD4D70DA94C5818FCEB2389C7343AB73B1AF18F1964F1CB15
tools\System.Reflection.Emit.Lightweight.dll
md5: F3D20D596264051C261545E145392E10 | sha1: EFCE23D280B032640EDAC7B82D51E48F61F85235 | sha256: 681C65CD30C1F43B634B312621F49DA448A099B44C3BB7C9718ED4ED95A184DF | sha512: F18ADF9420CEEF28DF413E2956ECDF4B1450A22F5BF6B1CBD523ADD1B523A9325DE647A08C7CBE8C7D610C6DB68A1D4CC916C44612964896C39EB04898AFD887
tools\System.Reflection.Extensions.dll
md5: A580DA349DBCB0FFF665B2F017AFDCB1 | sha1: 5D6D2C02D3707D9408064781E1D1F2C4B32C5929 | sha256: A8B344440652F76862DC667AF75910DC1E8099C7E7F7A414607B3F80336C6FEE | sha512: 20AC3ADC2B8B2AD92724E805D6D8D7CA937515E5FA84F2B20B1319007045C74EDF54612B46F9B76BEAB4FA5BB2D4ED735DB46B323A4A4E8EEF288522CC72A309
tools\System.Reflection.Primitives.dll
md5: A2351FC05880375DB95A68BB310EB642 | sha1: F7C7FE966DE42CF8AB89C810C0ABA8DC8E39E443 | sha256: EC528DAAA985FD50DBB94E0E47154AFEFAF2EA204B3FDCC76C4E1051BB15F854 | sha512: 93C2A70713F7D91E4B2A8F6D9EE9AD78DB1AE2CE826004F32567776EF5B4E25D1DA850EE9DCC07341417CCF4D3D433A7660F6921923BBCB80E95CAECF6CA40CC
tools\System.Reflection.TypeExtensions.dll
md5: 63E9299A96CD1F0181C6128181EB16C4 | sha1: A46A0659AFC0EF8B52EBB49882E75DED6E68438C | sha256: 06FA3D813AD477355B15BBA4F8FE8686E7F10740A1B3342874ACEBCF18A9EEC8 | sha512: 885AF1610C47C4E37A7679D4FB6843A8F8EDD406778D6CF80158E4D47B789476DB10E9BCB60B2E3D023224D77B3D49DEAEAB2CDAD8D71F07C71C6D010267DA6E
tools\System.Resources.ResourceManager.dll
md5: 34A4A2EAE047D08E4C62E52F4E66B071 | sha1: 5B7BE2A986BA6236E81CF5307B87F6D72C703B21 | sha256: 158FCE1061A8CE644DDB68D7A860501EF043813F9E2CC4441072B21A301FBDB8 | sha512: E42A320030AAB848A1695E858A54E1A649702E8D4E6F0BDBF61F6509A384B94DC6E2FF8B351D4373E1BE90B977D7E6275167891C9BA7A68423553F060B432064
tools\System.Runtime.dll
md5: 52211D2520A23853EC32FEB9434F2080 | sha1: 5B31BCBA5E99EE2255110BCA256B857D4CDBB2D2 | sha256: E81CF87DBA5E6190CD7BB47568B6FB8DFBDA92C0CE674EF30E48DA6122CD2E7B | sha512: 21CA739743C2484784B1FA6F23E2682F4F18B9EAD23881ACE68E1D32634108A99A2EDEED184658C2A9A6EE60A9D63A170DEDDC4D166622B216EAF062906F8881
tools\System.Runtime.Extensions.dll
md5: 3AC8C5CF2622F50E9DB5E500A237CF16 | sha1: BC06E1465F58DE3C895B3F21F148B2AD5838B455 | sha256: 805ADAE99538AC474515A5C1C8A8E366A51D421D4D74DE0195E2DFF4028250F2 | sha512: DB9E8BB52F566C7147F4B516926F6DD1F78A148F02FC84C6D001CC4C79588AED5AF1412F4C7D6B8A887CCA92A4351BA97D26772BA8D1CAB2416C25753A24C6B1
tools\System.Runtime.Handles.dll
md5: 48B65D44695B37A39E38425B57C19660 | sha1: CE1BA47B5FEEE7D6B8720885E46156BF775C4219 | sha256: 70DCF971A48FCFB300D7EEFF85EC88CF8F40EA46327FB62EB19A16D6657A4BEB | sha512: 29D0D3FF076046C05D3088D7DBA11138BC3B3E47C3900244FE97DFAB9B2B7EEE4DFEEA194789A6CE42B5CD8686BB9F6FD824AB4A3E7048AC484DE7C1CB2A9735
tools\System.Runtime.InteropServices.dll
md5: 03182FB23DE81BC79FF4A4BADC6440AB | sha1: 5863A45E9BC5B0FB390332D7D2909E45DD17E8E3 | sha256: 98E64797E964C86DCE98EC3F9B169FDA181313CF8A0ED3CB9CDFC5AC5FA02866 | sha512: 97D2C94A31B005FD8F0A46C144C38C696C900BBD0CAB07EAD2E7C5B6BD135632D09307B606DB0DE3F4D2F04F33EA2451D9C31D20FAFE3938F8C15BEA5D569899
tools\System.Runtime.InteropServices.RuntimeInformation.dll
md5: BBDCD61F28AE908FE4E5ECC0625AEB95 | sha1: 9D116D2595777F4E21C95FD96E22040EF1A61D3E | sha256: 5CE783B0AC5651D1009417519AC8912B7DF64E4F4224291D1657461A3B778B70 | sha512: 8BA16C3D7810FE28D8F450C023246F9C0AE4852D1FD42F4ECDB96F7FA26B723D70B1729EB71AA195DF30A0636E6778A9C07E53EC0A5DF5DB26FAB6D872CBFABC
tools\System.Runtime.Numerics.dll
md5: 244E98ECC0FB3B393DFDBF13F15C3FBD | sha1: 7C4ECC81AAB63C21A1BBC22C99E8CD7E86FC2769 | sha256: E7047691A3C569285E7DD89694E2BB38E978283B46A19B9791F98218D06C7410 | sha512: 32B19CAC39F3A3810318694013DD9025153F8F9BE9ABC697F811DC9B2917D98BAEEB7CE3A4B3CE9C41ED5E03F892D18CAA8B1D289E6981BB6E7542C0DB475E82
tools\System.Runtime.Serialization.dll
md5: 7FB9D525A7745D64EDBF4F5D9204C6F4 | sha1: F5D59FA56C9EDBEC37C25FE1A3F067B33C40EAAD | sha256: D7F8556052D28C0E9D1651A5EB03C652C78A6D50E7EBBD8C5AB236766F32A08C | sha512: F8CCB6F0364AB34646D671858F63CB2402FBB3504C848A72189BAA01698200F7A3CBE986619022E850F2000EF8F8FEF23F7A5B55BEDD33085DE418001C7974C2
tools\System.Runtime.Serialization.Primitives.dll
md5: FE495052B80C26424FCBAE756E65A2AE | sha1: 47BA1AA0EDBEDBBEDF142A38389E3B536653F15B | sha256: F06F0988625AFBD976840A446A29FBEB2A3917EC8370DB25A4C0AADBC36C922C | sha512: 4389394B3DE6B687A4A31E958B8741DCE8069457161B2AA8ED792878163087FCEED2D1896754B6416F698C67E7BA5EB1DA415DA76FC6DA643DEBD63EFEC4B357
tools\System.Security.Claims.dll
md5: 42184F5B498851327C07B242AD4F7AB8 | sha1: 90F2F4F77DEA8CD6DCC3F4D0EB24A8E5EFF417B9 | sha256: 2969FFAD589E18C1667D69F9640388EBC36143DE7AE7B41AB0F6DE447B1FE82B | sha512: E514CB0EC16B483BE5C0B6773A071F83EE9F021C4070CDE51D33E699945D729BDD8EC35ABB52183D515901AFE68AEA33B12DCA16946D710F537AD1A95F5BE4B9
tools\System.Security.Cryptography.Algorithms.dll
md5: 7B38BFA6C480292E7692A7ECE553632E | sha1: F0C2BE6F6535C187A79104F74035A0BCC248AFFA | sha256: B7273D99710D6F8A29D681A9D05B6B9BE92B7FB588B03C89C24198733C7E8D32 | sha512: 70DF22CD15C64E69D7CE39FA6DE56099C89A402924CAA3E2B80E0E98FD6649BE3A4D5B8D036424647B0587E27442656C2C698FAB19707B054766629233353741
tools\System.Security.Cryptography.Cng.dll
md5: 5A9753BAEE0DD95C88D6AD47F024530E | sha1: A6519BE3694F836F9944B4ABD511C25CAC1A615E | sha256: 3286684522D8237F484390EAA2B7E6A347DA5FB99ABDF259C1291A9F04D8FB80 | sha512: B1E7FEFAEF9C05FD2B069B675122C66D49FE021CD65377DFEFD37B4C98697AE826BFCAA4B9BB468D449D272703BA193C7DB225189A0A63E1937C9F142EC9A846
tools\System.Security.Cryptography.Csp.dll
md5: 6977702C762E7975C72F4EA74229E8B5 | sha1: F916564CBD8AC07A43317ECF9F135DB02853AE07 | sha256: 188A030C6D87C5804A55CD9FE80F32BCCB8E49351678FCD9A9A3330A735EDC23 | sha512: 2B516A38DE0C1C95BAEE1FA8A0B40E1860FF67A01D9162B46F64C715D4586D5749868A82F35D5421826BCD3F6A2E0C01756193602F0591D7424B73DD25BB2C57
tools\System.Security.Cryptography.Encoding.dll
md5: 8F28AC68A80DA9D6F8D957C9877A8307 | sha1: 56F0934253C6C788D05B758B5614A0BC7E795AB5 | sha256: 9EAD054A8CD67327C8C44B488C985413E13DEB2AA0EFE185EEF9CD8693596744 | sha512: C6F4CC7FB3B4923101A8C233DEFC7357D1A5179CEA39260FE271F1F68FB307F55052EFB1D5386853787C79E6644395BDD6EFF7E0A0FC49F6EA05D902D9C04FAE
tools\System.Security.Cryptography.OpenSsl.dll
md5: 1B57E014F290884D6AC7DB68A352440E | sha1: 0DBE1D43E2C0E557F651590EC751FBCEA5FC5406 | sha256: 033CCC9C5106ABF196427E5BB3EBCEF13DD97A9DBC9548AF2B708FB9C492DE35 | sha512: 52E5DFDE23FD237481D09A6A530D9925D34C28AC5198AD35459B7109F706D4EF8640D662C1ADDB1756FECD9B176E6DC8CACD43C365C84F69AF644D33DCA6FC29
tools\System.Security.Cryptography.Primitives.dll
md5: C3C71521E7B46C9844CEE73121DD3423 | sha1: 2138D43EBE6C8CD616074FB4D7F6567C41629B9A | sha256: 3A35BBD51002239C6BD142DBDA04B99817DB93B96DF4D20C1695A517BEBE0184 | sha512: 8B86188AFE549046AC8286C616C9AB0988F68E42B300B449D53B0731CD9DE06B1567D55D577FA570436367740A7EC1F4773B05D94C852EC97FF75C82FE38F37A
tools\System.Security.Cryptography.X509Certificates.dll
md5: 53499DDF3EFF32799E69DAD5D84CEBA9 | sha1: 9C2ACB90983CCFBFCB31764DC6B838102EF3046C | sha256: 073DC731D03110C2857A66D47D32C2AF85521DB3336CE411532EC55EAB778077 | sha512: 4592A523BE353FF34FD6505DC66FAB300FE35DFC85071613B16A00E9D15E4B643232D69F1AC9D8C5E918E66ABEBC8985ECC1E5A558F2D5CBE177F2404363FE67
tools\System.Security.Principal.dll
md5: CA6BD45B6AF7B33C7328F243A0159967 | sha1: 55C7D8CB937E6F51FD4231A0CFD2E10C1B3407B1 | sha256: 79ECE53267AAAF10C78E484266A4914F8D15AF609099DDCF7886D489285B7388 | sha512: C60A09F38E3A9BFE35AC59BDA36555C672771FA689BB841AEB718B073CEFCC371FD438AC6B3CE75134C8F96A538615DA7989FACF6C199DECA5233AFD4A4894F0
tools\System.Security.Principal.Windows.dll
md5: B1EE627BF7104FC03180063373AFB9D7 | sha1: 6FEE06114923EFE83DD85DB90A1202243288F111 | sha256: 6E298C80EDE047F96D120771DEF7370921B4B0485D0D831267D8E2B4ADB4BAEA | sha512: 81CD97F16BD90D4A034A677FD96FAE38F7E5979F47FEAC3897CEF929766B1DB567AE80C282F84DB7606FD95C6C1052289A3D7C4F86400DC05E9E1725E923D15C
tools\System.ServiceModel.dll
md5: 867941584AFED3EEAF3085ADFA078890 | sha1: 801580B959C223804556ADFE295667581BD0257E | sha256: EA9A943382C875B2E2DA038AB222F7B2A5CC9528B929993669D244946DC5B320 | sha512: 4A8CE943F8F2E75AD3BF27902D80002F625140E67CE0BD0264C8E6789592216D37E13063B3A611FEB4BC40DC6DF188457D330C10CE0CA318445D3850820615D3
tools\System.ServiceModel.Web.dll
md5: D5CC6A18918BFA91B9B6539788F0A532 | sha1: 635CE0C74986CE69D853F449D55DE397391B9D7D | sha256: 2A7312CF542275FB5B36FCE0E198DA6F3420C5AE4458924D929A1D3CFD6E5861 | sha512: 3DCBABB9B27BA4D9A474180940C6E157AA23853D35396739E9EFF1F49BCFB69921C174DCABB915AD4942F7D2DC74F0E85548EC4C01106A2F4E1653CD83B56FAF
tools\System.Text.Encoding.dll
md5: 436DBC9FA85AA3DC853189FDACAE795C | sha1: DA208EACBC8D41BCD5B27C7986E0C9B1B04DE277 | sha256: C4889BDC9C99030923FA4F62CAACE7C6738A88C0AD474B246DA899AC9974E0D2 | sha512: FB3DD9C0E16607DF9E1B883B36E88FF139C161503885A3756D7683A586656B3CAEE1DB1AAEC3E793D228D53FF117E5AA8F4ECA61FA9D153F59683FA18BDEAB35
tools\System.Text.Encoding.Extensions.dll
md5: 9FEA090F49A667EF3241E605F19F0A51 | sha1: B6AC32DA38A7F37864C8E93D7C8446533A21636A | sha256: 46B9A82B3F9B47BFBA4285AA46E7818B68825B34BBA163A00A8AF8E9A80B55B9 | sha512: 0385BD0E2A9C7D7B67C65249ADBBE8ECAF13C05B44ED32F9549FFD96370CF3F0BAF41011058E8E2B7D246FF6B8D304E33F8D487446D7E65AE34AB22E7E76AEE3
tools\System.Text.RegularExpressions.dll
md5: BF3FF5D9E872D12ED723299A44798A4B | sha1: EE4806CFED1DB60A2E7C3A2671A72634976EF07C | sha256: 7DFB9972EBD1AAC688DCB46C3271E4D6511D767CC98A2C290CD97231392634E3 | sha512: 42F099FCE17A6CA0F334E00E80847A03BFDA8F95E0CF42567F47AAE56FC6806E8B24BEB6F11E8D67C5596DB4A711369C78C0F33D1B37180A19AD10F5DEC14193
tools\System.Threading.dll
md5: 2BFFC08A9C49B22B14841E7CB56ABEA8 | sha1: DE305F2BEDBC45F3AC873237862E0C366D08D506 | sha256: 74E07F71DF0CC4B67B6BF32F7DD6A10D3F82AE8B5FEEFA45759CEEA78E6AA301 | sha512: E25B90DF81F30C60EDD0A03CE45AFAA2FD04E5C90CFC5C961B1E04FC5B7DF154B1FA1B95033981B2AB1D05C9EEAF7C5142B3D05C5329E12BB94D8C6101F90D8E
tools\System.Threading.Overlapped.dll
md5: 4C149382DEC0BCE22509BC544A02B90F | sha1: 268F87ACE06D90213AAEB38D2B54A08B71C2AE6C | sha256: E328E058FB39EF61FAC70BE88D6DFE2F4028AF16949A2A3B4B33458B43FFE27A | sha512: F40FF0538855FDD547FF1768BB0318741775CEAFBCBE6454AB4CE4058CFEDF35259CF74BD42E9342EA9C29A67114538319D15400D0F3BB7FD0D981EBCFB34447
tools\System.Threading.Tasks.dll
md5: 054ED2834D04B590426709F8B6497FE8 | sha1: EBA4C9CBF57064A1BB6EFCD6954CA830505B4B06 | sha256: E7F03DF3307C976C741E68A405699CB9CE7F38AAF93EFE2842FF74D294958079 | sha512: EABED3BD720C723A8CE8A809DBD2823E69F97C4000BEE6FE49D25FE30550C3CB138584524759C4F0D2C08D5C10E48CA6FC2BA2145F295684C3F4EA67E9C1D6D4
tools\System.Threading.Tasks.Extensions.dll
md5: C437EBE093A9BCF7AEB01D00A9A2B65A | sha1: B3FAB2F7343999451976DF4F84A4F27FF4BA04DE | sha256: F073CEF4F46D48EACE4E9B8544925F2A22923F089024FC10E931C3BCCE9D2871 | sha512: A9A28FD521F48B60FC6B299A1395F6B4D23CF95DE7824A6E5FC2EEEE9A61BEC3194956F18687C727B936C1276E4F3EEAF0D99F9138E5584A1065F14AE765D6BC
tools\System.Threading.Thread.dll
md5: 9D80469708BFCF465C4C42E928615811 | sha1: 6DA2B24B46A1DFA67E1CA7C1130F92567D6BBDEE | sha256: F3D77354A2B2C3B01CB24369C076B9568B95F52C28349541707741658AA173DD | sha512: 04FFF5BB958F9BD9EE44ED00D8D3B3A86541AA32EBA3F0A49A05AAD30673E6EE3434DBB346C0D4A85F84DB62E258B78DA9C14327401A91155C5927EAC3102D88
tools\System.Threading.ThreadPool.dll
md5: 3D015606424CC1A180825320A07C322B | sha1: 63ABC2C289FF6629F35E5680ED25227AE4E1C7C6 | sha256: 536DFEA38D7632C58FBEE06F1D98BFB2F07C608B0A8DDD79B32E6FF64D5241A1 | sha512: C811553F98765ECE5ED8B266B3B5D200BAC4C5D9F54DD5C173E7505088C4D9AC0A498FCB8F28F1A73E208AE5F74E89A7B36CF8F48E06592C07D65D08C733C8D0
tools\System.Threading.Timer.dll
md5: DEE8F151D5B092F3AD5FD47EE829CC16 | sha1: 714744C80C089848832570642BD9D17A9D8445EA | sha256: 87562C66B114A98CA0983A3B2B8FC407E6D1AEF23EB9FA8098F9E43055D2D3EC | sha512: 66624AE3959590B72D64C247C91227AD77E7F9365771402B775F2D4DCDB83C2241F920485A37A85BBCEF1A1385EAFDCEA7CE433CE886D8F81B092D12FCA9B5C9
tools\System.Windows.dll
md5: CE947898376509E5F75C2D626ACD2618 | sha1: 27797FA4DB2681807FB5499C61DAC14BA2225C67 | sha256: 32A865AB9635D37AFECD94178A35650C4209E6DEEA9AE6EFC8C96BB55BBDFF36 | sha512: CCFFA45900FBC4EF97132C7E6092A897CC61488382B0345A5B351F78261A6027A5584069DC97EFCE7585944EB6E1E30296F6F3D9B0DE4A5394F678EA502CC744
tools\System.Xml.dll
md5: F8F7F0398427050677A74447E889A05B | sha1: 0859E3F8AE1F7ECCB60645A466588E5645C4B427 | sha256: 3CBBB41D086D172DE7D0921FCCAB922DF3A235A05413DC791A3429DA80BB7F4D | sha512: D279DEC3A2F6BC5E9710A757B3CE71DAA97A5A1CB6DAEAE4E82D2F1B24B5D9EAC243BCA5A0419C2AE8E998CF4FE4A84D22F64217708B56448453AF9AD41328B1
tools\System.Xml.Linq.dll
md5: 576C9E4937E74FBC5E9915AD90F2E3CC | sha1: 73E746CD1725DAC140BABB8BE96B8616AB2CEC92 | sha256: 0C1D4E7DDFFC1C9E2DC4DD427EB11E444ECBB11B0E904D57A9B835AFBB1A3B0F | sha512: BDF9FC7CCF4B52094FAF3DEB73F1D5A9C820D0AB97B6D06E1CD4425570E48DEC812C4E3999BE4DE8FC23D8B6063E756785552B3593577862D76D90386BCEDDFE
tools\System.Xml.ReaderWriter.dll
md5: 7104A522E934BD01BC8C2155865A3161 | sha1: 256ECD6540254F3AEC322C0DA00ABC294DAC0568 | sha256: 90F7265C13E4342CCD4F0AD3970B37411A6D49BC911228E1CF500081996BA8DB | sha512: A7B5B7DB006289006556C21F59531F0D454A83931AC07F1B23B66BDB6C9902BE045A33C058A38CC7289CCCCBC03AC194EA4A25F06942FF5263F2500722315D16
tools\System.Xml.Serialization.dll
md5: D596114DE75A0D903C8679BA5D2D2CA5 | sha1: 05FEE02A744968744330F72F0DCA40CF433B7633 | sha256: E25003B0CF6EEEF36F111F0C93EF40F7A4FA20FD10AFA5E239FF1BC566A2CE5E | sha512: F977B5BD3F0DBCDB0A4D6EDD8B477B92E803E14E783AE040B6C2C01653D938C68BE7AFF22BB1DD69639011C8551D35E530B73D5E973A72DCE08FEB2A6AB8530B
tools\System.Xml.XDocument.dll
md5: 13BF8336624D029C8156E1D14FBE064E | sha1: 198FE96DD7FA4492E4FB004A4169E3F310FBAFEF | sha256: 2E47BEA602F17F5F6F1DE7EE62FCD300B8C35269C3082DE6D19774A0C7C6CA38 | sha512: 6B938A113649FAF51A926568628323E7C7B6123ABF5882DF2719E7D4A5E276E84ABCD9A9F4E7397641784805D1BEEC9828140DEA8E622DD6EB116DC099D3F53E
tools\ucrtbase.dll
md5: 34168A4AF676D6A5733BBF7A0905D3C7 | sha1: BA63E51AB3CD90666EB9A9BB0232502A5EC629FF | sha256: 2AB2A74BCB5BFD8248D232EB3BC56698FB5173B9FF7FC0DAF87D8120D0F448D7 | sha512: C049C166B2B00DC30B0EDAE5D78BADFFFEA7FB105F0CFF9F3AE2C947DDF3ECDE6331855B7EBED3F4CE923CC365B053B3A679319B2C6EFA85ED0B9A7DDB5676AB

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
Octopus CLI 9.1.6 65 Wednesday, August 24, 2022 Approved
Octopus CLI 9.1.5 757 Friday, August 19, 2022 Approved
Octopus CLI 9.1.4 280 Thursday, August 18, 2022 Approved
Octopus CLI 9.1.3 5626 Thursday, July 14, 2022 Approved
Octopus CLI 9.1.2 291 Wednesday, July 13, 2022 Approved
Octopus CLI 9.1.1 5060 Friday, June 17, 2022 Approved
Octopus CLI 8.0.1 15269 Friday, March 18, 2022 Approved
Octopus CLI 8.0.0 2534 Wednesday, March 2, 2022 Approved
Octopus CLI 7.4.3663 250 Tuesday, March 1, 2022 Approved
Octopus CLI 7.4.3662 274 Monday, February 28, 2022 Approved
Octopus CLI 7.4.3661 289 Sunday, February 27, 2022 Approved
Octopus CLI 7.4.3660 145 Saturday, February 26, 2022 Approved
Octopus CLI 7.4.3659 157 Friday, February 25, 2022 Approved
Octopus CLI 7.4.3658 237 Thursday, February 24, 2022 Approved
Octopus CLI 7.4.3657 288 Wednesday, February 23, 2022 Approved
Octopus CLI 7.4.3656 286 Tuesday, February 22, 2022 Approved
Octopus CLI 7.4.3655 308 Monday, February 21, 2022 Approved
Octopus CLI 7.4.3654 312 Sunday, February 20, 2022 Approved
Octopus CLI 7.4.3653 132 Saturday, February 19, 2022 Approved
Octopus CLI 7.4.3649 332 Thursday, February 17, 2022 Approved
Octopus CLI 7.4.3647 559 Wednesday, February 16, 2022 Approved
Octopus CLI 7.4.3643 315 Tuesday, February 15, 2022 Approved
Octopus CLI 7.4.3640 520 Sunday, February 13, 2022 Approved
Octopus CLI 7.4.3639 125 Saturday, February 12, 2022 Approved
Octopus CLI 7.4.3638 108 Friday, February 11, 2022 Approved
Octopus CLI 7.4.3637 79 Friday, February 11, 2022 Approved
Octopus CLI 7.4.3636 88 Thursday, February 10, 2022 Approved
Octopus CLI 7.4.3635 448 Wednesday, February 9, 2022 Approved
Octopus CLI 7.4.3633 309 Tuesday, February 8, 2022 Approved
Octopus CLI 7.4.3629 329 Monday, February 7, 2022 Approved
Octopus CLI 7.4.3627 256 Sunday, February 6, 2022 Approved
Octopus CLI 7.4.3622 346 Thursday, February 3, 2022 Approved
Octopus CLI 7.4.3588 2051 Thursday, January 20, 2022 Approved
Octopus CLI 7.4.3576 1758 Sunday, January 9, 2022 Approved
Octopus CLI 7.4.3574 179 Friday, January 7, 2022 Approved
Octopus CLI 7.4.3573 231 Thursday, January 6, 2022 Approved
Octopus CLI 7.4.3571 441 Tuesday, January 4, 2022 Approved
Octopus CLI 7.4.3569 293 Sunday, January 2, 2022 Approved
Octopus CLI 7.4.3567 159 Friday, December 31, 2021 Approved
Octopus CLI 7.4.3564 282 Tuesday, December 28, 2021 Approved
Octopus CLI 7.4.3561 329 Saturday, December 25, 2021 Approved
Octopus CLI 7.4.3560 137 Friday, December 24, 2021 Approved
Octopus CLI 7.4.3559 149 Thursday, December 23, 2021 Approved
Octopus CLI 7.4.3558 230 Wednesday, December 22, 2021 Approved
Octopus CLI 7.4.3557 181 Tuesday, December 21, 2021 Approved
Octopus CLI 7.4.3556 291 Monday, December 20, 2021 Approved
Octopus CLI 7.4.3552 257 Sunday, December 19, 2021 Approved
Octopus CLI 7.4.3550 164 Friday, December 17, 2021 Approved
Octopus CLI 7.4.3548 400 Wednesday, December 15, 2021 Approved
Octopus CLI 7.4.3546 446 Monday, December 13, 2021 Approved
Octopus CLI 7.4.3542 518 Thursday, December 9, 2021 Approved
Octopus CLI 7.4.3541 220 Thursday, December 9, 2021 Approved
Octopus CLI 7.4.3539 129 Wednesday, December 8, 2021 Approved
Octopus CLI 7.4.3532 468 Monday, December 6, 2021 Approved
Octopus CLI 7.4.3531 261 Sunday, December 5, 2021 Approved
Octopus CLI 7.4.3530 143 Saturday, December 4, 2021 Approved
Octopus CLI 7.4.3529 132 Friday, December 3, 2021 Approved
Octopus CLI 7.4.3528 148 Thursday, December 2, 2021 Approved
Octopus CLI 7.4.3527 237 Wednesday, December 1, 2021 Approved
Octopus CLI 7.4.3525 197 Monday, November 29, 2021 Approved
Octopus CLI 7.4.3524 309 Sunday, November 28, 2021 Approved
Octopus CLI 7.4.3522 700 Friday, November 26, 2021 Approved
Octopus CLI 7.4.3521 233 Thursday, November 25, 2021 Approved
Octopus CLI 7.4.3520 368 Wednesday, November 24, 2021 Approved
Octopus CLI 7.4.3518 438 Tuesday, November 23, 2021 Approved
Octopus CLI 7.4.3516 141 Monday, November 22, 2021 Approved
Octopus CLI 7.4.3515 67 Monday, November 22, 2021 Approved
Octopus CLI 7.4.3489 3191 Tuesday, November 2, 2021 Approved
Octopus CLI 7.4.3487 290 Sunday, October 31, 2021 Approved
Octopus CLI 7.4.3486 449 Saturday, October 30, 2021 Approved
Octopus CLI 7.4.3485 96 Friday, October 29, 2021 Approved
Octopus CLI 7.4.3484 147 Thursday, October 28, 2021 Approved
Octopus CLI 7.4.3483 183 Wednesday, October 27, 2021 Approved
Octopus CLI 7.4.3482 983 Tuesday, October 26, 2021 Approved
Octopus CLI 7.4.3475 1159 Tuesday, October 19, 2021 Approved
Octopus CLI 7.4.3474 313 Monday, October 18, 2021 Approved
Octopus CLI 7.4.3473 261 Sunday, October 17, 2021 Approved
Octopus CLI 7.4.3472 120 Saturday, October 16, 2021 Approved
Octopus CLI 7.4.3471 173 Friday, October 15, 2021 Approved
Octopus CLI 7.4.3470 282 Thursday, October 14, 2021 Approved
Octopus CLI 7.4.3469 292 Wednesday, October 13, 2021 Approved
Octopus CLI 7.4.3468 476 Tuesday, October 12, 2021 Approved
Octopus CLI 7.4.3467 519 Monday, October 11, 2021 Approved
Octopus CLI 7.4.3466 380 Sunday, October 10, 2021 Approved
Octopus CLI 7.4.3465 157 Saturday, October 9, 2021 Approved
Octopus CLI 7.4.3464 132 Friday, October 8, 2021 Approved
Octopus CLI 7.4.3463 366 Thursday, October 7, 2021 Approved
Octopus CLI 7.4.3445 1816 Thursday, September 23, 2021 Approved
Octopus CLI 7.4.3444 408 Wednesday, September 22, 2021 Approved
Octopus CLI 7.4.3443 342 Tuesday, September 21, 2021 Approved
Octopus CLI 7.4.3442 448 Monday, September 20, 2021 Approved
Octopus CLI 7.4.3441 425 Sunday, September 19, 2021 Approved
Octopus CLI 7.4.3440 244 Saturday, September 18, 2021 Approved
Octopus CLI 7.4.3439 217 Friday, September 17, 2021 Approved
Octopus CLI 7.4.3437 3138 Thursday, September 16, 2021 Approved
Octopus CLI 7.4.3435 243 Thursday, September 16, 2021 Approved
Octopus CLI 7.4.3429 445 Wednesday, September 15, 2021 Approved
Octopus CLI 7.4.3426 208 Tuesday, September 14, 2021 Approved
Octopus CLI 7.4.3425 306 Monday, September 13, 2021 Approved
Octopus CLI 7.4.3424 400 Sunday, September 12, 2021 Approved
Octopus CLI 7.4.3423 313 Saturday, September 11, 2021 Approved
Octopus CLI 7.4.3422 210 Friday, September 10, 2021 Approved
Octopus CLI 7.4.3421 438 Thursday, September 9, 2021 Approved
Octopus CLI 7.4.3420 335 Wednesday, September 8, 2021 Approved
Octopus CLI 7.4.3415 194 Wednesday, September 8, 2021 Approved
Octopus CLI 7.4.3414 298 Tuesday, September 7, 2021 Approved
Octopus CLI 7.4.3413 372 Saturday, September 4, 2021 Approved
Octopus CLI 7.4.3412 365 Friday, September 3, 2021 Approved
Octopus CLI 7.4.3411 314 Thursday, September 2, 2021 Approved
Octopus CLI 7.4.3410 308 Wednesday, September 1, 2021 Approved
Octopus CLI 7.4.3407 320 Tuesday, August 31, 2021 Approved
Octopus CLI 7.4.3406 299 Tuesday, August 31, 2021 Approved
Octopus CLI 7.4.3402 209 Monday, August 30, 2021 Approved
Octopus CLI 7.4.3401 330 Sunday, August 29, 2021 Approved
Octopus CLI 7.4.3400 245 Saturday, August 28, 2021 Approved
Octopus CLI 7.4.3399 239 Friday, August 27, 2021 Approved
Octopus CLI 7.4.3398 242 Thursday, August 26, 2021 Approved
Octopus CLI 7.4.3397 327 Wednesday, August 25, 2021 Approved
Octopus CLI 7.4.3391 311 Tuesday, August 24, 2021 Approved
Octopus CLI 7.4.3390 269 Tuesday, August 24, 2021 Approved
Octopus CLI 7.4.3388 340 Monday, August 23, 2021 Approved
Octopus CLI 7.4.3387 213 Sunday, August 22, 2021 Approved
Octopus CLI 7.4.3385 424 Friday, August 20, 2021 Approved
Octopus CLI 7.4.3384 314 Thursday, August 19, 2021 Approved
Octopus CLI 7.4.3383 344 Thursday, August 19, 2021 Approved
Octopus CLI 7.4.3380 218 Wednesday, August 18, 2021 Approved
Octopus CLI 7.4.3379 75 Wednesday, August 18, 2021 Approved
Octopus CLI 7.4.3366 756 Saturday, August 14, 2021 Approved
Octopus CLI 7.4.3365 217 Friday, August 13, 2021 Approved
Octopus CLI 7.4.3362 297 Thursday, August 12, 2021 Approved
Octopus CLI 7.4.3361 264 Thursday, August 12, 2021 Approved
Octopus CLI 7.4.3356 216 Wednesday, August 11, 2021 Approved
Octopus CLI 7.4.3352 743 Monday, August 9, 2021 Approved
Octopus CLI 7.4.3351 289 Monday, August 9, 2021 Approved
Octopus CLI 7.4.3349 212 Monday, August 9, 2021 Approved
Octopus CLI 7.4.3347 145 Monday, August 9, 2021 Approved
Octopus CLI 7.4.3345 186 Sunday, August 8, 2021 Approved
Octopus CLI 7.4.3344 230 Saturday, August 7, 2021 Approved
Octopus CLI 7.4.3343 218 Friday, August 6, 2021 Approved
Octopus CLI 7.4.3341 322 Thursday, August 5, 2021 Approved
Octopus CLI 7.4.3339 310 Wednesday, August 4, 2021 Approved
Octopus CLI 7.4.3338 275 Wednesday, August 4, 2021 Approved
Octopus CLI 7.4.3335 200 Wednesday, August 4, 2021 Approved
Octopus CLI 7.4.3330 627 Sunday, August 1, 2021 Approved
Octopus CLI 7.4.3329 240 Saturday, July 31, 2021 Approved
Octopus CLI 7.4.3328 222 Friday, July 30, 2021 Approved
Octopus CLI 7.4.3327 306 Thursday, July 29, 2021 Approved
Octopus CLI 7.4.3326 324 Wednesday, July 28, 2021 Approved
Octopus CLI 7.4.3325 259 Tuesday, July 27, 2021 Approved
Octopus CLI 7.4.3324 815 Sunday, July 25, 2021 Approved
Octopus CLI 7.4.3323 222 Saturday, July 24, 2021 Approved
Octopus CLI 7.4.3322 160 Friday, July 23, 2021 Approved
Octopus CLI 7.4.3321 295 Thursday, July 22, 2021 Approved
Octopus CLI 7.4.3320 409 Wednesday, July 21, 2021 Approved
Octopus CLI 7.4.3319 368 Tuesday, July 20, 2021 Approved
Octopus CLI 7.4.3318 367 Monday, July 19, 2021 Approved
Octopus CLI 7.4.3317 274 Monday, July 19, 2021 Approved
Octopus CLI 7.4.3316 80 Monday, July 19, 2021 Approved
Octopus CLI 7.4.3315 72 Monday, July 19, 2021 Approved
Octopus CLI 7.4.3314 70 Monday, July 19, 2021 Approved
Octopus CLI 7.4.3313 181 Monday, July 19, 2021 Approved
Octopus CLI 7.4.3312 78 Monday, July 19, 2021 Approved
Octopus CLI 7.4.3311 100 Monday, July 19, 2021 Approved
Octopus CLI 7.4.3309 83 Monday, July 19, 2021 Approved
Octopus CLI 7.4.3301 146 Monday, July 19, 2021 Approved
Octopus CLI 7.4.3298 133 Monday, July 19, 2021 Approved
Octopus CLI 7.4.3295 421 Friday, July 16, 2021 Approved
Octopus CLI 7.4.3294 122 Friday, July 16, 2021 Approved
Octopus CLI 7.4.3292 1323 Wednesday, July 7, 2021 Approved
Octopus CLI 7.4.3291 276 Wednesday, July 7, 2021 Approved
Octopus CLI 7.4.3289 252 Tuesday, July 6, 2021 Approved
Octopus CLI 7.4.3287 530 Monday, July 5, 2021 Approved
Octopus CLI 7.4.3285 205 Monday, July 5, 2021 Approved
Octopus CLI 7.4.3283 114 Monday, July 5, 2021 Approved
Octopus CLI 7.4.3278 124 Monday, July 5, 2021 Approved
Octopus CLI 7.4.3277 101 Monday, July 5, 2021 Approved
Octopus CLI 7.4.3276 497 Thursday, July 1, 2021 Approved
Octopus CLI 7.4.3275 396 Wednesday, June 30, 2021 Approved
Octopus CLI 7.4.3271 589 Monday, June 28, 2021 Approved
Octopus CLI 7.4.3270 321 Sunday, June 27, 2021 Approved
Octopus CLI 7.4.3269 234 Saturday, June 26, 2021 Approved
Octopus CLI 7.4.3268 209 Friday, June 25, 2021 Approved
Octopus CLI 7.4.3267 177 Friday, June 25, 2021 Approved
Octopus CLI 7.4.3264 93 Friday, June 25, 2021 Approved
Octopus CLI 7.4.3262 106 Friday, June 25, 2021 Approved
Octopus CLI 7.4.3261 83 Friday, June 25, 2021 Approved
Octopus CLI 7.4.3260 859 Monday, June 21, 2021 Approved
Octopus CLI 7.4.3259 198 Sunday, June 20, 2021 Approved
Octopus CLI 7.4.3258 104 Sunday, June 20, 2021 Approved
Octopus CLI 7.4.3257 409 Friday, June 18, 2021 Approved
Octopus CLI 7.4.3256 294 Thursday, June 17, 2021 Approved
Octopus CLI 7.4.3254 654 Wednesday, June 16, 2021 Approved
Octopus CLI 7.4.3252 354 Tuesday, June 15, 2021 Approved
Octopus CLI 7.4.3251 281 Tuesday, June 15, 2021 Approved
Octopus CLI 7.4.3247 331 Monday, June 14, 2021 Approved
Octopus CLI 7.4.3246 422 Sunday, June 13, 2021 Approved
Octopus CLI 7.4.3245 201 Saturday, June 12, 2021 Approved
Octopus CLI 7.4.3244 224 Friday, June 11, 2021 Approved
Octopus CLI 7.4.3241 244 Friday, June 11, 2021 Approved
Octopus CLI 7.4.3240 465 Wednesday, June 9, 2021 Approved
Octopus CLI 7.4.3239 447 Tuesday, June 8, 2021 Approved
Octopus CLI 7.4.3238 423 Monday, June 7, 2021 Approved
Octopus CLI 7.4.3237 433 Sunday, June 6, 2021 Approved
Octopus CLI 7.4.3236 233 Saturday, June 5, 2021 Approved
Octopus CLI 7.4.3235 215 Friday, June 4, 2021 Approved
Octopus CLI 7.4.3234 377 Thursday, June 3, 2021 Approved
Octopus CLI 7.4.3232 609 Tuesday, June 1, 2021 Approved
Octopus CLI 7.4.3231 376 Monday, May 31, 2021 Approved
Octopus CLI 7.4.3230 303 Sunday, May 30, 2021 Approved
Octopus CLI 7.4.3229 238 Saturday, May 29, 2021 Approved
Octopus CLI 7.4.3228 215 Friday, May 28, 2021 Approved
Octopus CLI 7.4.3227 369 Thursday, May 27, 2021 Approved
Octopus CLI 7.4.3226 384 Wednesday, May 26, 2021 Approved
Octopus CLI 7.4.3225 722 Tuesday, May 25, 2021 Approved
Octopus CLI 7.4.3224 399 Tuesday, May 25, 2021 Approved
Octopus CLI 7.4.3213 1656 Saturday, May 15, 2021 Approved
Octopus CLI 7.4.3212 81 Saturday, May 15, 2021 Approved
Octopus CLI 7.4.3211 974 Tuesday, May 11, 2021 Approved
Octopus CLI 7.4.3210 488 Monday, May 10, 2021 Approved
Octopus CLI 7.4.3208 463 Saturday, May 8, 2021 Approved
Octopus CLI 7.4.3207 251 Friday, May 7, 2021 Approved
Octopus CLI 7.4.3206 414 Thursday, May 6, 2021 Approved
Octopus CLI 7.4.3205 464 Wednesday, May 5, 2021 Approved
Octopus CLI 7.4.3204 413 Tuesday, May 4, 2021 Approved
Octopus CLI 7.4.3203 365 Tuesday, May 4, 2021 Approved
Octopus CLI 7.4.3190 81 Tuesday, April 27, 2021 Approved
Octopus CLI 7.4.3189 1512 Monday, April 26, 2021 Approved
Octopus CLI 7.4.3186 569 Friday, April 23, 2021 Approved
Octopus CLI 7.4.3184 666 Wednesday, April 21, 2021 Approved
Octopus CLI 7.4.3182 556 Tuesday, April 20, 2021 Approved
Octopus CLI 7.4.3180 206 Tuesday, April 20, 2021 Approved
Octopus CLI 7.4.3173 460 Sunday, April 18, 2021 Approved
Octopus CLI 7.4.3172 276 Saturday, April 17, 2021 Approved
Octopus CLI 7.4.3171 247 Friday, April 16, 2021 Approved
Octopus CLI 7.4.3168 1052 Tuesday, April 13, 2021 Approved
Octopus CLI 7.4.3167 437 Tuesday, April 13, 2021 Approved
Octopus CLI 7.4.3160 1365 Tuesday, April 6, 2021 Approved
Octopus CLI 7.4.3154 766 Wednesday, March 31, 2021 Approved
Octopus CLI 7.4.3152 296 Monday, March 29, 2021 Approved
Octopus CLI 7.4.3151 196 Sunday, March 28, 2021 Approved
Octopus CLI 7.4.3150 190 Saturday, March 27, 2021 Approved
Octopus CLI 7.4.3149 195 Friday, March 26, 2021 Approved
Octopus CLI 7.4.3148 204 Thursday, March 25, 2021 Approved
Octopus CLI 7.4.3147 1511 Wednesday, March 24, 2021 Approved
Octopus CLI 7.4.3146 632 Tuesday, March 23, 2021 Approved
Octopus CLI 7.4.3145 631 Monday, March 22, 2021 Approved
Octopus CLI 7.4.3144 522 Sunday, March 21, 2021 Approved
Octopus CLI 7.4.3143 250 Saturday, March 20, 2021 Approved
Octopus CLI 7.4.3142 287 Saturday, March 20, 2021 Approved
Octopus CLI 7.4.3140 647 Wednesday, March 17, 2021 Approved
Octopus CLI 7.4.3139 455 Tuesday, March 16, 2021 Approved
Octopus CLI 7.4.3138 402 Monday, March 15, 2021 Approved
Octopus CLI 7.4.3137 561 Sunday, March 14, 2021 Approved
Octopus CLI 7.4.3136 248 Saturday, March 13, 2021 Approved
Octopus CLI 7.4.3134 425 Thursday, March 11, 2021 Approved
Octopus CLI 7.4.3133 399 Wednesday, March 10, 2021 Approved
Octopus CLI 7.4.3132 421 Wednesday, March 10, 2021 Approved
Octopus CLI 7.4.3127 929 Thursday, March 4, 2021 Approved
Octopus CLI 7.4.3126 500 Wednesday, March 3, 2021 Approved
Octopus CLI 7.4.3125 483 Tuesday, March 2, 2021 Approved
Octopus CLI 7.4.3124 781 Tuesday, March 2, 2021 Approved
Octopus CLI 7.4.3123 416 Sunday, February 28, 2021 Approved
Octopus CLI 7.4.3122 285 Saturday, February 27, 2021 Approved
Octopus CLI 7.4.3121 229 Friday, February 26, 2021 Approved
Octopus CLI 7.4.3120 373 Friday, February 26, 2021 Approved
Octopus CLI 7.4.3116 1572 Sunday, February 21, 2021 Approved
Octopus CLI 7.4.3115 351 Saturday, February 20, 2021 Approved
Octopus CLI 7.4.3114 85 Saturday, February 20, 2021 Approved
Octopus CLI 7.4.3113 90 Saturday, February 20, 2021 Approved
Octopus CLI 7.4.3110 379 Friday, February 19, 2021 Approved
Octopus CLI 7.4.3104 747 Wednesday, February 17, 2021 Approved
Octopus CLI 7.4.6 1355 Wednesday, February 10, 2021 Approved
Octopus CLI 7.4.4 14049 Tuesday, November 24, 2020 Approved
Octopus CLI 7.4.2 8972 Wednesday, September 23, 2020 Approved
Octopus CLI 7.4.1 12795 Thursday, July 2, 2020 Approved
Octopus CLI 7.4.0 1445 Thursday, June 25, 2020 Approved
Octopus CLI 7.3.7 5517 Tuesday, May 19, 2020 Approved
Octopus CLI 7.3.4 6614 Friday, April 17, 2020 Approved
Octopus CLI 7.3.3 254 Friday, April 17, 2020 Approved
Octopus CLI 7.3.2 4233 Friday, March 27, 2020 Approved
Octopus CLI 7.3.1 1300 Sunday, March 22, 2020 Approved
Octopus CLI 7.3.0 814 Tuesday, March 17, 2020 Approved
Octopus CLI 7.2.0 1686 Thursday, March 12, 2020 Approved
Octopus CLI 7.1.4-ci35 90 Thursday, March 12, 2020 Exempted
Octopus CLI 7.1.3 2999 Wednesday, February 26, 2020 Approved
Octopus CLI 7.1.2 308 Tuesday, February 25, 2020 Approved
Octopus CLI 7.1.1 259 Tuesday, February 25, 2020 Approved
Octopus CLI 7.1.0 1104 Thursday, February 20, 2020 Approved
Octopus CLI 7.0.1 479 Thursday, February 20, 2020 Approved
Octopus CLI 7.0.0 1392 Monday, February 17, 2020 Approved
Octo.exe 6.17.6 1162 Friday, February 14, 2020 Approved
Octopus CLI 6.17.5 177 Thursday, February 13, 2020 Approved
Octopus CLI 6.17.4 977 Wednesday, February 12, 2020 Approved
Octo.exe 6.17.3 3667 Thursday, January 30, 2020 Approved
Octo.exe 6.17.0 11756 Monday, December 16, 2019 Approved
Octo.exe 6.16.0 1923 Monday, December 9, 2019 Approved
Octo.exe 6.15.1 4182 Saturday, November 23, 2019 Approved
Octo.exe 6.15.0 1251 Wednesday, November 20, 2019 Approved
Octo.exe 6.14.2 2833 Friday, November 8, 2019 Approved
Octo.exe 6.14.1 1422 Monday, November 4, 2019 Approved
Octo.exe 6.14.0 1264 Thursday, October 31, 2019 Approved
Octo.exe 6.13.1 35119 Tuesday, September 3, 2019 Approved
Octo.exe 6.12.0 30427 Friday, July 19, 2019 Approved
Octo.exe 6.10.0 3044 Monday, July 15, 2019 Approved
Octo.exe 6.8.2 8833 Friday, June 28, 2019 Approved
Octo.exe 6.8.1 1020 Thursday, June 27, 2019 Approved
Octo.exe 6.7.0 15541 Tuesday, May 21, 2019 Approved
Octo.exe 6.6.0 5755 Tuesday, May 7, 2019 Approved
Octo.exe 6.5.0 1849 Friday, May 3, 2019 Approved
Octo.exe 6.4.0 975 Thursday, May 2, 2019 Approved
Octo.exe 6.3.4 922 Tuesday, April 30, 2019 Approved
Octo.exe 6.3.3 1210 Monday, April 29, 2019 Approved
Octo.exe 6.3.2 1098 Friday, April 26, 2019 Approved
Octo.exe 6.3.1 2703 Tuesday, April 16, 2019 Approved
Octo.exe 6.3.0 1376 Friday, April 12, 2019 Approved
Octo.exe 6.2.3 3449 Thursday, April 4, 2019 Approved
Octo.exe 6.2.2 217 Thursday, April 4, 2019 Approved
Octo.exe 6.2.1 1255 Tuesday, April 2, 2019 Approved
Octo.exe 6.2.0 211 Tuesday, April 2, 2019 Approved
Octo.exe 6.1.3 757 Monday, April 1, 2019 Approved
Octo.exe 6.1.2 1525 Thursday, March 28, 2019 Approved
Octo.exe 6.1.1 945 Tuesday, March 26, 2019 Approved
Octo.exe 6.0.2 5759 Tuesday, March 5, 2019 Approved
Octo.exe 6.0.0 1759 Thursday, February 28, 2019 Approved
Octo.exe 5.2.7 669 Wednesday, February 27, 2019 Approved
Octo.exe 5.2.6 2920 Monday, February 18, 2019 Approved
Octo.exe 5.2.5 235 Monday, February 18, 2019 Approved
Octo.exe 5.2.4 237 Monday, February 18, 2019 Approved
Octo.exe 5.2.3 874 Friday, February 15, 2019 Approved
Octo.exe 5.2.2 2417 Friday, February 8, 2019 Approved
Octo.exe 5.2.1 560 Thursday, February 7, 2019 Approved
Octo.exe 5.2.0 2892 Tuesday, January 29, 2019 Approved
Octo.exe 5.1.0 227 Tuesday, January 29, 2019 Approved
Octo.exe 5.0.0 1126 Thursday, January 24, 2019 Approved
Octo.exe 4.47.1 201 Monday, February 18, 2019 Approved
Octo.exe 4.47.0 550 Thursday, January 24, 2019 Approved
Octo.exe 4.46.1 601 Wednesday, January 23, 2019 Approved
Octo.exe 4.46.0 2508 Tuesday, January 15, 2019 Approved
Octo.exe 4.45.0 6784 Thursday, December 20, 2018 Approved
Octo.exe 4.44.0 351 Thursday, December 20, 2018 Approved
Octo.exe 4.43.3 674 Wednesday, December 19, 2018 Approved
Octo.exe 4.43.2 465 Tuesday, December 18, 2018 Approved
Octo.exe 4.43.1 1743 Friday, December 14, 2018 Approved
Octo.exe 4.43.0 629 Thursday, December 13, 2018 Approved
Octo.exe 4.42.6 9332 Thursday, November 15, 2018 Approved
Octo.exe 4.42.5 737 Wednesday, November 14, 2018 Approved
Octo.exe 4.42.4 353 Tuesday, November 13, 2018 Approved
Octo.exe 4.42.3 659 Tuesday, November 13, 2018 Approved
Octo.exe 4.42.2 3410 Friday, November 2, 2018 Approved
Octo.exe 4.42.1 1626 Monday, October 29, 2018 Approved
Octo.exe 4.42.0 2111 Tuesday, October 23, 2018 Approved
Octo.exe 4.41.4 4585 Tuesday, October 9, 2018 Approved
Octo.exe 4.41.3 1996 Wednesday, October 3, 2018 Approved
Octo.exe 4.41.2 5766 Tuesday, September 18, 2018 Approved
Octo.exe 4.41.0 3760 Friday, September 7, 2018 Approved
Octo.exe 4.40.0 222 Friday, September 7, 2018 Approved
Octo.exe 4.39.4 4827 Monday, August 27, 2018 Approved
Octo.exe 4.39.3 3218 Friday, August 17, 2018 Approved
Octo.exe 4.39.2 2631 Friday, August 10, 2018 Approved
Octo.exe 4.39.1 3731 Tuesday, July 31, 2018 Approved
Octo.exe 4.39.0 365 Tuesday, July 31, 2018 Approved
Octo.exe 4.38.1 4774 Monday, July 16, 2018 Approved
Octo.exe 4.38.0 837 Friday, July 13, 2018 Approved
Octo.exe 4.37.1 346 Friday, July 13, 2018 Approved
Octo.exe 4.37.0 11147 Wednesday, June 6, 2018 Approved
Octo.exe 4.36.3 4078 Friday, May 25, 2018 Approved
Octo.exe 4.36.2 1310 Wednesday, May 23, 2018 Approved
Octo.exe 4.36.1 1064 Monday, May 21, 2018 Approved
Octo.exe 4.36.0 449 Monday, May 21, 2018 Approved
Octo.exe 4.35.1 3169 Thursday, May 10, 2018 Approved
Octo.exe 4.35.0 3068 Monday, April 30, 2018 Approved
Octo.exe 4.34.0 3456 Thursday, April 26, 2018 Approved
Octo.exe 4.33.1 1163 Wednesday, April 25, 2018 Approved
Octo.exe 4.33.0 2254 Friday, April 20, 2018 Approved
Octo.exe 4.32.1 875 Thursday, April 19, 2018 Approved
Octo.exe 4.32.0 3643 Monday, April 9, 2018 Approved
Octo.exe 4.31.7 2441 Tuesday, April 3, 2018 Approved
Octo.exe 4.31.6 364 Tuesday, April 3, 2018 Approved
Octo.exe 4.31.5 1708 Friday, March 30, 2018 Approved
Octo.exe 4.31.4 505 Thursday, March 29, 2018 Approved
Octo.exe 4.31.3 500 Wednesday, March 28, 2018 Approved
Octo.exe 4.31.2 553 Tuesday, March 27, 2018 Approved
Octo.exe 4.31.1 8821 Monday, March 5, 2018 Approved
Octo.exe 4.31.0 729 Sunday, March 4, 2018 Approved
Octo.exe 4.30.10 5145 Tuesday, February 20, 2018 Approved
Octo.exe 4.30.8 2716 Wednesday, February 14, 2018 Approved
Octo.exe 4.30.7 3396 Wednesday, February 7, 2018 Approved
Octo.exe 4.30.6 2566 Wednesday, January 31, 2018 Approved
Octo.exe 4.30.5 911 Tuesday, January 30, 2018 Approved
Octo.exe 4.30.3 2995 Wednesday, January 24, 2018 Approved
Octo.exe 4.30.2 2555 Thursday, January 18, 2018 Approved
Octo.exe 4.30.1 1104 Tuesday, January 16, 2018 Approved
Octo.exe 4.30.0 1369 Monday, January 15, 2018 Approved
Octo.exe 4.29.0 6637 Thursday, December 21, 2017 Approved
Octo.exe 4.28.0 2660 Thursday, December 14, 2017 Approved
Octo.exe 4.27.4 1073 Wednesday, December 13, 2017 Approved
Octo.exe 4.27.3 2775 Wednesday, December 6, 2017 Approved
Octo.exe 4.27.2 2002 Thursday, November 30, 2017 Approved
Octo.exe 4.27.1 743 Thursday, November 30, 2017 Approved
Octo.exe 4.27.0 1665 Monday, November 27, 2017 Approved
Octo.exe 4.26.0 332 Monday, November 27, 2017 Approved
Octo.exe 4.25.0 626 Monday, November 27, 2017 Approved
Octo.exe 4.24.4 480 Monday, November 27, 2017 Approved
Octo.exe 4.24.3 383 Monday, November 27, 2017 Approved
Octo.exe 4.24.2 395 Monday, November 27, 2017 Approved
Octo.exe 4.24.1 322 Monday, November 27, 2017 Approved
Octo.exe 4.24.0 382 Tuesday, November 28, 2017 Approved
Octo.exe 4.22.1 29635 Tuesday, August 15, 2017 Approved
Octo.exe 4.22.0 4526 Monday, July 31, 2017 Approved
Octo.exe 4.21.1 1055 Friday, July 28, 2017 Approved
Octo.exe 4.21.0 5009 Tuesday, July 11, 2017 Approved
Octo.exe 4.19.0 2712 Tuesday, July 4, 2017 Approved
Octo.exe 4.18.0 2681 Monday, June 26, 2017 Approved
Octo.exe 4.17.0 2358 Thursday, June 22, 2017 Approved
Octo.exe 4.15.7 3070 Tuesday, June 13, 2017 Approved
Octo.exe 4.15.6 3223 Friday, June 2, 2017 Approved
Octo.exe 4.15.5 2505 Thursday, May 25, 2017 Approved
Octo.exe 4.15.4 396 Thursday, May 25, 2017 Approved
Octo.exe 4.15.3 3948 Thursday, May 11, 2017 Approved
Octo.exe 4.15.2 1280 Monday, May 8, 2017 Approved
Octo.exe 4.15.1 1238 Thursday, May 4, 2017 Approved
Octo.exe 4.15.0 708 Wednesday, May 3, 2017 Approved
Octo.exe 4.14.1 1365 Friday, April 28, 2017 Approved
Octo.exe 4.14.0 362 Friday, April 28, 2017 Approved
Octo.exe 4.13.15 867 Thursday, April 27, 2017 Approved
Octo.exe 4.13.14 2083 Friday, April 21, 2017 Approved
Octo.exe 4.13.13 2677 Wednesday, April 12, 2017 Approved
Octo.exe 4.13.12 450 Wednesday, April 12, 2017 Approved
Octo.exe 4.13.11 787 Tuesday, April 11, 2017 Approved
Octo.exe 4.13.10 2144 Monday, April 3, 2017 Approved
Octo.exe 4.13.9 806 Monday, April 3, 2017 Approved
Octo.exe 4.13.8 1842 Tuesday, March 28, 2017 Approved
Octo.exe 4.13.7 704 Monday, March 27, 2017 Approved
Octo.exe 4.13.4 3794 Tuesday, March 14, 2017 Approved
Octo.exe 4.13.3 737 Monday, March 13, 2017 Approved
Octo.exe 4.13.2 727 Friday, March 10, 2017 Approved
Octo.exe 4.13.1 588 Friday, March 10, 2017 Approved
Octo.exe 4.13.0 591 Thursday, March 9, 2017 Approved
Octo.exe 4.12.0 817 Monday, March 6, 2017 Approved
Octo.exe 4.11.0 2153 Wednesday, March 1, 2017 Approved
Octo.exe 4.10.2 1570 Thursday, February 23, 2017 Approved
Octo.exe 4.10.1 669 Wednesday, February 22, 2017 Approved
Octo.exe 4.10.0 688 Tuesday, February 21, 2017 Approved
Octo.exe 4.9.1 685 Monday, February 20, 2017 Approved
Octo.exe 4.8.0 1864 Tuesday, February 14, 2017 Approved
Octo.exe 4.6.6 368 Tuesday, February 14, 2017 Approved
Octo.exe 4.6.5 631 Monday, February 13, 2017 Approved
Octo.exe 4.6.4 1164 Thursday, February 9, 2017 Approved
Octo.exe 4.6.3 425 Thursday, February 9, 2017 Approved
Octo.exe 4.6.1 4081 Thursday, January 19, 2017 Approved
Octo.exe 4.6.0 476 Thursday, January 19, 2017 Approved
Octo.exe 4.5.3 1182 Monday, January 16, 2017 Approved
Octo.exe 4.5.2 1527 Monday, January 9, 2017 Approved
Octo.exe 4.5.1 1151 Wednesday, January 4, 2017 Approved
Octo.exe 4.5.0 2461 Monday, December 19, 2016 Approved
Octo.exe 4.4.1 490 Monday, December 19, 2016 Approved
Octo.exe 4.4.0 819 Thursday, December 15, 2016 Approved
Octo.exe 4.3.1 673 Thursday, December 15, 2016 Approved
Octo.exe 4.3.0 471 Thursday, December 15, 2016 Approved
Octo.exe 4.2.6 470 Wednesday, December 14, 2016 Approved
Octo.exe 4.2.5 429 Wednesday, December 14, 2016 Approved
Octo.exe 4.2.4 1457 Friday, December 9, 2016 Approved
Octo.exe 4.2.3 958 Tuesday, December 6, 2016 Approved
Octo.exe 4.2.2 696 Monday, December 5, 2016 Approved
Octo.exe 4.2.1 684 Monday, December 5, 2016 Approved
Octo.exe 4.2.0 488 Monday, December 5, 2016 Approved
Octo.exe 4.1.0 999 Thursday, December 1, 2016 Approved
Octo.exe 4.0.9 1616 Thursday, November 24, 2016 Approved
Octo.exe 4.0.7 818 Tuesday, November 22, 2016 Approved
Octo.exe 4.0.6 480 Monday, November 21, 2016 Approved
Octo.exe 4.0.5 765 Friday, November 18, 2016 Approved
Octo.exe 4.0.4 1312 Friday, November 11, 2016 Approved
Octo.exe 4.0.3 498 Friday, November 11, 2016 Approved
Octo.exe 4.0.1 1655 Thursday, November 3, 2016 Approved
Octo.exe 3.39.2 666 Friday, August 10, 2018 Approved
Octo.exe 3.36.3 351 Friday, May 25, 2018 Approved
Octo.exe 3.9.1 542 Sunday, February 19, 2017 Approved
Octo.exe 3.5.4 21692 Thursday, October 6, 2016 Approved
Octo.exe 3.4.2 8887 Wednesday, August 24, 2016 Approved
Octo.exe 3.4.1 504 Wednesday, August 24, 2016 Approved
Octo.exe 3.4.0 631 Tuesday, August 23, 2016 Approved
Octo.exe 3.3.18 22493 Wednesday, July 13, 2016 Approved
Octo.exe 3.3.16 12195 Monday, May 16, 2016 Approved
Octo.exe 3.3.15 343 Friday, May 13, 2016 Approved
Octo.exe 3.3.14 394 Monday, May 9, 2016 Approved
Octo.exe 3.3.13 395 Monday, May 9, 2016 Approved
Octo.exe 3.3.12 1282 Tuesday, April 26, 2016 Approved
Octo.exe 3.3.11 1981 Thursday, April 21, 2016 Approved
Octo.exe 3.3.10 3241 Thursday, March 31, 2016 Approved
Octo.exe 3.3.9 5388 Monday, March 14, 2016 Approved
Octo.exe 3.3.8 2414 Monday, March 7, 2016 Approved
OctopusTools 3.3.7 1129 Monday, February 29, 2016 Approved
OctopusTools 3.3.6 1155 Monday, February 22, 2016 Approved
OctopusTools 3.3.5 654 Thursday, February 18, 2016 Approved
OctopusTools 3.3.4 1282 Monday, February 8, 2016 Approved
OctopusTools 3.3.3 903 Tuesday, February 2, 2016 Approved
OctopusTools 3.3.2 1488 Thursday, January 14, 2016 Approved
OctopusTools 3.3.1 722 Friday, December 18, 2015 Approved
OctopusTools 3.3.0 860 Thursday, November 19, 2015 Approved
OctopusTools 3.2.2 568 Wednesday, November 18, 2015 Approved
OctopusTools 3.2.1 456 Friday, November 13, 2015 Approved
OctopusTools 3.2.0.97 416 Tuesday, November 3, 2015 Approved
OctopusTools 3.2.0.91 456 Monday, October 26, 2015 Approved
OctopusTools 3.0.18.71 948 Friday, August 21, 2015 Approved
OctopusTools 3.0.18.64 471 Thursday, August 20, 2015 Approved
OctopusTools 2.6.3.59 2137 Tuesday, May 26, 2015 Approved
OctopusTools 2.6.1.52 1031 Thursday, February 5, 2015 Approved
OctopusTools 2.6.1.46 438 Wednesday, December 31, 2014 Approved
OctopusTools 2.5.10.39 1281 Monday, October 13, 2014 Approved
OctopusTools 2.5.4.35 916 Monday, July 21, 2014 Approved
OctopusTools 2.5.3.33 584 Tuesday, July 8, 2014 Approved
OctopusTools 2.5.2.25 496 Tuesday, July 1, 2014 Approved
OctopusTools 2.4.9.22 465 Friday, June 20, 2014 Approved
OctopusTools 2.4.9.21 468 Friday, June 20, 2014 Approved
OctopusTools 2.4.5.18 499 Friday, May 16, 2014 Approved
OctopusTools 2.4.5.14 457 Wednesday, May 14, 2014 Approved
OctopusTools 2.4.4.11 437 Thursday, May 8, 2014 Approved

This package has no dependencies.

Discussion for the Octo.exe Package

Ground Rules:

  • This discussion is only about Octo.exe and the Octo.exe 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 Octo.exe, 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