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:

194,382

Downloads of v 5.2.15:

2,901

Last Update:

01 May 2019

Package Maintainer(s):

Software Author(s):

  • Luan Nguyen

Tags:

nuget admin nupkg nuspec

NuGet Package Explorer

This is not the latest version of NuGet Package Explorer available.

  • 1
  • 2
  • 3

5.2.15 | Updated: 01 May 2019

Downloads:

194,382

Downloads of v 5.2.15:

2,901

Software Author(s):

  • Luan Nguyen

NuGet Package Explorer 5.2.15

This is not the latest version of NuGet Package Explorer available.

  • 1
  • 2
  • 3

Some Checks Are Exempted or Have Failed

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Dependency on .NET 4.6.1

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 NuGet Package Explorer, run the following command from the command line or from PowerShell:

>

To upgrade NuGet Package Explorer, run the following command from the command line or from PowerShell:

>

To uninstall NuGet Package Explorer, 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 nugetpackageexplorer -y --source="'INTERNAL REPO URL'" --version="'5.2.15'" [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 nugetpackageexplorer -y --source="'INTERNAL REPO URL'" --version="'5.2.15'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install nugetpackageexplorer
  win_chocolatey:
    name: nugetpackageexplorer
    version: '5.2.15'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'nugetpackageexplorer' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '5.2.15'
end

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


cChocoPackageInstaller nugetpackageexplorer
{
    Name     = "nugetpackageexplorer"
    Version  = "5.2.15"
    Source   = "INTERNAL REPO URL"
}

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


package { 'nugetpackageexplorer':
  ensure   => '5.2.15',
  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 01 May 2019.

Description

NuGet Package Explorer is an application which allows creating and exploring NuGet packages easily.
After installing it, you can double click on a .nupkg or .snupkg file to view the package content.
You can also load packages directly from the official NuGet feed.


Accessibility.dll
md5: D296339EB097C73AEE2DB39345B69241 | sha1: AC42ADE4621666FC76975C5CFD88A74BFCE9701E | sha256: 24E093C5F7B3FED9BC336BB2907DCC3A0695CDF34B4CA2E3168FDB0F4DCB896F | sha512: 862E29F79C5FACBF83EE0FD870655AE0D1C463E3E9DDDB5D8A82CFA3E6D7BF75F6CE8F6DB53111157ABDCF686B381F96E39903ACAF42D3CCF3EB1B446DA23B86
af\Humanizer.resources.dll
md5: 871F2E8A06D7704C4AD5630EC001AA7D | sha1: 5390279DA663C14C83D18E430D8242A7497E05DF | sha256: 01EC51A2308D4A74E735505191FD7204D4EE36A7A1506A9D0730F23F137238AD | sha512: BD569B9BA87BCBB118DEF0A0FA0FC6CB3CF5BD41379CE67D6790DC9EC3F38BFFD81DB3FAC612DEB7E6B257619D9028B5DB9586EEF080210A6FE02D2ACEE26EDB
api-ms-win-core-console-l1-1-0.dll
md5: AABBB38C4110CC0BF7203A567734A7E7 | sha1: 5DF8D0CDD3E1977FFACCA08FAF8B1C92C13C6D48 | sha256: 24B07028C1E38B9CA2F197750654A0DFB7D33C2E52C9DD67100609499E8028DB | sha512: C66C98D2669D7A180510C57BAB707D1E224C12AB7E2B08994EB5FD5BE2F3DEE3DBDB934BCB9DB168845E4D726114BCE317045027215419D3F13DCFA0F143D713
api-ms-win-core-datetime-l1-1-0.dll
md5: 8894176AF3EA65A09AE5CF4C0E6FF50F | sha1: 46858EA9029D7FC57318D27CA14E011327502910 | sha256: C64B7C6400E9BACC1A4F1BAED6374BFBCE9A3F8CF20C2D03F81EF18262F89C60 | sha512: 64B31F9B180C2E4E692643D0CCD08C3499CAE87211DA6B2B737F67B5719F018EBCACC2476D487A0AEB91FEA1666E6DBBF4CA7B08BB4AB5A031655BF9E02CEA9A
api-ms-win-core-debug-l1-1-0.dll
md5: 879920C7FA905036856BCB10875121D9 | sha1: A82787EA553EEFA0E7C3BB3AEDB2F2C60E39459A | sha256: 7E4CBA620B87189278B5631536CDAD9BFDA6E12ABD8E4EB647CB85369A204FE8 | sha512: 06650248DDBC68529EF51C8B3BC3185A22CF1685C5FA9904AEE766A24E12D8A2A359B1EFD7F49CC2F91471015E7C1516C71BA9D6961850553D424FA400B7EA91
api-ms-win-core-errorhandling-l1-1-0.dll
md5: D91BF81CF5178D47D1A588B0DF98EB24 | sha1: 75F9F2DA06AA2735906B1C572DD556A3C30E7717 | sha256: F8E3B45FD3E22866006F16A9E73E28B5E357F31F3C275B517692A5F16918B492 | sha512: 93D1B0D226E94235F1B32D42F6C1B95FADFAF103B8C1782423D2C5A4836102084FB53F871E3C434B85F0288E47F44345138DE54EA5F982CA3E8BBF2D2BEA0706
api-ms-win-core-file-l1-1-0.dll
md5: EEFE86B5A3AB256BEED8621A05210DF2 | sha1: 90C1623A85C519ADBC5EF67B63354F881507B8A7 | sha256: 1D1C11FC1AD1FEBF9308225C4CCF0431606A4AB08680BA04494D276CB310BF15 | sha512: C326A2CA190DB24E8E96C43D1DF58A4859A32EB64B0363F9778A8902F1AC0307DCA585BE04F831A66BC32DF54499681AD952CE654D607F5FDB93E9B4504D653F
api-ms-win-core-file-l1-2-0.dll
md5: 79EE4A2FCBE24E9A65106DE834CCDA4A | sha1: FD1BA674371AF7116EA06AD42886185F98BA137B | sha256: 9F7BDA59FAAFC8A455F98397A63A7F7D114EFC4E8A41808C791256EBF33C7613 | sha512: 6EF7857D856A1D23333669184A231AD402DC62C8F457A6305FE53ED5E792176CA6F9E561375A707DA0D7DD27E6EA95F8C4355C5DC217E847E807000B310AA05C
api-ms-win-core-file-l2-1-0.dll
md5: 3F224766FE9B090333FDB43D5A22F9EA | sha1: 548D1BB707AE7A3DFCCC0C2D99908561A305F57B | sha256: AE5E73416EB64BC18249ACE99F6847024ECEEA7CE9C343696C84196460F3A357 | sha512: C12EA6758071B332368D7EF0857479D2B43A4B27CEEAB86CBB542BD6F1515F605EA526DFA3480717F8F452989C25D0EE92BF3335550B15ECEC79E9B25E66A2CA
api-ms-win-core-handle-l1-1-0.dll
md5: 18FD51821D0A6F3E94E3FA71DB6DE3AF | sha1: 7D9700E98EF2D93FDBF8F27592678194B740F4E0 | sha256: DBA84E704FFE5FCD42548856258109DC77C6A46FD0B784119A3548EC47E5644B | sha512: 4009B4D50E3CB17197009AC7E41A2351DE980B2C5B79C0B440C7FE4C1C3C4E18F1089C6F43216EAA262062C395423F3AD92CA494F664636FF7592C540C5EF89D
api-ms-win-core-heap-l1-1-0.dll
md5: FF8026DAB5D3DABCA8F72B6FA7D258FA | sha1: 075C8719E226A34D7B883FD62B2D7F8823D70F1A | sha256: 535E9D20F00A2F1A62F843A4A26CFB763138D5DFE358B0126D33996FBA9CA4D1 | sha512: 9C56FF11D5843BA09CD29E3BC6C6B9396926C6A588194193BA220CFA784B770AB6756076F16F18CFEA75B51A8184A1063EF47F63804839530382F8D39D5CF006
api-ms-win-core-interlocked-l1-1-0.dll
md5: CFE87D58F973DAEDA4EE7D2CF4AE521D | sha1: FD0AA97B7CB6E50C6D5D2BF2D21D757040B5204A | sha256: 4997FDA5D0E90B8A0AB7DA314CB56F25D1450B366701C45C294D8DD3254DE483 | sha512: 40EB68DEB940BBE1B835954183EEA711994C434DE0ABBDEA0B1A51DB6233A12E07827AD4A8639AE0BAF46DD26C168A775FFE606C82CBE47BAE655C7F28AB730B
api-ms-win-core-libraryloader-l1-1-0.dll
md5: 0C48220A4485F36FEED84EF5DD0A5E9C | sha1: 1E7D4038C2765CFFA6D4255737A2A8AA86B5551C | sha256: 2DD4EBAA12CBBA142B5D61A0EBF84A14D0D1BB8826BA42B63E303FE6721408DF | sha512: E09951785B09F535340E1E6C256DF1919485B4DAD302B30D90126411CC49A13807B580FA2FCD0D6F7B64AAC4F5B5EA3E250B66035A0E2F664D865408C9B43D48
api-ms-win-core-localization-l1-2-0.dll
md5: 23BD405A6CFD1E38C74C5150EEC28D0A | sha1: 1D3BE98E7DFE565E297E837A7085731ECD368C7B | sha256: A7FA48DE6C06666B80184AFEE7E544C258E0FB11399AB3FE47D4E74667779F41 | sha512: C52D487727A34FBB601B01031300A80ECA7C4A08AF87567DA32CB5B60F7A41EB2CAE06697CD11095322F2FC8307219111EE02B60045904B5C9B1F37E48A06A21
api-ms-win-core-memory-l1-1-0.dll
md5: 3940167FFB4383992E73F9A10E4B8B1E | sha1: 53541C824003B0F90B236EDA83B06BEC5E1ACBF5 | sha256: EC573431338371504B7B9E57B2D91382B856AABF25D2B4AD96486EFB794C198E | sha512: 9732ACAA4DB773F4F99F423D9FEAEBB35C197BBD468922348E0AD086F7131D83F6D9714DC7D375183E7CB8920CFE37F3DA19B0041A9063CC60ABE183375B1929
api-ms-win-core-namedpipe-l1-1-0.dll
md5: 990AC84AE2D83EEB532A28FE29602827 | sha1: 0916F85CC6CC1F01DC08BDF71517A1DC1B8EAF78 | sha256: DBD788B1C5694D65FA6F6E2202BFABB30ADF77EB1973CEB9A737EFB16E9EDAE2 | sha512: F0E4705A6890B4F81B7D46F66CA6B8EE82F647E163BCE9ECAD11D0BBD69CAF4FF3C4F15E0D3F829C048B6849B99A7641861E6CAF319904D4D61A6084F10DA353
api-ms-win-core-processenvironment-l1-1-0.dll
md5: 0C700B07C3497DF4863C3F2FE37CD526 | sha1: F835118244D02304DE9EB3A355420BA9D0BD9C13 | sha256: 9F1F26794FD664E0A8B6FBD53BFCA33DCF7B0DC37FAF3EB7782BC38DFF62CD8C | sha512: 8042DBD9E80E33E41993887B0289E143E967544389500ADA9296B89BDA37BB26918E4F370F8A1BDAB8FAACC4E0A6980794D6A3B5320E170AD4EF751384C9F0A8
api-ms-win-core-processthreads-l1-1-0.dll
md5: 1DDA9CB13449CE2C6BB670598FC09DC8 | sha1: 0A91FE11B9A8321CA369F665A623270E5AC23176 | sha256: 4F187F1B4B14763360C325DF6B04D3EC3CC6D2CECC9B796BC52A6C7196B0B2CC | sha512: 4E106C8A52033352C91B65CF65EC459DE764C125136333A2F4BA026EFDDE65F3F71B1F6F11E4C580150AC8A9779825BA5E2AF0E14DF999A198CFE244E522C28D
api-ms-win-core-processthreads-l1-1-1.dll
md5: 95C5B49AF7F2C7D3CD0BC14B1E9EFACB | sha1: C400205C81140E60DFFA8811C1906CE87C58971E | sha256: FF9B51AFF7FBEC8D7FE5CC478B12492A59B38B068DC2B518324173BB3179A0E1 | sha512: F320937B90068877C46D30A15440DC9ACE652C3319F5D75E0C8BB83F37E78BE0EFB7767B2BD713BE6D38943C8DB3D3D4C3DA44849271605324E599E1242309C3
api-ms-win-core-profile-l1-1-0.dll
md5: CEDEFD460BC1E36AE111668F3B658052 | sha1: 9BD529FE189E0B214B9E0E51717BDF62F1DA44EA | sha256: F941C232964D01E4680E54AB04955EC6264058011B03889FE29DB86509511EBA | sha512: 2C845642B054BC12C2911BFE2B850F06FECAFEF022180C22F6FFD670F821E84FCAD041C4D81DDADB781DDB36CB3E98DFE4EB75EC02B88306EF1D410CBB021454
api-ms-win-core-rtlsupport-l1-1-0.dll
md5: 65FC0B6C2CEFF31336983E33B84A9313 | sha1: 980DE034CC3A36021FD8BAFFF3846B0731B7068E | sha256: 966A38ED7034F8D355E1E8772DFC92F23FB3C8A669780ED4AC3B075625D09744 | sha512: F4EBC7A6D12AE6AFA5B96C06413A3438E1678B276B1517DA07D33912818FC863B4D35CB46280F12CF90E37BC93E3AB5E44EA6F75767A314C59222B7D397E5B6A
api-ms-win-core-string-l1-1-0.dll
md5: E7A266DD3A2A1E03D8716F92BEDE582D | sha1: D4B97CE87C96DE1F39FEA97CCA3992D292B2C14E | sha256: 339966AE75675A03F628C4DDD5D3218ABB36CBCF6DDCE83B88C07336D732B8AE | sha512: 31168663FD71B901B1B9152FF288D4E1567003E5FCD1F1C9DFE36D26D2EB16B0932EC8CD34833DAB25531F768A01DE45C2483F92D4E79F92A89389C02BC05156
api-ms-win-core-synch-l1-1-0.dll
md5: C1DCDB0FABC8AE671A7C7A94F42FB79A | sha1: 99355912D7A7D622753B2A855CAE4F5A4E50146F | sha256: CC76A4E82E0E0CD08DF3BB8F5AD57142305E0F666CC32599D76E363D0B43EFCB | sha512: 6D92E7520AEEBFE60AAB43D6616B76A2DD385EDCAA217DB60003A0C0CBCB0E367063D240E38A19D0B8BEE2F2E7D4B982C4F08C8E9CCF34C7F670CB49F6561FFF
api-ms-win-core-synch-l1-2-0.dll
md5: 6E704280D632C2F8F2CADEFCAE25AD85 | sha1: 699C5A1C553D64D7FF3CF4FE57DA72BB151CAEDE | sha256: 758A2F9EF6908B51745DB50D89610FE1DE921D93B2DBEA919BFDBA813D5D8893 | sha512: ADE85A6CD05128536996705FD60C73F04BAB808DAFB5D8A93C45B2EE6237B6B4DDB087F1A009A9D289C868C98E61BE49259157F5161FECCF9F572FD306B460E6
api-ms-win-core-sysinfo-l1-1-0.dll
md5: 887995A73BC7DDE7B764AFABCE57EFE7 | sha1: 363FD4E7AD4A57224E8410154697DF5E8629F526 | sha256: F94210B39CDC812BEB7342A47E68673EA2116D0AD9266FCF8D7CEDAA9561FC38 | sha512: D088EB1C6958774E20F0E2884136B4E2B978EFD16F557DBC55E64011ABBCE0768054F7E6D881C110182824143A39101FDAE273ED614738AA7BA5C727B27F6677
api-ms-win-core-timezone-l1-1-0.dll
md5: C9A55DE62E53D747C5A7FDDEDEF874F9 | sha1: C5C5A7A873A4D686BFE8E3DA6DC70F724CE41BAD | sha256: B5C725BBB475B5C06CC6CB2A2C3C70008F229659F88FBA25CCD5D5C698D06A4B | sha512: ADCA0360A1297E80A8D3C2E07F5FBC06D2848F572F551342AD4C9884E4AB4BD1D3B3D9919B4F2B929E2848C1A88A4E844DD38C86067CACE9685F9640DB100EFB
api-ms-win-core-util-l1-1-0.dll
md5: 29E1922B32E5312A948E6D8B1B34E2D9 | sha1: 912F54BE8438F45E1562A47294091D522CD89356 | sha256: 34C5DEE6D566252C0CEB7D9A21E24D5F297AF2B26C32E0C7808BBD088AA9A6A9 | sha512: 837CD03EE0195DC94BAB0662FF3B8CD1BE2DEDD8A3254318D25DFEA6E88D07211186FA367F41AB864560E10A22220DEB3ED05CCF82D60AC80C71DFED08AFBEA3
API-MS-Win-core-xstate-l2-1-0.dll
md5: C7E030419AA3385CCE956BAD9956DDC8 | sha1: B1EC21E35CE343FF0DF1230BEF653E773FA95CCC | sha256: 3ACA93CD2F3B3A3995F2AB37DDBFBC5798BC117EC7AF3F90E7CEE02298145563 | sha512: 36D84F0435FA117C4C8AE3781E1B27D2B760246E3F84B712081C170BF5795625F50E34E616DB7F3ED1DAC9A4A24C361DDCD2D971CF13F8D7C55E63B888061CFC
api-ms-win-crt-conio-l1-1-0.dll
md5: A668C5EE307457729203AE00EDEBB6B3 | sha1: 2114D84CF3EC576785EBBE6B2184B0D634B86D71 | sha256: A95B1AF74623D6D5D892760166B9BFAC8926929571301921F1E62458E6D1A503 | sha512: 73DC1A1C2CEB98CA6D9DDC7611FC44753184BE00CFBA07C4947D675F0B154A09E6013E1EF54AC7576E661FC51B4BC54FDD96A0C046AB4EE58282E711B1854730
api-ms-win-crt-convert-l1-1-0.dll
md5: 9DDEA3CC96E0FDD3443CC60D649931B3 | sha1: AF3CB7036318A8427F20B8561079E279119DCA0E | sha256: B7C3EBC36C84630A52D23D1C0E79D61012DFA44CDEBDF039AF31EC9E322845A5 | sha512: 1427193B31B64715F5712DB9C431593BDC56EF512FE353147DDB7544C1C39DED4371CD72055D82818E965AFF0441B7CBE0B811D828EFB0ECE28471716659E162
api-ms-win-crt-environment-l1-1-0.dll
md5: 39325E5F023EB564C87D30F7E06DFF23 | sha1: 03DD79A7FBE3DE1A29359B94BA2D554776BDD3FE | sha256: 56D8B7EE7619579A3C648EB130C9354BA1BA5B33A07A4F350370EE7B3653749A | sha512: 087B9DCB744AD7D330BACB9BDA9C1A1DF28EBB9327DE0C5DC618E79929FD33D1B1FF0E1EF4C08F8B3EA8118B968A89F44FE651C66CBA4ECBB3216CD4BCCE3085
api-ms-win-crt-filesystem-l1-1-0.dll
md5: 228C6BBE1BCE84315E4927392A3BAEE5 | sha1: BA274AA567AD1EC663A2F9284AF2E3CB232698FB | sha256: AC0CEC8644340125507DD0BC9A90B1853A2D194EB60A049237FB5E752D349065 | sha512: 37A60CCE69E81F68EF62C58BBA8F2843E99E8BA1B87DF9A5B561D358309E672AE5E3434A10A3DDE01AE624D1638DA226D42C64316F72F3D63B08015B43C56CAB
api-ms-win-crt-heap-l1-1-0.dll
md5: 1776A2B85378B27825CF5E5A3A132D9A | sha1: 626F0E7F2F18F31EC304FE7A7AF1A87CBBEBB1DF | sha256: 675B1B82DD485CC8C8A099272DB9241D0D2A7F45424901F35231B79186EC47EE | sha512: 541A5DD997FC5FEC31C17B4F95F03C3A52E106D6FB590CB46BDF5ADAD23ED4A895853768229F3FBB9049F614D9BAE031E6C43CEC43FB38C89F13163721BB8348
api-ms-win-crt-locale-l1-1-0.dll
md5: 034379BCEA45EB99DB8CDFEACBC5E281 | sha1: BBF93D82E7E306E827EFEB9612E8EAB2B760E2B7 | sha256: 8B543B1BB241F5B773EB76F652DAD7B12E3E4A09230F2E804CD6B0622E8BAF65 | sha512: 7EA6EFB75B0C59D3120D5B13DA139042726A06D105C924095ED252F39AC19E11E8A5C6BB1C45FA7519C0163716745D03FB9DAAACA50139A115235AB2815CC256
api-ms-win-crt-math-l1-1-0.dll
md5: 8DA414C3524A869E5679C0678D1640C1 | sha1: 60CF28792C68E9894878C31B323E68FEB4676865 | sha256: 39723E61C98703034B264B97EE0FE12E696C6560483D799020F9847D8A952672 | sha512: 6EF3F81206E7D4DCA5B3C1FAFC9AA2328B717E61EE0ACCE30DFB15AD0FE3CB59B2BD61F92BF6046C0AAE01445896DCB1485AD8BE86629D22C3301A1B5F4F2CFA
api-ms-win-crt-multibyte-l1-1-0.dll
md5: 19D7F2D6424C98C45702489A375D9E17 | sha1: 310BC4ED49492383E7C669AC9145BDA2956C7564 | sha256: A6B83B764555D517216E0E34C4945F7A7501C1B7A25308D8F85551FE353F9C15 | sha512: 01C09EDEF90C60C9E6CDABFF918F15AFC9B728D6671947898CE8848E3D102F300F3FB4246AF0AC9C6F57B3B85B24832D7B40452358636125B61EB89567D3B17E
api-ms-win-crt-private-l1-1-0.dll
md5: 3D139F57ED79D2C788E422CA26950446 | sha1: 788E4FB5D1F46B0F1802761D0AE3ADDB8611C238 | sha256: DC25A882AC454A0071E4815B0E939DC161BA73B5C207B84AFD96203C343B99C7 | sha512: 12ED9216F44AA5F245C707FE39AED08DC18EA675F5A707098F1A1DA42B348A649846BC919FD318DE7954EA9097C01F22BE76A5D85D664EF030381E7759840765
api-ms-win-crt-process-l1-1-0.dll
md5: 9D3D6F938C8672A12AEA03F85D5330DE | sha1: 6A7D6E84527EAF54D6F78DD1A5F20503E766A66C | sha256: 707C9A384440D0B2D067FC0335273F8851B02C3114842E17DF9C54127910D7FB | sha512: 0E1681B16CD9AF116BCC5C6B4284C1203B33FEBB197D1D4AB8A649962C0E807AF9258BDE91C86727910624196948E976741411843DD841616337EA93A27DE7CB
api-ms-win-crt-runtime-l1-1-0.dll
md5: FB0CA6CBFFF46BE87AD729A1C4FDE138 | sha1: 2C302D1C535D5C40F31C3A75393118B40E1B2AF9 | sha256: 1EE8E99190CC31B104FB75E66928B8C73138902FEFEDBCFB54C409DF50A364DF | sha512: 99144C67C33E89B8283C5B39B8BF68D55638DAA6ACC2715A2AC8C5DBA4170DD12299D3A2DFFB39AE38EF0872C2C68A64D7CDC6CEBA5E660A53942761CB9ECA83
api-ms-win-crt-stdio-l1-1-0.dll
md5: D5166AB3034F0E1AA679BFA1907E5844 | sha1: 851DD640CB34177C43B5F47B218A686C09FA6B4C | sha256: 7BCAB4CA00FB1F85FEA29DD3375F709317B984A6F3B9BA12B8CF1952F97BEEE5 | sha512: 8F2D7442191DE22457C1B8402FAAD594AF2FE0C38280AAAFC876C797CA79F7F4B6860E557E37C3DBE084FE7262A85C358E3EEAF91E16855A91B7535CB0AC832E
api-ms-win-crt-string-l1-1-0.dll
md5: AD99C2362F64CDE7756B16F9A016A60F | sha1: 07C9A78EE658BFA81DB61DAB039CFFC9145CC6CB | sha256: 73AB2161A7700835B2A15B7487045A695706CC18BCEE283B114042570BB9C0AA | sha512: 9C72F239ADDA1DE11B4AD7028F3C897C93859EF277658AEAA141F09B7DDFE788D657B9CB1E2648971ECD5D27B99166283110CCBA437D461003DBB9F6885451F7
api-ms-win-crt-time-l1-1-0.dll
md5: 9B79FDA359A269C63DCAC69B2C81CAA4 | sha1: A38C81B7A2EC158DFCFEB72CB7C04B3EB3CCC0FB | sha256: 4D0F0EA6E8478132892F9E674E27E2BC346622FC8989C704E5B2299A18C1D138 | sha512: E69D275C5EC5EAE5C95B0596F0CC681B7D287B3E2F9C78A9B5E658949E6244F754F96AD7D40214D22ED28D64E4E8BD507363CDF99999FEA93CFE319078C1F541
api-ms-win-crt-utility-l1-1-0.dll
md5: 70E9104E743069B573CA12A3CD87EC33 | sha1: 4290755B6A49212B2E969200E7A088D1713B84A2 | sha256: 7E6B33A4C0C84F18F2BE294EC63212245AF4FD8354636804FFE5EE9A0D526D95 | sha512: E979F28451D271F405B780FC2025707C8A29DCB4C28980CA42E33D4033666DE0E4A4644DEFEC6C1D5D4BDD3C73D405FAFCFFE3320C60134681F62805C965BFD9
AppInsights.WindowsDesktop.dll
md5: C5DDCAE829148E7B9E2FA1E4E8F4879B | sha1: 1AFE01D39F732B3E701C65D716B0EACBA53F77FE | sha256: B8801CF0F98C49D069293FF754B65824524AA60E521E44E5280E1D290D085F36 | sha512: 4597443036780C5D9F73C9D880FE84CBADC6F9C39AB5F563F1946C5A6746A6C540912B6F8B0B623188A3A9ED3641F0F3D7443E11A9AB4D2987DC5CFEF01DBB9B
ApplicationInsights.config
<?xml version="1.0" encoding="utf-8"?>
<ApplicationInsights xmlns="http://schemas.microsoft.com/ApplicationInsights/2013/Settings">
  <InstrumentationKey>d8c7c50d-ca44-4dde-83ab-bb45041cc5ba</InstrumentationKey>
  <TelemetryInitializers>
    <Add Type="Microsoft.ApplicationInsights.WindowsDesktop.DeviceTelemetryInitializer, AppInsights.WindowsDesktop" />
    <Add Type="Microsoft.ApplicationInsights.WindowsDesktop.SessionTelemetryInitializer, AppInsights.WindowsDesktop" />
    <Add Type="Microsoft.ApplicationInsights.WindowsDesktop.VersionTelemetryInitializer, AppInsights.WindowsDesktop" />
  </TelemetryInitializers>
  <TelemetryModules>
    <Add Type="Microsoft.ApplicationInsights.WindowsDesktop.DeveloperModeWithDebuggerAttachedTelemetryModule, AppInsights.WindowsDesktop" />
    <Add Type="Microsoft.ApplicationInsights.WindowsDesktop.UnhandledExceptionTelemetryModule, AppInsights.WindowsDesktop" />
    <Add Type="Microsoft.ApplicationInsights.WindowsDesktop.UnobservedExceptionTelemetryModule, AppInsights.WindowsDesktop" />
    <!--<Add Type="Microsoft.ApplicationInsights.WindowsDesktop.FirstChanceExceptionStatisticsTelemetryModule, AppInsights.WindowsDesktop" />-->
  </TelemetryModules>
  <TelemetryProcessors>
    <Add Type="Microsoft.ApplicationInsights.Extensibility.AutocollectedMetricsExtractor, Microsoft.ApplicationInsights" />
  </TelemetryProcessors>
  <TelemetryChannel Type="Microsoft.ApplicationInsights.Channel.PersistenceChannel, AppInsights.WindowsDesktop" />
</ApplicationInsights>
ar\Humanizer.resources.dll
md5: 984F0B54E3D6060B44B0F63DE5A92C71 | sha1: E4A3866C3369CEF9D1E7B624B495BC8043CE9167 | sha256: 5D1CACA80215C004487D119592CCC79115EDE66981EE22292EA574303A0C2872 | sha512: 9EC610D3B1697867FF449C96DB1CB9A88CADC3688C1DE1EDDF1291F4CD1A446E106EA98BF9B7C5C08F6947209EB4A70A572DCD77A079AC298D6837BEDFA93356
AuthenticodeExaminer.dll
md5: 30CFBA24CC41AD3FDD4683F184A0EFFB | sha1: 78C6CD1AEA27992DBF3E2B7806D2E0A1DCDC22BC | sha256: F137C90C38F2FB1B278E0EF4D66361F9BC55A48431C53906BD39D36209B2E5A2 | sha512: 397420D921F52DA4920703BB0FA40736FC37A4FBF51836343624FAA41058FE10610466539C6DC99B21594AC656E49A0F8641A79D1D9F266C9933191AE5220816
bg\Humanizer.resources.dll
md5: D43433D99408AF5B6CB8C25ED37CCEEE | sha1: B3BA18322CDE283B96EA085B06047784B910B6F9 | sha256: C389B47CD54EE0C62A223F14E3C23A8E77AFCDDF9762CA72A0F56BBB1CF6FCB8 | sha512: 242B97B48847BE3C218AB0620819334FF553920943E830663E9D2D02E3FA118F171F8A5A5FDC9CD425F11F48F25E355CE24DA4B14AF0CF18C67DCA1A5E906A0D
bn-BD\Humanizer.resources.dll
md5: 5A6CCBD318207F44C9451486FC0FAD48 | sha1: 5A6DB0CB4AF8815D45063FD5B97FEC5895C74ADD | sha256: 37C7EEA8BC07241058E49E7F67E116FB9AD0F65C336D0B9DFC282C5E6C43CACD | sha512: DBC5C304E70F5E52DF95A9F3651389B675FA5FE0FAB04AA71A6CDDA48D76773D094784E33F72F5F845E29958A3103CC990DD3D4D3B7EA8AB66E062A885B1544E
ChocolateyInstall.ps1

    $drop = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
    $exe = "$drop\NugetPackageExplorer.exe"
    Install-ChocolateyDesktopLink $exe
    $allTypes = (cmd /c assoc)
    $testType1 = $allTypes | ? { $_.StartsWith('.nupkg') }
    if($testType1 -ne $null) {
        $fileType1=$testType1.Split("=")[1]
    } 
    else {
        $fileType1="Nuget.Package"
        Start-ChocolateyProcessAsAdmin "cmd /c assoc .nupkg=$fileType1"
    }
    Start-ChocolateyProcessAsAdmin "cmd /c ftype $fileType1=`"$exe`" %1"

    $testType2 = $allTypes | ? { $_.StartsWith('.snupkg') }
    if($testType2 -ne $null) {
        $fileType2=$testType2.Split("=")[1]
    } 
    else {
        $fileType2="Nuget.SymbolPackage"
        Start-ChocolateyProcessAsAdmin "cmd /c assoc .snupkg=$fileType2"
    }
    Start-ChocolateyProcessAsAdmin "cmd /c ftype $fileType2=`"$exe`" %1"

# SIG # Begin signature block
# MIIgFgYJKoZIhvcNAQcCoIIgBzCCIAMCAQExDzANBglghkgBZQMEAgEFADB5Bgor
# BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG
# KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCDfFb3Drsjb68tr
# vR+35HSzueZAVB7Ipr/Lim8ZIOzndKCCDhcwggPFMIICraADAgECAhACrFwmagtA
# m48LefKuRiV3MA0GCSqGSIb3DQEBBQUAMGwxCzAJBgNVBAYTAlVTMRUwEwYDVQQK
# EwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20xKzApBgNV
# BAMTIkRpZ2lDZXJ0IEhpZ2ggQXNzdXJhbmNlIEVWIFJvb3QgQ0EwHhcNMDYxMTEw
# MDAwMDAwWhcNMzExMTEwMDAwMDAwWjBsMQswCQYDVQQGEwJVUzEVMBMGA1UEChMM
# RGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSswKQYDVQQD
# EyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5jZSBFViBSb290IENBMIIBIjANBgkqhkiG
# 9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxszlc+b71LvlLS0ypt/lgT/JzSVJtnEqw9WU
# NGeiChywX2mmQLHEt7KP0JikqUFZOtPclNY823Q4pErMTSWC90qlUxI47vNJbXGR
# fmO2q6Zfw6SE+E9iUb74xezbOJLjBuUIkQzEKEFV+8taiRV+ceg1v01yCT2+OjhQ
# W3cxG42zxyRFmqesbQAUWgS3uhPrUQqYQUEiTmVhh4FBUKZ5XIneGUpX1S7mXRxT
# LH6YzRoGFqRoc9A0BBNcoXHTWnxV215k4TeHMFYE5RG0KYAS8Xk5iKICEXwnZreI
# t3jyygqoOKsKZMK/Zl2VhMGhJR6HXRpQCyASzEG7bgtROLhLywIDAQABo2MwYTAO
# BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUsT7DaQP4
# v0cB1JgmGggC72NkK8MwHwYDVR0jBBgwFoAUsT7DaQP4v0cB1JgmGggC72NkK8Mw
# DQYJKoZIhvcNAQEFBQADggEBABwaBpfc15yfPIhmBghXIdshR/gqZ6q/GDJ2QBBX
# wYrzetkRZY41+p78RbWe2UwxS7iR6EMsjrN4ztvjU3lx1uUhlAHaVYeaJGT2imbM
# 3pw3zag0sWmbI8ieeCIrcEPjVUcxYRnvWMWFL04w9qAxFiPI5+JlFjPLvxoboD34
# yl6LMYtgCIktDAZcUrfE+QqY0RVfnxK+fDZjOL1EpH/kJisKxJdpDemM4sAQV7jI
# dhKRVfJIadi8KgJbD0TUIDHb9LpwJl2QYJ68SxcJL7TLHkNoyQcnwdJc9+ohuWgS
# nDycv578gFybY83sR6olJ2egN/MAgn1U16n46S4To3foH0owggSRMIIDeaADAgEC
# AhAHsEGNpR4UjDMbvN63E4MjMA0GCSqGSIb3DQEBCwUAMGwxCzAJBgNVBAYTAlVT
# MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j
# b20xKzApBgNVBAMTIkRpZ2lDZXJ0IEhpZ2ggQXNzdXJhbmNlIEVWIFJvb3QgQ0Ew
# HhcNMTgwNDI3MTI0MTU5WhcNMjgwNDI3MTI0MTU5WjBaMQswCQYDVQQGEwJVUzEY
# MBYGA1UEChMPLk5FVCBGb3VuZGF0aW9uMTEwLwYDVQQDEyguTkVUIEZvdW5kYXRp
# b24gUHJvamVjdHMgQ29kZSBTaWduaW5nIENBMIIBIjANBgkqhkiG9w0BAQEFAAOC
# AQ8AMIIBCgKCAQEAwQqv4aI0CI20XeYqTTZmyoxsSQgcCBGQnXnufbuDLhAB6GoT
# NB7HuEhNSS8ftV+6yq8GztBzYAJ0lALdBjWypMfL451/84AO5ZiZB3V7MB2uxgWo
# cV1ekDduU9bm1Q48jmR4SVkLItC+oQO/FIA2SBudVZUvYKeCJS5Ri9ibV7La4oo7
# BJChFiP8uR+v3OU33dgm5BBhWmth4oTyq22zCfP3NO6gBWEIPFR5S+KcefUTYmn2
# o7IvhvxzJsMCrNH1bxhwOyMl+DQcdWiVPuJBKDOO/hAKIxBG4i6ryQYBaKdhDgaA
# NSCik0UgZasz8Qgl8n0A73+dISPumD8L/4mdywIDAQABo4IBPzCCATswHQYDVR0O
# BBYEFMtck66Im/5Db1ZQUgJtePys4bFaMB8GA1UdIwQYMBaAFLE+w2kD+L9HAdSY
# JhoIAu9jZCvDMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzAS
# BgNVHRMBAf8ECDAGAQH/AgEAMDQGCCsGAQUFBwEBBCgwJjAkBggrBgEFBQcwAYYY
# aHR0cDovL29jc3AuZGlnaWNlcnQuY29tMEsGA1UdHwREMEIwQKA+oDyGOmh0dHA6
# Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEhpZ2hBc3N1cmFuY2VFVlJvb3RD
# QS5jcmwwPQYDVR0gBDYwNDAyBgRVHSAAMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8v
# d3d3LmRpZ2ljZXJ0LmNvbS9DUFMwDQYJKoZIhvcNAQELBQADggEBALNGxKTz6gq6
# clMF01GjC3RmJ/ZAoK1V7rwkqOkY3JDl++v1F4KrFWEzS8MbZsI/p4W31Eketazo
# Nxy23RT0zDsvJrwEC3R+/MRdkB7aTecsYmMeMHgtUrl3xEO3FubnQ0kKEU/HBCTd
# hR14GsQEccQQE6grFVlglrew+FzehWUu3SUQEp9t+iWpX/KfviDWx0H1azilMX15
# lzJUxK7kCzmflrk5jCOCjKqhOdGJoQqstmwP+07qXO18bcCzEC908P+TYkh0z9gV
# rlj7tyW9K9zPVPJZsLRaBp/QjMcH65o9Y1hD1uWtFQYmbEYkT1K9tuXHtQYx1Rpf
# /dC8Nbl4iukwggW1MIIEnaADAgECAhANGsVlLINO74MwI5ACfEDZMA0GCSqGSIb3
# DQEBCwUAMFoxCzAJBgNVBAYTAlVTMRgwFgYDVQQKEw8uTkVUIEZvdW5kYXRpb24x
# MTAvBgNVBAMTKC5ORVQgRm91bmRhdGlvbiBQcm9qZWN0cyBDb2RlIFNpZ25pbmcg
# Q0EwHhcNMTgwNjE5MDAwMDAwWhcNMjEwNjIzMTIwMDAwWjCBsDEUMBIGA1UEBRML
# NjAzIDM4OSAwNjgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAw
# DgYDVQQHEwdSZWRtb25kMTEwLwYDVQQKEyhOdUdldCBQYWNrYWdlIEV4cGxvcmVy
# ICguTkVUIEZvdW5kYXRpb24pMTEwLwYDVQQDEyhOdUdldCBQYWNrYWdlIEV4cGxv
# cmVyICguTkVUIEZvdW5kYXRpb24pMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB
# CgKCAQEA53ZFueY0dmtPXdRmEQLd+Gm8FK2o2f/j7jRFiNd6LmRuCEsJ1W38mRi9
# gDnZ2gJMAYsVjNIYaztpJFXGbUljFmIDPcLjuabstwC1GOhBBAT9DoHiFfR6bZAk
# 0JyscNwlGSKbRqQlc7AaNcTP8ivdSILBHOyg3x86UOXEalBJF/Zez1f6nkjm5bsi
# ebEiL6AFa2FCBNRStt6LU+EJn4rshQ629DjAEnKASwgGth4TMcrfJy2Nd6U+sQgI
# UuH1QlnJPy6It/rfrTErsmXPrx9ySbnThtbUaEHqJ70NILACwIptlIl+60hy3xFc
# xwhFHQHtk3N166t0H0Fwo1c0JM7jowIDAQABo4ICHjCCAhowHwYDVR0jBBgwFoAU
# y1yTroib/kNvVlBSAm14/KzhsVowHQYDVR0OBBYEFALq+npXjdZhPZuZOqgE87fC
# OgQKMDQGA1UdEQQtMCugKQYIKwYBBQUHCAOgHTAbDBlVUy1XQVNISU5HVE9OLTYw
# MyAzODkgMDY4MA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzCB
# mQYDVR0fBIGRMIGOMEWgQ6BBhj9odHRwOi8vY3JsMy5kaWdpY2VydC5jb20vTkVU
# Rm91bmRhdGlvblByb2plY3RzQ29kZVNpZ25pbmdDQS5jcmwwRaBDoEGGP2h0dHA6
# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9ORVRGb3VuZGF0aW9uUHJvamVjdHNDb2RlU2ln
# bmluZ0NBLmNybDBMBgNVHSAERTBDMDcGCWCGSAGG/WwDATAqMCgGCCsGAQUFBwIB
# FhxodHRwczovL3d3dy5kaWdpY2VydC5jb20vQ1BTMAgGBmeBDAEEATCBhAYIKwYB
# BQUHAQEEeDB2MCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5kaWdpY2VydC5jb20w
# TgYIKwYBBQUHMAKGQmh0dHA6Ly9jYWNlcnRzLmRpZ2ljZXJ0LmNvbS9ORVRGb3Vu
# ZGF0aW9uUHJvamVjdHNDb2RlU2lnbmluZ0NBLmNydDAMBgNVHRMBAf8EAjAAMA0G
# CSqGSIb3DQEBCwUAA4IBAQBJixIlv+G2J/5x5IuNAoWVSuEEwHHKV76/tbKIvO0o
# nRsUIkABXhBVVd3OaBqCpO/4QxnnxTizuu9iCOLCFbmKpmDoHF19UgXPay7fPBmn
# 8JUq15kBccjA4fnpG/jgo/k3sR5u9Ghc/QfxJuVXmwMHwuF4aWWf1VUj6Av2AJVO
# UcpxhjCfAGbHoZJnCZxiVaZGRMCCADTpUrm+CzLxYqTwNnXrddUb0qTKhb4Ts4sI
# eYLE9mHeJh2S6UCw4yrTczFxkkZ9OGAgOC0UU8eHEt99SPlR9xyZ7r96YffH2f7R
# cP6TzkaXoNhUmI0twux02BiiHmXgu29cUzAyVfEzsgtFMYIRVTCCEVECAQEwbjBa
# MQswCQYDVQQGEwJVUzEYMBYGA1UEChMPLk5FVCBGb3VuZGF0aW9uMTEwLwYDVQQD
# EyguTkVUIEZvdW5kYXRpb24gUHJvamVjdHMgQ29kZSBTaWduaW5nIENBAhANGsVl
# LINO74MwI5ACfEDZMA0GCWCGSAFlAwQCAQUAoIHtMBkGCSqGSIb3DQEJAzEMBgor
# BgEEAYI3AgEEMBwGCisGAQQBgjcCAQsxDjAMBgorBgEEAYI3AgEVMC8GCSqGSIb3
# DQEJBDEiBCAmAluYXYWcZQ5DCH3zj17/2PTY58mMxhPZpssVhwmFmTCBgAYKKwYB
# BAGCNwIBDDFyMHCgLoAsAE4AdQBHAGUAdAAgAFAAYQBjAGsAYQBnAGUAIABFAHgA
# cABsAG8AcgBlAHKhPoA8aHR0cHM6Ly9naXRodWIuY29tL051R2V0UGFja2FnZUV4
# cGxvcmVyL051R2V0UGFja2FnZUV4cGxvcmVyMA0GCSqGSIb3DQEBAQUABIIBAEOp
# f32EZdkP/WLho544TQPbWQs2bxyoeAtaPYcKdOePF1pHs5gzIWPkX+6PRkFH0SnF
# Tl+D7uB6GRLc9qpsUXZEJQueupzGQpudClchhtD1Xkwd886ykukBXhGTT5/oBrCo
# 3/LDqtpTdeDPRQrUVl0Hq6JXsrxPiyKxFJl/7DhAqUALSKfXlXg78evDqNkle+NC
# 6vYpZFaEteaZRy4DIPsELfm18We2nwTI/anpXXPgXxEQH7KDjVVApoIg/sHyEFfG
# pN4JzH5pFxoInyCgg+NZAw6tHpr/i7gTAC0cUlZ6bgZut8usMUVhIGy0hAZx3yJx
# FdvVQIGslHTFY70idxShgg7IMIIOxAYKKwYBBAGCNwMDATGCDrQwgg6wBgkqhkiG
# 9w0BBwKggg6hMIIOnQIBAzEPMA0GCWCGSAFlAwQCAQUAMHcGCyqGSIb3DQEJEAEE
# oGgEZjBkAgEBBglghkgBhv1sBwEwMTANBglghkgBZQMEAgEFAAQgRZ4wT3cMVjWV
# 5wCPI7EcD7M1bI1EMyRlps+843yJqaUCEHzvIaZEfh/ULIcb6FtazJgYDzIwMTkw
# NTAxMTgwMzIyWqCCC7swggaCMIIFaqADAgECAhAJwPxGyARCE7VZi68oT05BMA0G
# CSqGSIb3DQEBCwUAMHIxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJ
# bmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0
# IFNIQTIgQXNzdXJlZCBJRCBUaW1lc3RhbXBpbmcgQ0EwHhcNMTcwMTA0MDAwMDAw
# WhcNMjgwMTE4MDAwMDAwWjBMMQswCQYDVQQGEwJVUzERMA8GA1UEChMIRGlnaUNl
# cnQxKjAoBgNVBAMTIURpZ2lDZXJ0IFNIQTIgVGltZXN0YW1wIFJlc3BvbmRlcjCC
# ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJ6VmGo0O3MbqH78x74paYnH
# aCZGXz2NYnOHgaOhnPC3WyQ3WpLU9FnXdonk3NUn8NVmvArutCsxZ6xYxUqRWStF
# HgkB1mSzWe6NZk37I17MEA0LimfvUq6gCJDCUvf1qLVumyx7nee1Pvt4zTJQGL9A
# tUyMu1f0oE8RRWxCQrnlr9bf9Kd8CmiWD9JfKVfO+x0y//QRoRMi+xLL79dT0uuX
# y6KsGx2dWCFRgsLC3uorPywihNBD7Ds7P0fE9lbcRTeYtGt0tVmveFdpyA8JAnjd
# 2FPBmdtgxJ3qrq/gfoZKXKlYYahedIoBKGhyTqeGnbUCUodwZkjTju+BJMzc2GUC
# AwEAAaOCAzgwggM0MA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMBYGA1Ud
# JQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGhBglghkgBhv1s
# BwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2VydC5jb20vQ1BT
# MIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAAbwBmACAAdABo
# AGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMAdABpAHQAdQB0
# AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgAZQAgAEQAaQBn
# AGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgAZQAgAFIAZQBs
# AHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4AdAAgAHcAaABp
# AGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAAYQBuAGQAIABh
# AHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIAZQBpAG4AIABi
# AHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAfBgNVHSMEGDAW
# gBT0tuEgHf4prtLkYaWyoiWyyBc1bjAdBgNVHQ4EFgQU4acySu4BISh9VNXyB5Ju
# tAcPPYcwcQYDVR0fBGowaDAyoDCgLoYsaHR0cDovL2NybDMuZGlnaWNlcnQuY29t
# L3NoYTItYXNzdXJlZC10cy5jcmwwMqAwoC6GLGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0
# LmNvbS9zaGEyLWFzc3VyZWQtdHMuY3JsMIGFBggrBgEFBQcBAQR5MHcwJAYIKwYB
# BQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBPBggrBgEFBQcwAoZDaHR0
# cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRFRp
# bWVzdGFtcGluZ0NBLmNydDANBgkqhkiG9w0BAQsFAAOCAQEAHvBBgjKu7fG0NRPc
# UMLVl64iIp0ODq8z00z9fL9vARGnlGUiXMYiociJUmuajHNc2V4/Mt4WYEyLNv0x
# mQq9wYS3jR3viSYTBVbzR81HW62EsjivaiO1ReMeiDJGgNK3ppki/cF4z/WL2AyM
# BQnuROaA1W1wzJ9THifdKkje2pNlrW5lo5mnwkAOc8xYT49FKOW8nIjmKM5gXS0l
# XYtzLqUNW1Hamk7/UAWJKNryeLvSWHiNRKesOgCReGmJZATTXZbfKr/5pUwsk//m
# it2CrPHSs6KGmsFViVZqRz/61jOVQzWJBXhaOmnaIrgEQ9NvaDU2ehQ+RemYZIYP
# EwwmSjCCBTEwggQZoAMCAQICEAqhJdbWMht+QeQF2jaXwhUwDQYJKoZIhvcNAQEL
# BQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UE
# CxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNzdXJlZCBJ
# RCBSb290IENBMB4XDTE2MDEwNzEyMDAwMFoXDTMxMDEwNzEyMDAwMFowcjELMAkG
# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp
# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIFRp
# bWVzdGFtcGluZyBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3Q
# Mu5LzY9/3am6gpnFOVQoV7YjSsQOB0UzURB90Pl9TWh+57ag9I2ziOSXv2MhkJi/
# E7xX08PhfgjWahQAOPcuHjvuzKb2Mln+X2U/4Jvr40ZHBhpVfgsnfsCi9aDg3iI/
# Dv9+lfvzo7oiPhisEeTwmQNtO4V8CdPuXciaC1TjqAlxa+DPIhAPdc9xck4Krd9A
# Oly3UeGheRTGTSQjMF287DxgaqwvB8z98OpH2YhQXv1mblZhJymJhFHmgudGUP2U
# Kiyn5HU+upgPhH+fMRTWrdXyZMt7HgXQhBlyF/EXBu89zdZN7wZC/aJTKk+FHcQd
# PK/P2qwQ9d2srOlW/5MCAwEAAaOCAc4wggHKMB0GA1UdDgQWBBT0tuEgHf4prtLk
# YaWyoiWyyBc1bjAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYunpyGd823IDzASBgNV
# HRMBAf8ECDAGAQH/AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEF
# BQcDCDB5BggrBgEFBQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRp
# Z2ljZXJ0LmNvbTBDBggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQu
# Y29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDig
# NoY0aHR0cDovL2NybDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v
# dENBLmNybDA6oDigNoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0
# QXNzdXJlZElEUm9vdENBLmNybDBQBgNVHSAESTBHMDgGCmCGSAGG/WwAAgQwKjAo
# BggrBgEFBQcCARYcaHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzALBglghkgB
# hv1sBwEwDQYJKoZIhvcNAQELBQADggEBAHGVEulRh1Zpze/d2nyqY3qzeM8GN0CE
# 70uEv8rPAwL9xafDDiBCLK938ysfDCFaKrcFNB1qrpn4J6JmvwmqYN92pDqTD/iy
# 0dh8GWLoXoIlHsS6HHssIeLWWywUNUMEaLLbdQLgcseY1jxk5R9IEBhfiThhTWJG
# JIdjjJFSLK8pieV4H9YLFKWA1xJHcLN11ZOFk362kmf7U2GJqPVrlsD0WGkNfMgB
# sbkodbeZY4UijGHKeZR+WfyMD+NvtQEmtmyl7odRIeRYYJu6DC0rbaLEfrvEJStH
# Agh8Sa4TtuF8QkIoxhhWz0E0tmZdtnR79VYzIi8iNrJLokqV2PWmjlIxggJNMIIC
# SQIBATCBhjByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkw
# FwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEy
# IEFzc3VyZWQgSUQgVGltZXN0YW1waW5nIENBAhAJwPxGyARCE7VZi68oT05BMA0G
# CWCGSAFlAwQCAQUAoIGYMBoGCSqGSIb3DQEJAzENBgsqhkiG9w0BCRABBDAcBgkq
# hkiG9w0BCQUxDxcNMTkwNTAxMTgwMzIyWjArBgsqhkiG9w0BCRACDDEcMBowGDAW
# BBRAAZFHXJiJHeuhBK9HCRtettTLyzAvBgkqhkiG9w0BCQQxIgQgQapFGb+pIj8+
# 4qAUHq6KdxngdK7ZP/ryO8hQylkuNgcwDQYJKoZIhvcNAQEBBQAEggEASHu7sFxO
# v7yxhs2JcoyPHk0aOOLpV+g+MMhY69GDXBglYDMjFkZ/ubVyXP3behGaetH6Fnfo
# zVY9ncKitaM4tzN1iskxIIt+vuhpFYjleL7Or0bM1Ui8DJhbSuqHxs8H/1Ho3Sue
# D5r8Egj15kL9hG3t3pDkTHtUQPcUS5vKT09SHAAOzgtK1oRd0umcRJVAaufrk+Uh
# NauGEsXY83vz5kJLHqUNx0y2toRuppkm9nMLYg6vgbNu76E5PsO+RwcV/0m+Xt6K
# 30o0/zSZGVqGoy4hZUPOfiy/X6Uptidr6GwfGCt66xLKQ2+jFBYIb/5IxKwYyFVb
# tAORkq0xOOwMUQ==
# SIG # End signature block
clrcompression.dll
md5: 536C3F7412F23786D2683CFDC5C63A28 | sha1: 4DA69BA017536D7E9380F3A5ACBB5C762B594B83 | sha256: E53A945E15709A477B438C54A0D1A1CF1FC8D3F4CB7DAB25D4DF57744C022931 | sha512: BC5F74637A82BDBDAA7B29720E7CC8AF45F225A8B7478FE08D3897B3D4A401471BCD475E3A2B7207BFBCFEBD8D8E598C809C0C6ED5EEB97C33D16AAB91131449
clretwrc.dll
md5: 610658BE28E5E58248242C7EB39E7C76 | sha1: 09F30B57F87CDD3CE64A5397BB36747B4A0E20D2 | sha256: 8DB74B2E58DDE06DC4082E5A3D87251E95FDD9845DD3C16BF1104DEF5D9D83AA | sha512: 2924E49A485A85FF57F4FEA1ED877FF94B144A6965EBE90C9BEEA3F8C3574A9785E116A22B7214F1902AF24747A3F80BAD4B6F9F6E11E5EB8349364E44E467BF
clrjit.dll
md5: C9B60D3F75FE3E621C4DC634F6ED85EC | sha1: 0975B92EF1C7D553E791783DD05F1CB33FE0FB22 | sha256: D6F3DBAE9590E4440BDC964C3C646A7068784B45B01D20D43266DA4959520143 | sha512: 0C2948EC15F71265E523A41522B5BDF319E855A214411117437CB84927DF8CB60A0CAADCE69EACC30B3C7409D22ED30A23F8D90FECDAAD6E55832156DD9DD53C
Core.dll
md5: 661D7E7DB084C41F4BB9DB42F3ADBFF2 | sha1: C134D01C2411D9F0DF141F0660B06B4069A47AF5 | sha256: EED17D0096412BD22291131C11CD8555F1055D8D08B69BBD9B9202A9DBE01EF3 | sha512: 1AF86F968209E2740AB0D43EE00ECBA5795819CCA004AFE6B0AB3DEA0272ECB0D30ED416FCCC8844D3EB68E4183D8E99B9EEB7258F1CB163038A5D893C258B82
Core.xml
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Core</name>
    </assembly>
    <members>
        <member name="T:NuGetPe.AssemblyMetadata.AssemblyMetaData">
            <summary>
            Meta data of the assembly, 
            </summary>
        </member>
        <member name="M:NuGetPe.AssemblyMetadata.AssemblyMetaData.SetFullName(System.Reflection.AssemblyName)">
            <summary>
            Set Fullname of the assembly and determine strong name.
            </summary>
            <remarks>Helper</remarks>
        </member>
        <member name="M:NuGetPe.AssemblyMetadata.AssemblyMetaData.SetReferencedAssemblyNames(System.Collections.Generic.IEnumerable{System.Reflection.AssemblyName})">
            <summary>
            Set list of referenced assembly names.
            </summary>
        </member>
        <member name="M:NuGetPe.AssemblyMetadata.AssemblyMetaData.AddMetadata(System.String,System.String)">
            <summary>
            Add arbitrary metadata information.
            </summary>
        </member>
        <member name="M:NuGetPe.AssemblyMetadata.AssemblyMetaData.GetMetadataEntriesOrderedByImportance">
            <summary>
            Gets all the metadata entries sorted by importance
            </summary>
        </member>
        <member name="T:NuGetPe.Resources.NuGetResources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.CannotCreateEmptyPackage">
            <summary>
              Looks up a localized string similar to Cannot create a package that has no dependencies nor content..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.DependencyHasInvalidVersion">
            <summary>
              Looks up a localized string similar to Dependency &apos;{0}&apos; has an invalid version..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.DuplicateDependenciesDefined">
            <summary>
              Looks up a localized string similar to &apos;{0}&apos; already has a dependency defined for &apos;{1}&apos;..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.ErrorReadingFile">
            <summary>
              Looks up a localized string similar to Error reading &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.IncompatibleSchema">
            <summary>
              Looks up a localized string similar to The schema version of &apos;{0}&apos; is incompatible with version {1} of NuGet Package Explorer. Please upgrade NuGet Package Explorer to the latest version..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.InvalidFeed">
            <summary>
              Looks up a localized string similar to There was an error while processing the request. Please verify that &apos;{0}&apos; is a valid feed..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.InvalidFrameworkNameFormat">
            <summary>
              Looks up a localized string similar to Invalid framework name format. Expected {framework}{version}-{profile}..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.InvalidPackageId">
            <summary>
              Looks up a localized string similar to The package ID &apos;{0}&apos; contains invalid characters. Examples of valid package IDs include &apos;MyPackage&apos; and &apos;MyPackage.Sample&apos;..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.InvalidVersionString">
            <summary>
              Looks up a localized string similar to &apos;{0}&apos; is not a valid version string..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_DependenciesHasMixedElements">
            <summary>
              Looks up a localized string similar to &lt;dependencies&gt; element must not contain both &lt;group&gt; and &lt;dependency&gt; child elements..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_DependencyIdRequired">
            <summary>
              Looks up a localized string similar to Dependency Id is required..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_ExcludeContainsInvalidCharacters">
            <summary>
              Looks up a localized string similar to Exclude path &apos;{0}&apos; contains invalid characters..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_IdMaxLengthExceeded">
            <summary>
              Looks up a localized string similar to Package Id cannot exceed 100 characters..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_InvalidMinClientVersion">
            <summary>
              Looks up a localized string similar to The &apos;minClientVersion&apos; attribute in the package manifest has invalid value. It must be a valid version string..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_InvalidPrereleaseDependency">
            <summary>
              Looks up a localized string similar to A stable release of a package should not have dependency on a prerelease package. Either modify the version spec of dependency &quot;{0}&quot; or update the version field..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_InvalidReference">
            <summary>
              Looks up a localized string similar to Invalid assembly reference &apos;{0}&apos;. Ensure that a file named &apos;{0}&apos; exists in the lib directory..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_InvalidSchemaNamespace">
            <summary>
              Looks up a localized string similar to Invalid schema namespace &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_InvalidVersion">
            <summary>
              Looks up a localized string similar to No namespace was found corresponding to the schema version &apos;{0}&apos;. Add an entry to the VersionToSchemaMappings dictionary in &apos;{1}&apos;..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_ReferencesHasMixedElements">
            <summary>
              Looks up a localized string similar to &lt;references&gt; element must not contain both &lt;group&gt; and &lt;reference&gt; child elements..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_ReferencesIsEmpty">
            <summary>
              Looks up a localized string similar to The element package\metadata\references\group must contain at least one &lt;reference&gt; child element..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_RequiredMetadataMissing">
            <summary>
              Looks up a localized string similar to {0} is required..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_RequireLicenseAcceptanceRequiresLicenseUrl">
            <summary>
              Looks up a localized string similar to Enabling license acceptance requires a license url..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_SourceContainsInvalidCharacters">
            <summary>
              Looks up a localized string similar to Source path &apos;{0}&apos; contains invalid characters..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_TargetContainsInvalidCharacters">
            <summary>
              Looks up a localized string similar to Target path &apos;{0}&apos; contains invalid characters..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.Manifest_UriCannotBeEmpty">
            <summary>
              Looks up a localized string similar to {0} cannot be empty..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.MissingFrameworkName">
            <summary>
              Looks up a localized string similar to Framework name is missing..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.PackageAuthoring_FileNotFound">
            <summary>
              Looks up a localized string similar to File not found: &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.PackageContentsVerifyError">
            <summary>
              Looks up a localized string similar to Failed to download package correctly. The contents of the package could not be verified..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.PackageDoesNotContainManifest">
            <summary>
              Looks up a localized string similar to Package does not contain a manifest..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.UnableToLocateWIF">
            <summary>
              Looks up a localized string similar to Connection to feed &apos;{0}&apos; requires the Windows Identity Foundation runtime to be installed..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.UnableToResolveUri">
            <summary>
              Looks up a localized string similar to Unable to resolve &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.UnknownSchemaVersion">
            <summary>
              Looks up a localized string similar to Unknown schema version &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.UserSettings_KeyDoesNotExist">
            <summary>
              Looks up a localized string similar to Key &apos;{0}&apos; does not exist..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.UserSettings_SectionDoesNotExist">
            <summary>
              Looks up a localized string similar to Section&apos;{0}&apos; does not exist..
            </summary>
        </member>
        <member name="P:NuGetPe.Resources.NuGetResources.UserSettings_UnableToParseConfigFile">
            <summary>
              Looks up a localized string similar to Unable to parse config file..
            </summary>
        </member>
        <member name="M:NuGetPe.ZipPackage.MyPackageArchiveReader.#ctor(System.IO.Stream,System.Boolean)">
            <summary>Nupkg package reader</summary>
            <param name="stream">Nupkg data stream.</param>
            <param name="leaveStreamOpen">If true the nupkg stream will not be closed by the zip reader.</param>
        </member>
        <member name="T:NuGetPe.MachineCache">
            <summary>
            The machine cache represents a location on the machine where packages are cached. It is a specific implementation of a local repository and can be used as such.
            </summary>
        </member>
        <member name="M:NuGetPe.MachineCache.GetCachePath">
            <summary>
            Determines the cache path to use for NuGet.exe. By default, NuGet caches files under %LocalAppData%\NuGet\Cache.
            This path can be overridden by specifying a value in the NuGetCachePath environment variable.
            </summary>
        </member>
        <member name="M:NuGetPe.ManifestUtility.ReplaceTokenWithMetadata(System.String)">
            <summary>
            Goes from $token$ to a marker value with 0.0.0+TOKENSTART.token.TOKENEND
            </summary>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:NuGetPe.ManifestUtility.ReplaceMetadataWithToken(System.String)">
            <summary>
            Goes from marker 0.0.0+TOKENSTART.token.TOKENEND to the token $token$
            </summary>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:NuGetPe.UriUtility.GetPath(System.Uri)">
            <summary>
            Converts a uri to a path. Only used for local paths.
            </summary>
        </member>
    </members>
</doc>
coreclr.dll
md5: 0F1B76F57E5E84E8D31B1DFBE84D3308 | sha1: B4A39B83D36A1BD3F30214E91745F18756238796 | sha256: A3B4ADBC137F0D9C1A069C5E95CD584CD97AFA4712925A5F66562B3465CEDDBF | sha512: 770E313EECF14F181163C472388754FFFAA18029A0D6C51C2C345369B998038B98F23762C57C07C6FAE1EB5128B03DD5B9C0CFF9A477685CB7ADF4AF9D98D222
cs\Humanizer.resources.dll
md5: 0EA4E7055937F2A2F98EC6ED60B4BA83 | sha1: 487D07A1E7DEB95DD0EA8C01D778756CC3EF7EBD | sha256: B5D686154CD46BF4D1DFA38985674E4197F8DA720CE66F8E243F850BD48F8885 | sha512: 1EE625E241BC2601336C766BEB23B540D3216D5A7AC5BF97C7F275CD92C3F3F00B10AF1B89AC8AA79D417D990C11AB11F2F30C7A2EA764D78B75832AA22FE059
cs\Microsoft.DiaSymReader.Converter.resources.dll
md5: 3272895AF0EBD64F3C330B70DCE3CD0B | sha1: 9C83106C7AC8657BC4CB03ABCF602DAE32D3431E | sha256: B8180B693AB598F7EF445749F8C6069E5A82BADFA525D411CE761B37B1CB9F4C | sha512: A7629891906BE93B8AFA11B53D8B0B9DFFDEA1736497D77398766819144D2E927D5227E99D1E34D039DB7E00B28D0F456ED4408C0A15F13B363AFCB9814A549F
D3DCompiler_47_cor3.dll
md5: C8D8A5437BCA20B430574A21572241E6 | sha1: 4D2C93A0334F4D319F8810CBF465DF39066BF526 | sha256: 9AD4FCB1D5EEBCCCF5ACD194EAB7CEB906B1259FAFDEFB25393EDCD52BBE96D2 | sha512: 94EDC42BBE3047E2A6B0AF890B62BA5B8C547653CA340E9ECCD62C11E44330FC16DC867A9F9F481E70CB004A633FE60E4C1CA49B3B1F959462858B346DD825DA
da\Humanizer.resources.dll
md5: 12A8A8F31A0C8770F433A9EB6A1C31B6 | sha1: 39C42C7B6266649FB36901A13367A385D0B59FAB | sha256: 1ABFA583516884C3E645F6F7E42CADB1F49C79844493FAB8B5090C729C340A70 | sha512: 6FC393C5A52164ECBBA83621B2268EDBE95E247DF3A711F7966F94355AC0A7143E0D6FBD0762EA9B8062AFC8973151721BC8DD89C9E7FDB1F45462787634E77B
dbgshim.dll
md5: 85F3029BF2CD1AFB4272939ED980A8CA | sha1: 75EC4DE3131287371BBC9CC472FAF8DB427C3BDD | sha256: D41A5685B259755BE8565FC81500C95FF6EE82CF8B22FFD1B811A9AE95CCB980 | sha512: B9EE57831E4ED107699BB8547F52AEE3A131976CAF8AAE2D449A7E77E413F4A38D783550302EBEA0111D60D2CA7313BC66FFC2A9B4D7844EFDBED50F3C3C5138
de\Humanizer.resources.dll
md5: CFC04D3310F43700071F2BED3074D17C | sha1: 407F6CA3B150A134A9F4FBCE376760638E5F1007 | sha256: 5A38DC8C317180035A0FC0B5F88CF20909F789A0845193A98E788278A5FF169D | sha512: 3A0080A0996CD2E777F796262C38C693DE702A272BE04890C7217A95C8ED5D762B39A2E60B7911B6F3C1883EDCE7FA34C26B2BDAC53ECDE8AA774DA2EFB4939A
de\Microsoft.DiaSymReader.Converter.resources.dll
md5: 6B1C56E67456429CC64EC63E087FDCE1 | sha1: 81FDB17DF7DB251C0EDEE552C80C30508DF7A983 | sha256: 9598780406566EA0E3674F9B29D0FFDF19FA83B4118D7902BC9D863313B5BEF0 | sha512: 153287A7D2EFB587230F972B4839C6235307B72D5F60FDF7CA19E13963DF9E4EDD14237BC8B5551323BBD91C0A64181651A1DC176CC82825F376F0929D49FB33
DirectWriteForwarder.dll
md5: 1F6E0C34D377D950238377827D5A8D2C | sha1: 0E857284A03735B1F917B7CEE53ABC9A62955D48 | sha256: 4F39862FC933EB70AC01F54E6E7AF34A09DD5A8BC0F87B766705029C1A894231 | sha512: 6C7EE925F137DF63F500CD0A431C82BC8F4C3B85B2D2788BD16B27928D00DAE1CB2BBE21536A9E0BF51EE367BB3D3D29DE1AF79C09ECB2F690512AE09B97EE56
el\Humanizer.resources.dll
md5: 022CF177D79898DFE2D4A8519AA58C97 | sha1: 4F3A55D48B8A8ED9737C84BBFC9C5E5A1A050B8A | sha256: FD378453FE67F4BBBDFD6856F710917762A9870674DF10C34C6FDD4CFCFF0C87 | sha512: FB998899345D54947AB4FAF15FF923F7A2DF144CA1674ED1A81C7235A51132DDA8F1D8DA8355D28339879C4C6BB0007D639AD02F3DC8A6C85DE9FDB9840205A4
es\Humanizer.resources.dll
md5: 8A19FAAD134D7457F975B2389ADF8DAA | sha1: 66B96A52EC33DBF9DD111684DCF524896AC3DBF0 | sha256: 5C949E168D8B9451EF562FA44043BC29858C11370424D6C4FB5A0DB05758AEB6 | sha512: AE620ED2857A18AD9A70243158EFB56C98A054A05AA7EF1F7BF52387DA6602798DEB79654BD1B527B52D2460E976267B6C82488697B03C7616EE98BA48BD899F
es\Microsoft.DiaSymReader.Converter.resources.dll
md5: 8936AA03259C5100E2B4CF4E1B9C5395 | sha1: 076DA5A9C6514AE57912608AF125986B79CCE0F5 | sha256: 955C92B04036D6F990E8667F9EEAABD34EA454947E7D44A5BDDAACF7D4281069 | sha512: 760985ED2EAB2A478DABFA31D3231698C44F08E18084AE4960D12CD2896677A62235795556555375095884FFD8250A86F91A4BF64F6DBF365800B780D77FC7E9
fa\Humanizer.resources.dll
md5: 10D6F03C69D7071E5F8EBCB05E90822F | sha1: AB9FACF2CB092688AD106FAEC606E146C5B4EE08 | sha256: 22D9EE584002CADBA47B81C3780A93FD1667ED37940D49B0B9ACBF983E84ED57 | sha512: 8E20220BCC49B7E7C5AE42146CAD360E44A75AE5E054449213F1E18C1560C291D14CD3DB7E9BEFAE80F130E77A4EED9C9A4A69916B710E25D1293386861B9E44
fi-FI\Humanizer.resources.dll
md5: C3B98912E331CA3B7DE1A1BEB5517746 | sha1: 0F85CFDC3C7E6139E6A6C77587C730B6F5EDD3C7 | sha256: 57160476E1E3984F3B84BACBA0B81AD380D7ADC3F8948856CC23687ACB861DA7 | sha512: 15FBDC0167B02E34A7D8C15C52DC3F3DD5C5D97EECDCA30E22BABD657C1D5B2DF000195FDB13F816D3BDFC34A6F7C1E3F55A1C03CDF7DE769D94CE89E6229BE5
fr-BE\Humanizer.resources.dll
md5: 2674DD877E48223F71CB850581064149 | sha1: E8C0F5B9D89B59C2382B03B39E1D8D49CADEA09B | sha256: 74F92407EDA5BB9DC613E3966E3F51EBDB3AFA761F3E429DFD1344D44005A733 | sha512: 17BFDE7739337FEC8BAC2AF01A837C64BAFC95DB86A202D60451913B0610646B3B2E3BE048436BB7C7FF1480E69DB4F0C7B18055CBBBD275A018A0650D8F726C
fr\Humanizer.resources.dll
md5: 12F936B0A6C72587B49B10C5322CD37B | sha1: 45AC97DADC740A04B66F982A402E3B89F0E333D6 | sha256: 6F954290B6E82FB6A90BD38DF653F932215305CF552A774B15AC5AADE75AB83F | sha512: 12815F76CC2637B8176E032438510E04B607A7DE5F43C756FFA9B3EF9773DAE23F60F78D653420781B5E8B0F05A720EC95E8E42E52F03BF3DBDF98CA95302371
fr\Microsoft.DiaSymReader.Converter.resources.dll
md5: 3C3A308395933C82B1E2BAF8CE1C06CF | sha1: 494F114FCDD79102651E9470EC3D10FEF106A90A | sha256: 6154D0BBDCB55CB1055C7D5B4CA9B18A50FB4AE3F10385883C7775B38780F0DE | sha512: 121ED0FB0E2FCF4AB7682F015024B58CD01A245D5DC92BAA54E362BA0E13FF4EA077FE4F2B1C46F8129207DE9D9366B1D224E32EC7CB946FE74095B1AE5EE68D
GrayscaleEffect.dll
md5: 6A13DDE2C2C39BEE8E830E3914F48C08 | sha1: 997F0328A146EC47C63702C26C73DA258D009AF5 | sha256: F229A27B7F95F1C8933B578BF13A57E62F2CC0EE331685531D5C24BB7631447A | sha512: 9E425DBE3E79A97857811B01830090CC5419E1CED7A65FD333FB201C3BDB9A2A763B539AC9F62160244BAB412120BC7A530C4628D2C68C21C88E7CCF12E88A30
he\Humanizer.resources.dll
md5: 503570E01ECF0C74C88D93754FC93619 | sha1: A4FD89C14DF8825F1CE7126A2E531394C888ABA8 | sha256: 7F65C18EA0DB041E5E2D30C3684C8CDA55230CB65C863670A42FEE6DFFC50D0F | sha512: 4674F48B677441729B092B64C9808BC196578DB8823AA4B22DB75CCE4454E2CBB033EFB33B271AAE2EEFD7A471C8667933E99545C33D664FF4B3973977058085
hostfxr.dll
md5: 8949CDFFD17E2688302C70B6EA3C865C | sha1: 1BE6B02A1072AA8901C8207DE2781E317A96A41A | sha256: D27C0B5C3DBD4882EBF305D446477C3E1DC216F7BCF661B9229D16A7537F194F | sha512: 4DD20AFA6347E72E4B3E1361ED7AA3519731731DF9222663D4B3D3294DB8445697C7AC001DA7B83C3BC83C34DFDA6A6B44B863E2816FF62793DD7D63303FE95E
hostpolicy.dll
md5: F0B7BC492A79ECA7A58BACF5AB3182F8 | sha1: 0B44EDF9E8167C8531C7EE7B69EFF0B18FE0864D | sha256: C10EE6AD08A2CA50588E21D4BDBB310270AB316EEBF5C363F7CFB79D1D00E9BD | sha512: 87E98446E3050CD60C48A03B5A40A5152D6C5986AD3C02D8F09B1659B65260247191BD24D75598154399ACC4AB1C8E2EC1B3154A002C689E077089978FC5F7D4
hr\Humanizer.resources.dll
md5: 9D24733A1EA461CEA4EF52270CEAA4A6 | sha1: 979D1CC22DE2C409C2D718FCD67F19C342AFC6CC | sha256: 970AACE368EDB009413A7DFDE7A120D6F0C59A3AA19FEF5A551F75D1A4C3093B | sha512: 7B531B6CE3D7838BD4D8E181ECEFEAB0ABDABC51ACCC6349A1DD545B3AE83EAC70F9E56446B4717124797D706D503EFF71E1DDE7CAAF284ED64D70F92BB529D0
hu\Humanizer.resources.dll
md5: 94CE20D9485B9D043BD2D91641FCA5C3 | sha1: 85F24497A586BBF9D38EEE30DCF362F1C9B9A660 | sha256: 0D41E90C70D106B8369C312DA2258C2096C154AAA5E761F95C3882CE20079322 | sha512: 3534B84B7F5C74C689F036F6A4CBE3A9C825F047DAFD94014218F74B35B060F55E839B69629662FF734D02FD23A0E9BBAA597627C7D1082B5D87C52931562BA5
Humanizer.dll
md5: 0077EDEDBCBA3E1AA7DB2A1757350A65 | sha1: E04B831F7499D27677EA43AF3B916481349CDA56 | sha256: 989745C3097EA857A9B7BE35AE1242A0F94DAA4817F0B904EBF1A01C46B051F4 | sha512: B322A4D013E2FBE8764CBE9748623086DC846C25165476B668F89E088DE72DD251C2D7FF3C4472D0D71840832256DC4A7E7EA10136A437D9466C818522FD7CAC
ICSharpCode.AvalonEdit.dll
md5: B4D5D46E50006E87B30E7D514E95173C | sha1: BD3BA298EB7E4CDBFDF29E3992BE7D32A4E792EB | sha256: 058F38F33F3F99F904AB9588447A234346C859718404B4E8A523673ED19CDBE7 | sha512: 38FF7CADA6CFA56AF812A1D859AAC4FB8B94DF50454A9FECC55E4FDB159339F6BA885D0B57FE8C522227DD9280CDA0CA21C6A073B6552923FA33F6E77D8F3BC5
id\Humanizer.resources.dll
md5: A4D3CB1A98625D1DEE8A9CD00816CAC0 | sha1: 34FC4C8BB5EF072056434B98E8FC6180AAF9E0F3 | sha256: C595723626EC420EF5082A2906C6ADDFB385EC7D094A1FF500860EDEC2FF3095 | sha512: D442A63A449532E9D599D36DFB9C84F4BC7730AFE688B0AAF3AA24F1793182466D88C440949DED11756BE922BD97FBDD70E8A02288CB6E9C45221883FAFDDCE4
it\Humanizer.resources.dll
md5: CD7807F6F43748789F5AAE8713054847 | sha1: 3A881D6A4E5EB586FC5FD628514334FD8622AB44 | sha256: ECFAA594108F34DFEFC007A6FAF6346C24B8B0E8D82CAEC3566AE4F9B889EF57 | sha512: 96D08655A0A2ED97BDB271BAED1A86E9AFF500D0C98464DBEF3CB3C76F6873B87C0E3C3DFAC092008EA25C29560E387E7E4730B8FB7298EB8C474120C9E794D7
it\Microsoft.DiaSymReader.Converter.resources.dll
md5: F8CB6AC6DED95F7D35A48078137764B5 | sha1: 711C3BE263B70767827CC79F5060A758EEA3770A | sha256: 682C50E0427FCD1D1609175AAB08B9947E030C59EC0CD1F68195F32667E4793F | sha512: 14EFC7E2DF6C126E6935A4D6B1D61DF584E5A7D7B873E45CD6D7AF77D7531BAFF5962B9283B168938BE1DD0A467ED415EBE7C4ADEEF4C3DD746B3EEF8FE3991F
ja\Humanizer.resources.dll
md5: A4984E1D863ED9442290FC95A7D7BECA | sha1: 985990F4B40F8FB47D17F4C5B5A9B057EFB5B737 | sha256: 78C687EDD0053FC33166EF41F32F0B63FE37A6F2447B19F0D50F9A513BA05CA5 | sha512: 8304B55D5303C7FF162697AD4415827ED66FFC860664153B58B6863765B669A567FEA90D4B1986DDC51E4489BB8AFD5A39FADAF9165006D6EFF3B19B8EF89BFF
ja\Microsoft.DiaSymReader.Converter.resources.dll
md5: 88A96ABC337F0B4308EF0FC11320A02B | sha1: D779D4A56ADCF56DF2BECC1695C49A93B0A3E246 | sha256: 1B350080542925474EBB5331F72235E087E284CEB88D40884E9B8A05EAC54929 | sha512: 949583597FEB4CD8B05691EC708E1F907240235C01FA7BE322D71A4C5E3748DD85187A77BDF38EEFA9AF0743959C2B59D234C6CE7711E98B747B0DDD37273FA1
ko\Microsoft.DiaSymReader.Converter.resources.dll
md5: EB37BBBF15D10585B62C29BB1AA9FA64 | sha1: 01EE019A9B1507B6A123C582B4C2F8174412955A | sha256: 65090DC14ED8BC365165EED0F0F4EF1AA8A22E3C124C63B067ABEDF6A3D9F521 | sha512: B9B4B7A32C4607BD5D408717D8A89D6B732EADC84B29AB3459B675DCA0748F33DE8CB0FE2226A666821D3436B0DAA659CCA1D1D6B5BCDA32EB6205B41998F003
legal\LICENSE.txt
The MIT License (MIT)

Copyright (c) [year] [fullname]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
legal\Verification.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
The package has been generated by our CI system and binaries/scripts signed with Authenticode.

Check the ChocolateyInstall.ps1 and NuGetPackageExplorer.exe for an Authenticode signature:

Subject: NuGet Package Explorer (.NET Foundation)
Issuer: .NET Foundation Projects Code Signing CA
Thumbprint: A68FC44C3ABF4444600CF3D4893558510559F23C
lv\Humanizer.resources.dll
md5: 1F249B29A0BDC2F3995C581557C96E33 | sha1: 1779F5AF0F8CF33CBC398692B08099513B34BF36 | sha256: 0FAB0408751FBAC0D50F4BDCB7902F325CCFB3D0EC5B8672D6C729632AD3FA11 | sha512: 81ECD89951A36D1BA8C0FF3A957948C653F9A2A0573524C697BCAE71A749D46E0A31B874C7786891F0474B63BC993CD17A43FA4760C59B134899B2F485890768
Microsoft.ApplicationInsights.dll
md5: 0B0ECC3C563250BB148661D0A8148753 | sha1: 14856578984D5C0C7B09829B1BCD439D57B21843 | sha256: 6387AC12FFBEAB780C983E344A30EBE37706F30B69FCD433C1E38B2A0D98FB67 | sha512: 038651E7FB0B74EED1C2E3DFFBABC459F70D0AA1AB93DE43F51CD9181454AB79BC6D00741313B82EDEA20FA7CCCBE3043908AAE885D059357F9EE2D0570C1FAD
Microsoft.CSharp.dll
md5: A7A13238CCCB18A4408288756A0011D4 | sha1: 0D42E8BCF44A80CB0E48FCA885087C9FD85C211C | sha256: 81B38FEB6A49B9387A4E344C8743B1B1A1B0D70103D62378AB8189E3D14957FE | sha512: 1AC22AE018BEFF23FC453C1A39F7B4830CE84EC5142230C76B44951BDBC960FDFDBF32060C4ADDC4DFC3AC31B857882611C6D1F22FBA4A0DDF6951403C71CF39
Microsoft.DiaSymReader.Converter.dll
md5: B4BE3996503D120BDD9EA9E7833A1D2E | sha1: 1473B03577EC2C806CC55E3B588464110D474B6F | sha256: 1DAE717D683236C5B0E2804904E9E6FCD251AD319C263C02A658821694D86978 | sha512: 88E2DB3D313FEF5958EE94563A72C8A13D93884DDD37020787086BEBFA061B7CB4AA78FF8D220B96AC8ED13B09B347B0450BC2632C28D1895EBF32356D86A2E0
Microsoft.DiaSymReader.dll
md5: 74742720331C216D346D37AE3EB65498 | sha1: 0E5F00A1ABCACE5A128ABE55F2B2F75286F83DF0 | sha256: 1180AC3C9BE611EE50867F09051A695C03ED19DC4F46DCBC43861C841FB7741B | sha512: A6DB3EC562D2D5D99187108D8A2C827B394BA332460118F42BDF10D22B76A5F1EE464BFE31B89B0B27D43E23E699A3B9275D4034F97C456C467EA3DEF8CEAB11
Microsoft.DiaSymReader.Native.x86.dll
md5: 4FF7094E3EDFDA47CED912012044296B | sha1: C6F3C9D81713687DC3820D8CABF14C2A32208D27 | sha256: F21DA9FB831AC943736135B6EE109A4B352511B8D6C07CB03C66B61996D1DDC9 | sha512: 372867BBAE96C51EE11B413F552A67A53992B16DBFA44105381DB3813E3C2F9A3DC9D16FC6BD6366514D4E1B4BF1EECCCE5261BC3DF837BF3E3EB5A04446C551
Microsoft.VisualBasic.Core.dll
md5: 5FC107DFC5153EDAA9FBB562F9E102F3 | sha1: 9158344137B58D4AF8DFE077C45E6C79A2111187 | sha256: 7F8534056AE59A95BA375BDC1B3F0D4B96B004945E0F7D5B504D4DF5F5ED3BFB | sha512: A7BE26B75E348A0C597E0653387C21A1A726FEEEDFCC1FBE47AD301141321535C5A8C0247DF8535F2BDD2A0832337B504B1DF7F9B0038F9201F8C164B636CE68
Microsoft.VisualBasic.dll
md5: B2851189D4AA736445416633DED8CA44 | sha1: 9880594D4F3F09EA84DD7EF8736CAF34E15F4809 | sha256: E8A06A7AD2CD0577144059FB0857A698199FD30FE96D1659829B2C1AFE38371D | sha512: 3FD6EFDF8BF57D2443849BD5D1218874FA8D67AB228203BAC66B5E6BE9AEB3BA3A27BDAD46F3E2F3377ED228C4B3C641126B3E2AF52F16DF55B323C50CF7CFAF
Microsoft.Web.XmlTransform.dll
md5: 9709B6954CC22CB20AB0FA2BE1E071DC | sha1: C53A5219906D852C99DBE74A0E6E63CC2B5EDE25 | sha256: 6882B7F8543407739E7610E65CFF7E46772D6BC6EE246870170F6CF6567C0020 | sha512: 14EC32EA52DD0B75ADD3A862667490BE9380AE15137D6D0B49DB0764F9814699CB6F4DEA7176BB91D38BA150333D3715EF386050C227E02AEC71EE6E3A2B72F9
Microsoft.Win32.Primitives.dll
md5: 0F45695CF89C4B7A0A648B5AB93FB72C | sha1: 2987F01C7C13EC3C6722FD9EEF3A60C8D04FD81A | sha256: 22370494F1B48CF8560DB3E35AFC0AB660119CEEDAE61BB74794139280018E51 | sha512: 7D40E005B7CE3FA531DAA03ADF874C676A8F0E55C9D6CBC54021F7816F91EADE0C885B850BB64FDE7D1E051E7BC13D410674241392243785564C60785190D4D0
Microsoft.Win32.Registry.dll
md5: 372171D42A9071D4CBF88C42DC97AB8B | sha1: 1E1C3223C7697A0402BB48F0613CAC0AEC8F58EE | sha256: 98F4786DE899EFABD843385F24C3534BE0E9ABF71E8C374CA9E452BBAED784B2 | sha512: CB629DD174FF23B78824158936A645C1714F303BFE005CF23F69611F70DA9EAB139239287CF893F710F65E5DF402A7048B6993F26B3757C0C89798E6C83C5CA0
Microsoft.Win32.SystemEvents.dll
md5: 76FE518A495589D8A4A2F85F48ABC589 | sha1: 1A04A56E0DCAB395FFCC29633399A3AF63D44ED5 | sha256: 9077C7033F9AEB00619982D9A0BCFB77F3F9A9FDFE7858E865B4F2E221985846 | sha512: D735BE69D9C6B20F09CF0B28F4F480FA5F16251D3979232A75669833C806198B527590159A00C0F033690054516FA11178E961A99879702E118D5DF143615C1F
ms-MY\Humanizer.resources.dll
md5: B275464F159CFD01A2D0E3C72751FF1C | sha1: 765180EDAB614C62CC5E122F3E563A62704149FD | sha256: 60ABB2BFBD2341E76951FB2D72EE83551A589115AA85898D592C008A05E6FBD1 | sha512: 34399DB13E3C779EE5DE831E4D7C703B0D9C669616864DB5C2734678411312875E4DB3F94C53616820A125C0AF9002C712DD398484DB4CC94E1C9F2B08A89C37
mscordaccore.dll
md5: 7A3E8816D137D3BB8D4B9D5A9FD0E7F6 | sha1: DCDCAFE4DA303DC20E20A71F25BC715E725DD11A | sha256: 37AEB57F48E6EF86F69577E54485A1B7534205985188E286B96C645E26676CBC | sha512: F677733E320F3110C16661A64721F2251A5A83CFDCB8CADD5432AB489C8E5BD648102DCAD92A8835D72EA95B51C8B98B1D322BA1D3A443D41CA53371CAB4E9E6
mscordaccore_x86_x86_4.6.27622.75.dll
md5: 7A3E8816D137D3BB8D4B9D5A9FD0E7F6 | sha1: DCDCAFE4DA303DC20E20A71F25BC715E725DD11A | sha256: 37AEB57F48E6EF86F69577E54485A1B7534205985188E286B96C645E26676CBC | sha512: F677733E320F3110C16661A64721F2251A5A83CFDCB8CADD5432AB489C8E5BD648102DCAD92A8835D72EA95B51C8B98B1D322BA1D3A443D41CA53371CAB4E9E6
mscordbi.dll
md5: BFE09EDD9F2EEE670D8376AB9465AA71 | sha1: EAC6872ADCFE77E70CD861EF83A334363630E21D | sha256: 588744AF67B408A4BF3D31C5258929C32FA46CA2B4113C7851B58DD058E7D1FE | sha512: B99CF95B6DB5C3C0822E9FF3E3470A46947A44DAA3EAAFDD7769EF36568BF013A5B004B73156E4EAD3733A774513212762D914A20B1FC153E022C5A07DBF9FA5
mscorlib.dll
md5: 6AE62011360FE854B6C2C1698F55C3CD | sha1: F927171C441FDD7CA3147238447BC16599C96559 | sha256: 3942983E0289FA37F4FBC0930B32B12CA2A18A95E5E8838F8183905F774DB37F | sha512: 637D872C7C83E7A80C2832FA4C8D1C2228EF39E6D4EE0BB5443A876ED9F13DEC72A46D8E0B42AB17AB955F47AC743FDC1FFD1F29E5DE44CBB07BFDD617EB0447
mscorrc.debug.dll
md5: 09486C6AC25BC0341A6ACAA6EC5F8A1A | sha1: DCEC2EE6AC299F5D107AF7B76E98D91D66C5F23D | sha256: DFD003554FDCAD1B042F1DD4E0571F957C43D7D50E5F1980E70D038FA022C30A | sha512: 8D106C4AD61166A8E736F40D0AB4C55D0EE619B502832789925364FAB356F2210226286D0F93811FCDE5348BCC6A8DCA4987434CC7CDA15727A49571F6C58F61
mscorrc.dll
md5: 48413F27A3060239E1A8A73D0EFCD0E7 | sha1: FD662CC76190C54C88E9828B82CBD7403E430BE8 | sha256: 5AB1C0DD0DDFA0E6F1750323218BA8CAE8B844970C37899B840DD1C1DB291F3E | sha512: E92B60A5681098211867B01F84FA3433CE9F40E2FF7CC31C46082F4F8630B7581939B22507F30341C8DA7D738CA07F302063CC4E82535CDEBBB3354D0A2CC5D3
mt\Humanizer.resources.dll
md5: 8D50B45013D9C8D3BFE667DA82AD1E49 | sha1: 231BE58F7E28D1CAE0BA8C6D3FB0AE6EB192F963 | sha256: 37DF54B24EA3262B1BA5875D472415C1BD4E82248F7CD322A620D3913036E980 | sha512: FA29F613F4CE51108413A9D258FF93165DB1D5AF719FDC5260E2AD0F7C3114A39855406487A73FD8DF246E2A841130ECB995AED1BB44DC2711C4BBAC12578162
nb-NO\Humanizer.resources.dll
md5: BF473EA4ED128DB1C8B21697EEAEAF52 | sha1: 2C85C898A26C96A7DEA00D6B8A084EF396D65FEE | sha256: D9CA265945EC0CE5DD6C4A1721B877770A6FD35405FFDF48750EEBDECB7A7A8D | sha512: D7CCDA087CAB33232DF5A4274C0BD66712D705ACBA54CF2427D5561094C968E98A67E4A1DA55C2ACE9589BCC3331CB981E7889FB48073624F067A310D3C5E6E5
nb\Humanizer.resources.dll
md5: E095E2A38686242C098CF509CA1DF41B | sha1: F346C6CD4DB5A2DD7B7EB2A162DD4A8531E24C6C | sha256: 900D69F95E0642F203B948E21A5DAE5EFD81C6C2E1DB0241BD9A7D35FEEF2CC6 | sha512: 7EF15A7939112F23E6D1C9DE22C628A75674F984A4147AF60C8F842D63B0ACD2A08609BA754E25C3995072B72553C0FBBBE972BE868CC92F75EFE894E81BC8BA
netstandard.dll
md5: 7D3060513A18D84BA106FE799F3A909C | sha1: B53019E0F4BAA5EDFF5AD8C0DE6F15D5474EFBE6 | sha256: E90BF777BB6736C3C269A71311A7F41646BE9D17BAE7A202C36EE3FEFE993F8D | sha512: 0291A832E81655F80220E1E27268EF42CB1A1C4418071244EFF28C4EF60E0C5B3E21502600DEE2F8C57E393DAE7C0E90D3E78C1D0F6F8A4CA8DA14419F24E21A
Newtonsoft.Json.dll
md5: 04D49720DF76D62BCE434F19A0DA62D2 | sha1: 53D0A3B91036092132F4D0887500B5DC77891D78 | sha256: 5D96EE51B2AFF592039EEBC2ED203D9F55FDDF9C0882FB34D3F0E078374954A5 | sha512: 7727D077C518D4931B80286EDB981AF0E46D792CB9976DE286CD2DBB4270157C5FAE14766B2A39D49B44B41E5EC113DE104DD2264EDD1DC6799C9919B2F76D04
nl\Humanizer.resources.dll
md5: AA2060EBB3C38BDBE471A946D82D7F7C | sha1: D325B8F3A85CCA695DA3B296CEDB6F5C46C5A54F | sha256: 5FD5BA479E4477659196CECBD04089447E8D11EA196B0F43C44B6584CAA06B0A | sha512: E69559193C60FC215DAEF14F51222D8C45A431180F72D95C00F942273727F11AFA6BA9DE2C1FCC5C9EBB25CBF3D03035A50392D270D918DFDED10E5F78E7CC8D
NuGet.Common.dll
md5: 4914131D0FB859C126F12E808048AEE6 | sha1: DB20DD8B4C4A8660B7424C3C1A3A132D0A852CC0 | sha256: 5F6AD7DCF6248D3737E155B8918FC63B14C7307661643C0B42DBD3F8D92F1892 | sha512: BA4E05C7B9BFC2C730DA2E45BEB7DA2D8564A1D49A0768154D01D01EF79F5DA59A3D2CB24F6C3179FE40C860835EBD18B399C03D2E7CC46F301346A052001A4D
NuGet.Configuration.dll
md5: 048D1126F7D95E34D1C0908B85B98712 | sha1: 3490FD5105B2DA142F508FB845E8253483BA9D75 | sha256: 4CE3AE9D5F088C77E3C1BFBD3F246BE464DDEFDB7BD0924619ABFC14160620D3 | sha512: A512A7499E56CFAB6CA542B8DAF0E79E8D312C2BFFB5D90C3636E907D84FF9D7B3513237BA1B32ACE4A656B7D01227DB5C554B70DA854949182C963BAA69F5C4
NuGet.Credentials.dll
md5: 35C5E9872F3C130EA14F2F1648537C05 | sha1: 63ECBB3B885063CA41EA889AF028D95371574395 | sha256: 1CC7F20927F2E4604E454B0AC804F87F6CA58113AD7BBF0043504058BA664F71 | sha512: 4AC4DF1863CB4CFEF0D17D0717B52766ADC8BEBBBF1015857B0234F5606081C8D9009398F3E56143EF6D0341ECF257EFE262809768D2093ECE1FF1FD68E28B2A
NuGet.Frameworks.dll
md5: 5A59C378822974127354218F5248DA73 | sha1: 4D3E8AE617257D449A0DF63FCB4FCE027CD9A5CC | sha256: A3342721612ADD62F1A9FDF9F2BA62DFE0FF87405355101262D0651F225FA0E0 | sha512: 69E3AC7AB942CE5E8E3F772F232532AF00F390F91C9F38D7E9ACA41F8E705DC6A0EB2B5E3A45CB34B5790BFCD43768DEC79824A939B039FC6BC6331E6CA04F2F
NuGet.PackageManagement.dll
md5: 7BA22FB9B0DC9F0AAE4FF11A3247A23D | sha1: D894DC4551ED7602C8A8E8B7A9F7E80016AF8B0F | sha256: 733122A57F99DE6B77D9CB087825726ED78CBBD3A756BC67572D22A78A9E4CE9 | sha512: CF21D1B29B83C07612073976A5EB58DBF7DE0A93DD3E03C7BF3AE154CA1000F49844B4C31A71AED2A09E2B278DB59F50CDD85278F9F132197A9A6B77FC16182E
NuGet.Packaging.dll
md5: 258E5B00AFEE04DB52224BCDD1E17E43 | sha1: EA1E03222EBB1B8F49545E83D850A19F6C6A0482 | sha256: 35FDB19A3FB6C139E3D17893266EBE8CCB6F5E83E149E21E32F772A67E2F5DE3 | sha512: 1C175551E0500C18E063F75FABAFCA21063D4FF9D1985C503596CFEB5C8C4C28020D43AD9757A311A87BB462A1B1E0C64FCD15B72077F96BF7BE671F1180069F
NuGet.Protocol.dll
md5: 61732E0626110803A77289AD396F2910 | sha1: 7F5B22C567BC24B976B10CED52A88BCEE0FB254F | sha256: ED6DD7C4CA46CE18E5F16F62B3F1B2A0953541422FB27B2ACFA77A5E1415A405 | sha512: E70F2BE48231A00E2B34AD906D7E83FDEF7B2FFC0AA0673A8239B09F48575A7DA9EFAD8BAC3E3B3B2E3B58518E605432DC3D37D3D04554E71404F69A9671883D
NuGet.Versioning.dll
md5: 4951715674C676F2E028219489A2A8CE | sha1: DAE6D7C04F0E2D4CE2D851B1BA29EE480C5C44AB | sha256: B5F360D3D5C194271FA32B7E11D553BBC4AF237B962CC355DDD5591EA1FDBAB7 | sha512: C4C552177A1D9CE2F98FC515D074114CBFA4E409F84B81CBE7573A04503309C491190A8C0507271381CBCA61D6F35F7010DBF3C8922E8CC65DFE65C982BC528E
NuGetPackageExplorer.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v3.0/win-x86",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v3.0": {},
    ".NETCoreApp,Version=v3.0/win-x86": {
      "NuGetPackageExplorer/5.2.15": {
        "dependencies": {
          "AvalonEdit": "5.0.4",
          "GrayscaleEffect": "1.0.1",
          "Humanizer": "2.6.2",
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Ookii.Dialogs.Wpf": "1.0.0",
          "PackageViewModel": "1.0.0",
          "System.Memory": "4.5.2",
          "System.Runtime.Caching": "4.5.0",
          "System.Runtime.CompilerServices.Unsafe": "4.5.2",
          "runtimepack.runtime.win-x86.Microsoft.NETCore.App": "3.0.0-preview5-27626-15",
          "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostResolver": "3.0.0-preview5-27626-15",
          "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy": "3.0.0-preview5-27626-15",
          "runtimepack.runtime.win-x86.Microsoft.WindowsDesktop.App": "3.0.0-preview5-27626-15"
        },
        "runtime": {
          "NuGetPackageExplorer.dll": {}
        }
      },
      "runtimepack.runtime.win-x86.Microsoft.NETCore.App/3.0.0-preview5-27626-15": {
        "runtime": {
          "Microsoft.CSharp.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.22408"
          },
          "Microsoft.VisualBasic.Core.dll": {
            "assemblyVersion": "10.0.4.0",
            "fileVersion": "4.700.19.22408"
          },
          "Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.0.0",
            "fileVersion": "14.7.3060.0"
          },
          "Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.19.22408"
          },
          "mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.19.22408"
          },
          "netstandard.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "1.100.19.22201"
          },
          "SOS.NETCore.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "4.6.27622.75"
          },
          "System.AppContext.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Buffers.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Collections.Concurrent.dll": {
            "assemblyVersion": "4.0.14.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Collections.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Collections.Immutable.dll": {
            "assemblyVersion": "1.2.4.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Collections.NonGeneric.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Collections.Specialized.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.ComponentModel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Console.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Data.Common.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Data.DataSetExtensions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Diagnostics.Debug.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Diagnostics.Process.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Diagnostics.Tools.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Drawing.Primitives.dll": {
            "assemblyVersion": "4.2.0.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Dynamic.Runtime.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Globalization.Calendars.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Globalization.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Globalization.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.IO.Compression.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.IO.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.IO.FileSystem.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.IO.Pipes.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Linq.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Linq.Expressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Linq.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Linq.Queryable.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Memory.dll": {
            "assemblyVersion": "4.2.0.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Net.Http.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Net.HttpListener.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Net.Mail.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Net.NameResolution.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Net.NetworkInformation.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Net.Ping.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Net.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Net.Requests.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Net.Security.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Net.ServicePoint.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Net.Sockets.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Net.WebClient.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Net.WebProxy.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Net.WebSockets.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Numerics.Vectors.dll": {
            "assemblyVersion": "4.1.5.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.ObjectModel.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Private.Uri.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Private.Xml.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Private.Xml.Linq.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Reflection.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Reflection.Emit.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Reflection.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Reflection.Metadata.dll": {
            "assemblyVersion": "1.4.4.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Reflection.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Resources.Reader.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Resources.ResourceManager.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Resources.Writer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Runtime.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Runtime.Extensions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Runtime.Handles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Runtime.InteropServices.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Runtime.InteropServices.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Runtime.Intrinsics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Runtime.Loader.dll": {
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Runtime.Numerics.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Runtime.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.14.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Runtime.WindowsRuntime.UI.Xaml.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Security.Claims.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.2.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Security.Principal.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Security.SecureString.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Text.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Text.Json.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Text.RegularExpressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Threading.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Threading.Overlapped.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "4.6.4.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Threading.Tasks.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "4.3.0.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Threading.Thread.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Threading.ThreadPool.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Threading.Timer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Transactions.Local.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.ValueTuple.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Web.HttpUtility.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Xml.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Xml.XmlDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Xml.XPath.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          },
          "System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.700.19.22408"
          }
        },
        "native": {
          "api-ms-win-core-console-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-datetime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-debug-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-errorhandling-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-file-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-file-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-file-l2-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-handle-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-interlocked-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-libraryloader-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-localization-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-memory-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-namedpipe-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-processenvironment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-processthreads-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-processthreads-l1-1-1.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-profile-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-rtlsupport-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-synch-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-synch-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-sysinfo-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-timezone-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-core-util-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "API-MS-Win-core-xstate-l2-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-conio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-convert-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-environment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-filesystem-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-locale-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-math-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-multibyte-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-private-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-process-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-runtime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-stdio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-time-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "api-ms-win-crt-utility-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "clrcompression.dll": {
            "fileVersion": "4.700.19.22408"
          },
          "clretwrc.dll": {
            "fileVersion": "4.6.27622.75"
          },
          "clrjit.dll": {
            "fileVersion": "4.6.27622.75"
          },
          "coreclr.dll": {
            "fileVersion": "4.6.27622.75"
          },
          "dbgshim.dll": {
            "fileVersion": "4.6.27622.75"
          },
          "Microsoft.DiaSymReader.Native.x86.dll": {
            "fileVersion": "14.12.25830.2"
          },
          "mscordaccore.dll": {
            "fileVersion": "4.6.27622.75"
          },
          "mscordaccore_x86_x86_4.6.27622.75.dll": {
            "fileVersion": "4.6.27622.75"
          },
          "mscordbi.dll": {
            "fileVersion": "4.6.27622.75"
          },
          "mscorrc.debug.dll": {
            "fileVersion": "4.6.27622.75"
          },
          "mscorrc.dll": {
            "fileVersion": "4.6.27622.75"
          },
          "sos.dll": {
            "fileVersion": "4.6.27622.75"
          },
          "sos_x86_x86_4.6.27622.75.dll": {
            "fileVersion": "4.6.27622.75"
          },
          "System.Private.CoreLib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27622.75"
          },
          "ucrtbase.dll": {
            "fileVersion": "10.0.17134.12"
          }
        }
      },
      "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/3.0.0-preview5-27626-15": {
        "native": {
          "hostfxr.dll": {
            "fileVersion": "3.0.27626.15"
          }
        }
      },
      "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/3.0.0-preview5-27626-15": {
        "native": {
          "hostpolicy.dll": {
            "fileVersion": "3.0.27626.15"
          }
        }
      },
      "runtimepack.runtime.win-x86.Microsoft.WindowsDesktop.App/3.0.0-preview5-27626-15": {
        "runtime": {
          "Accessibility.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22216"
          },
          "DirectWriteForwarder.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "Microsoft.Win32.SystemEvents.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.22105"
          },
          "PresentationCore-CommonResources.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "PresentationCore.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "PresentationFramework-SystemCore.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "PresentationFramework-SystemData.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "PresentationFramework-SystemDrawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "PresentationFramework-SystemXml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "PresentationFramework-SystemXmlLinq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "PresentationFramework.Aero.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "PresentationFramework.Aero2.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "PresentationFramework.AeroLite.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "PresentationFramework.Classic.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "PresentationFramework.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "PresentationFramework.Luna.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "PresentationFramework.Royale.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "PresentationUI.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "ReachFramework.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "System.CodeDom.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.19.22105"
          },
          "System.Configuration.ConfigurationManager.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.19.22105"
          },
          "System.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22216"
          },
          "System.Diagnostics.EventLog.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.22105"
          },
          "System.DirectoryServices.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.19.22105"
          },
          "System.Drawing.Common.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.700.19.22105"
          },
          "System.Drawing.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22216"
          },
          "System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22216"
          },
          "System.IO.Packaging.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.22105"
          },
          "System.Printing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "0.0.0.0"
          },
          "System.Security.Cryptography.Pkcs.dll": {
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "4.700.19.22105"
          },
          "System.Security.Cryptography.ProtectedData.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.22105"
          },
          "System.Security.Cryptography.Xml.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.19.22105"
          },
          "System.Security.Permissions.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.700.19.22105"
          },
          "System.Threading.AccessControl.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.700.19.22105"
          },
          "System.Windows.Controls.Ribbon.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "System.Windows.Extensions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.19.22105"
          },
          "System.Windows.Forms.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22216"
          },
          "System.Windows.Forms.Design.Editors.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22216"
          },
          "System.Windows.Forms.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22216"
          },
          "System.Windows.Input.Manipulations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "System.Windows.Presentation.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "System.Xaml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22304"
          },
          "UIAutomationClient.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "UIAutomationClientSideProviders.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "UIAutomationProvider.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "UIAutomationTypes.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          },
          "WindowsFormsIntegration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.800.19.22307"
          }
        },
        "native": {
          "D3DCompiler_47_cor3.dll": {
            "fileVersion": "10.0.18323.1000"
          },
          "PenImc_cor3.dll": {
            "fileVersion": "0.0.0.0"
          },
          "PresentationNative_cor3.dll": {
            "fileVersion": "0.0.0.0"
          },
          "vcruntime140_cor3.dll": {
            "fileVersion": "14.20.27508.1"
          },
          "wpfgfx_cor3.dll": {
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "AppInsights.WindowsDesktop/2.10.41-preview": {
        "dependencies": {
          "Microsoft.ApplicationInsights": "2.10.0-beta4",
          "Microsoft.Win32.Registry": "4.6.0-preview4.19212.13",
          "System.Management": "4.6.0-preview4.19212.13"
        },
        "runtime": {
          "lib/netcoreapp3.0/AppInsights.WindowsDesktop.dll": {
            "assemblyVersion": "2.10.0.0",
            "fileVersion": "2.10.41.8706"
          }
        }
      },
      "AuthenticodeExaminer/0.3.0": {
        "dependencies": {
          "System.Security.Cryptography.Pkcs": "4.5.2",
          "System.Security.Cryptography.Xml": "4.5.0"
        },
        "runtime": {
          "lib/netstandard2.0/AuthenticodeExaminer.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "AvalonEdit/5.0.4": {
        "runtime": {
          "lib/Net40/ICSharpCode.AvalonEdit.dll": {
            "assemblyVersion": "5.0.3.0",
            "fileVersion": "5.0.3.0"
          }
        }
      },
      "GrayscaleEffect/1.0.1": {
        "runtime": {
          "lib/GrayscaleEffect.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "Humanizer/2.6.2": {
        "dependencies": {
          "Humanizer.Core.af": "2.6.2",
          "Humanizer.Core.ar": "2.6.2",
          "Humanizer.Core.bg": "2.6.2",
          "Humanizer.Core.bn-BD": "2.6.2",
          "Humanizer.Core.cs": "2.6.2",
          "Humanizer.Core.da": "2.6.2",
          "Humanizer.Core.de": "2.6.2",
          "Humanizer.Core.el": "2.6.2",
          "Humanizer.Core.es": "2.6.2",
          "Humanizer.Core.fa": "2.6.2",
          "Humanizer.Core.fi-FI": "2.6.2",
          "Humanizer.Core.fr": "2.6.2",
          "Humanizer.Core.fr-BE": "2.6.2",
          "Humanizer.Core.he": "2.6.2",
          "Humanizer.Core.hr": "2.6.2",
          "Humanizer.Core.hu": "2.6.2",
          "Humanizer.Core.id": "2.6.2",
          "Humanizer.Core.it": "2.6.2",
          "Humanizer.Core.ja": "2.6.2",
          "Humanizer.Core.lv": "2.6.2",
          "Humanizer.Core.ms-MY": "2.6.2",
          "Humanizer.Core.mt": "2.6.2",
          "Humanizer.Core.nb": "2.6.2",
          "Humanizer.Core.nb-NO": "2.6.2",
          "Humanizer.Core.nl": "2.6.2",
          "Humanizer.Core.pl": "2.6.2",
          "Humanizer.Core.pt": "2.6.2",
          "Humanizer.Core.ro": "2.6.2",
          "Humanizer.Core.ru": "2.6.2",
          "Humanizer.Core.sk": "2.6.2",
          "Humanizer.Core.sl": "2.6.2",
          "Humanizer.Core.sr": "2.6.2",
          "Humanizer.Core.sr-Latn": "2.6.2",
          "Humanizer.Core.sv": "2.6.2",
          "Humanizer.Core.tr": "2.6.2",
          "Humanizer.Core.uk": "2.6.2",
          "Humanizer.Core.uz-Cyrl-UZ": "2.6.2",
          "Humanizer.Core.uz-Latn-UZ": "2.6.2",
          "Humanizer.Core.vi": "2.6.2",
          "Humanizer.Core.zh-CN": "2.6.2",
          "Humanizer.Core.zh-Hans": "2.6.2",
          "Humanizer.Core.zh-Hant": "2.6.2"
        }
      },
      "Humanizer.Core/2.6.2": {
        "runtime": {
          "lib/netstandard2.0/Humanizer.dll": {
            "assemblyVersion": "2.6.0.0",
            "fileVersion": "2.6.2.50817"
          }
        }
      },
      "Humanizer.Core.af/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/af/Humanizer.resources.dll": {
            "locale": "af"
          }
        }
      },
      "Humanizer.Core.ar/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/ar/Humanizer.resources.dll": {
            "locale": "ar"
          }
        }
      },
      "Humanizer.Core.bg/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/bg/Humanizer.resources.dll": {
            "locale": "bg"
          }
        }
      },
      "Humanizer.Core.bn-BD/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/bn-BD/Humanizer.resources.dll": {
            "locale": "bn-BD"
          }
        }
      },
      "Humanizer.Core.cs/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/cs/Humanizer.resources.dll": {
            "locale": "cs"
          }
        }
      },
      "Humanizer.Core.da/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/da/Humanizer.resources.dll": {
            "locale": "da"
          }
        }
      },
      "Humanizer.Core.de/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/de/Humanizer.resources.dll": {
            "locale": "de"
          }
        }
      },
      "Humanizer.Core.el/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/el/Humanizer.resources.dll": {
            "locale": "el"
          }
        }
      },
      "Humanizer.Core.es/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/es/Humanizer.resources.dll": {
            "locale": "es"
          }
        }
      },
      "Humanizer.Core.fa/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/fa/Humanizer.resources.dll": {
            "locale": "fa"
          }
        }
      },
      "Humanizer.Core.fi-FI/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/fi-FI/Humanizer.resources.dll": {
            "locale": "fi-FI"
          }
        }
      },
      "Humanizer.Core.fr/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/fr/Humanizer.resources.dll": {
            "locale": "fr"
          }
        }
      },
      "Humanizer.Core.fr-BE/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/fr-BE/Humanizer.resources.dll": {
            "locale": "fr-BE"
          }
        }
      },
      "Humanizer.Core.he/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/he/Humanizer.resources.dll": {
            "locale": "he"
          }
        }
      },
      "Humanizer.Core.hr/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/hr/Humanizer.resources.dll": {
            "locale": "hr"
          }
        }
      },
      "Humanizer.Core.hu/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/hu/Humanizer.resources.dll": {
            "locale": "hu"
          }
        }
      },
      "Humanizer.Core.id/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/id/Humanizer.resources.dll": {
            "locale": "id"
          }
        }
      },
      "Humanizer.Core.it/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/it/Humanizer.resources.dll": {
            "locale": "it"
          }
        }
      },
      "Humanizer.Core.ja/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/ja/Humanizer.resources.dll": {
            "locale": "ja"
          }
        }
      },
      "Humanizer.Core.lv/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/lv/Humanizer.resources.dll": {
            "locale": "lv"
          }
        }
      },
      "Humanizer.Core.ms-MY/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/ms-MY/Humanizer.resources.dll": {
            "locale": "ms-MY"
          }
        }
      },
      "Humanizer.Core.mt/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/mt/Humanizer.resources.dll": {
            "locale": "mt"
          }
        }
      },
      "Humanizer.Core.nb/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/nb/Humanizer.resources.dll": {
            "locale": "nb"
          }
        }
      },
      "Humanizer.Core.nb-NO/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/nb-NO/Humanizer.resources.dll": {
            "locale": "nb-NO"
          }
        }
      },
      "Humanizer.Core.nl/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/nl/Humanizer.resources.dll": {
            "locale": "nl"
          }
        }
      },
      "Humanizer.Core.pl/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/pl/Humanizer.resources.dll": {
            "locale": "pl"
          }
        }
      },
      "Humanizer.Core.pt/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/pt/Humanizer.resources.dll": {
            "locale": "pt"
          }
        }
      },
      "Humanizer.Core.ro/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/ro/Humanizer.resources.dll": {
            "locale": "ro"
          }
        }
      },
      "Humanizer.Core.ru/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/ru/Humanizer.resources.dll": {
            "locale": "ru"
          }
        }
      },
      "Humanizer.Core.sk/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/sk/Humanizer.resources.dll": {
            "locale": "sk"
          }
        }
      },
      "Humanizer.Core.sl/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/sl/Humanizer.resources.dll": {
            "locale": "sl"
          }
        }
      },
      "Humanizer.Core.sr/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/sr/Humanizer.resources.dll": {
            "locale": "sr"
          }
        }
      },
      "Humanizer.Core.sr-Latn/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/sr-Latn/Humanizer.resources.dll": {
            "locale": "sr-Latn"
          }
        }
      },
      "Humanizer.Core.sv/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/sv/Humanizer.resources.dll": {
            "locale": "sv"
          }
        }
      },
      "Humanizer.Core.tr/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/tr/Humanizer.resources.dll": {
            "locale": "tr"
          }
        }
      },
      "Humanizer.Core.uk/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/uk/Humanizer.resources.dll": {
            "locale": "uk"
          }
        }
      },
      "Humanizer.Core.uz-Cyrl-UZ/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/uz-Cyrl-UZ/Humanizer.resources.dll": {
            "locale": "uz-Cyrl-UZ"
          }
        }
      },
      "Humanizer.Core.uz-Latn-UZ/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/uz-Latn-UZ/Humanizer.resources.dll": {
            "locale": "uz-Latn-UZ"
          }
        }
      },
      "Humanizer.Core.vi/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/vi/Humanizer.resources.dll": {
            "locale": "vi"
          }
        }
      },
      "Humanizer.Core.zh-CN/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/zh-CN/Humanizer.resources.dll": {
            "locale": "zh-CN"
          }
        }
      },
      "Humanizer.Core.zh-Hans/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/zh-Hans/Humanizer.resources.dll": {
            "locale": "zh-Hans"
          }
        }
      },
      "Humanizer.Core.zh-Hant/2.6.2": {
        "dependencies": {
          "Humanizer.Core": "2.6.2"
        },
        "resources": {
          "lib/netstandard2.0/zh-Hant/Humanizer.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Microsoft.ApplicationInsights/2.10.0-beta4": {
        "dependencies": {
          "System.Diagnostics.DiagnosticSource": "4.5.0",
          "System.Runtime.InteropServices": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": {
            "assemblyVersion": "2.10.0.0",
            "fileVersion": "2.10.0.24102"
          }
        }
      },
      "Microsoft.CSharp/4.0.1": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Dynamic.Runtime": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "Microsoft.DiaSymReader/1.3.0": {
        "dependencies": {
          "NETStandard.Library": "1.6.1"
        },
        "runtime": {
          "lib/netstandard1.1/Microsoft.DiaSymReader.dll": {
            "assemblyVersion": "1.3.0.0",
            "fileVersion": "1.3.0.63011"
          }
        }
      },
      "Microsoft.DiaSymReader.Converter/1.1.0-beta1-63314-01": {
        "dependencies": {
          "Microsoft.DiaSymReader": "1.3.0",
          "Microsoft.DiaSymReader.Native": "1.7.0",
          "Newtonsoft.Json": "9.0.1",
          "System.Collections.Immutable": "1.5.0",
          "System.Reflection.Metadata": "1.6.0",
          "System.ValueTuple": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.DiaSymReader.Converter.dll": {
            "assemblyVersion": "1.1.0.0",
            "fileVersion": "1.1.0.63314"
          }
        },
        "resources": {
          "lib/netstandard2.0/cs/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "cs"
          },
          "lib/netstandard2.0/de/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "de"
          },
          "lib/netstandard2.0/es/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "es"
          },
          "lib/netstandard2.0/fr/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "fr"
          },
          "lib/netstandard2.0/it/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "it"
          },
          "lib/netstandard2.0/ja/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "ja"
          },
          "lib/netstandard2.0/ko/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "ko"
          },
          "lib/netstandard2.0/pl/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "pl"
          },
          "lib/netstandard2.0/pt-BR/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/netstandard2.0/ru/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "ru"
          },
          "lib/netstandard2.0/tr/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "tr"
          },
          "lib/netstandard2.0/zh-Hans/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/netstandard2.0/zh-Hant/Microsoft.DiaSymReader.Converter.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Microsoft.DiaSymReader.Native/1.7.0": {
        "native": {
          "runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll": {
            "fileVersion": "14.12.25830.2"
          }
        }
      },
      "Microsoft.NETCore.Platforms/3.0.0-preview5.19224.8": {},
      "Microsoft.NETCore.Targets/1.1.0": {},
      "Microsoft.Web.Xdt/3.0.0": {
        "runtime": {
          "lib/netstandard2.0/Microsoft.Web.XmlTransform.dll": {
            "assemblyVersion": "3.0.0.34420",
            "fileVersion": "3.0.0.34420"
          }
        }
      },
      "Microsoft.Win32.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.win.Microsoft.Win32.Primitives": "4.3.0"
        }
      },
      "Microsoft.Win32.Registry/4.6.0-preview4.19212.13": {
        "dependencies": {
          "System.Security.AccessControl": "4.6.0-preview4.19212.13",
          "System.Security.Principal.Windows": "4.6.0-preview4.19212.13"
        }
      },
      "Microsoft.Win32.SystemEvents/4.6.0-preview4.19212.13": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8"
        }
      },
      "NETStandard.Library/1.6.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.Win32.Primitives": "4.3.0",
          "System.AppContext": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Console": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.3.0",
          "System.IO.Compression.ZipFile": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.Net.Http": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Net.Sockets": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.X509Certificates": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Timer": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0",
          "System.Xml.XDocument": "4.3.0"
        }
      },
      "Newtonsoft.Json/9.0.1": {
        "dependencies": {
          "Microsoft.CSharp": "4.0.1",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Dynamic.Runtime": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Serialization.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0",
          "System.Xml.XDocument": "4.3.0"
        },
        "runtime": {
          "lib/netstandard1.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.1.19813"
          }
        }
      },
      "NuGet.Common/5.2.0-xprivate.60006": {
        "dependencies": {
          "NuGet.Frameworks": "5.2.0-xprivate.60006",
          "System.Diagnostics.Process": "4.3.0",
          "System.Threading.Thread": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.0/NuGet.Common.dll": {
            "assemblyVersion": "5.2.0.1",
            "fileVersion": "5.2.0.60006"
          }
        }
      },
      "NuGet.Configuration/5.2.0-xprivate.60006": {
        "dependencies": {
          "NuGet.Common": "5.2.0-xprivate.60006",
          "System.Security.Cryptography.ProtectedData": "4.5.0"
        },
        "runtime": {
          "lib/netstandard2.0/NuGet.Configuration.dll": {
            "assemblyVersion": "5.2.0.1",
            "fileVersion": "5.2.0.60006"
          }
        }
      },
      "NuGet.Credentials/5.2.0-xprivate.60006": {
        "dependencies": {
          "NuGet.Protocol": "5.2.0-xprivate.60006",
          "System.Runtime.Serialization.Formatters": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.0/NuGet.Credentials.dll": {
            "assemblyVersion": "5.2.0.1",
            "fileVersion": "5.2.0.60006"
          }
        }
      },
      "NuGet.Frameworks/5.2.0-xprivate.60006": {
        "runtime": {
          "lib/netstandard2.0/NuGet.Frameworks.dll": {
            "assemblyVersion": "5.2.0.1",
            "fileVersion": "5.2.0.60006"
          }
        }
      },
      "NuGet.PackageManagement/5.2.0-xprivate.60006": {
        "runtime": {
          "lib/net472/NuGet.PackageManagement.dll": {
            "assemblyVersion": "5.2.0.1",
            "fileVersion": "5.2.0.60006"
          }
        }
      },
      "NuGet.Packaging/5.2.0-xprivate.60006": {
        "dependencies": {
          "Newtonsoft.Json": "9.0.1",
          "NuGet.Configuration": "5.2.0-xprivate.60006",
          "NuGet.Versioning": "5.2.0-xprivate.60006",
          "System.Security.Cryptography.Pkcs": "4.5.2"
        },
        "runtime": {
          "lib/netcoreapp2.1/NuGet.Packaging.dll": {
            "assemblyVersion": "5.2.0.1",
            "fileVersion": "5.2.0.60006"
          }
        }
      },
      "NuGet.Protocol/5.2.0-xprivate.60006": {
        "dependencies": {
          "NuGet.Packaging": "5.2.0-xprivate.60006",
          "System.Dynamic.Runtime": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.0/NuGet.Protocol.dll": {
            "assemblyVersion": "5.2.0.1",
            "fileVersion": "5.2.0.60006"
          }
        }
      },
      "NuGet.Versioning/5.2.0-xprivate.60006": {
        "runtime": {
          "lib/netstandard2.0/NuGet.Versioning.dll": {
            "assemblyVersion": "5.2.0.1",
            "fileVersion": "5.2.0.60006"
          }
        }
      },
      "Ookii.Dialogs.Wpf/1.0.0": {
        "runtime": {
          "lib/net45/Ookii.Dialogs.Wpf.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      },
      "OSVersionHelper/1.0.10": {
        "runtime": {
          "lib/netstandard2.0/OSVersionHelper.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.10.26988"
          }
        }
      },
      "runtime.any.System.Collections/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "runtime.any.System.Diagnostics.Tools/4.3.0": {},
      "runtime.any.System.Diagnostics.Tracing/4.3.0": {},
      "runtime.any.System.Globalization/4.3.0": {},
      "runtime.any.System.Globalization.Calendars/4.3.0": {},
      "runtime.any.System.IO/4.3.0": {},
      "runtime.any.System.Reflection/4.3.0": {},
      "runtime.any.System.Reflection.Extensions/4.3.0": {},
      "runtime.any.System.Reflection.Primitives/4.3.0": {},
      "runtime.any.System.Resources.ResourceManager/4.3.0": {},
      "runtime.any.System.Runtime/4.3.0": {
        "dependencies": {
          "System.Private.Uri": "4.3.0"
        }
      },
      "runtime.any.System.Runtime.Handles/4.3.0": {},
      "runtime.any.System.Runtime.InteropServices/4.3.0": {},
      "runtime.any.System.Text.Encoding/4.3.0": {},
      "runtime.any.System.Text.Encoding.Extensions/4.3.0": {},
      "runtime.any.System.Threading.Tasks/4.3.0": {},
      "runtime.any.System.Threading.Timer/4.3.0": {},
      "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.native.System/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "runtime.native.System.IO.Compression/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "runtime.native.System.Net.Http/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
        "dependencies": {
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
        }
      },
      "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
        "dependencies": {
          "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
          "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
      "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
      "runtime.win.Microsoft.Win32.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0"
        }
      },
      "runtime.win.System.Console/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "runtime.win.System.Diagnostics.Debug/4.3.0": {},
      "runtime.win.System.IO.FileSystem/4.3.0": {
        "dependencies": {
          "System.Buffers": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Overlapped": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "runtime.win.System.Net.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.Win32.Primitives": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "runtime.win.System.Net.Sockets/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Net.NameResolution": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Principal.Windows": "4.6.0-preview4.19212.13",
          "System.Threading": "4.3.0",
          "System.Threading.Overlapped": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "runtime.win.System.Runtime.Extensions/4.3.0": {
        "dependencies": {
          "System.Private.Uri": "4.3.0"
        }
      },
      "System.AppContext/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Buffers/4.3.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.CodeDom/4.6.0-preview4.19212.13": {},
      "System.Collections/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Collections": "4.3.0"
        }
      },
      "System.Collections.Concurrent/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Collections.Immutable/1.5.0": {},
      "System.ComponentModel.Composition/4.5.0": {
        "dependencies": {
          "System.Security.Permissions": "4.5.0"
        },
        "runtime": {
          "lib/netcoreapp2.0/System.ComponentModel.Composition.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          }
        }
      },
      "System.Configuration.ConfigurationManager/4.5.0": {
        "dependencies": {
          "System.Security.Cryptography.ProtectedData": "4.5.0",
          "System.Security.Permissions": "4.5.0"
        }
      },
      "System.Console/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.win.System.Console": "4.3.0"
        }
      },
      "System.Diagnostics.Debug/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.win.System.Diagnostics.Debug": "4.3.0"
        }
      },
      "System.Diagnostics.DiagnosticSource/4.5.0": {},
      "System.Diagnostics.Process/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.Win32.Primitives": "4.3.0",
          "Microsoft.Win32.Registry": "4.6.0-preview4.19212.13",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Thread": "4.3.0",
          "System.Threading.ThreadPool": "4.3.0",
          "runtime.native.System": "4.3.0"
        }
      },
      "System.Diagnostics.Tools/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Diagnostics.Tools": "4.3.0"
        }
      },
      "System.Diagnostics.Tracing/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Diagnostics.Tracing": "4.3.0"
        }
      },
      "System.Drawing.Common/4.6.0-preview4.19212.13": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.Win32.SystemEvents": "4.6.0-preview4.19212.13"
        }
      },
      "System.Dynamic.Runtime/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Linq.Expressions": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Globalization/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Globalization": "4.3.0"
        }
      },
      "System.Globalization.Calendars/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Globalization": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Globalization.Calendars": "4.3.0"
        }
      },
      "System.Globalization.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0"
        }
      },
      "System.IO/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.any.System.IO": "4.3.0"
        }
      },
      "System.IO.Compression/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "System.Buffers": "4.3.0",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.0",
          "runtime.native.System.IO.Compression": "4.3.0"
        }
      },
      "System.IO.Compression.ZipFile/4.3.0": {
        "dependencies": {
          "System.Buffers": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.Compression": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.Encoding": "4.3.0"
        }
      },
      "System.IO.FileSystem/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.win.System.IO.FileSystem": "4.3.0"
        }
      },
      "System.IO.FileSystem.Primitives/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Linq/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Linq.Expressions/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Linq": "4.3.0",
          "System.ObjectModel": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Emit.Lightweight": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Reflection.TypeExtensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Management/4.6.0-preview4.19212.13": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.Win32.Registry": "4.6.0-preview4.19212.13",
          "System.CodeDom": "4.6.0-preview4.19212.13"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp2.0/System.Management.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.700.19.21213"
          }
        }
      },
      "System.Memory/4.5.2": {},
      "System.Net.Http/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.DiagnosticSource": "4.5.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Extensions": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Security.Cryptography.X509Certificates": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.0",
          "runtime.native.System.Net.Http": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "System.Net.NameResolution/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Tracing": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Principal.Windows": "4.6.0-preview4.19212.13",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.native.System": "4.3.0"
        }
      },
      "System.Net.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "runtime.win.System.Net.Primitives": "4.3.0"
        }
      },
      "System.Net.Sockets/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.Net.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "runtime.win.System.Net.Sockets": "4.3.0"
        }
      },
      "System.ObjectModel/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Private.Uri/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Reflection": "4.3.0"
        }
      },
      "System.Reflection.Emit/4.3.0": {
        "dependencies": {
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit.ILGeneration/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Emit.Lightweight/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Emit.ILGeneration": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Reflection.Extensions": "4.3.0"
        }
      },
      "System.Reflection.Metadata/1.6.0": {},
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Reflection.Primitives": "4.3.0"
        }
      },
      "System.Reflection.TypeExtensions/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Resources.ResourceManager": "4.3.0"
        }
      },
      "System.Runtime/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "runtime.any.System.Runtime": "4.3.0"
        }
      },
      "System.Runtime.Caching/4.5.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "System.Configuration.ConfigurationManager": "4.5.0"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp2.0/System.Runtime.Caching.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          }
        }
      },
      "System.Runtime.CompilerServices.Unsafe/4.5.2": {},
      "System.Runtime.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.win.System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Runtime.Handles/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Runtime.InteropServices/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Reflection": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "runtime.any.System.Runtime.InteropServices": "4.3.0"
        }
      },
      "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
        "dependencies": {
          "System.Reflection": "4.3.0",
          "System.Reflection.Extensions": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.0"
        }
      },
      "System.Runtime.Numerics/4.3.0": {
        "dependencies": {
          "System.Globalization": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0"
        }
      },
      "System.Runtime.Serialization.Formatters/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Serialization.Primitives": "4.3.0"
        }
      },
      "System.Runtime.Serialization.Primitives/4.3.0": {
        "dependencies": {
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Security.AccessControl/4.6.0-preview4.19212.13": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "System.Security.Principal.Windows": "4.6.0-preview4.19212.13"
        }
      },
      "System.Security.Cryptography.Algorithms/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "System.Security.Cryptography.Cng/4.5.0": {},
      "System.Security.Cryptography.Csp/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Security.Cryptography.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "System.Collections": "4.3.0",
          "System.Collections.Concurrent": "4.3.0",
          "System.Linq": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "System.Security.Cryptography.OpenSsl/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "System.Security.Cryptography.Pkcs/4.5.2": {
        "dependencies": {
          "System.Security.Cryptography.Cng": "4.5.0"
        }
      },
      "System.Security.Cryptography.Primitives/4.3.0": {
        "dependencies": {
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Security.Cryptography.ProtectedData/4.5.0": {},
      "System.Security.Cryptography.X509Certificates/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.Globalization.Calendars": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.Handles": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Runtime.Numerics": "4.3.0",
          "System.Security.Cryptography.Algorithms": "4.3.0",
          "System.Security.Cryptography.Cng": "4.5.0",
          "System.Security.Cryptography.Csp": "4.3.0",
          "System.Security.Cryptography.Encoding": "4.3.0",
          "System.Security.Cryptography.OpenSsl": "4.3.0",
          "System.Security.Cryptography.Primitives": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "runtime.native.System": "4.3.0",
          "runtime.native.System.Net.Http": "4.3.0",
          "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
        }
      },
      "System.Security.Cryptography.Xml/4.5.0": {
        "dependencies": {
          "System.Security.Cryptography.Pkcs": "4.5.2",
          "System.Security.Permissions": "4.5.0"
        }
      },
      "System.Security.Permissions/4.5.0": {
        "dependencies": {
          "System.Security.AccessControl": "4.6.0-preview4.19212.13"
        }
      },
      "System.Security.Principal.Windows/4.6.0-preview4.19212.13": {},
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Text.Encoding": "4.3.0"
        }
      },
      "System.Text.Encoding.Extensions/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
        }
      },
      "System.Text.RegularExpressions/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Overlapped/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Threading.Tasks/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Tasks.Extensions/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Thread/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading.ThreadPool/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Runtime.Handles": "4.3.0"
        }
      },
      "System.Threading.Timer/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview5.19224.8",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "runtime.any.System.Threading.Timer": "4.3.0"
        }
      },
      "System.ValueTuple/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Windows.Extensions/4.6.0-preview4.19212.13": {
        "dependencies": {
          "System.Drawing.Common": "4.6.0-preview4.19212.13"
        }
      },
      "System.Xml.ReaderWriter/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.IO.FileSystem": "4.3.0",
          "System.IO.FileSystem.Primitives": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Runtime.InteropServices": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Text.Encoding.Extensions": "4.3.0",
          "System.Text.RegularExpressions": "4.3.0",
          "System.Threading.Tasks": "4.3.0",
          "System.Threading.Tasks.Extensions": "4.3.0"
        }
      },
      "System.Xml.XDocument/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Diagnostics.Tools": "4.3.0",
          "System.Globalization": "4.3.0",
          "System.IO": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Runtime.Extensions": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading": "4.3.0",
          "System.Xml.ReaderWriter": "4.3.0"
        }
      },
      "Core/1.0.0": {
        "dependencies": {
          "AppInsights.WindowsDesktop": "2.10.41-preview",
          "Microsoft.DiaSymReader.Converter": "1.1.0-beta1-63314-01",
          "NuGetPackageExplorer.Types": "1.0.0",
          "OSVersionHelper": "1.0.10",
          "System.Reflection.Metadata": "1.6.0"
        },
        "runtime": {
          "Core.dll": {}
        }
      },
      "NuGetPackageExplorer.Types/1.0.0": {
        "dependencies": {
          "Microsoft.Web.Xdt": "3.0.0",
          "NuGet.Packaging": "5.2.0-xprivate.60006",
          "System.ComponentModel.Composition": "4.5.0"
        },
        "runtime": {
          "NuGetPackageExplorer.Types.dll": {}
        }
      },
      "PackageViewModel/1.0.0": {
        "dependencies": {
          "AuthenticodeExaminer": "0.3.0",
          "Core": "1.0.0",
          "NuGet.Credentials": "5.2.0-xprivate.60006",
          "NuGet.PackageManagement": "5.2.0-xprivate.60006",
          "System.Windows.Extensions": "4.6.0-preview4.19212.13"
        },
        "runtime": {
          "PackageViewModel.dll": {}
        }
      }
    }
  },
  "libraries": {
    "NuGetPackageExplorer/5.2.15": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.runtime.win-x86.Microsoft.NETCore.App/3.0.0-preview5-27626-15": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/3.0.0-preview5-27626-15": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/3.0.0-preview5-27626-15": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.runtime.win-x86.Microsoft.WindowsDesktop.App/3.0.0-preview5-27626-15": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "AppInsights.WindowsDesktop/2.10.41-preview": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Y+NcoKm4UgquDfIwRot2/fV4OhV1j5ZFXPA1uIj+Yx3cjLQVAop++xFti+hYiEP8LmVM2WgTC1dugxDVMKJIkg==",
      "path": "appinsights.windowsdesktop/2.10.41-preview",
      "hashPath": "appinsights.windowsdesktop.2.10.41-preview.nupkg.sha512"
    },
    "AuthenticodeExaminer/0.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5fynSklEISHwJX81xeFLZV0+q8nskGdM9W6CRp/V7dN0UO3NmWqDyyDPxKNNbnQIkdbdBiP9yLKdTxwUvxVrOw==",
      "path": "authenticodeexaminer/0.3.0",
      "hashPath": "authenticodeexaminer.0.3.0.nupkg.sha512"
    },
    "AvalonEdit/5.0.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-E9bmoSz+Awmy4pfx1JrTUBKJ14f8rtbLEU8hz9Gav79IJm4ROgrw6QRQ5cR0cbdDfJex/i6WURnzQ2cbWc5I5Q==",
      "path": "avalonedit/5.0.4",
      "hashPath": "avalonedit.5.0.4.nupkg.sha512"
    },
    "GrayscaleEffect/1.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-h95jGu4SEKrxe8/3IPR068bKRKY6EE+P6kZISKwenH6spvCByd+yab3OC+91y9ShgeTgz/FODb3oK3q2p93GQg==",
      "path": "grayscaleeffect/1.0.1",
      "hashPath": "grayscaleeffect.1.0.1.nupkg.sha512"
    },
    "Humanizer/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UKsgf/9QcZT5QuKE+Lb/+b0jn9sQNkUMHG0wbkTQOEVUihoFCLKDo04fVZignPyztyCoKx/X7RCySldxxHEeXg==",
      "path": "humanizer/2.6.2",
      "hashPath": "humanizer.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-17m0EzOAzzXQ387sHqGNIHSCZCrJ9nCwJoJ4jC6oCTG6KHhfbq4V9i/wSbTjNLYPbvrMPSc7MlF1f7qCZwxLdQ==",
      "path": "humanizer.core/2.6.2",
      "hashPath": "humanizer.core.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.af/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HBIiFC+tzaSIr8cjyX1Gdq1Wy4PnX/XeTydYS5bTpUDgpu/Kq+ppL360gI4xbiF77T6OZYF/+nV20Ml5TKzI9g==",
      "path": "humanizer.core.af/2.6.2",
      "hashPath": "humanizer.core.af.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.ar/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0aYmCNj7zHsY1LSOMuR+s0IQAOiYx72H1MRh4CBRecZqXhWjf4sSnG8Ih+jsfr+IoOwiERzArU6XCs7zwJIJgg==",
      "path": "humanizer.core.ar/2.6.2",
      "hashPath": "humanizer.core.ar.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.bg/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kMPLG4XRk5knTQZF7/+GiZ/+bRplBj70cJ1joVFFdi4NV1lAGORKkXWreeWmrekvzTvD9elpjggWhVQgu6vCGg==",
      "path": "humanizer.core.bg/2.6.2",
      "hashPath": "humanizer.core.bg.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.bn-BD/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-z3/rv1D3m0GB6LmN1q9MfLj6Bbn6wg1ksKuH+h9Hg3K7tNR0H29uDf0hXfzf6M7dUonT1uROOoAfDr/2zedr/w==",
      "path": "humanizer.core.bn-bd/2.6.2",
      "hashPath": "humanizer.core.bn-bd.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.cs/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9nXoO+35nmqus7NAXNe1J4ow6qYsTA18oHtSVYJcYGKziDs86BzTRkIdAWo8TfErYt4gRol59EJDVhA2cJXFLA==",
      "path": "humanizer.core.cs/2.6.2",
      "hashPath": "humanizer.core.cs.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.da/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I0xxWxiOVTE9ogFEGXcAnX5eKyqt2EXnm403Y1bzS47BRz5Y1qdzVVjmU9lwMZj1t4Hm5B1FW/BeJejpNDe/Zw==",
      "path": "humanizer.core.da/2.6.2",
      "hashPath": "humanizer.core.da.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.de/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8uYUhWyhHspGLsoA4yiScuAohkie+ePXxs0zKAahBXN9LTtuU0vVVIp+sO/Pl/I/3jkXXfPVxQ0wahzrxWOPhA==",
      "path": "humanizer.core.de/2.6.2",
      "hashPath": "humanizer.core.de.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.el/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mxijX9luyrnFYc+h1s+YjoUHWE8m0uTVN4mLQG16fqwtduyMWMrp9fLtmGNDQ82JsOemg4mXiL0/uEIcOj6kQQ==",
      "path": "humanizer.core.el/2.6.2",
      "hashPath": "humanizer.core.el.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.es/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4L8TvHQ0kKLX3BqMcNp/HUpiLxVJ+DUGOswUhZ+MWK7bhdpJJkEfDhuLok0u07gHlbvj1s6MHXhyJwx2M2cYSw==",
      "path": "humanizer.core.es/2.6.2",
      "hashPath": "humanizer.core.es.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.fa/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-azu8XXTEHsrb4ZtqMCM478S3jsHvoxhPHad8MgCljxb1cKlAuc3mSlZxN2pv7feFHI25IZeFfpMo5SnCgzwZqA==",
      "path": "humanizer.core.fa/2.6.2",
      "hashPath": "humanizer.core.fa.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.fi-FI/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GFGVopK84mjGUuouhZeUfwcHj7M6isPXR6qbYnnKL3ajWuR2Uxwhs+hRHbo0pjpjXJW67WythdYqqm8yq5QdsA==",
      "path": "humanizer.core.fi-fi/2.6.2",
      "hashPath": "humanizer.core.fi-fi.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.fr/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gr0mbIwGNOSX8Z5XX8qEeVRtkCqhvJCSOx6XVIk2gqzaOrGGAXMcZZJKAEHI/WJvgGgL//X9zpi7hdHhkTydOA==",
      "path": "humanizer.core.fr/2.6.2",
      "hashPath": "humanizer.core.fr.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.fr-BE/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-umTQr42EVzhRKfOSj4FWBRf4sDpmia5ylJCz/wSFcv2NHrAks+2a9KN8vWxBSIsvwqx5uHl0E3D/AL32/6A7Eg==",
      "path": "humanizer.core.fr-be/2.6.2",
      "hashPath": "humanizer.core.fr-be.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.he/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cxwPDXOiiM5uxX+aBEaTLjfCxlLzv9rD8UMlU4I1xsAPayRGjZWe21lxFYVjgBsif5qYwqi2MMZFH6qNvHXgYA==",
      "path": "humanizer.core.he/2.6.2",
      "hashPath": "humanizer.core.he.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.hr/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3Ojc5GtQTh7VlziocuH4AKqIYQV30j9SxHEkbJ8rqm3BuTbzjI2G8IEpaZSIoGQxojkzXYtxevVnz/Q91lA73w==",
      "path": "humanizer.core.hr/2.6.2",
      "hashPath": "humanizer.core.hr.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.hu/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-XeUGZK4R357ptdJMFjbDunbJL43PMe34SyCkzcwpGPzQBbxJ7gYgDipdnJtlgRQ9l9bltQV48mQXSh66xhxHqA==",
      "path": "humanizer.core.hu/2.6.2",
      "hashPath": "humanizer.core.hu.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.id/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rgXo4oS91CDnCNyn3tTmE53itoicUlN+BmGxKISmJoh2H/0i161hrCp1EpuD9awDaIxo5zXy8CHNt+7AHxr0Ig==",
      "path": "humanizer.core.id/2.6.2",
      "hashPath": "humanizer.core.id.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.it/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-PjkGmaLtbEMbx6yRC5FlmWQ7p0YoaAEsj9aeAbsduhkP9TfyzjnIbM1a1R36jHpH1vG8DM1v+eVdszo1Tl4Dug==",
      "path": "humanizer.core.it/2.6.2",
      "hashPath": "humanizer.core.it.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.ja/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DnbGRZaQ19alFM1hXMU0iitXlErNqcZADxne6rtu9RrMhJaNgGc69TFoVKNTWZX5pAnwqqvrTtW6W8btRhHISA==",
      "path": "humanizer.core.ja/2.6.2",
      "hashPath": "humanizer.core.ja.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.lv/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1jdClo9Q066qx2Q6HKZYU3QVU2dATWcjyXQ1hPZMdATPmymSUMFIUWnOo/rFY75nP9iTwVUbbGRI7E6X2ENSnw==",
      "path": "humanizer.core.lv/2.6.2",
      "hashPath": "humanizer.core.lv.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.ms-MY/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-J4J2sIkEuzoxRdE88IoLHh6qnNOaRKrEbFgmjwQMm7eARLGT9XpDbBsZhr60wgsqbkSNiDbu1/7USlFSmUjNaQ==",
      "path": "humanizer.core.ms-my/2.6.2",
      "hashPath": "humanizer.core.ms-my.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.mt/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NaNF0/PGcMdE/Jg+iZo9w1/r+HsUxnxkjvZX7aFRrGvQwAB2diAothKdpO0H/7oBETFpBFEeLHP3TpN3Dr6k/A==",
      "path": "humanizer.core.mt/2.6.2",
      "hashPath": "humanizer.core.mt.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.nb/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8/jl8Aa0AeLsEbdTUIhKRuw6yi6p2IVlOKlUuduxbksoXabzn9nfDpmNHPWfV6nedn+z+iEAKCQ2cgn/7/0dfg==",
      "path": "humanizer.core.nb/2.6.2",
      "hashPath": "humanizer.core.nb.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.nb-NO/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hNYSfIjfZW1f9Q/4Lw98J5ZXNj/F1c8bNcLRqIwmcLnCN8jLgKwCIReSISzXH5sfKqcYTTc9jC1iHfrT/xdUkQ==",
      "path": "humanizer.core.nb-no/2.6.2",
      "hashPath": "humanizer.core.nb-no.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.nl/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GNsBsXP8lnW7ukd42hGsC9OnOtobetVn3obfx6JM34Gkl64yp9CF3K7ppUEt7dxrIiS4fXEq8XDe0JP/rUqmxg==",
      "path": "humanizer.core.nl/2.6.2",
      "hashPath": "humanizer.core.nl.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.pl/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gSTZMVB2KjfRQARqbMQa9vTO1DD5Mk5v0KTZLXYShg7/X/M0n0cN3QkDETkPcH8XJ2FstiQAqDLwlZC3Br6N2g==",
      "path": "humanizer.core.pl/2.6.2",
      "hashPath": "humanizer.core.pl.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.pt/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TgeRxbguw2RgGHlPRtLsNXypZvfqoSZ4k9Miua+byvM+QJfmf9aIqZh4gFCKCaKKy/8HVvWDrwPZb5BbRVZwVw==",
      "path": "humanizer.core.pt/2.6.2",
      "hashPath": "humanizer.core.pt.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.ro/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VYXSNBYcv0t1be/Anqd4ci0PdsqH3nvUrGF/YkuiZPTucio8TSel6sR2MC+hKVPPi4vLCkBRt+vX+wSzxfGnPQ==",
      "path": "humanizer.core.ro/2.6.2",
      "hashPath": "humanizer.core.ro.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.ru/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-U9Psx9bvlXaK6DcW6IQdEF5fxhualkaAu8pe11tSQHnSdJnptyoilC6qKEfuu8PeJ3zuckMlorwmEjgJv4FcEw==",
      "path": "humanizer.core.ru/2.6.2",
      "hashPath": "humanizer.core.ru.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.sk/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-G2HqimXCJs0IvJFKLcijumXaeV4ORK0sJV7YmLRxrwxVW+PoMTNYBd53Jz+l2x6gX8mUg3kW1nfIsfaNwnP+Jw==",
      "path": "humanizer.core.sk/2.6.2",
      "hashPath": "humanizer.core.sk.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.sl/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Cjw68X+vldnPvKREf4/jxzoAO+7IVZj3GOe3PoWZRK2RpKfcv4OJVWWNsjL0YM/O5Nf3XikRwkSd6BEmwp4icw==",
      "path": "humanizer.core.sl/2.6.2",
      "hashPath": "humanizer.core.sl.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.sr/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+byCYvYq/w/5/2gi0WnchcP5kOow8bjQclIbhpk039rv9SFjFrjHE5PbFCwlwgdDZ85we9XK+UeJ/Qmy0BeDdA==",
      "path": "humanizer.core.sr/2.6.2",
      "hashPath": "humanizer.core.sr.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.sr-Latn/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LUs+TjMrCyfhmDAXnswIln8rCzHMFhnqeKkLcDUMVjDeAeAZfAaFgBgaWVFcQSIuyefv6/IGl1Y/Awe/XdlmWQ==",
      "path": "humanizer.core.sr-latn/2.6.2",
      "hashPath": "humanizer.core.sr-latn.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.sv/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-CNjGjFy6no3sKBqgqi7RFT82Syp/j730fRdsNJ6btOqQ0+y+FnJ7yz0l8TDPUam2zM2C/Je9CEcxtqk1XT++nA==",
      "path": "humanizer.core.sv/2.6.2",
      "hashPath": "humanizer.core.sv.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.tr/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-l44WGi5EHRB2I7HI1Q7V+U1gzwa11p/zpm/p/FZbQbYJTJ/pJb4LfV8ckxLgySEYKwNpvaE9OAQXkHEhVbydSA==",
      "path": "humanizer.core.tr/2.6.2",
      "hashPath": "humanizer.core.tr.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.uk/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-WGyiTaSbtjKRAl6AKBaDfMqMXf8G8SleB+IsR2dg1uMw169aU4Z50sXfseAAg31L1uTA+iA83Mj62Mq7tR087g==",
      "path": "humanizer.core.uk/2.6.2",
      "hashPath": "humanizer.core.uk.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.uz-Cyrl-UZ/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zKtrGdQhWIFcM2kE4h2iPAkzGpHJQ3jPrDt+4JcOUC6l4FcZfGVjOIEwqPf3ziu0fcou8PgQWsI4jZclt17mJA==",
      "path": "humanizer.core.uz-cyrl-uz/2.6.2",
      "hashPath": "humanizer.core.uz-cyrl-uz.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.uz-Latn-UZ/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-P1Wd032Ws/2Uj7TMxOjFmEMHP4R070dt2hPp/EjwoNCWONNpmbDG17A8kFzoHqzUTykvTYoUmm81ffaTt9CBmw==",
      "path": "humanizer.core.uz-latn-uz/2.6.2",
      "hashPath": "humanizer.core.uz-latn-uz.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.vi/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zhx8Hn6/7efz3jb/9uAxr6bQhGCH4FV7j4q6ulpyUIN4glp8x3z+ID5NPP2dcOC7XxaF+Iu8dKc8yBOn/LCYnw==",
      "path": "humanizer.core.vi/2.6.2",
      "hashPath": "humanizer.core.vi.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.zh-CN/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6MY2F/6K+IP/oR6zEEzp69ZV83ylJ8CFZVUy5FqiZaUxkql4gXBxuZBNZbJyinOweHtVSpTIZr06WA/yQVnDqQ==",
      "path": "humanizer.core.zh-cn/2.6.2",
      "hashPath": "humanizer.core.zh-cn.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.zh-Hans/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ujlQ5QAuhWp8dqmxHAVCFCOqNWr7gLyOsSX6HNk/imhjZ6beIOqZJzMrt+SFhf26gKRrnMSb+Y77Fe4zKl21lA==",
      "path": "humanizer.core.zh-hans/2.6.2",
      "hashPath": "humanizer.core.zh-hans.2.6.2.nupkg.sha512"
    },
    "Humanizer.Core.zh-Hant/2.6.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qHdARGfuum6DUPuYzLHfTIgtprO76VcatBAu1WWPzNZmEW0vLE1/VJYBob20hq66KggzWY74roU33+SryTnaAQ==",
      "path": "humanizer.core.zh-hant/2.6.2",
      "hashPath": "humanizer.core.zh-hant.2.6.2.nupkg.sha512"
    },
    "Microsoft.ApplicationInsights/2.10.0-beta4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6K7Gih8B5mnS+z1nR7rZYQRcL08gsv33wX6RygLyVb1iS5eiV2Ipct79FjtKndrwp5deUD54BeLSsI1qT29z/Q==",
      "path": "microsoft.applicationinsights/2.10.0-beta4",
      "hashPath": "microsoft.applicationinsights.2.10.0-beta4.nupkg.sha512"
    },
    "Microsoft.CSharp/4.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==",
      "path": "microsoft.csharp/4.0.1",
      "hashPath": "microsoft.csharp.4.0.1.nupkg.sha512"
    },
    "Microsoft.DiaSymReader/1.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/fn1Tfo7j7k/slViPlM8azJuxQmri7FZ8dQ+gTeLbI29leN/1VK0U/BFcRdJNctsRCUgyKJ2q+I0Tjq07Rc1/Q==",
      "path": "microsoft.diasymreader/1.3.0",
      "hashPath": "microsoft.diasymreader.1.3.0.nupkg.sha512"
    },
    "Microsoft.DiaSymReader.Converter/1.1.0-beta1-63314-01": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-A3UTc+y3ziMUOwCwy/qd/IrehKzt6NMiTWp5bgXKIS5OP6fOJFZbYlIw8Ytmz/1Ei3NKYaypmgJUVMUOgix9uQ==",
      "path": "microsoft.diasymreader.converter/1.1.0-beta1-63314-01",
      "hashPath": "microsoft.diasymreader.converter.1.1.0-beta1-63314-01.nupkg.sha512"
    },
    "Microsoft.DiaSymReader.Native/1.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vIzndj0MoWW2Mp/iztUSKvmR9vZTqOVQ6PBvwA57+CDoiz7eUMU15rrAX+/QA0bkmwQ08GRibFBB9LNOl0EiBA==",
      "path": "microsoft.diasymreader.native/1.7.0",
      "hashPath": "microsoft.diasymreader.native.1.7.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/3.0.0-preview5.19224.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zhgy08eNf89IrzGZXbHbzEcxLk7zfbB5H9rIV9q7/QlA+iBZrKP4VuC7Hq2O1Oh+qD0pLA+LQIQ5YpqTomhW/w==",
      "path": "microsoft.netcore.platforms/3.0.0-preview5.19224.8",
      "hashPath": "microsoft.netcore.platforms.3.0.0-preview5.19224.8.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/1.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
      "path": "microsoft.netcore.targets/1.1.0",
      "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
    },
    "Microsoft.Web.Xdt/3.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-O8T930V2+8hgC3gUnp4IFA+6b7o9PsQIvCuBOigOdz7B0ZbX0clckPsCxsPAxNC3zcaYb4ShtTimeZoA1EZpoQ==",
      "path": "microsoft.web.xdt/3.0.0",
      "hashPath": "microsoft.web.xdt.3.0.0.nupkg.sha512"
    },
    "Microsoft.Win32.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
      "path": "microsoft.win32.primitives/4.3.0",
      "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
    },
    "Microsoft.Win32.Registry/4.6.0-preview4.19212.13": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VAkJCUDomhMUG4ey1tLw5jqkXybUancM7BacB9ruV/bD1AR7Lfs3vOyiVQm29CsRCSGV3xa4MmHZQI2PdAPAFg==",
      "path": "microsoft.win32.registry/4.6.0-preview4.19212.13",
      "hashPath": "microsoft.win32.registry.4.6.0-preview4.19212.13.nupkg.sha512"
    },
    "Microsoft.Win32.SystemEvents/4.6.0-preview4.19212.13": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-R7R/lAx/aDMXhd1CHIb36jLjm/GDBECHz4gUJiIZcF1v30sTD4TkXJBkILxWF/+wy418PKphE2tX/tzaE5i6hA==",
      "path": "microsoft.win32.systemevents/4.6.0-preview4.19212.13",
      "hashPath": "microsoft.win32.systemevents.4.6.0-preview4.19212.13.nupkg.sha512"
    },
    "NETStandard.Library/1.6.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==",
      "path": "netstandard.library/1.6.1",
      "hashPath": "netstandard.library.1.6.1.nupkg.sha512"
    },
    "Newtonsoft.Json/9.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==",
      "path": "newtonsoft.json/9.0.1",
      "hashPath": "newtonsoft.json.9.0.1.nupkg.sha512"
    },
    "NuGet.Common/5.2.0-xprivate.60006": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-PQfwwFT6XG+qbRY+AzxsWt2T5fA873KGk2FPm6D5WlFp3cOlBVeFZLl04QQE/YuTFLAiP0VQOdIaJIQ0TaDldg==",
      "path": "nuget.common/5.2.0-xprivate.60006",
      "hashPath": "nuget.common.5.2.0-xprivate.60006.nupkg.sha512"
    },
    "NuGet.Configuration/5.2.0-xprivate.60006": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OlGAreb5lD7Bp2N76q6NB7IYDe4YPM5nyldYXVPKx6adeaKdD4NZd9iCeK43K9VdmTjBRPec/Mn6zBRozJwY2w==",
      "path": "nuget.configuration/5.2.0-xprivate.60006",
      "hashPath": "nuget.configuration.5.2.0-xprivate.60006.nupkg.sha512"
    },
    "NuGet.Credentials/5.2.0-xprivate.60006": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-upiSEbZ/fVbY4WUJQx/ge4COHsemJcGowjYVm8HjOGx5dXFiFxZgGB1osmXijPjv4+D+nJanPtkFrkkrCNwQSQ==",
      "path": "nuget.credentials/5.2.0-xprivate.60006",
      "hashPath": "nuget.credentials.5.2.0-xprivate.60006.nupkg.sha512"
    },
    "NuGet.Frameworks/5.2.0-xprivate.60006": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Miu5OR9vIyW/+ti/QZHfMGybQifpYp4gxu/49HYKKj6xY1f++kgrkA90BA9tYfYym6qJZupXsVEEHadn2+OEgg==",
      "path": "nuget.frameworks/5.2.0-xprivate.60006",
      "hashPath": "nuget.frameworks.5.2.0-xprivate.60006.nupkg.sha512"
    },
    "NuGet.PackageManagement/5.2.0-xprivate.60006": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kmKIZLHHWatiABgYaz4EWUp5SQk3iWi/A3RMxfG/I/+L+MWGkOgBKOtCpdpJ4YDv/sZzh0ISgqk+ChLSLlYgMg==",
      "path": "nuget.packagemanagement/5.2.0-xprivate.60006",
      "hashPath": "nuget.packagemanagement.5.2.0-xprivate.60006.nupkg.sha512"
    },
    "NuGet.Packaging/5.2.0-xprivate.60006": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mk7EZI4oOg4+QBXE427gkvQ/UlkjhJ/3/4GqgRvLyqJxHqjShztviNfVT7Vk/MBFzw+P4MiB0+Bv3981cguGog==",
      "path": "nuget.packaging/5.2.0-xprivate.60006",
      "hashPath": "nuget.packaging.5.2.0-xprivate.60006.nupkg.sha512"
    },
    "NuGet.Protocol/5.2.0-xprivate.60006": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZfBxBwBB5/BEOB3dCUGemPK2jr7ZgfZkWsrc32/Yd2kxK1Cqik0ahgs69TFPqRXXUIEWC7fD6Qcxr+0Blw1cYQ==",
      "path": "nuget.protocol/5.2.0-xprivate.60006",
      "hashPath": "nuget.protocol.5.2.0-xprivate.60006.nupkg.sha512"
    },
    "NuGet.Versioning/5.2.0-xprivate.60006": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vbAkMcrK1A0na580lILDA/NWSbN6TL2teMSSUye8Q+asWYLFvvPs+B9Z9/uAIlpXvgW7U8niO7ioh0q8rRm1ag==",
      "path": "nuget.versioning/5.2.0-xprivate.60006",
      "hashPath": "nuget.versioning.5.2.0-xprivate.60006.nupkg.sha512"
    },
    "Ookii.Dialogs.Wpf/1.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ELlF92p3qIj01CPKI8EdOCIavW6Um3nZ+73rlntKq4xZ0UNEX3b75ZEqgWIJE2QRuvbxnNkJvjWsH5wjPAR4dw==",
      "path": "ookii.dialogs.wpf/1.0.0",
      "hashPath": "ookii.dialogs.wpf.1.0.0.nupkg.sha512"
    },
    "OSVersionHelper/1.0.10": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-v18DgLHmW2zrjcd2h5n+CuLqbjLBFOUv6Y8PlHRZbc1K+xBdrcnPHDL5nZZY5CWSYiCrAw8sGBGzcRPrsMmriA==",
      "path": "osversionhelper/1.0.10",
      "hashPath": "osversionhelper.1.0.10.nupkg.sha512"
    },
    "runtime.any.System.Collections/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==",
      "path": "runtime.any.system.collections/4.3.0",
      "hashPath": "runtime.any.system.collections.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Diagnostics.Tools/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-S/GPBmfPBB48ZghLxdDR7kDAJVAqgAuThyDJho3OLP5OS4tWD2ydyL8LKm8lhiBxce10OKe9X2zZ6DUjAqEbPg==",
      "path": "runtime.any.system.diagnostics.tools/4.3.0",
      "hashPath": "runtime.any.system.diagnostics.tools.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Diagnostics.Tracing/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==",
      "path": "runtime.any.system.diagnostics.tracing/4.3.0",
      "hashPath": "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Globalization/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==",
      "path": "runtime.any.system.globalization/4.3.0",
      "hashPath": "runtime.any.system.globalization.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Globalization.Calendars/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-M1r+760j1CNA6M/ZaW6KX8gOS8nxPRqloqDcJYVidRG566Ykwcs29AweZs2JF+nMOCgWDiMfPSTMfvwOI9F77w==",
      "path": "runtime.any.system.globalization.calendars/4.3.0",
      "hashPath": "runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.IO/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==",
      "path": "runtime.any.system.io/4.3.0",
      "hashPath": "runtime.any.system.io.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Reflection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==",
      "path": "runtime.any.system.reflection/4.3.0",
      "hashPath": "runtime.any.system.reflection.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Reflection.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==",
      "path": "runtime.any.system.reflection.extensions/4.3.0",
      "hashPath": "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Reflection.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==",
      "path": "runtime.any.system.reflection.primitives/4.3.0",
      "hashPath": "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==",
      "path": "runtime.any.system.resources.resourcemanager/4.3.0",
      "hashPath": "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==",
      "path": "runtime.any.system.runtime/4.3.0",
      "hashPath": "runtime.any.system.runtime.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Runtime.Handles/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==",
      "path": "runtime.any.system.runtime.handles/4.3.0",
      "hashPath": "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Runtime.InteropServices/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==",
      "path": "runtime.any.system.runtime.interopservices/4.3.0",
      "hashPath": "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==",
      "path": "runtime.any.system.text.encoding/4.3.0",
      "hashPath": "runtime.any.system.text.encoding.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==",
      "path": "runtime.any.system.text.encoding.extensions/4.3.0",
      "hashPath": "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Threading.Tasks/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==",
      "path": "runtime.any.system.threading.tasks/4.3.0",
      "hashPath": "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "runtime.any.System.Threading.Timer/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-w4ehZJ+AwXYmGwYu+rMvym6RvMaRiUEQR1u6dwcyuKHxz8Heu/mO9AG1MquEgTyucnhv3M43X0iKpDOoN17C0w==",
      "path": "runtime.any.system.threading.timer/4.3.0",
      "hashPath": "runtime.any.system.threading.timer.4.3.0.nupkg.sha512"
    },
    "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==",
      "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==",
      "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==",
      "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.native.System/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
      "path": "runtime.native.system/4.3.0",
      "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.IO.Compression/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==",
      "path": "runtime.native.system.io.compression/4.3.0",
      "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Net.Http/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
      "path": "runtime.native.system.net.http/4.3.0",
      "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
      "path": "runtime.native.system.security.cryptography.apple/4.3.0",
      "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
    },
    "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==",
      "path": "runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==",
      "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==",
      "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==",
      "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==",
      "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==",
      "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==",
      "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==",
      "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
      "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "runtime.win.Microsoft.Win32.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NU51SEt/ZaD2MF48sJ17BIqx7rjeNNLXUevfMOjqQIetdndXwYjZfZsT6jD+rSWp/FYxjesdK4xUSl4OTEI0jw==",
      "path": "runtime.win.microsoft.win32.primitives/4.3.0",
      "hashPath": "runtime.win.microsoft.win32.primitives.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.Console/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RRACWygml5dnmfgC1SW6tLGsFgwsUAKFtvhdyHnIEz4EhWyrd7pacDdY95CacQJy7BMXRDRCejC9aCRC0Y1sQA==",
      "path": "runtime.win.system.console/4.3.0",
      "hashPath": "runtime.win.system.console.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.Diagnostics.Debug/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==",
      "path": "runtime.win.system.diagnostics.debug/4.3.0",
      "hashPath": "runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.IO.FileSystem/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==",
      "path": "runtime.win.system.io.filesystem/4.3.0",
      "hashPath": "runtime.win.system.io.filesystem.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.Net.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lkXXykakvXUU+Zq2j0pC6EO20lEhijjqMc01XXpp1CJN+DeCwl3nsj4t5Xbpz3kA7yQyTqw6d9SyIzsyLsV3zA==",
      "path": "runtime.win.system.net.primitives/4.3.0",
      "hashPath": "runtime.win.system.net.primitives.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.Net.Sockets/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FK/2gX6MmuLIKNCGsV59Fe4IYrLrI5n9pQ1jh477wiivEM/NCXDT2dRetH5FSfY0bQ+VgTLcS3zcmjQ8my3nxQ==",
      "path": "runtime.win.system.net.sockets/4.3.0",
      "hashPath": "runtime.win.system.net.sockets.4.3.0.nupkg.sha512"
    },
    "runtime.win.System.Runtime.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==",
      "path": "runtime.win.system.runtime.extensions/4.3.0",
      "hashPath": "runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512"
    },
    "System.AppContext/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==",
      "path": "system.appcontext/4.3.0",
      "hashPath": "system.appcontext.4.3.0.nupkg.sha512"
    },
    "System.Buffers/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==",
      "path": "system.buffers/4.3.0",
      "hashPath": "system.buffers.4.3.0.nupkg.sha512"
    },
    "System.CodeDom/4.6.0-preview4.19212.13": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RccmwfGG7xPa4VPDqwWl60Bz/KTqwScqvKXBOWtZ4U+u2kUxPi2eg3UZCtIWaGsHmMuSqhgzJIBA+IVOBlfS6Q==",
      "path": "system.codedom/4.6.0-preview4.19212.13",
      "hashPath": "system.codedom.4.6.0-preview4.19212.13.nupkg.sha512"
    },
    "System.Collections/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
      "path": "system.collections/4.3.0",
      "hashPath": "system.collections.4.3.0.nupkg.sha512"
    },
    "System.Collections.Concurrent/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
      "path": "system.collections.concurrent/4.3.0",
      "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
    },
    "System.Collections.Immutable/1.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EXKiDFsChZW0RjrZ4FYHu9aW6+P4MCgEDCklsVseRfhoO0F+dXeMSsMRAlVXIo06kGJ/zv+2w1a2uc2+kxxSaQ==",
      "path": "system.collections.immutable/1.5.0",
      "hashPath": "system.collections.immutable.1.5.0.nupkg.sha512"
    },
    "System.ComponentModel.Composition/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+iB9FoZnfdqMEGq6np28X6YNSUrse16CakmIhV3h6PxEWt7jYxUN3Txs1D8MZhhf4QmyvK0F/EcIN0f4gGN0dA==",
      "path": "system.componentmodel.composition/4.5.0",
      "hashPath": "system.componentmodel.composition.4.5.0.nupkg.sha512"
    },
    "System.Configuration.ConfigurationManager/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UIFvaFfuKhLr9u5tWMxmVoDPkFeD+Qv8gUuap4aZgVGYSYMdERck4OhLN/2gulAc0nYTEigWXSJNNWshrmxnng==",
      "path": "system.configuration.configurationmanager/4.5.0",
      "hashPath": "system.configuration.configurationmanager.4.5.0.nupkg.sha512"
    },
    "System.Console/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==",
      "path": "system.console/4.3.0",
      "hashPath": "system.console.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Debug/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
      "path": "system.diagnostics.debug/4.3.0",
      "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.DiagnosticSource/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-eIHRELiYDQvsMToML81QFkXEEYXUSUT2F28t1SGrevWqP+epFdw80SyAXIKTXOHrIEXReFOEnEr7XlGiC2GgOg==",
      "path": "system.diagnostics.diagnosticsource/4.5.0",
      "hashPath": "system.diagnostics.diagnosticsource.4.5.0.nupkg.sha512"
    },
    "System.Diagnostics.Process/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
      "path": "system.diagnostics.process/4.3.0",
      "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Tools/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
      "path": "system.diagnostics.tools/4.3.0",
      "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Tracing/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
      "path": "system.diagnostics.tracing/4.3.0",
      "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
    },
    "System.Drawing.Common/4.6.0-preview4.19212.13": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ef4iZZgjSHJ6XXfMFtX0YnEhz0BDmyf2u1t3wN+2SZSNJMNSPEBN53XcoGe6C7dTxMk2keE1G9qerszpdxhQQg==",
      "path": "system.drawing.common/4.6.0-preview4.19212.13",
      "hashPath": "system.drawing.common.4.6.0-preview4.19212.13.nupkg.sha512"
    },
    "System.Dynamic.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==",
      "path": "system.dynamic.runtime/4.3.0",
      "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512"
    },
    "System.Globalization/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
      "path": "system.globalization/4.3.0",
      "hashPath": "system.globalization.4.3.0.nupkg.sha512"
    },
    "System.Globalization.Calendars/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
      "path": "system.globalization.calendars/4.3.0",
      "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
    },
    "System.Globalization.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
      "path": "system.globalization.extensions/4.3.0",
      "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
    },
    "System.IO/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
      "path": "system.io/4.3.0",
      "hashPath": "system.io.4.3.0.nupkg.sha512"
    },
    "System.IO.Compression/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==",
      "path": "system.io.compression/4.3.0",
      "hashPath": "system.io.compression.4.3.0.nupkg.sha512"
    },
    "System.IO.Compression.ZipFile/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==",
      "path": "system.io.compression.zipfile/4.3.0",
      "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512"
    },
    "System.IO.FileSystem/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
      "path": "system.io.filesystem/4.3.0",
      "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
    },
    "System.IO.FileSystem.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
      "path": "system.io.filesystem.primitives/4.3.0",
      "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
    },
    "System.Linq/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
      "path": "system.linq/4.3.0",
      "hashPath": "system.linq.4.3.0.nupkg.sha512"
    },
    "System.Linq.Expressions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
      "path": "system.linq.expressions/4.3.0",
      "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
    },
    "System.Management/4.6.0-preview4.19212.13": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-W+n4eEc2RH5kfGrVZC/bWLwi4yIyH3OcvBPqhyHjaz4+S6+/w6tBxInzTv5qg7Ber68cxh/AbNI4mO44ILRwhg==",
      "path": "system.management/4.6.0-preview4.19212.13",
      "hashPath": "system.management.4.6.0-preview4.19212.13.nupkg.sha512"
    },
    "System.Memory/4.5.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fvq1GNmUFwbKv+aLVYYdgu/+gc8Nu9oFujOxIjPrsf+meis9JBzTPDL6aP/eeGOz9yPj6rRLUbOjKMpsMEWpNg==",
      "path": "system.memory/4.5.2",
      "hashPath": "system.memory.4.5.2.nupkg.sha512"
    },
    "System.Net.Http/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==",
      "path": "system.net.http/4.3.0",
      "hashPath": "system.net.http.4.3.0.nupkg.sha512"
    },
    "System.Net.NameResolution/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==",
      "path": "system.net.nameresolution/4.3.0",
      "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512"
    },
    "System.Net.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
      "path": "system.net.primitives/4.3.0",
      "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
    },
    "System.Net.Sockets/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==",
      "path": "system.net.sockets/4.3.0",
      "hashPath": "system.net.sockets.4.3.0.nupkg.sha512"
    },
    "System.ObjectModel/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
      "path": "system.objectmodel/4.3.0",
      "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
    },
    "System.Private.Uri/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==",
      "path": "system.private.uri/4.3.0",
      "hashPath": "system.private.uri.4.3.0.nupkg.sha512"
    },
    "System.Reflection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
      "path": "system.reflection/4.3.0",
      "hashPath": "system.reflection.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
      "path": "system.reflection.emit/4.3.0",
      "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit.ILGeneration/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
      "path": "system.reflection.emit.ilgeneration/4.3.0",
      "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Emit.Lightweight/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
      "path": "system.reflection.emit.lightweight/4.3.0",
      "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
      "path": "system.reflection.extensions/4.3.0",
      "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Metadata/1.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==",
      "path": "system.reflection.metadata/1.6.0",
      "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512"
    },
    "System.Reflection.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
      "path": "system.reflection.primitives/4.3.0",
      "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "System.Reflection.TypeExtensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
      "path": "system.reflection.typeextensions/4.3.0",
      "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
    },
    "System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
      "path": "system.resources.resourcemanager/4.3.0",
      "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
    },
    "System.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
      "path": "system.runtime/4.3.0",
      "hashPath": "system.runtime.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Caching/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-95j9KShuaAENf2gLbQ/9YoJDHIWAnoaFYA71xo4QVQyLkOMginn34cD1+6RcYIrqJamLkMXgvgUnOzwzBk+U0w==",
      "path": "system.runtime.caching/4.5.0",
      "hashPath": "system.runtime.caching.4.5.0.nupkg.sha512"
    },
    "System.Runtime.CompilerServices.Unsafe/4.5.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==",
      "path": "system.runtime.compilerservices.unsafe/4.5.2",
      "hashPath": "system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512"
    },
    "System.Runtime.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
      "path": "system.runtime.extensions/4.3.0",
      "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Handles/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
      "path": "system.runtime.handles/4.3.0",
      "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
    },
    "System.Runtime.InteropServices/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
      "path": "system.runtime.interopservices/4.3.0",
      "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
    },
    "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
      "path": "system.runtime.interopservices.runtimeinformation/4.3.0",
      "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Numerics/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
      "path": "system.runtime.numerics/4.3.0",
      "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Serialization.Formatters/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==",
      "path": "system.runtime.serialization.formatters/4.3.0",
      "hashPath": "system.runtime.serialization.formatters.4.3.0.nupkg.sha512"
    },
    "System.Runtime.Serialization.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==",
      "path": "system.runtime.serialization.primitives/4.3.0",
      "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512"
    },
    "System.Security.AccessControl/4.6.0-preview4.19212.13": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-O6Z0DHu0y86QWxjmRz56ZQ0vEjbcGpuwwttVKTlmB2XesbieA/vTG5JKA8XZtNESy05bbClVq2d4K5OEq+cbxA==",
      "path": "system.security.accesscontrol/4.6.0-preview4.19212.13",
      "hashPath": "system.security.accesscontrol.4.6.0-preview4.19212.13.nupkg.sha512"
    },
    "System.Security.Cryptography.Algorithms/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
      "path": "system.security.cryptography.algorithms/4.3.0",
      "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Cng/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==",
      "path": "system.security.cryptography.cng/4.5.0",
      "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Csp/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
      "path": "system.security.cryptography.csp/4.3.0",
      "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
      "path": "system.security.cryptography.encoding/4.3.0",
      "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.OpenSsl/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
      "path": "system.security.cryptography.openssl/4.3.0",
      "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Pkcs/4.5.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lIo52x0AAsZs8r1L58lPXaqN6PP51Z/XJts0kZtbZRNYcMguupxqRGjvc/GoqSKTbYa+aBwbkT4xoqQ7EsfN0A==",
      "path": "system.security.cryptography.pkcs/4.5.2",
      "hashPath": "system.security.cryptography.pkcs.4.5.2.nupkg.sha512"
    },
    "System.Security.Cryptography.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
      "path": "system.security.cryptography.primitives/4.3.0",
      "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.ProtectedData/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==",
      "path": "system.security.cryptography.protecteddata/4.5.0",
      "hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512"
    },
    "System.Security.Cryptography.X509Certificates/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
      "path": "system.security.cryptography.x509certificates/4.3.0",
      "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
    },
    "System.Security.Cryptography.Xml/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-i2Jn6rGXR63J0zIklImGRkDIJL4b1NfPSEbIVHBlqoIb12lfXIigCbDRpDmIEzwSo/v1U5y/rYJdzZYSyCWxvg==",
      "path": "system.security.cryptography.xml/4.5.0",
      "hashPath": "system.security.cryptography.xml.4.5.0.nupkg.sha512"
    },
    "System.Security.Permissions/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==",
      "path": "system.security.permissions/4.5.0",
      "hashPath": "system.security.permissions.4.5.0.nupkg.sha512"
    },
    "System.Security.Principal.Windows/4.6.0-preview4.19212.13": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-FlkMEcNY7M231N6Z69X1PxpxBfvvsDc9d/KfgPiD163dpYAtNn5QIZ+XoQmAZoC+nH47LcgPTCJYVaBzDf+U4A==",
      "path": "system.security.principal.windows/4.6.0-preview4.19212.13",
      "hashPath": "system.security.principal.windows.4.6.0-preview4.19212.13.nupkg.sha512"
    },
    "System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
      "path": "system.text.encoding/4.3.0",
      "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
    },
    "System.Text.Encoding.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
      "path": "system.text.encoding.extensions/4.3.0",
      "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
    },
    "System.Text.RegularExpressions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
      "path": "system.text.regularexpressions/4.3.0",
      "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
    },
    "System.Threading/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
      "path": "system.threading/4.3.0",
      "hashPath": "system.threading.4.3.0.nupkg.sha512"
    },
    "System.Threading.Overlapped/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==",
      "path": "system.threading.overlapped/4.3.0",
      "hashPath": "system.threading.overlapped.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
      "path": "system.threading.tasks/4.3.0",
      "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks.Extensions/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
      "path": "system.threading.tasks.extensions/4.3.0",
      "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
    },
    "System.Threading.Thread/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
      "path": "system.threading.thread/4.3.0",
      "hashPath": "system.threading.thread.4.3.0.nupkg.sha512"
    },
    "System.Threading.ThreadPool/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==",
      "path": "system.threading.threadpool/4.3.0",
      "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512"
    },
    "System.Threading.Timer/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==",
      "path": "system.threading.timer/4.3.0",
      "hashPath": "system.threading.timer.4.3.0.nupkg.sha512"
    },
    "System.ValueTuple/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cNLEvBX3d6MMQRZe3SMFNukVbitDAEpVZO17qa0/2FHxZ7Y7PpFRpr6m2615XYM/tYYYf0B+WyHNujqIw8Luwg==",
      "path": "system.valuetuple/4.3.0",
      "hashPath": "system.valuetuple.4.3.0.nupkg.sha512"
    },
    "System.Windows.Extensions/4.6.0-preview4.19212.13": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kFSstbvZeOMN7n/VbvK45nidZSUXmPUssnw/isqj1obVT1XC+TYM2tLllrYOA9hcGHWHzSe0IsaP68vmHHm+Ig==",
      "path": "system.windows.extensions/4.6.0-preview4.19212.13",
      "hashPath": "system.windows.extensions.4.6.0-preview4.19212.13.nupkg.sha512"
    },
    "System.Xml.ReaderWriter/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
      "path": "system.xml.readerwriter/4.3.0",
      "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
    },
    "System.Xml.XDocument/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
      "path": "system.xml.xdocument/4.3.0",
      "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
    },
    "Core/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "NuGetPackageExplorer.Types/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "PackageViewModel/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
NuGetPackageExplorer.dll
md5: F2BB1519B58C4F847C2D5368CAFEDEBD | sha1: F73A6F511F4D483E79BA721AE22E85AD0FF13501 | sha256: D83458252621EB453D30AD558C128BC20AB87086783A8C770868D1126F044994 | sha512: CFFE0FE8A2313895F1B8EC865607D5646AB84B10E1291F06E36989511266D3E959D659642298C0E80FE56D6F057223D67F2B6A513FDEA058A3586D9A1B586090
NuGetPackageExplorer.dll.config
<?xml version="1.0"?>
<configuration>
  <configSections>
    <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
      <section name="PackageExplorer.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
    </sectionGroup>
  </configSections>
  <appSettings>
    <add key="InstrumentationKey" value="__AppInsightsKey__" />
  </appSettings>
  <userSettings>
    <PackageExplorer.Properties.Settings>
      <setting name="FontSize" serializeAs="String">
        <value>12</value>
      </setting>
      <setting name="ContentViewerHeight" serializeAs="String">
        <value>400</value>
      </setting>
      <setting name="PackageSource" serializeAs="String">
        <value>https://api.nuget.org/v3/index.json</value>
      </setting>
      <setting name="WindowPlacement" serializeAs="String">
        <value />
      </setting>
      <setting name="PublishPrivateKey" serializeAs="String">
        <value />
      </setting>
      <setting name="PublishPackageLocation" serializeAs="String">
        <value>https://nuget.org</value>
      </setting>
      <setting name="PackageChooserDialogWidth" serializeAs="String">
        <value>630</value>
      </setting>
      <setting name="PackageChooserDialogHeight" serializeAs="String">
        <value>450</value>
      </setting>
      <setting name="IsFirstTime" serializeAs="String">
        <value>True</value>
      </setting>
      <setting name="PackageContentHeight" serializeAs="String">
        <value>400</value>
      </setting>
      <setting name="ShowTaskShortcuts" serializeAs="String">
        <value>True</value>
      </setting>
      <setting name="WordWrap" serializeAs="String">
        <value>False</value>
      </setting>
      <setting name="ShowLineNumbers" serializeAs="String">
        <value>False</value>
      </setting>
      <setting name="PublishAsUnlisted" serializeAs="String">
        <value>False</value>
      </setting>
      <setting name="ShowPrereleasePackages" serializeAs="String">
        <value>True</value>
      </setting>
      <setting name="IsFirstTimeAfterMigrate" serializeAs="String">
        <value>True</value>
      </setting>
      <setting name="SigningCertificate" serializeAs="String">
        <value />
      </setting>
      <setting name="TimestampServer" serializeAs="String">
        <value />
      </setting>
      <setting name="SigningHashAlgorithmName" serializeAs="String">
        <value />
      </setting>
      <setting name="AutoLoadPackages" serializeAs="String">
        <value>True</value>
      </setting>
      <setting name="UseApiKey" serializeAs="String">
        <value>True</value>
      </setting>
    </PackageExplorer.Properties.Settings>
  </userSettings>
  <runtime>
    <loadFromRemoteSources enabled="true"/>
    <AppContextSwitchOverrides value="Switch.System.Diagnostics.IgnorePortablePDBsInStackTraces=false" />
  </runtime>
</configuration>
NuGetPackageExplorer.exe
md5: 778D04A9D789B4773F545E170FA1ADC0 | sha1: 5C35D4AADD58E386CB65F5B88BE7F99ED8A3D97C | sha256: 40A5D6012D75BBC90AD11F88DF25FA652CEF8898460BDA784E205EDB81D6F25F | sha512: 3EC56EF0E9E1692E510099739310FD2A46EB2DB58691A0AB2CFF2BBEAA0FC3B70A662E4E7A6F90345171C5871EDE4746DAD30AC9AC9929ABE57F0F877CF82C48
NuGetPackageExplorer.exe.gui
 
NuGetPackageExplorer.runtimeconfig.json
{
  "runtimeOptions": {}
}
NuGetPackageExplorer.Types.dll
md5: D6745A869B57F6D36DF3B7BE1C7958F5 | sha1: EA9153B2A8D61B51CB57CA39C43F876B3B72E367 | sha256: 9FBF7DDC39D03BC9DEC0C970D98A035DAA4F047BFBE55DDD74970A43CCD4761A | sha512: 011FA164A8300B6D8E43BAE82553921368F1CBB5DBE7ED68B8A2DFFA0C2B528D9054D446F0AE854AFE350092503E80268FA64CD7FA6BB8B9845FFD2A1E2E65BE
NuGetPackageExplorer.Types.xml
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>NuGetPackageExplorer.Types</name>
    </assembly>
    <members>
    </members>
</doc>
NuGetPackageExplorer.xml
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>NuGetPackageExplorer</name>
    </assembly>
    <members>
        <member name="T:PackageExplorer.AboutWindow">
            <summary>
            Interaction logic for AboutWindow.xaml
            </summary>
            <summary>
            AboutWindow
            </summary>
        </member>
        <member name="M:PackageExplorer.AboutWindow.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.App">
            <summary>
            App
            </summary>
        </member>
        <member name="M:PackageExplorer.App.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="M:PackageExplorer.App.Main">
            <summary>
            Application Entry Point.
            </summary>
        </member>
        <member name="T:PackageExplorer.ContentViewerPane">
            <summary>
            Interaction logic for ContentViewerPane.xaml
            </summary>
            <summary>
            ContentViewerPane
            </summary>
        </member>
        <member name="M:PackageExplorer.ContentViewerPane.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.Controls.PdbFileViewer">
            <summary>
            Interaction logic for PdbFileViewer.xaml
            </summary>
            <summary>
            PdbFileViewer
            </summary>
        </member>
        <member name="M:PackageExplorer.Controls.PdbFileViewer.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.BooleanToVisibilityConverter">
            <summary>
            This BooleanToVisibility converter allows us to override the converted value when
            the bound value is false.
            
            The built-in converter in WPF restricts us to always use Collapsed when the bound 
            value is false.
            </summary>
        </member>
        <member name="T:PackageExplorer.FileEditor">
            <summary>
            FileEditor
            </summary>
        </member>
        <member name="M:PackageExplorer.FileEditor.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.FrameworkReferencesEditor">
            <summary>
            FrameworkReferencesEditor
            </summary>
        </member>
        <member name="M:PackageExplorer.FrameworkReferencesEditor.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.MainWindow">
            <summary>
            Interaction logic for MainWindow.xaml
            </summary>
            <summary>
            MainWindow
            </summary>
        </member>
        <member name="M:PackageExplorer.MainWindow.AskToSaveCurrentFile">
            <summary>
            Asks user to save the current file before doing something (e.g. exit, open a new file)
            </summary>
            <returns>true if user cancels the impending action</returns>
        </member>
        <member name="M:PackageExplorer.MainWindow.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageAnalyzerPane">
            <summary>
            Interaction logic for PackageAnalyzerPane.xaml
            </summary>
            <summary>
            PackageAnalyzerPane
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageAnalyzerPane.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageChooserDialog">
            <summary>
            Interaction logic for PackageChooserDialog.xaml
            </summary>
            <summary>
            PackageChooserDialog
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageChooserDialog.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageDetailActionsControl">
            <summary>
            Interaction logic for PackageDetailActionsControl.xaml
            </summary>
            <summary>
            PackageDetailActionsControl
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageDetailActionsControl.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageDetailControl">
            <summary>
            Interaction logic for PackageDetailControl.xaml
            </summary>
            <summary>
            PackageDetailControl
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageDetailControl.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageListItem">
            <summary>
            Interaction logic for PackageListItem.xaml
            </summary>
            <summary>
            PackageListItem
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageListItem.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageDependencyEditor">
            <summary>
            Interaction logic for PackageDependencyEditor.xaml
            </summary>
            <summary>
            PackageDependencyEditor
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageDependencyEditor.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageMetadataEditor">
            <summary>
            PackageMetadataEditor
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageMetadataEditor.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageReferencesEditor">
            <summary>
            PackageReferencesEditor
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageReferencesEditor.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PackageViewer">
            <summary>
            Interaction logic for PackageViewer.xaml
            </summary>
            <summary>
            PackageViewer
            </summary>
        </member>
        <member name="M:PackageExplorer.PackageViewer.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PluginManagerDialog">
            <summary>
            PluginManagerDialog
            </summary>
        </member>
        <member name="M:PackageExplorer.PluginManagerDialog.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PortableLibraryDialog">
            <summary>
            PortableLibraryDialog
            </summary>
        </member>
        <member name="M:PackageExplorer.PortableLibraryDialog.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.PublishPackageWindow">
            <summary>
            PublishPackageWindow
            </summary>
        </member>
        <member name="M:PackageExplorer.PublishPackageWindow.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.RenameWindow">
            <summary>
            Interaction logic for RenameWindow.xaml
            </summary>
            <summary>
            RenameWindow
            </summary>
        </member>
        <member name="M:PackageExplorer.RenameWindow.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_CreatedByLabel">
            <summary>
              Looks up a localized string similar to Authors:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_DependenciesLabel">
            <summary>
              Looks up a localized string similar to Dependencies:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_DevelopmentDependencyLabel">
            <summary>
              Looks up a localized string similar to Development Dependency:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_DownloadingPackage">
            <summary>
              Looks up a localized string similar to Downloading package {0} {1}.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_Errors">
            <summary>
              Looks up a localized string similar to Errors.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_FrameworkAssembliesLabel">
            <summary>
              Looks up a localized string similar to Framework Assembly References:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_HelpAbout">
            <summary>
              Looks up a localized string similar to Author: Luan Nguyen (@dotnetjunky). For more information, visit http://nuget.codeplex.com..
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_IdLabel">
            <summary>
              Looks up a localized string similar to Id:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_Information">
            <summary>
              Looks up a localized string similar to Information.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_InvalidPackageUrl">
            <summary>
              Looks up a localized string similar to The package URL {0} is invalid and can not be opened..
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_LanguageLabel">
            <summary>
              Looks up a localized string similar to Language:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_LicenceMeta">
            <summary>
              Looks up a localized string similar to License Meta:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_LicenseExpression">
            <summary>
              Looks up a localized string similar to Expression:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_LicenseExpressionVersion">
            <summary>
              Looks up a localized string similar to Expression Version:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_MinVersionLabel">
            <summary>
              Looks up a localized string similar to Min client version:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_MoreInfo">
            <summary>
              Looks up a localized string similar to Package Information.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_NoDependencyLabel">
            <summary>
              Looks up a localized string similar to No Dependencies.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_OpenFileFilter">
            <summary>
              Looks up a localized string similar to All supported files|*.nupkg;*.snupkg;*.nuspec|NuGet package file (*.nupkg)|*.nupkg|NuGet Symbols package file (*.snupkg)|*.snupkg|NuSpec file (*.nuspec)|*.nuspec.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_OwnersLabel">
            <summary>
              Looks up a localized string similar to Owners:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_PublisherLabel">
            <summary>
              Looks up a localized string similar to Publisher:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_ReportAbuse">
            <summary>
              Looks up a localized string similar to Report Abuse.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_RepositoryBranch">
            <summary>
              Looks up a localized string similar to Branch:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_RepositoryCommit">
            <summary>
              Looks up a localized string similar to Commit:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_RepositoryLabel">
            <summary>
              Looks up a localized string similar to Repository:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_RepositoryType">
            <summary>
              Looks up a localized string similar to Type:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_RepositoryUrl">
            <summary>
              Looks up a localized string similar to Url:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_RequireLicenseLabel">
            <summary>
              Looks up a localized string similar to Requires License Acceptance:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_SaveQuestion">
            <summary>
              Looks up a localized string similar to Do you want to save your changes?.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_ServiceableLabel">
            <summary>
              Looks up a localized string similar to Serviceable:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_SetActivePackagePublishSource">
             <summary>
               Looks up a localized string similar to The external url wants to add a publish source to NuGet Package Explorer.
            
            Do you want to add &apos;{0}&apos; to the list of package publish sources?.
             </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_ShowDetails">
            <summary>
              Looks up a localized string similar to Show details....
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_SignatureValidation">
            <summary>
              Looks up a localized string similar to Signature Validation:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_TagLabel">
            <summary>
              Looks up a localized string similar to Tags:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_Title">
            <summary>
              Looks up a localized string similar to NuGet Package Explorer.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_TitleLabel">
            <summary>
              Looks up a localized string similar to Title:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_ValidationResult">
            <summary>
              Looks up a localized string similar to Validation Results:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_ValidationResultTitle">
            <summary>
              Looks up a localized string similar to Package Validation Results.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_VersionLabel">
            <summary>
              Looks up a localized string similar to Version:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_ViewLicense">
            <summary>
              Looks up a localized string similar to View License Terms.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Dialog_Warnings">
            <summary>
              Looks up a localized string similar to Warnings.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.MoveContentFileToFolder">
            <summary>
              Looks up a localized string similar to Do you want to add the file &apos;{0}&apos; to &apos;{1}&apos; folder instead?.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.MoveContentFileToFolderExplanation">
            <summary>
              Looks up a localized string similar to NuGet does not do anything special with files at the package root. The extension of this file indicates that it is intended to be placed in the &apos;{0}&apos; folder. .
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.NoFxDependencyGroup">
            <summary>
              Looks up a localized string similar to (not framework specific).
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.NoNetworkConnection">
            <summary>
              Looks up a localized string similar to Network connection is not detected..
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ActionDownload">
            <summary>
              Looks up a localized string similar to download.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ActionHideAllVersions">
            <summary>
              Looks up a localized string similar to hide all versions.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ActionOpen">
            <summary>
              Looks up a localized string similar to open.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ActionShowAllVersions">
            <summary>
              Looks up a localized string similar to show all versions.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ClearSearchButtonTooltip">
            <summary>
              Looks up a localized string similar to Clear search.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ColumnHeaderDownloads">
            <summary>
              Looks up a localized string similar to Downloads.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ColumnHeaderPublished">
            <summary>
              Looks up a localized string similar to Published.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ColumnHeaderVersion">
            <summary>
              Looks up a localized string similar to Version.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_DetailAuthors">
            <summary>
              Looks up a localized string similar to Author(s):.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_DetailDatePublished">
            <summary>
              Looks up a localized string similar to Date published:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_DetailDescription">
            <summary>
              Looks up a localized string similar to Description.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_DetailLicense">
            <summary>
              Looks up a localized string similar to License:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_DetailProjectUrl">
            <summary>
              Looks up a localized string similar to Project URL:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_DetailReportAbuse">
            <summary>
              Looks up a localized string similar to Report Abuse:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_DetailTags">
            <summary>
              Looks up a localized string similar to Tags:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_DetailVersion">
            <summary>
              Looks up a localized string similar to Version:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_PackageSource">
            <summary>
              Looks up a localized string similar to _Package source:.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_SearchBoxTooltip">
            <summary>
              Looks up a localized string similar to Search for package.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_SearchBoxWatermark">
            <summary>
              Looks up a localized string similar to Search (Ctrl+E).
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_SearchButtonTooltip">
            <summary>
              Looks up a localized string similar to Search.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_ShowPreReleasePackages">
            <summary>
              Looks up a localized string similar to Show pre-release packages.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageChooser_WindowTitle">
            <summary>
              Looks up a localized string similar to Select Package.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageContentsVerifyError">
            <summary>
              Looks up a localized string similar to Failed to download package correctly. The contents of the package could not be verified..
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.PackageHasNoFile">
            <summary>
              Looks up a localized string similar to There are no contents or dependencies in the package..
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.ProxyConnectToMessage">
            <summary>
              Looks up a localized string similar to Connect to {0}.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Validation_Disallowed">
            <summary>
              Looks up a localized string similar to Disallowed.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Validation_Pending">
            <summary>
              Looks up a localized string similar to Pending.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Validation_Suspect">
            <summary>
              Looks up a localized string similar to Suspect.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Validation_Unknown">
            <summary>
              Looks up a localized string similar to Unknown.
            </summary>
        </member>
        <member name="P:PackageExplorer.Resources.Validation_Valid">
            <summary>
              Looks up a localized string similar to Valid.
            </summary>
        </member>
        <member name="T:PackageExplorer.SignPackageDialog">
            <summary>
            SignPackageDialog
            </summary>
        </member>
        <member name="M:PackageExplorer.SignPackageDialog.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.TaskShortcut">
            <summary>
            Interaction logic for TaskShortcut.xaml
            </summary>
            <summary>
            TaskShortcut
            </summary>
        </member>
        <member name="M:PackageExplorer.TaskShortcut.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:PackageExplorer.ValidationResultWindow">
            <summary>
            Interaction logic for AboutWindow.xaml
            </summary>
            <summary>
            ValidationResultWindow
            </summary>
        </member>
        <member name="M:PackageExplorer.ValidationResultWindow.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
        <member name="T:xamlSpinnersWPF.ucSpinnerDotCircle">
            <summary>
            Interaction logic for ucSpinnerDotCircle.xaml
            </summary>
            <summary>
            ucSpinnerDotCircle
            </summary>
        </member>
        <member name="M:xamlSpinnersWPF.ucSpinnerDotCircle.InitializeComponent">
            <summary>
            InitializeComponent
            </summary>
        </member>
    </members>
</doc>
Ookii.Dialogs.Wpf.dll
md5: B91F6906B85B32971DDA80139F9078FE | sha1: 6EB70FA02BE06A9B96DD45F94A626026F20F143E | sha256: 160EC23F8BFB0705FF2844A263C49DA0B7C8606FA83AA6ACFFE15F7296F06368 | sha512: 43691DE810ED85030B9CABD36EEFD0D88393C894B2F7FC938885725631D49766EFEFE4456C2FA196F4B7741BF3C6D8EF1A69F032D723881F45FD0AD195C65116
OSVersionHelper.dll
md5: F126A9AAFF1EA60CC79CF7BC148B970D | sha1: 791E8C1C0F64A50A2EA02438A73DAE0A79525B92 | sha256: 93A24FF3F14FAF65557CAB7AED1E2E0481B384E87F25611BAB014370D939F23D | sha512: E2315D02371353EF6A12F101C7089CA3770956FC92417569D0FFB3E9D1FED1042D893D52FC007EBC0BD84F99D8FC26F6EDEB0DA77E9FC96B6C79A8BECB49ABEA
PackageViewModel.dll
md5: 7531F7CBB0914F95D10941C2D44D0387 | sha1: 6161DE7C54604E660733BEECC5A8D4C8DB585B56 | sha256: 99D04186688A2AC291DEFEA3E62B7A20BC13624920EA9DC87D99C4D8B42F48D0 | sha512: 5DEBF69EBB553856CF9CEDB12F9D8DCE52E8E98F81C360E7E5879D3E3C64D7AB762C1CE4F258EE7C67DCF11605492A63B604274428B79F8187DBBEA213458B3A
PackageViewModel.xml
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>PackageViewModel</name>
    </assembly>
    <members>
        <member name="T:PackageExplorerViewModel.RelayCommand`1">
            <summary>
            A command whose sole purpose is to 
            relay its functionality to other
            objects by invoking delegates. The
            default return value for the CanExecute
            method is 'true'.
            </summary>
        </member>
        <member name="M:PackageExplorerViewModel.RelayCommand`1.#ctor(System.Action{`0},System.Predicate{`0})">
            <summary>
            Creates a new command.
            </summary>
            <param name="execute">The execution logic.</param>
            <param name="canExecute">The execution status logic.</param>
        </member>
        <member name="T:PackageExplorerViewModel.RelayCommand">
            <summary>
            A command whose sole purpose is to 
            relay its functionality to other
            objects by invoking delegates. The
            default return value for the CanExecute
            method is 'true'.
            </summary>
        </member>
        <member name="M:PackageExplorerViewModel.RelayCommand.#ctor(System.Action)">
            <summary>
            Creates a new command that can always execute.
            </summary>
            <param name="execute">The execution logic.</param>
        </member>
        <member name="M:PackageExplorerViewModel.RelayCommand.#ctor(System.Action,System.Func{System.Boolean})">
            <summary>
            Creates a new command.
            </summary>
            <param name="execute">The execution logic.</param>
            <param name="canExecute">The execution status logic.</param>
        </member>
        <member name="P:PackageExplorerViewModel.EditablePackageMetadata.FileName">
            <summary>
            file name for V2 local feeds {id}.{version}
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.PackageFile.OriginalPath">
            <summary>
            Returns the path on disk if this file is a PhysicalPackageFile. Otherwise, returns null;
            </summary>
        </member>
        <member name="M:PackageExplorerViewModel.PackageFile.OnFileDeleted(System.Object,System.IO.FileSystemEventArgs)">
            <summary>
            this is invoked on a background thread.
            </summary>
        </member>
        <member name="M:PackageExplorerViewModel.PackageFolder.Detach(PackageExplorerViewModel.PackagePart)">
            <summary>
            Detach() is different from Remove() in that it doesn't dispose the child.
            </summary>
            <param name="child"></param>
        </member>
        <member name="T:PackageExplorerViewModel.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.Browse">
            <summary>
              Looks up a localized string similar to Browse.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.Certificate">
            <summary>
              Looks up a localized string similar to Certificate.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.CertificateInfo">
            <summary>
              Looks up a localized string similar to Certificate Info.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.CertificateStore">
            <summary>
              Looks up a localized string similar to Certificate Store.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ChooseCertificate_Description">
            <summary>
              Looks up a localized string similar to Provide the code signing certificate for signing the package..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ChooseCertificate_Title">
            <summary>
              Looks up a localized string similar to Choose a Certificate for Package Signing.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.Close">
            <summary>
              Looks up a localized string similar to Close.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ConfirmToDeleteContent">
            <summary>
              Looks up a localized string similar to Are you sure you want to delete &apos;{0}&apos;?.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ConfirmToDeleteContent_Title">
            <summary>
              Looks up a localized string similar to Deleted file or folder is not recoverable..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ConfirmToDeletePlugin">
            <summary>
              Looks up a localized string similar to Are you sure you want to delete this plugin?.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ConfirmToReplaceExsitingFile">
            <summary>
              Looks up a localized string similar to Do you want to replace the existing file &apos;{0}&apos;?.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ConfirmToReplaceExsitingFile_Title">
            <summary>
              Looks up a localized string similar to There is already a file with the same name in this folder..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ConfirmToReplaceFile">
            <summary>
              Looks up a localized string similar to Do you want to replace existing file &apos;{0}&apos; on disk?.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ConfirmToReplaceFile_Title">
            <summary>
              Looks up a localized string similar to There is already a file with the same name in this location..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ConnectingMessage">
            <summary>
              Looks up a localized string similar to Connecting to package source....
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.Dialog_SaveQuestion">
            <summary>
              Looks up a localized string similar to Do you want to save your changes?.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.Dialog_Title">
            <summary>
              Looks up a localized string similar to NuGet Package Explorer.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.EditFormHasInvalidInput">
            <summary>
              Looks up a localized string similar to The operation cannot be completed because the edit form has some invalid input..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.ExportPackageSuccess">
            <summary>
              Looks up a localized string similar to This package has been exported successfully..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.FileNameConflictWithExistingDirectory">
            <summary>
              Looks up a localized string similar to The new file has the same name as another folder..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.HashAlgorithName">
            <summary>
              Looks up a localized string similar to Hash Algorithm Name.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.LoadingMessage">
            <summary>
              Looks up a localized string similar to Loading....
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.NoNetworkConnection">
            <summary>
              Looks up a localized string similar to No network connection is detected..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.OpenExecutableScriptWarning">
            <summary>
              Looks up a localized string similar to Opening this file can potentially harm your computer. Do you want to continue?.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.OpenExecutableScriptWarning_Title">
            <summary>
              Looks up a localized string similar to The file &apos;{0}&apos; is executable..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.PackageCreationFailed">
            <summary>
              Looks up a localized string similar to Failed to generate package due to this error:.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.Password">
            <summary>
              Looks up a localized string similar to Password.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.PasswordIncorrect">
            <summary>
              Looks up a localized string similar to Password incorrect.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.PasswordRequired">
            <summary>
              Looks up a localized string similar to Password required.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.PhysicalFileMissing">
            <summary>
              Looks up a localized string similar to The file &apos;{0}&apos; was either renamed or deleted from its physical location. It will now be removed from the package..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.PluginFailToReadContent">
            <summary>
              Looks up a localized string similar to *** The plugin that registers to read this file type fails to read the content of this file. ***.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.RenameCausesNameCollison">
            <summary>
              Looks up a localized string similar to There is another file or folder with the same name as &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.SelectCertificate">
            <summary>
              Looks up a localized string similar to Select Certificate.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.Sign">
            <summary>
              Looks up a localized string similar to Sign.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.SigningPackage">
            <summary>
              Looks up a localized string similar to Signing package....
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.SigningPackageAndRemoveSignature">
            <summary>
              Looks up a localized string similar to Remove signature and signing package....
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.SignPackage">
            <summary>
              Looks up a localized string similar to Sign Package.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.TimestampServer">
            <summary>
              Looks up a localized string similar to Timestamp Server.
            </summary>
        </member>
        <member name="P:PackageExplorerViewModel.Resources.UnsupportedFormatMessage">
            <summary>
              Looks up a localized string similar to *** The format of this file is not supported. ***.
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.Icon">
            <summary>
            Get icon
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.DisplayName">
            <summary>
            get display name
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.TypeName">
            <summary>
            Get type name
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.Attributes">
            <summary>
            Get attributes
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.IconLocatin">
            <summary>
            Get icon location
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.ExeType">
            <summary>
            Return exe type
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.SysIconIndex">
            <summary>
            Get system icon index
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.LinkOverlay">
            <summary>
            Put a link overlay on icon
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.Selected">
            <summary>
            Show icon in selected state
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.Attr_Specified">
            <summary>
            Get only specified attributes
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.LargeIcon">
            <summary>
            Get large icon
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.SmallIcon">
            <summary>
            Get small icon
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.OpenIcon">
            <summary>
            Get open icon
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.ShellIconize">
            <summary>
            Get shell size icon
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.PIDL">
            <summary>
            pszPath is a pidl
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.UseFileAttributes">
            <summary>
            Use passed dwFileAttribute
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.AddOverlays">
            <summary>
            Apply the appropriate overlays
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.OverlayIndex">
            <summary>
            Get the index of the overlay in the upper 8 bits of the iIcon
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.SHGFI.FILE_ATTRIBUTE_DIRECTORY">
            <summary>
            The handle that identifies a directory.
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.MAX_PATH">
            <summary>
            Maximal Length of unmanaged Windows-Path-strings
            </summary>
        </member>
        <member name="F:PackageExplorerViewModel.FileHelper.MAX_TYPE">
            <summary>
            Maximal Length of unmanaged Typename
            </summary>
        </member>
        <member name="M:PackageExplorerViewModel.PathUtility.RelativePathTo(System.String,System.String)">
            <summary>
            Creates a relative path from one file
            or folder to another.
            </summary>
            <param name="fromDirectory">
            Contains the directory that defines the
            start of the relative path.
            </param>
            <param name="toPath">
            Contains the path that defines the
            endpoint of the relative path.
            </param>
            <returns>
            The relative path from the start
            directory to the end path.
            </returns>
            <exception cref="T:System.ArgumentNullException"></exception>
        </member>
    </members>
</doc>
PenImc_cor3.dll
md5: A1C0C226A7D0BC4671983FC757424678 | sha1: 86E549495A863CEA0A331C5CEB5EFCD543F41BDD | sha256: 2EC10CE98BBD8FA3F32B9DE9A088578C40E019F71FC3A0C994F21A0EEFA9E0AC | sha512: C17F1B8F42DB37CFBBCA1E8449582DA5D811C1A94ADFCCA4B661FF97D04A64EEA08B252DFAC29EB8C024168B88A941C6DDF3695EEB6928233EB608F60E07635B
pl\Humanizer.resources.dll
md5: C85496479CE5FAC5C5C6D393FA44BF50 | sha1: 120D541E86D15581CDAF0ACE89902A35E22BE1B7 | sha256: 37ABB1B6FE673C4D8FFBBC9C1CA4267C00F9A49A076B50BD3A88EEFDA5B4B01B | sha512: DB84D16DCB6D5786805202578AC67D6DBF06AF9BD78ACA9C3DF2F134D909B43BD1477943CE8C90D9838FC779276DAE4497DBF5B0F07A7C6FE804A4239E3F6DC5
pl\Microsoft.DiaSymReader.Converter.resources.dll
md5: 70E3C37A0D2DD286847A5F5E3208C9D0 | sha1: F23EE566B3F7C51E362E87DE15A7FA8CCFEE8E8A | sha256: 9A8EE161E57CB0857D094E02A381E86DA343A9317914AAC745B85E40CABC74F2 | sha512: 6D2C52C467ED0579947572670F9AC120DAD1429E195FB2ADA66B135F7B3DA5ABFBEE7FD2B916C6EE7C7AB9EBF827B4498130CBE2447F622D8B87B469ED6DCB31
PresentationCore-CommonResources.dll
md5: 1CF55AEE3EA6EC609FC2F9936C61EE97 | sha1: 3996B3BD9330BD2A9CC2593C493B051E41EE15EE | sha256: E1F14088641ECCD4BAF923FC37865366BE791F120F1EF857CD8E1A750933B028 | sha512: 8711FF6D89E736DFBCDABC4AABE3A0CEA8D6AE01F0BF6FDE9E6F05EF4EE5B967861ED6B094BF367504F1C493E630A84F1BE671CC0D7B2A960795715006D2638A
PresentationCore.dll
md5: 30B39622C25EDD64A4B3442A00BD02A1 | sha1: CCC83F258186E7011B874A217A9655C01F7D8911 | sha256: 922FA54D1B9B0F7885F5CE2CD156DED306F3EC8CBC7001EF2A143D1D70AE3637 | sha512: D209370BDDD6414C59124A7BBC58276592E7C8D0AA2562ED708281A03EF36E69ABB6FAD5DF0EE7F9C3641EB3005E9E82C34B243531AC5D9613AFB1958535659D
PresentationFramework-SystemCore.dll
md5: 2FEAB4C0A343B3CA5407B9B0DD04D7DD | sha1: 20855ADB599EF38574C5C247290976F4BA5BE6AD | sha256: B5A013B9CB1E877DB2EB2B33A6505C11B946B554397ED17899853284CBE81FFE | sha512: C92755653716B5573CF9AF7728DE7E6AFA6766EC91660764A99D44A86C040DA926859213C32B154A3E6E2CE9129E18A57E658871A6500E2823106A5A87FAE04F
PresentationFramework-SystemData.dll
md5: 93AB54A2176E9CF5A54AC65C3A3D7124 | sha1: EBC4F003A4380C2BB9924C5841F79AD1F030D184 | sha256: A1624357C2DD95516392B80C858C730A55CE384C7AF5307BECC4C903899F856B | sha512: 6F2AD554834BA2EE870E41EE490BAE1E3D6E32D29FC654D03BE5FFF6CCEABB7047FF5542C39D9E9407E660E685A725E8641E728684BD2A63CA1C576863B69C55
PresentationFramework-SystemDrawing.dll
md5: EC2FB8D4A2C09B11C954787FDF8C7CDE | sha1: 1E357F22CB12E6D3932BAFBFAA43D22A8BF3ABDB | sha256: 046996B1BB2CFC36A197A817DC7E13D78FED71E289B9EF509E7C170BD29B6474 | sha512: 4D9AB82FC4F226E3FFD76F477BDFE1CCC3A6EBDEC3C40257B1204AB02C737C9A47125D333BCF717ABCC1CF30D9E9CD76225B4ACFA522837AA0FF704D10100FFC
PresentationFramework-SystemXml.dll
md5: B53BF063853350547F6F9E36D785B722 | sha1: 05020B29FDDFA562A6E1277D991AD20F703F8E73 | sha256: 735DDFA829EB0BAE9817A8FE4E2A56A961D7243ACAE480EC87D3DE2585F43551 | sha512: 30446C7634DBE873680FD7EDB5162B661DE09CF3BDED13A26270333A5E97879F8FBBBBFC82BCC5C24463EB93E05099BFB425BA9E3D63169A770AF18F7AC43DE3
PresentationFramework-SystemXmlLinq.dll
md5: A73CB040AA2F1F32F96B527AC3E4389B | sha1: 2B08C396148471C64DE20B3E1CBD6B456CCB3D9C | sha256: EB712EC7772DDC30A913D8328F70AA06F1E25E06C39939E0D54453AAC1FF1C95 | sha512: ABEA7A0F3605B1B4C9EDC339488EB20A9E86797BAD99F40CC7F8B346F31D5D046D17254716635255520044197993213F3FCEBF51A2EE41C382A5FB8779B0224B
PresentationFramework.Aero.dll
md5: 81A1AFF537A8EF79CFBE14CC3C176D50 | sha1: 214F70C6CB67CA950A9F21F669ED0A23D22A2EE0 | sha256: 2027825737C6ED41857639E0DFB9C624C32B913C4033560505BB9D94CEB1EE0D | sha512: 2FB06D90D92F9696CBE7C69E4B2E36D7A45F76FAF55CF7E8496E8812B1AABF68AE4E27C3CAD9BD8F8DAB00083AAF686843F535273F3D5BBBAC26A81278BEA58C
PresentationFramework.Aero2.dll
md5: 8B0A1F8F7857025F58C4D6A3A9F494B1 | sha1: DBB2DC64CF237C357244FA0746E0F431E15092FF | sha256: AC8FC44B4E417B853EF807C31F1449ACB895E70F060D47AA51EFE42F67FCC917 | sha512: 5B4853D05D7DC1C695A5C35865407F15A4ABCC625C377166A1749F10E6D6444A8FE80DA2D1C3F788FDD35A5CC36D01697D17C8800F9C2C54972F8AD91A79EF7F
PresentationFramework.AeroLite.dll
md5: B8E26549A05402F8D5CBB616AED0E020 | sha1: 6F7C265ABC00A3974C0B19654CB191117A9FA5A0 | sha256: F5406087F57B62BD05EE1D760422839EFB9ECBE972DD58084CA69424952CFC22 | sha512: F63EAFAB01ED5914D1F1996936EA7570510BA15B9BED5AC54176412BED5E6819E4A7969505969D1993E42A94AFC27F9DEF106398F9B8B76C8C43BC42A2E56BF1
PresentationFramework.Classic.dll
md5: 0FBEDF87BAD267C184B7BBD516D11606 | sha1: 2470C70FA1FA069C4B91AB7BFDF3C1043A4A733E | sha256: 3CAD3F2202E5A1AF513122988CDBA093AB1AF8E12F71DB4F6A763981D0D21BCC | sha512: 73A6F7C3648877985658C5820BC4FF0341873892D3A32F5D22A1544CD93500271CB19D0DB1987A160FD9035AB749AB9FEA5A39B0649780DFC185446A7F5236CE
PresentationFramework.dll
md5: 7A6E7AF50271D5835DD5808E9D5E6F59 | sha1: 36A9B5F30B71B9EA4D8E411E20DBEC1C494E2228 | sha256: E4A4768003F5881EE5D8CF1364C0FE82F35916038AAF7AA6BED2467EE950EAC2 | sha512: 99D029FED136FFBBB7DB8BFE4ED0517370D0AF75BBBA2F6EEEC2B3591554AB1DEC13076E161B13D6F2D611366C1C84D347C4A9944B4482B87F32162747E8A1A1
PresentationFramework.Luna.dll
md5: 9375410CB7C69BF9E9C3194D88415AC9 | sha1: FBEDA46B0DDD9946DD0702F0C79FD055E617D561 | sha256: 9FBD801DFA00153DA317E7FAE162C07C162068C587C729C6D300164DE86639F2 | sha512: E665617BC588086AE72127CA2AE7579217FDDE335F5B95DDF7697D49BDD4F5F231858C2257C3367CD48BDFEA3561805A9BB5A192909158B719BA30C0E2BE75E6
PresentationFramework.Royale.dll
md5: 5783BC64996DE51F263CDCB16DB3D5F8 | sha1: 15F1CAFD2B6CC9C25C75355CC1BB33EEB4E34BB9 | sha256: 558C239045D90093D3C9BB1C44D1D646136946AE8FE405095975389B069F47D6 | sha512: 33B668C1AC4FB9C362BFC27D24CF42F1173E0C88845D006ED2102E5CFE625680E31847D5C27BB9BBB845AAC322FE7C4D9902BEAB91470BDE46E09B126FA0C3F2
PresentationNative_cor3.dll
md5: FDC42950A8A4EC4E73869905175DEC2D | sha1: 7EBD0E28B836F728EC2AD4837971B8D587E424BD | sha256: BA3FE138A9CCB7FF0B9F8AE2BBDA527781519159F4574CBF64278387AA91570D | sha512: D2DEF8DCF79BFB36EBBE2D0619CC7F78E6B2F1B9AA5C0488C93E24F50BF6BF4E52B8EEB0EF7AAA1CCC5D53F5CEEE21D247E04AA771DCC3B47A2D0ABCCF313D66
PresentationUI.dll
md5: A8B512A75EC9EA6906D5DA3FD8293FF0 | sha1: 955C698533134B78196FA0634A401AFDAF84971D | sha256: 2F9DFA42CE2DE0BBE7D3A81DC26BB726240033F17B1F9642655862AA5F30DADC | sha512: 0457FC70730298C716B7953E0A750A2576011F8EB63755FB1722E3FD61834485E92DA2F4A1C4C0E1B98674226C9F5F001E74DC30D3E1C2F78E6EE41A1E308774
pt-BR\Microsoft.DiaSymReader.Converter.resources.dll
md5: A2F4088F7AEC4F53C95FB1780A9493BB | sha1: AD235190212598A446A7C2DFE859AA86AA4F3EEB | sha256: 586C50FF740FA689621B99090744A708C753E835E40818FBD64F3D559A561BCD | sha512: A07A4DCD09D4BF8F7116668859AAF8AD9E9CA7E5F7C9F48C4B02196EBECAF5EF3D11818D76DF158BF6FB5C961A80DDBB90580B00F7FD97692AE1413C5B94EB40
pt\Humanizer.resources.dll
md5: B193EA78023417526E924F40D75B91B8 | sha1: 459EF4B447E857D17C65EFB473EAAF53810A531B | sha256: 2862EC681A86985659F4DCD7F099CB6D76B7BCE80BA4B42300125F3AC196A404 | sha512: 75E5BB433DB7F5782BC3FA81FD47989BA8D4339EB41EADBE6F5DCB354EDAAD273EB8C6C1AC5819AC240E1AF836875BAAFDF575042F0797AD349D3F51F1372E88
ReachFramework.dll
md5: 36F24E38BAE783958405D6A2C11F7845 | sha1: 841715E2D2B477B6BE7F36CFC8A5AD5371F99598 | sha256: F198CC65B8CEB11621A91E3575EEB4BAB0AB675CCF906C106BE2ABBEBBE30D76 | sha512: 1E7CBA71447CE0E1BDB9154F0ADE56BD689ABC1E34208ECF6C160A09966A0BAB05C85E11C92D85CDE6688B836484D9322D008971BD00A87B8B58B4C7ED2A595E
Resources\fxAssemblies.txt
Accessibility
Microsoft.CSharp
Microsoft.JScript
Microsoft.Web.Infrastructure
Microsoft.VisualBasic
Microsoft.VisualBasic.Compatibility
Microsoft.VisualBasic.Compatibility.Data
Microsoft.VisualC
PresentationCore
PresentationFramework.Aero
PresentationFramework.Classic
PresentationFramework
PresentationFramework.Luna
PresentationFramework.Royale
System
System.Activities
System.Activities.Core.Presentation
System.Activities.DurableInstancing
System.Activities.Presentation
System.AddIn.Contract
System.AddIn
System.ComponentModel.Composition
System.ComponentModel.DataAnnotations
System.Configuration
System.Configuration.Install
System.Core
System.Data.DataSetExtensions
System.Data
System.Data.Entity.Design
System.Data.Entity
System.Data.Linq
System.Data.OracleClient
System.Data.Services.Client
System.Data.Services.Design
System.Data.Services
System.Data.SqlXml
System.Deployment
System.Design
System.Device
System.DirectoryServices.AccountManagement
System.DirectoryServices
System.DirectoryServices.Protocols
System.Drawing.Design
System.Drawing
System.Dynamic
System.EnterpriseServices
System.IdentityModel
System.IdentityModel.Selectors
System.IO.Log
System.Management
System.Management.Instrumentation
System.Messaging
System.Net
System.Numerics
System.Printing
System.Runtime.DurableInstancing
System.Runtime.Caching
System.Runtime.Remoting
System.Runtime.Serialization
System.Runtime.Serialization.Formatters.Soap
System.Security
System.ServiceModel.Activation
System.ServiceModel.Activities
System.ServiceModel.Channels
System.ServiceModel.Discovery
System.ServiceModel
System.ServiceModel.Routing
System.ServiceModel.Web
System.ServiceProcess
System.Speech
System.Transactions
System.Web.Abstractions
System.Web.ApplicationServices
System.Web
System.Web.DataVisualization.Design
System.Web.DataVisualization
System.Web.DynamicData.Design
System.Web.DynamicData
System.Web.Entity.Design
System.Web.Entity
System.Web.Extensions.Design
System.Web.Extensions
System.Web.Mobile
System.Web.RegularExpressions
System.Web.Routing
System.Web.Services
System.Windows.Forms.DataVisualization.Design
System.Windows.Forms.DataVisualization
System.Windows.Forms
System.Windows.Input.Manipulations
System.Windows.Presentation
System.Workflow.Activities
System.Workflow.ComponentModel
System.Workflow.Runtime
System.WorkflowServices
System.Xaml
System.Xml
System.Xml.Linq
UIAutomationClient
UIAutomationClientsideProviders
UIAutomationProvider
UIAutomationTypes
WindowsBase
WindowsFormsIntegration
ro\Humanizer.resources.dll
md5: E83479116F4823A60C30279A1FDE0F3D | sha1: 2299FCA044DEE3F36F18D999FBABE6B76BA5D8A2 | sha256: 0E1504E6B15568FD2BE5D36EE4BF9898C466D0892D82083F27207C707D979CAA | sha512: 8135B6CA302F30386ADDEE7E751372EDF607E070C1E33204EB8FB4DF5210211E0B17404D992A7997C40CF1BB38EC226CBBB0DBBC7CBCE4874E55E2326448DF6D
ru\Humanizer.resources.dll
md5: 69A3CCCA0876C4D51B74EEDA08716F81 | sha1: 4CA9A7DF08283C5C4F3BED38A6AAE8B2F6EEEE0E | sha256: C86E28273FA2A93919BF6301888186C5B3B1D07C842C18F3A00F8754CF5402C5 | sha512: 0E87FE3FEF8EF082B927252350B1221918B2E1219E007F00F941953F013DCD55CA13D24762F386C6E7FE161E30B618E15FD26DBA57E7E3CD90C667F84002DF8D
ru\Microsoft.DiaSymReader.Converter.resources.dll
md5: 20062E07EE1D19D4B86C95978A6B6CCB | sha1: 74422D19C56962CA58B2E250A476A55541E24F1F | sha256: 4F3627B74E7DC7166FE8571DD5CFE0C9ED7FDB6491D071FDA80A0094DD99B5EC | sha512: 499E3E028F67F3127DD1661E21957C2D6AE19A224140D9FB863C550381A3DD2928DA6411A9FC5E9A16186C1182A83D0D852E5BB9FBFBD03F1F9A41A8B3AC2527
sk\Humanizer.resources.dll
md5: 61C63A01FFFB3A45AD32FB97E6C7BBA9 | sha1: 8E7757EC0130D5837BC7282C7B4776919A9ABCBC | sha256: D64A908A53E188E51405A16D36DB11AD071162B63E493EF6D3B64326491582F8 | sha512: F34290E505206BBA5BB05E4E74B571AC7F8C0663BD6A154094B0A0C69BC71516FA57454AEE72C5DEA7F7CC26A84691157122DE21CF8D0934713A6FCA9406E00A
sl\Humanizer.resources.dll
md5: A41DF9569F80663F50663FD901BCEF92 | sha1: 149ADA758302A5ABE043E2728B0B980E24F04D6F | sha256: 9511BCA3A5A4E2B49F08E00EE1128DC3B937258D79F20BB48026E32D4B32408B | sha512: D17B7734CF0C2F3A1DA92E07D61AB49C71027D8389CE15AAB94139DC237A8D7DE0A90EEC62819D7C7F825734098C8BAF37D0BFC9BCA1C3473833E6D79646F09E
sos.dll
md5: 5D59AD394A337B875ECE2E8C635B02EB | sha1: C0E61E3BD698F3E12D1FB0EB968511BFCD2AABDF | sha256: D8EC24AEA9BC6E7935E5E0B55EF022206049D6F213A8BCA8E8428E6261FEB1D0 | sha512: 05BE6AD23AC27DB68E47C17A59671203BE46298FCC08A3DC4F385A700B3882FEE42BA9368FF4CCC5A38046776B8BA0591DEE3BA7A54289950E0A69625203FE10
SOS.NETCore.dll
md5: C65540061337E8A4EC10749364A3DCFF | sha1: 44D18D8866E8CFCF1E04BCD5A402DA897F13F179 | sha256: C0E658861B4B3669E13E4C19B41F1D6643CD9CDC0611392E9930079C33725A53 | sha512: 3C4E35A5D5C18BB6A697634ACEC351CAE652DDE45A964EBA7B41A0AB739B06B7251DC26CACE5F9907FB4B224F4558F8AA3127CE48EA882497F900C075C3450EF
sos_x86_x86_4.6.27622.75.dll
md5: 5D59AD394A337B875ECE2E8C635B02EB | sha1: C0E61E3BD698F3E12D1FB0EB968511BFCD2AABDF | sha256: D8EC24AEA9BC6E7935E5E0B55EF022206049D6F213A8BCA8E8428E6261FEB1D0 | sha512: 05BE6AD23AC27DB68E47C17A59671203BE46298FCC08A3DC4F385A700B3882FEE42BA9368FF4CCC5A38046776B8BA0591DEE3BA7A54289950E0A69625203FE10
sr-Latn\Humanizer.resources.dll
md5: FD523345CC6F59FC576E0E8B51EC0C3F | sha1: 15CB62CAFF581AC588D42ECC451DE92AA8F9FCF5 | sha256: F86400CF288E07277B3ED1C3FDC1DF51DCD33819353FBA60122B98666ABBD847 | sha512: D50CF7791DC6CBCC4DCB0DBF69AC010D5382514CB10988D7759C741FD89159037BBDB5C7AFFBFDE8608B9B027DFE766DBE65746113BECD808B495C0EB87FE4FF
sr\Humanizer.resources.dll
md5: A1F43E797A6582A79F03217D18300F8C | sha1: DAEE0AF8A637EB1D2E2FCEB3CA0EE6BE9C4ED7A5 | sha256: AA59C20AE264B4005331BDEEA3D56343E6213ECE1670B94222878D08B5205FCE | sha512: 65F96C1BBDE92F1A5D5F29D1FE91BECCF890C5F0EEDF059634DA3A05428430E27A5B8E72D94DF111735A3877B7DBCAB0F8FC1F13E20B48433AECBCFF7ABE702B
sv\Humanizer.resources.dll
md5: ACDDDF51CE6A96726B7BB4A3B786A6A0 | sha1: 72C6D06D70DD8F470084D00D64505158DF91B71D | sha256: 955A1C698BC9F33FA544F03DD965DD1D40FE379D48F51F0ABF94A4700A18960E | sha512: 03CF9C4C8BE53CAE60BB75FF97D2986408AD40E1514813D1F2E1FF71E6C02406F7A032F2285A337E2265CE774FB1CA095A96384B7FAC914390D9D7890A4BD17B
System.AppContext.dll
md5: FEB7529C72A6893D94BDC6CE327B6D29 | sha1: 10F81669185D7A4E549461FFCAAAC07345550FFF | sha256: D4E61D54A3AEA7A76F8F4D22255244AF57454EF6B6808B7170FE200471D3F30D | sha512: 7FB0A20D730D9271CE6EAD7C053A0C154B021398AB14FCFE5D6B9AB1249B8D56822F8973962E6A871FBA466702DD45DF6EBA49D458504BA275FC638A396D7E30
System.Buffers.dll
md5: 86E0D92C79CE0422803E95C4708C00A4 | sha1: DED62551ABC084C5394CD83B9FEFF1608AFCE424 | sha256: 7B2304400C43C232FA982CE43903B3C51933BD90C633FBC61986D1F55376FF76 | sha512: 4D8904B52413A25110E0F10665156068431528FFE8BAD6C07C528528A2E18D8E7F1D573D3B1D5C68DD08515730EEDCBD641D23C7F4462937CD6801B6C1E30E0A
System.CodeDom.dll
md5: A4E9C2B6974371D3878970A76700DE1C | sha1: 247A575D73731516BA6A9247A34A3DA30C817129 | sha256: C4DD79F32DB1B540DE1072B00AD37B5D3D5A0E497A5BAA0E8B67813ABD776012 | sha512: C04F80830229485D4EAE384D4D7DE8E9028054CFE9FFF2CA262674A777F959D0C6230A95CA2A26D343A27E4B0C2C9B3559D09FF33B12A9799120598CE839FEDD
System.Collections.Concurrent.dll
md5: ECC2F5EC25E873BDADB307FCB04E2976 | sha1: 49DE2860C10476FB28CCA2DA53BC5C7C5F008BD2 | sha256: B36EC6FEADF4DE27815D51091EF29EFB906920C1ACF7E847FEB9C50B207205D8 | sha512: 0C74C7D94368BDCB3AF91EFB132717B14725D4A744A01C5B51CF873FE41E1AC3D6115366B647FF0810DD370BA2F7250BCBE89EEF7F41C7DC88421022560E1034
System.Collections.dll
md5: CB4C013120F49276702BFBFD4907025A | sha1: 92376AE35154F0756FF460782A880D8284DC6C5C | sha256: 2962DEE333A6EB19187078E71D16757A1612A6117DEEC806D3F47E33A2B391A7 | sha512: 98078FC1A14DC291EDF29C5C75C36F87C3DEEFB280D4BA31FC7055DF52A59FA8B4E215102617259D4908F9A2554916810F5455C3E1F5DB61E5FFE23686480325
System.Collections.Immutable.dll
md5: A6C3A85D36316DBDD0B5911A4FB682AB | sha1: 832122520B665B66BC6CD1BE889D6C97DCF88052 | sha256: 3BE68BC52F23D6BC681C01734AD1257EE8461E52175A6FC131F1D95D3844DFBC | sha512: 097B47C7CC1E36F35BCD78E4ABB23A67C8FFA98C212549839339AC27611ED4D19E0E9C4257DAFBE6C1FE57076F1B02DA2B7C391DB007250D9C81D2AEC019F06F
System.Collections.NonGeneric.dll
md5: D7A8BDF14B64926D506B2DAF58F01899 | sha1: 3B0108E337F84FE8ABA198B64C4D2F1C71B53ED3 | sha256: EB261AACB42E4BB73D63F5E07B153CEE6B512514E8154778BF686000AD08B9D4 | sha512: C6878DF30EA01B60E30A910C15FD90BC0383FB7A03A72E367F4FD4E183D579C1BB88EDC2A03FE1704AE536D6E12B7EDCF30475796B9FD9CEA9D30D95F1E4FA06
System.Collections.Specialized.dll
md5: C5C26F03AD7C0233D959A8A6BFE72643 | sha1: EBF6FEE08A8E570C23B4EFFF68CDE596C54604B7 | sha256: DFAAA6BB4F0AE2403F02DC14A5ED1D8C1CA621B73E3E82A758A8CC130DC442CB | sha512: F4AADC34DA2CCCEEB1462CD8A307D250516340CB098093A9D3AD272E62BA73942AB08922C5718143BCA61A16F3505CE6F44ECB5B072B1E42069C4EF76A97E023
System.ComponentModel.Annotations.dll
md5: 71DE30CC76E9E06A9F69A0A0F2B889B4 | sha1: F6C1BF427BFA40C274DD72398345E24309821278 | sha256: 23F916BAAEA9C2EF8247E550CA5E102C9E51E5F32FFFEA7E9B09BC6F3E68AB46 | sha512: 67FECA0D238C9BCE88D07595559794AFAAC7C4117FE101062F23A6C70E482C3BEF46FB6DD0CEBD61F655407CE8A5E696C9B51223860CDCEAF254B83E728C6009
System.ComponentModel.Composition.dll
md5: 868AD071108F7B0ADCEEC2E9FFCD0FE0 | sha1: 79AE0C2B26937D94DFFAE39ACFAB724D79F88630 | sha256: AB23A9EE4AD84643847865D6E975C6746BD913270DD63E7CA9125E4DC255645F | sha512: 4E6BBD0B4C1FD177120CF92B510C07A19034C0487B48A63F824AD7FA53156236B2E3169523C240908446043D2014FF0CF16012CB73A0F5B04BF38EDC002A5A4B
System.ComponentModel.DataAnnotations.dll
md5: 73127EDC850B4E1AE46F201B1E89CB5C | sha1: 31BE9EFFCABDC0EAAE3A74F6E7BFF7619A1F1EBC | sha256: B387C6EA487ACDBF20DA859A83E5E4BE24776806CFB76D1F73F34BAD4D7C3183 | sha512: 87EE85C1083DF8CDA076931EFE23427FFE3FCF5DC29ECA26828D98F5823F36C51C52F83A79939BC0F0A374C253D2E340BFED449C8CAAEA2ADE96FB2803891071
System.ComponentModel.dll
md5: E2D2C46810E0BD4385EFF0497C9BEB70 | sha1: 6FDA66D15ED0A897F54E37AEE9D287FC35D990AD | sha256: EA451007E062DB09D7735D42ACB617F05FADB40FBF4035D22902A7CB3310BA2B | sha512: DBC36917FA04904D881F318ED2BD583C99740168392F7D29CFFA7FC4AEF02E9CBB3DADCBCA522395B05DDF221822C7E4A21A319DD9470113C90B214661D32B17
System.ComponentModel.EventBasedAsync.dll
md5: 38876F9479637B5A15845BDB12E4FFC2 | sha1: 24BF526533213112ADEA48965C40FC84CF396FDF | sha256: 0DB584E52E8CD462872E61F9F4BFA2FFE4BFD1D6F0CB807E2AD78F485CD5D832 | sha512: 28BDBAE0592308ABA443173A1885F4603DB1065FF756D5079EF5B31A594906EB86D49654702AC0F4D8D924AB3BF4B3FE5DA473AEF8E21936D2E8B5DEB9D78D67
System.ComponentModel.Primitives.dll
md5: 3EDCB32C61E62D2FD48B9408559EE37A | sha1: 1C388DB341C9D9A810552D8B5989288EC971D945 | sha256: C65BE17D761FFF698B17BFBFE8C278468E003F0746BA1017C7D89DB6BE68DA64 | sha512: E2666A364920768A68E1DDA1170BB7EE2CE8805641B307AF378E50EBBC3723C02C459BCDF14856D40E923D9F4835BBFF24B7ED6A4352FF6B95173F7919A9CA82
System.ComponentModel.TypeConverter.dll
md5: 9815B36506B241B8E99BB2E2F88D489C | sha1: 4A6290A6F90FC28850D32F9460AAB3B82AF6C159 | sha256: C294809D3E3FB5F2CF9CD6D3E378003A7F5C0AAB85E88B8F6BD00A8FDE490FB0 | sha512: 13A27DF7841AD29D11C63CC78F3061ECBDB5DBF0FAB60357263814FF68D0D45AF0275B15E117418C95981692D9B5094F4EB513275EFF47E403FF1D82231A41A3
System.Configuration.ConfigurationManager.dll
md5: 0A59607C8AAC7A12CDDE3DE2BD82CF75 | sha1: 23D43A529AA94FEA622E51CF31BC299BCA38087A | sha256: D5367717C666AAE34A10EFAA97B04F68B92FB3AA3DDBCCC9B2A334CD9C6958DB | sha512: 400D4510DBF67D7E80D927F738EC5F4FF233F1F751D472399D9BD4CA30190D91C05BC041CCF66408B51E96EA0392D04CD878ECB4F218E4C4E6682E9B1EE827FD
System.Configuration.dll
md5: B49DC9514C43EE6ECEFA0D1ED049987B | sha1: F2ABBB4E7D1D5F7FB14EF1A35EEE3BCA30ACFC43 | sha256: C467BBE8A8C9E6CD6CF09CC978F592C293841A9A08F49390AFF70DB52AF32748 | sha512: CAD55395145DF20AC38FED6344A8BC8B9B1D301A60ABBD0EBD4C0C693A70566410C53B46A194FAFBFF6F7F75A4522CFB93C95ED20A309A736324D5E54BE49139
System.Console.dll
md5: 2B17E79715E48A43EBE6D68C766921D8 | sha1: 7AF5F4DAB5A5E7C1824129AF29E364FF3DCE6FE8 | sha256: F574D11FD3C22D1E9CA18D7262ADB4638CF3132C48E4AC1E77960FA7066BDC6F | sha512: 31B37426DA8CFA3E1C01017BB0FAAF85BE4E49EA0DF95EC54B031DD35EC37560B9CBA5CFFACED1B2A1DE00A5302B0888447DDC6795339F1C085C7BDC3734FD3A
System.Core.dll
md5: 0C636D4524D4C1348EF274F13932D795 | sha1: B320343A414F18933A0545B57AEFD66029D14658 | sha256: 5008FF8D7AE13ED5373E3A94F3A69BEB6FAA54B29876F10AF13CF000D3B7FE84 | sha512: 2DE49C6FA44B4CA4228178105A5966204F838E8580D62FC52AF8E9BEBA088A0C5476686C890ABFEC1B096B7AF53B05F0852B2B4DF04BDFD3D2EBC0F0F06A74E4
System.Data.Common.dll
md5: 73FF0148D8B9334A704E4668701625B0 | sha1: 571AA287CE8C9EB9518E464347596ADB357864F4 | sha256: 007E8BC37856B7E4C92D1EBE6DB35877580A8C23B7CAA58CAB2025321E623C9B | sha512: 17FDF12BD9E9BE4E9175AFEDA7525FFADE19F17F0CDBE0A8FAC948AE4246941F2568A85F440A5B552128DF70190484CFB8925CF1F9DE4EF0B5F7E2F63907FA81
System.Data.DataSetExtensions.dll
md5: FC123C43FE0873C319784CE6C6E544ED | sha1: 90FA48113687506DE160FD21114F94FA309FE11A | sha256: C253357E33812FE56F8928597CCF2FF300AA8A7931B83292CDA2B3589765DD5C | sha512: 93CF069D8AFDF86B9932D653DE127F4844CFF49EAD2FE051ACC272B2885E6B565B5E23D4371F01FF471515EBF5339C1D8B313771CBBB73D3E2712E6F87A1BA30
System.Data.dll
md5: DCD39AFE0BDB64BEB51FD2260F1403C4 | sha1: 56945C14D11A01B27C64E5C1B265ECB4E52060FC | sha256: F45CCB5BFA3655C94F2B2C230C038855FC1D29DC3B5288FF4ED3D2CD2BABCE86 | sha512: 9B5CBE0D204791933E423F94EBB1964207AE635FCD7596105D17568F4813401852E8242DFE3787B9349F763E26DDDB3DE7288A5FAD0C911940A1303B25394CB6
System.Design.dll
md5: 992A73A7B1A559449DCE495D3874EEAB | sha1: F54C1095EA36BB1D9D5F6E3FAA792C3D8BD571DD | sha256: 570E3032EBDC68B3DE955799566DCC225C41CB1C39F37A10626D80AB59B5F10E | sha512: EB936ACE1030EBC25878E0FA771C1FDF2FA6650DEB346E69C7DCE46151873BF197B604F3B7442EF133591A960ADB06672F6FCD3FE4D2287BD65B1BF25577D772
System.Diagnostics.Contracts.dll
md5: CA79603131AAA8C48BC9AAA2EFDB8565 | sha1: 22A3E7BABB0909EF8265D7F1B2B7385A2353D6D8 | sha256: D1D427F088BC452A84169B8ACF74DC8950E730DF111840381E9C4DC4CDCDAADC | sha512: 1CBE4D5957481C501724A3DC113BA725A5E694645354BA9BB7F27C8789B8918708D813A625E204E0113EE6946E1CDB1AA4305C0635E8A9A1F5F020024D0BFF50
System.Diagnostics.Debug.dll
md5: 6FEB04DEE261A00313FA6557C197BBF7 | sha1: A93D723F21208A6AFB5AFDECD56CED1FF8E98EE5 | sha256: 740326C6D1727E56D5359F721050BF4ACCBB8144B0182E19DABB8A55C77EDAD2 | sha512: C758E583C6C1FA83AF594E536AC514D54FA0EC79607DC7A085787493F894CA19EAC42C4E12811B218406A63BC32343A0374F7429D2378E6F6085BA1DE6715B57
System.Diagnostics.DiagnosticSource.dll
md5: 4AA8CA6AB1884E2FDAFAA3486881C9D2 | sha1: 0CE3E0FA505A856C098611B2011F5364E6545E01 | sha256: A770C36D526B026FA4C74157772C8D798511F67398AA6528C1D783BBFB86F79A | sha512: 510BB6558290A23D353D33D72C1959049C7B4ED04E14F431319BE571639B567087DB34C4C3B4026EED77ADA28A0A6E910683B600F4296194861F87B67DAB1232
System.Diagnostics.EventLog.dll
md5: 49DBEB510872882BCBA2428027B88878 | sha1: 9C2AAA4F5BE0E9915E38C6CF00833ABA793C0902 | sha256: E33C66A1D1CC026C7BF650EECCC7E7D90622A03526F66486120989B6DFEC1442 | sha512: FA26B212522B48F19354C4A6366585638A84E5BE7F822F785CF06B850608DC91ADA2582B5DBA82F5646F9DC4F963744ED1CC020DFBD4B5C149B5C6FEE5AEE7CB
System.Diagnostics.FileVersionInfo.dll
md5: 4C00CD3BF0BC70186E5A4A01FD12C2BD | sha1: 085C2A5CDD175B9F854FE10EB151D3A8DD32D067 | sha256: ABECA931BD3B2B8AF3B13AC659A3BED6C7F3E0A620808025872D7C6FAA0FC69B | sha512: 7CFC8AA20E8FF8487E7A1EC990B7B106DF73A25900219385CC8F3C426EAB1C37540A8493F06C7728F0204BFDBF2F3007CEE7D41FAC48F5B6EFC8CC92D1BA8A76
System.Diagnostics.Process.dll
md5: 95F64C99554653834C8685B8976DB500 | sha1: A8C4F34D651BDCA929FC036A3B968E8A463698C2 | sha256: 2AE394A4B17AAE5B0599B7D00986781EA0F84184B4CE118B620805A7D53504F4 | sha512: 53CEE20273F2D24419DC6DCCC954C4AE304AB54D6DAEDA3E37D8A7BD3994E60B1A8C0FEB33E57040CA24EC387BFAC5AD4793550F38FBDB0AD1DFCC27B02307A5
System.Diagnostics.StackTrace.dll
md5: 7CD6C82312DC425D975A4FA74ACEEAEE | sha1: 25B0F16D4AE15F7F861FD0FA6353D103708DB8F0 | sha256: 390A4B85FCDF33734F99A7A144398594B0AC9859CA8CD640433FE51ADB08A15B | sha512: 742795876A5140BE37C6E726DDE359B65AA072938EC1B5504CAEA24E5A3B886353F498E82386C8438A883E0F4D5AB680C41CE2F526C49DE9C5059D059265CC61
System.Diagnostics.TextWriterTraceListener.dll
md5: 12B0B70D4E6D389A814980B6A4232161 | sha1: 7BAB776A0E69DE2951E7E0BD3A5F55FAF84B51D4 | sha256: B8A9074AB75FDD93324BF955126A6AAFF7AB0CC62599F9C406626E8B2DE6A2B3 | sha512: 8CF6134A7A92570D2F9C723BFB60FBA6C2332D76513894D29802208EC52B41E784DBF9A35221CCFB460FF2394365B71207FE7D5AE8C0AD81C326A058C8AEDB55
System.Diagnostics.Tools.dll
md5: 2479C590D3AABCFF539B35EEB07CF05A | sha1: 005FBEBEF8D485B9C9EC891CA9BAF61DA2566C36 | sha256: CC5B7655D4BFA985BA7000A5FC3AA53781F9D1DC7B3F5EB22C9815FF604671BD | sha512: 3718CFA0AC30C312FE3C213F6D7DA9B1C21B575B1C3DD6B397A7A55A0F2E670247E06208E89D5C416B57C6895F0D9D11FD1B0A6D00EC05C01FAB92143320F250
System.Diagnostics.TraceSource.dll
md5: F8B8B83154079D38E5FC780D4F616B98 | sha1: 202B3C4C4F4B09863946C569B6B340C946A062AC | sha256: 77A853399D8BD5550F065C82B04BD146045B84CD70958379F02C20ABBDCDA796 | sha512: EC4289F9782484AAABC8DDB597ED2664F926090A35480E78D732AF6C1D4FB5F09F5839EC38A163E89D41813811059D0090C3A4FA985AF7AD5686486559E705CD
System.Diagnostics.Tracing.dll
md5: 83653784DB98F63BC63F4F150A31C5F3 | sha1: 08B82C6301227155B85B17EA23A810CE546F57A0 | sha256: 648783AEA13B7EC59C8439A1CFC2ABE3D411863904BE340ADBED8403ADF8525C | sha512: 6F1F6A5C23A6F79E6A85F944D3DF2BE063D6161DE3F4C631AA2D586351A48274F054D083D9A45FAE8273CBD856D4F99585D96BB5BC8A8A52D324F55178F6F0E5
System.DirectoryServices.dll
md5: 0D599924ED71C0BC3F6DCB09E56E4C06 | sha1: 7D2AEA01EF4BDCB21FD5ED68234B87A7CACB13DE | sha256: 9BF31D4642825D31BA97C423E1BCC830B69B3C1F05A1551DAE83B5882422B546 | sha512: C3BD7C18575DB75E398A9B2E12AA12AD5560D9361EC3DE71CFA2B73CE82EDCC67A54E1606F116664524E36DD6FC1FF8036F8FD7B56E7943AB9D688676914E7FE
System.dll
md5: FC4B560329D77388307ABD0C737F5535 | sha1: D3BDB1F4F494CF7A7D879E5C751B0534EBECF689 | sha256: 9BA92F257829E867DBB0D908EE91F62FEE86DBA8D462C56B6898C1E6E3FD9C16 | sha512: 8151FF7D8DA5C6D36C575E565F3E4CB89261D8DFF907B357C02CE1A953325A9F9F5162E015973C09A45C09994899BFEF5E8D82DE56CE1AA63CDF94D256E44345
System.Drawing.Common.dll
md5: 24523EBE21DC1B011A0C0EECB6872F83 | sha1: 052CBD0FF828521F3EFF3AC0B8E51AE5F3327E54 | sha256: 57B876151A5B0B1C9696C05ABF7C4F6AC59EBE9CD8A0B3EE7F03E6AECDE35138 | sha512: 2061065BBB413A52F88DAF2C10FE1BBF02541A6DC3D4BDD449C63193FE5E6A772E1AD29AC2DF08943FE39AD68503B8663D0FD07A0BB79B260F9A27691A0FB64A
System.Drawing.Design.dll
md5: A90BD2641F7836FB76DCA58E4C9555E5 | sha1: 9E2654A107EE7A2B12F7FA5510B9E18BDAD8BB9D | sha256: 730B558775665BD94945B57A51C83CA061D2566B5E83BEC0A3AFE8D4993D528D | sha512: DA5A6E14C28DD9C10468E59407E3C41903CC349F6350884D391D02277C9607441E97DC199799772F65A78F4EC4854BD1B24C9F3B385CA77EA72E0CBF4707A817
System.Drawing.dll
md5: 4FE6FCD47CE9F9D2C3D1051AEA635642 | sha1: A53EE4CDD30410AC388E1991FD7ED612DE763CC2 | sha256: F3B7D64DC78653A93B8295EC7A8EE99B6B3682E123E0424CF93003E269FFDFB1 | sha512: B00C68AE619CA3AC3643B00804F544EF85087C02151A02DE2D22D472B40B9CE3F6A006CE20D20B27295F7EFDCE098ACB6B313EB1B5FAD21838F0E591A3107DFE
System.Drawing.Primitives.dll
md5: 27F4F83A71D431134EAD827E33DB4DC4 | sha1: C5B36412E175BE493AF6FD52ECFC8AD8D0F93053 | sha256: 9D2F4EA756E6E4CDDFCF4FB0BB225F591284A7C158E6E3E525F38D7B2AC82DDE | sha512: 8F7F710C97054796C5F376020CB694E99298E282F21C2F7DB36420B5AA65F4E279333EEFD8AF0E8C01D9918AAF63DBD4587E6853B15AAA4C32EFC1CC28B3D4C9
System.Dynamic.Runtime.dll
md5: 9A5142BDEF78966EB8CF3C58D519D623 | sha1: 2931C52EDF6E8E7874B8404B0D6102C1F8711998 | sha256: 6991009CBE56632D349A18EDF7D49D944CF49E52B91AE6C386884ABEE869A2D0 | sha512: 471F59EE4972F639C8150BD267B3FAE4A675053A0598E71798CCD44F9F5FF275747DFFCDC6D66F846F1A7619FC50727CBBA94F7DED501DBC1DE0C2C43808BBCB
System.Globalization.Calendars.dll
md5: 291CCCC5F02C7EA6EAC82F392983721B | sha1: D8D39936CF17C96D3A72E685C3E91C720B98E1C7 | sha256: E3611AE9482E643AC6227EDFCF37C16CDFD8EE96324A6F4994CF5ED4447AA3A2 | sha512: DF156D2C671DC14F83C2B19F09B8105DFE4882D10FB8004367D64AE9E5E59A0B9CA9137AA4C1AD6F3AC8E6E64D5236C63B6222D21342AB40B0C5BD55F97839B8
System.Globalization.dll
md5: 9D27F78E37F8E2F223032B10E101E70B | sha1: DDDB1641DE3AFAA5132B04D27A1302D8618E0EFC | sha256: 264D724CA752B7FD98656A29DC4A4ED2868F5C06755575D1C9AB4C9B1D483FA7 | sha512: 379EEBA95B473B146E3F816E72BF33E1F29D41984A89DE8AC6FF03F7A209B035A63B9ED1D1F18975B0C27695712E8E987004F3909683F8C99F5578DF15D342C5
System.Globalization.Extensions.dll
md5: 34479946E9F849DD6B42105C9F816473 | sha1: ED6EF3F10752DE5B218483FDBA22C4D88054A9FC | sha256: 0CEF767218DE14848658D69A78258E2D4492294835F0F40DA55B70B6A30879A0 | sha512: B4D07B2D75B712D32324F0796D5038C0ED1F0307200966B809C9356976AF2428E52AF78285D1DA37601EA87B7508FE430274FE31B31AE9BC4E6323D5F9634E88
System.IO.Compression.Brotli.dll
md5: 263A5573FBE760FF6332C3BE88483BB3 | sha1: EBEB9BC6E1374C9047809AA2F14C6F27900122D2 | sha256: 1A3E6956EE3BABF4229ED70A407C27070CD8D337B55C697E67101B5A4B5E956E | sha512: 57E7743613CCBAEA50C9D6E661B3223550FF5BA1DE15B1B7AAFDEF3E264A32368C3DC0C5A18C53B1C5705041AA0116D45EC1477DC24A9AE870C7F640F4815DF0
System.IO.Compression.dll
md5: 919D9BE48C3E09C2280A4831BF293E8F | sha1: A2249D3B23CA213F8712A87CC63D49155C456EEB | sha256: 4C1206C96671F46899A6D48962FDFE6FC472C3CFCCA87E998FF359BEFE726177 | sha512: 42B8F84F88078A4F8978213E8999786333E9CACD00209F6F9E7BB2A881B10EF1426779A3FA223B7C3ADADAB334301AC986782555F890CA925929A5209E878DBA
System.IO.Compression.FileSystem.dll
md5: 7300F851C2C9824A6C4771D679750E94 | sha1: 1CB7ADFE7D4B77CE14BF4792AB4A57E5BB730F85 | sha256: 01B7CD04A54B027971370CDF7D7F9DE5458DE1966963AAEFB1D3399EF2D13FF8 | sha512: 92CD0587276EC94487492AD87DF8673353624D5DF66DEF1FBF3826D1C8B7C05BF193EEC3A45C37AE947CDA4FC5600C040696DA2701930426EF8249B07F180522
System.IO.Compression.ZipFile.dll
md5: ED668F1105D2E2C9EDC922D19F831F77 | sha1: A082D68AE7306021F16EA69A59B6BAC620C2A999 | sha256: 6F869B6D5810A9B7652C7404C547CE1284B8B0BA008EA9BA37C7D806878A3A83 | sha512: 3513D3BBBD74AA098DA8AF0C2E4DFC2B1025CD6C3DEDC77ED1C0C12D64DE26E1D6EF836219F594244E9E796614E85184655F2270EC82930B8752ED6561B48302
System.IO.dll
md5: 5AF33AD1B57063F970F77610D9294154 | sha1: 6668D4AF170EB25466CC8E086F34990EFB1F4BF8 | sha256: 40C392323A3A5B096CE3822FFBD656E0F2C887CC83BCB575EB848C11F764C2A5 | sha512: 56000979E83860D4E165CFF3AAEB1ED9BC2EEBEBCE41FD64CD66646AD4E137A05A5DE075508DC42DF8084EA12EA977F15461BAF40AD20BB631213970ABBE7A15
System.IO.FileSystem.AccessControl.dll
md5: 0117BBE6203E6301D4700A8F161FE59B | sha1: 5FC3335C66D0E92265F15882559EE2890992DEB1 | sha256: 917174CC498789FF3C77619559C040BF84169EE223CCA1102DB74DF83678413D | sha512: 2EDC2624CF21619DCAECBD177247EAD34DF24040713DD6A5178ABCEDE14D1D6E86DCD236565025C165F30413A26C4FB69A96C3778E1560048BFB784C3EFB9683
System.IO.FileSystem.dll
md5: 2908B04773CC3DE0CA14788B69439BC2 | sha1: B8E0A127A977CCA3E238774B9BA2E324A4B890F3 | sha256: 641FAF9906E05A26E44CEFBEF1D8D0D4CFE0F063BDF0831228DF7C7CC0F26341 | sha512: CC3B22E421C6937668BF790CDEE15D19DD6D8A568C90491BDE22812709631BBB7E9370F679310BB202580A5B87067C9F3B269D07DB18EB63A50026D9B88293F8
System.IO.FileSystem.DriveInfo.dll
md5: EED774D6130B5F05AC5DD193754C76FC | sha1: 1953A69BD2E53C2B63257DCD535732AFD0356E87 | sha256: 57C4B9C9BC4713D55C7D4EBF431CCD08952D115F4CAAF893CC302B496A2A770C | sha512: 50E6024B5D9E3086D214E4B1148C7F99727FCAB34EE893B99C8E54A1D2AD6F9DCC8FEBCEB30B958F676A61AD182313FE669581B54A1FC54D26A881014BC62BC5
System.IO.FileSystem.Primitives.dll
md5: A7724D8125F5E8350CB11992FBF536AF | sha1: 92FE80FCB5C6921B1739C288262A9B1A71E4BA5A | sha256: 9D332249181084B661C09DDDEE3FBA5CE71B32CC70CACB695E4329189761631F | sha512: 62FA9BB3B9C26568199B0BE545308597EA628C0F23CC9E4BF0BB108C73A1A432633CA0AC18AF72833759F41AFA29B0D210E3D383E0144B3E6983A5179F470C25
System.IO.FileSystem.Watcher.dll
md5: C0897B9B4021602A7A9243BE34BC3ABC | sha1: E0594ECD83F039C9DF2B1717AD31FAE54ABBFBCE | sha256: 9A40A2812E16B29C3400512A9185155C4D80662A7CDE19B67238ABB2B1A04A82 | sha512: 8E151E01B14B8F215AB1901320B0886A4594D8DEE0B18E77A73FDBCB09CCC95A9A4CF4DAA56FB9715216FC46464B3A549A206EA1D11A50FAC561FCBC49B0A658
System.IO.IsolatedStorage.dll
md5: 3A32DBA05D17C68D18BD0232BE46B12C | sha1: 57CEDF5FAAB15492508AFEB50D75E3C322916EFF | sha256: D22024FD45ACE125E295435606EC38A56C0161C4B187BCF41D0F3009D6156A6E | sha512: 5E0BC05C47B2523509949436011EA33DEB84DF4B5FB83D6AB8403AA86877B962FA012FB71F58A585ACBB223681C2C2FB3E92E15A96F31B9CA1006AEF6CD98189
System.IO.MemoryMappedFiles.dll
md5: 74633E90B5136DC1E85FE9D78214559F | sha1: 6ADEA724658FC1B8F2EDE56520DCAB5B755B953B | sha256: ACCD2FF253D805A3E4304122D786D7DF8807C769442C1E3C5BFAACD44715E487 | sha512: 3B9F068D3188DC7C82F20D0C3BC0311C210DDED27B7643AEA6E6423D86C0908773F9E9151BC021021F5BF4BB1467741E94D4E2C2A64A93CCE35B6CEC2577622F
System.IO.Packaging.dll
md5: 6F930A0FEBD491C47E1E2FF56B9FC9C7 | sha1: 255B69A851EC79FF08E84C49930166C82C792348 | sha256: 4FDD163734B602DE9B0D8E9202994798493B05AADFE1B65B4B43CBF48D280710 | sha512: 8341802BFFBC6EA7482B16EC57CB8CEF27F8970ACE608FCE3E6BCD4391A6813E43786819BCF1C02E4B9CDC65CBA88E052863AF63C82974D490723AE8F089A8AB
System.IO.Pipes.AccessControl.dll
md5: E18E3DAECAE2A3BC567F462323112D9D | sha1: 88D86F3D87D930214A84544FB076C458EEDB0392 | sha256: F53400F72CA8C0356227853AA9E61E25483F289E1908945F9FF4726C106F8334 | sha512: F54089CC1E8D0549ADDDA1309803C14079D6EE9E366AAD8BE6D556B2BB0E800E8F8E91AD0A57A10CE5BDBC75731E4523710AB9D3F892E79E45DA44589AC687AF
System.IO.Pipes.dll
md5: 763A1D9B39BC8CABABEB2CA5A2E3315F | sha1: 2B8284923D60972C9F8A9BE726C3AA5F392CF24F | sha256: B2BD4138B3BF93C9464AE3352AFE15470AF2C823D2C5AA314EFF774E66313015 | sha512: 2B801066B50466965D0E4CA51969ABAD100611EE05E16EBE2EEC2513C7C785550277D97FA2A5429D93EF45354B786ECF7F5DCAD304DAB24C3B7F9192224FF1BB
System.IO.UnmanagedMemoryStream.dll
md5: 0B7792FC6A2646DC479FE65D783BE72A | sha1: 22BC4CD81A860B6BA9F42328F38AC6D75578A8EA | sha256: 740BF62CF57DFFAB7085EB4956BDE0E861C98831D6F4B82462FB1C5DC269C662 | sha512: 40EA707B9E58A0DE10BC1885B85650B1A6F65F50B211E33C70F8375A38F0C62FE9C54C5108F9C9654AE75830048E6E67E595E888C5FD5840F1F356436F0E25F7
System.Linq.dll
md5: C7CFDF17CF34368217F9D0AFE1A2E0BA | sha1: 1265FFB1D56E0E0057EE47BD6DBDFA342A6E9E1F | sha256: 74C32856263AA920E4F79C5C27D2C05CB465C2D226627BCF573B856AE73992A6 | sha512: B1E760EF388752B31B8E4429A946E72AB970A4A54C72848538CE40D6D1BED6B04EDADF7E6BB3ED37A6FDA0A9528879E0A7EFA355BA4442688AF2BA92974AF32F
System.Linq.Expressions.dll
md5: 55F8B66C1DE73D525A3F95F4EEFC30B9 | sha1: 7EE7C2CC79B6B1567A73B1B6F7486AE12B299A45 | sha256: 6B59D0ED5008457DBBC0AB63129A1A1BC26ED944B3E3FF6F5C0B91A154B7388D | sha512: 4882868327D8031FC10F44A284616C8810BFE0F71E090D5AACE666BD6D9F31928A59AC335FBB6DEA1EB8615A6346FDCB9F78DF57D59B02C467BC20EB485430CA
System.Linq.Parallel.dll
md5: DC86C0264D66EEBDAA72095803A6F29E | sha1: 6540B4F8D2DA8383BD3A2DB43F7AA3A873D56BC3 | sha256: 7C6C6FFD00D0B0B9636D977ED2A329190239E3341FF0CEE01E8BA05632E825CE | sha512: AB3D5FF2AC898A4B2614BEFCE9497581BBE5FEF5FD4CA3E5436D5E2FE8B070E8CDFD09B08DA30E48D8B9A0674E3E92E7410615BDBB9A87D70CE0B3572DD64924
System.Linq.Queryable.dll
md5: 2A41EC63CAC16036B20CEB4E1EB450E4 | sha1: 74C47C4E28E67B54B4F6980C70A297DB2147BA77 | sha256: C66D6C91AFD58A6FD3D82CB362A2365BACF358EB95CAC027E097CF2236B4696D | sha512: 06F35F86BF47E23709C02E1D70D751A1ADADB5A2139ED8047E64642741C6D1B39DA102F7FF1019A2F5B173DB0A98249C2A310174AC75ECF214D45BBF4CE6D132
System.Management.dll
md5: A55FF87D9A09F785654B24FE1816159B | sha1: 5F62B1DB4E296D963BF7B53AB080E4850BC6E0C5 | sha256: E0AA477DCC383F83682912BCF5626C151F32738083FEC200A37FC8F7B5777335 | sha512: 6FD88934F50E4387FAA35589DB7F91062D0FD6C47609B6342C7786D4EA14D172F2712BD60A549857A1A787E2B8B98BA7B0879C74B4219D3A1D0A2FDF92DEE940
System.Memory.dll
md5: 750E3F2BD69BA1441BDE41B0BFF26C75 | sha1: 89CF3A894BEEED3D0DA2ABD2511A7DDD25FF22B2 | sha256: EF43DDED682BF3194D638976437D33AB68B0BF18484707FD2819F250BEF21F0B | sha512: 3D47DB465797E3FC6DD9A857A8CFCCCC9AE31BDD41A6FD09C0E58283F71A6C6D565E237BFD313691077CBAC57EEF2B0ED3D7C592288251DB7D089E1CD8217363
System.Net.dll
md5: 1CC1870EB6C482732F4E839BA00E5DE3 | sha1: 4509971CF607F065F8BC98A7FD4660E936CEF519 | sha256: BFF082460A385E364B1A6CF573B20E8EDC401A51B81F5C35349AA883ED5AA28B | sha512: 6F1F3D47AEB821AA041C72E04A0CEF1CC54775ACAF0A2726381DFEF61C0ED24F7E1B7113FD88A7E49688538BBC4FC080D5F1873553892D0491ADA872C93D1466
System.Net.Http.dll
md5: 1EF68CEC9C95CA9225BF12097834683B | sha1: 293EBEFC598C91F38F20A367FF53B9630FF51059 | sha256: 72632EE5BE01C0AB9DC4F0A527EE8A358854A41977557B730D8C1B4580B82947 | sha512: 750E51A744B83ED4E81ED0193E89333DF3DC4668337B88B78964D40BC396C6A5AE726AB2F171B10043CB9565771E9635E3E1BFDB424DC3C7AE354C5ADD3D9729
System.Net.HttpListener.dll
md5: 8DFE94540D194468E64ECC3DB21807A3 | sha1: 04C4316CF19E4A976F854C955373F05ECD91E408 | sha256: 80579770AB0554991B8791D6AAF25B5DF6F443B7927FD53958B72BF8F5B979FF | sha512: 7775298A172D0F01DD3550B8B19F7235B6C1BEAF53C9B4E8C0200749C435AA48F2D1050C5A3867844257B6835713949D99D692C2AE156D48C1096346CECAB7F5
System.Net.Mail.dll
md5: F8D3243962D65C3F6DC210BE815832CE | sha1: CBB9B270BC44A9F804B8CD3F8EC7CAEC6910418D | sha256: 09F3A1E188B9E739FB6B690D4BEA2F788BA0E2D3DFAF9FB1EB99745617B60181 | sha512: 51F5F287EA41CD174AF92415032C80EEC8FB7D44CA6D72EC5AFA0AF7E9A37FBC180C58F672B22443FC55CBCB65A1AD9DC0BBD02122634107B7E2300381B1F2F6
System.Net.NameResolution.dll
md5: CAA0102FD92506C27491DE3207D536DB | sha1: 8AABC4F114ADC0A50B5F6B730CCC514A8F779118 | sha256: A63EA5DD583111D61722E1EAFF358BA37FC7E5F951318E21E962996550647DB3 | sha512: D3A5D11BC3BF94DA95E449BC7BB5797008F8F06861C6AE917864FF55235FD1C188574DF27A5C076ECFA921F27D728194BAC9D43B4CC23549E3BBB1375E38468B
System.Net.NetworkInformation.dll
md5: 0FCBC3E0065C0A3A2C2BCB2460ECC9D6 | sha1: 01F00B547D508565A55363C713A3C4CDE9EAEA92 | sha256: 213D86774EDF675DA94138C440E4A405994846DFF34F132DE2E45A53920161E5 | sha512: 2466DF68534CB738B3D135722B2335707695D6A8662403FBC1D2BABB5EBD2998BA67C2EB0BC243B6FBDF22D3FB9287CF6C3C235BE6CB85586CA98BBE7F73FB0A
System.Net.Ping.dll
md5: 2623BCFB7A651DA449B25ED4BCC1D089 | sha1: D93E984DD70C25A48717EEB2B2A9FBF7EE025114 | sha256: 491006EC618302AF34DAA0505D5904D1F40E504DE8A999CD89A6592D7E994553 | sha512: 49FC5247D9F514AEE831957C8611EC64081A4A2F0D00FBB2624D9312C24821CD0EC34D9DC3B2BAC52C7841D25FBEAC51258A6492FCCCD2A059F51A4D675F9A4D
System.Net.Primitives.dll
md5: 695FEAB67ECB8FB0206F65F80379352E | sha1: 0DC3505B630E2D40AE364F342A2D240123DE2523 | sha256: FB01013FD1BE191810F3425D90D807F30565173B89E5B29187E9CF088C316656 | sha512: 9A8EB1D9F7E3286D39A68EC1D7D008B898C6C850C440AFCE005A5EF24DC8DC892D141A08BCF8157A62E27CA980D2B02820793FFB17C8699ECB05224BBA02F94B
System.Net.Requests.dll
md5: 74E80C299FC0B4EF87569932209EC40E | sha1: 98C949C918C3409C36A7BF710D31CB6CF318371B | sha256: 61A1FD6D17AC5EA2FD7101B61AADB5BAE63606337A0502E2AC334A059FC63DFA | sha512: B094B793F59EC16E78CE72B427E94F524E75B6C4BC7D4C62BCD0DDC3EC41BB690E88BF3E8030B2905445E44C8AEEB6612DB98CA696485650561149B64BA6078D
System.Net.Security.dll
md5: F8D998D602E5BA2DDCFF0C6AF7530D47 | sha1: DD797341E3C91A7A2BFFA0026077395D8CBE8DF0 | sha256: 209C5CF6A12308EDBB779400B3D2E3E96E635E5CC21FEF3E60090CB8FE5FDFE9 | sha512: B59882F656554654A297AC752F6F02FB8B96E5EFD382A7C966380AD88FEDC9D53DB40AE50348513874B5EA57D3555F5D57C17F1F092E335945DC2765A92F7A16
System.Net.ServicePoint.dll
md5: AEB3D9D05090437133E5BC1124AAF7E5 | sha1: EEA5006E3F965B03FFE7F02B5136A83BA084519D | sha256: D386841B8A48A0F1031148611E48175265E7230DCE6F69BFA63A2016E447011F | sha512: 46973C1B928C16E00E128B027C0D12BBF4DFA46833BD058B5778BAC5DFB2C1218ECC28C4015C17048819237DC78A4F327A7389F5840AA07A7BB41021AF4C9427
System.Net.Sockets.dll
md5: 96463EC7FB4E1E57B41FAA535D644EEA | sha1: 2D0272CFE457B542AF13C72C69C688DB5EF6ABEA | sha256: 823055164D1C600E55F21C6D060EA75C431053E8EB102ADC210444DA1021827E | sha512: AC7D805BF9DA003D2F4DA90BEC6EBFEE7FBF106A506771ABAA444F0CFABC806A59FE5F20A25EAB452EAF9F1FFB35A835035580276E97EECB5E3030C768ED08C1
System.Net.WebClient.dll
md5: 2DEE0BE46DB2B8371FD360881468B5D8 | sha1: A3FF19DA4863072027746A5068A17154242E1790 | sha256: 18B80C32F51F716EC2F663F849932B6028950F5FF1EC852A4EEB3CD93D95484B | sha512: 4ACB0189E977A39ACF718939D3F405055620E6598744637678365B79CCD2E43B5E5464FFA96C660851B566F3732AD1EF10B940C8CD8A5B5EF58051433C8C1EF1
System.Net.WebHeaderCollection.dll
md5: 2D8A375AB7A5D0E0FC25E6C5DD5C856B | sha1: 5675D0507F77F29F23DAAE473CD5EE40B4780928 | sha256: 6086EF27BA0E9D55FB185BC6B76C092A862BAD23842C3A12F489D3C6E9445BAE | sha512: FEE87D9002ED8CBB32122D332720FF2A26A8B3D2D596B619F4EC4EC917D3DD6B77DC3CD9F4E5004D8BA6081A05E22A911C556A9A7D39D9252359EE5C089321B1
System.Net.WebProxy.dll
md5: 9B8DA383E70378678BDB887951E37D18 | sha1: A52D8D71C6BEF89CB24573525819B7BE041A7B86 | sha256: EFC2E6626166067AE51D1B59FD6416F5C14EDE178E8F454AC0691DBEE38A42FE | sha512: B52D89B0B4068CE96DDC41B1A5A6A634B8FC97022A7F24699D3F0A8FF86566AC5E6949510BF092EE6511E1C3850204E6B5029C2FBA694812E150D6DBAB1269A0
System.Net.WebSockets.Client.dll
md5: 5C96DDA9531AF7567C06FCF8D715189B | sha1: A0912F13EFD156A61A7F3B6328A03843A858C566 | sha256: 66FA2ED15938DD3F4E1851CB30334A23C4B843D66F055EAB19104C112261B4C2 | sha512: 3B944FA72B04B465D2BC64DC50145F261D90FC86F01C5E592E54D8C380D61499249C8D4860038362F6055A6C860D400CCB75E2275F46E03865BD8B5B8F7BB823
System.Net.WebSockets.dll
md5: 2C3209B57AE44462542D5C286F4055EC | sha1: 2593601109D684057B4ECB26512BFAD8AC72FF7E | sha256: EDB19650DF23F80D81211D1259D005E661E2C4F92492FC08393A2A8AB5BB42D8 | sha512: 0FB05379B450BAFC625F96019711FDC785997A39F64EA01FBF6897F7C3674D0E48DEDF61AC9F1ED24BB7283376B9523A47E3FA749762BAA110514158DFE2A20B
System.Numerics.dll
md5: 36BDAFB72CD3FBDA9CC89C03776483A2 | sha1: 39EEA270C02DA6ACE738406FF372815B209F7F9B | sha256: 56A7AD3D82F4C458414438919712764E9E44CE6B79529F1AA586C7A835559C22 | sha512: 66A4CAE5004B1D7DA968D71A4BA0BF9DD72A44943274A15E7CC8D143B49D761DBC1AC05960B75FDA31945FAC5CE4D513F7ADD88D6F9AFDC0B8D825D11A1E2286
System.Numerics.Vectors.dll
md5: 2C1FA26CF0DA8BAF685ECF74808C58BC | sha1: 10E90F5B66066FFA3D59DCD339A7D7E88CBEDFCF | sha256: CF7C633600CAF26292A4351FEF280658FBC3FD328369A300F19D141FE031A586 | sha512: 65D429E16B9880C0DDBB796A8434EEB12E7F5B693C0B04535634122796C2C16667B3E9A1FD54994721450EE1969E26E775577BE1987B756910BECF2005B812C5
System.ObjectModel.dll
md5: F601DC304497073CD1F5E63B6868768B | sha1: 554D29E708D1BD1586666F0E0A308934546C1BFA | sha256: 5E2CD806EF0DBC121640466C1F811D731AD3DE728EF2EC979E39812CB9E5DE3E | sha512: 145BF9D2321A43193F9FCB95D6BEDD3C1D9CEFC6A9EA86F66B80D52AE1FFF618C99BE52C24D9971E182689088273BAA467BE1573BEFEE261952B0373827FAFE1
System.Printing.dll
md5: 45CD3DD7505DA771B71B12A39171748B | sha1: FCB4175CD630A47C163B1CE73C2ABBBD2B4E5C0E | sha256: CBC233F6E5C3837C659C9424BD6C1312CB603231DD0BC6AD618EFDC8D46BA43F | sha512: A00E3ECBD6BF5AC6899034A8055B42A170A40DCCCF2B618A33008625623C98E0D06571C5D0DA9069566F9E99A05787FAA046D1EBC3983CE088285E4A89C5586E
System.Private.CoreLib.dll
md5: FCE322B1D03AB40CA554FA5C54078166 | sha1: 4DF78A31A01FE112C3DBB167E8FC7C2E3B0AC8B3 | sha256: B91CC2B885060D7FAD58A509BAAFB785DA1FA7FE8CF91BCAB3AD828972C07F2F | sha512: E1C3E3A4B26D6CAE7D95D3207D7619102A57DFE487314C6A943E9A6FD64BA50070002054D643C8625176DC1B44EB4F4560401B94C977E92EA04733891806FA17
System.Private.DataContractSerialization.dll
md5: AA3802597C29C0A6CB9F2323777A2674 | sha1: D9D5394E1BEBD6DA89D40155A332FAEB78682086 | sha256: 46774EDC63CBAD94A01A9244B001F613551A4A5928A57CB5712C805F7D137F80 | sha512: 51704325000650EFAEEA5FDB6A164B96708DD1C954BDB4B6C2670AFD9A3F4B7CA9F5AEF568F80CA48FC0AB43908B81444B2CF467A06C72EDAC224759C6E89FB3
System.Private.Uri.dll
md5: 103DFAEB02F7CBE11F80C0DDDB9F842C | sha1: 7DCDD542C3074DE7F956B63A7648766DB0A157FD | sha256: 0FD31817BE6C32E62BEEFF44D0D8BF8255202F5097E960214C37522DE9494148 | sha512: 646CAC382A22C9123D20CB6F78AD67DF45A3B7A3AD53DE7987691DF1960C75C206A3B4B744F0E510EC82D0B9E17E59EC076A59CED0721C713F03AA13D1CD1803
System.Private.Xml.dll
md5: 0E28CAE9047E3004FC6D5BFBAF6D91B8 | sha1: 47835A9BEE9D2A827EA4A41D811F601BAFAE34AB | sha256: 0334162A18A4DAE9C369690D2C82DE9B08C949E845FB9F9D3EC416CF839E46E7 | sha512: 392F6785AFE8875826D3EB0CD5974CD785822B859070C88345CCFB88B6B1FBCCFF0848DB936D61BAEE6096177936322976A73F3BFEC47AAC316379285FED3379
System.Private.Xml.Linq.dll
md5: 0E6BECE591AED78B343EDD692C52C32F | sha1: 990E16430E10B0BB93D8AB201A38362B40C3B84D | sha256: F636CD37C758BF8DBD895C9E4ECA101EA98976ED6C81F6B2A77A270A6F3C6A77 | sha512: 8583602A876CAC8C0E39E8A963A25F93E35E783139168EA928F76C5213E4310C352E4F7F31D40EEC4A511E3FD8252178ED6CF52E88DC5B3C3F613EA12588DC57
System.Reflection.DispatchProxy.dll
md5: F1B7A75314EFE1AADC33DEB40B7839C6 | sha1: 544A6FC331465457A771FBBC1DF37FE62873CDFC | sha256: 3B59B687D73C4CAE321E7453B397D7F86C60B75A37762670FC7E230A63B326A6 | sha512: 12821D77EC2F6DB3A5791E44A064C79A1A222D3B12233FEDA82736AE238C88EC284C68D7956EB8254ED759C14904C3F397B456A4B74DD628EA3D4F98B9D4F9E1
System.Reflection.dll
md5: E74EC056DE6FFAAF708B6E00DBAFA92B | sha1: A1D976D0248D0330053FE36A1E424F52B50AACD0 | sha256: 274088C93599E33C18344A4E796560C0D5382BD9AD61E1BF3C5D2A1867B89C9E | sha512: FBD4AA419673B64B13525D618401E0CE5FDD53B82C2C2F234D473EA29CFBD405B4B6AD674E9BD78E708ACB9CE9C95D0B47A0BBB35F13C642633389C29476C992
System.Reflection.Emit.dll
md5: 48DE8D07ADC778B985A28933130641A1 | sha1: 4DE0230C985461494C87E138708FBBEFB55A1FB3 | sha256: 656FE9626F9906D04FB23C3DBB7579B421FD44841363840DAC5D8085B1CD7DA3 | sha512: 4FABC6785BCCE9E990B89FF1BE9F4A2B1E4835C1F8194B5455C7E7C7202867D95B6AAE9B2145BADAD4640AB30D78F812B1FC42908E58300574FA460C874A22B5
System.Reflection.Emit.ILGeneration.dll
md5: B1D73BD5CD6D6BB2734128FBF7830076 | sha1: 94ED114495BEAC0362C033A7801C47EF5C84799D | sha256: D3A6653C95F5E56B15E92C6AAF8DDE6108C1049117D7D9C17D50FF9973524CD8 | sha512: BB722C64D8E9DAA32BA98C945935D15102AE3B9D0B96BFFBA233E49E82A14BA215333686A85E74D927004F4794BDC24664FE293C0BAA636532DA7CA628E81148
System.Reflection.Emit.Lightweight.dll
md5: 00894767DA78E6E453A9FE558BA8F3DF | sha1: BE333D85D84D2CF590AB73CD2706C8D6501998BF | sha256: 690E5B46A74B156018BD32A75BFFA0B7F2611108740D21EC7C908F6CC1541773 | sha512: 0C0AFBE5A43451409B32D1DCDA297AD04EF2D2C83FED90AE9A15F61B6B6F00550158EDE27B58CF6E65C86074C6A981C92ACEC585FE9E8984D26C0E7CF797AE44
System.Reflection.Extensions.dll
md5: 7BAE5C683993176876D8629411316DB7 | sha1: D778BF6939A3A91A19433FE711AEC7A9979BECA8 | sha256: BB153BE1143C75E8AD29F5656437E22BDA957299A821B41C7DED9660C9E98A33 | sha512: D0C4A90E7E8060DCFDBACF662F29D2C4ECB1BC26C311AD0A91818BCBC9CE5AC446D22E29F33B300ABBFA4C912CE3E7D0AD6E5CE52B37B3465E8118C50C4E930F
System.Reflection.Metadata.dll
System.Reflection.Primitives.dll
md5: 307F5DAF773FB7EAE491C061D781E40E | sha1: 7A334592A5829723A565E8037545832E97C58F0B | sha256: 9537CB59FCBB71A28926B1D3B505A316CCF109E6B4371B0F10A4829A839CCEAF | sha512: C3A7828400831AB68A8150A5EC4EEAEF76DDC322AC59FA19F62DED8EFBF0A31465BBD4C6248DDC1333ECF960421512171CB8759228A93650C5E554C5567BFB73
System.Reflection.TypeExtensions.dll
md5: F03EE0E79A8BBEBD7F2179323CF13811 | sha1: 157A112C3391602BBF71F6114913EEE0630E9D06 | sha256: 47A62866F886C0C122FC25B30B679A8EB81C760D69E61E44B2E07444A6EE366D | sha512: 84D53DC14CF463C7CAE9EF91B7B2260ECFA795347E40E6133DB46AA1740D2B4749ABC903B826B9C450863E0CF4C4EB316D42777F50BC4C0CB4EE5FB37D5084D2
System.Resources.Reader.dll
md5: 12E63D2AE43F9B0E8D3595996AEEB824 | sha1: 9A8AE2BBA809F843FB32369FCBEC3FCC881E3284 | sha256: 0AC37BC9EB649F23E13C88EB638C54899597BB6F7E1F5311223E6ECEF25F215A | sha512: 60E110F0FD7A671A666FAFC5D77B9BC81D232D0C1C4EACED20C1E9A6EB88EDDC342F38DB7FB43D4AE811DDDAECC3F68247835BD4758BAECB862C37932E976433
System.Resources.ResourceManager.dll
md5: E411DBAAA129F3130777C367D6C57A66 | sha1: CDE7ED010C61821C6CC3BDC810F52140489163F0 | sha256: A20415588D0DC78586B36C89FD655D2A7F7EC8660461B72639F7F4577395EEB2 | sha512: 952D7D160E06B472EED7C52342E3F62B4BFB637F3F7BFB004046D7DA99C14AFE799E27FE9E420068C3D7D2ACEB19A17301F161660C21166741CC45801B88216F
System.Resources.Writer.dll
md5: 77F2FFD2D1CE9577544EF9E2CF20D8F1 | sha1: E638423EBA7CC488CDD1714798026F72485297C8 | sha256: F2E15DCD1EF0CCEBB60C4B3287C21C4561EEB89E2CED475532E137385908A4AE | sha512: 2FEFD5307008FFE780D952C9954B37A1EDC4979CE81774D18BB7574B35F47C5DEA07D8B50CD74FA4B817659CA2CAE68661A157138B00705EA96ACC2B71A50F90
System.Runtime.Caching.dll
md5: B7A6C92DD8B7A8E5ACDBBAEEC17AE81B | sha1: E684CB87B0199CCC7B9E85A3CBE350065B2870B0 | sha256: E3BD31E473B30BD13EC8BBDA8D301E47CC91B1214E35CCB6CBC1D4AB40D6A646 | sha512: 724CC38DC996445442C5DC5981C5DEA75A65D4D5E4093AA559C9E3553D727F5D340443CB20B1AA5EBB8DA591B7966BC5159BDB448D344E064DDF45857444ADC1
System.Runtime.CompilerServices.Unsafe.dll
md5: BAF474D43B17FA80A4A41E4645535A61 | sha1: 76C7DF764438E1C835F11D9FCA73AF1D8DC0E776 | sha256: E0ED46A86548AAC4FE90639DEF8D505301173531068A2C5C42EA075A6460045A | sha512: AD8EFA6C171179F938F96D650D246B19F831CEDD939433BDDD1EB253D45C58DE82C377AE7AE615AC09A1853CF32BF0B3C947F943131B092571866BF3390ADC7D
System.Runtime.CompilerServices.VisualC.dll
md5: 7EE83E00AB139F88CE3F35541ACDB368 | sha1: 65A009AD178DABCA8C6056EEDC890B9F0892C1E6 | sha256: 7D4280D21331795DB78A50431733D2274354EFFC22A7805B61BF4AD7D225F7E7 | sha512: 88259A83885840D3EDBCD3CB67327B01A2CA8224C8D7B917D57F20CCBAD00E18E70C90F8045A1A4945B18C01A63F3E782091B427BEA76D28AB8842F6BE0893F6
System.Runtime.dll
md5: 6C5F58866D6EF0E49104A6E60B749DC9 | sha1: 3F57280B76413325B63FE776CC644D01CC7C94E3 | sha256: 518F39EDA214B54847CC4723F2F8AFEC53C6F076DD9168488A56CC80B99DEA16 | sha512: EB90F88A356B81F460C3E48E3618FD0402EF402BEA08C03403DD12E2D13331CAA9CFFD44F2349AB89268425E125762F774B38615673B90549195129BB92E4D5C
System.Runtime.Extensions.dll
md5: 6BEBA598CD2EF12B8951812F6E105E7F | sha1: 9E5AFA8D26AB6D841DBAD923F5742B1E16A06FF1 | sha256: 52C98DAD551D660D26663283FFEEF70590C0FAF5B02ACF429DF7F399796809EE | sha512: D86660983908E16C026634FF54911B08D47DC78EE25E805C4F4F30473BBE119A805C60B19A7D410D9834301A6CF6C1E2E14B29E19E0A47B1AC9E36C9197E0D38
System.Runtime.Handles.dll
md5: E07AEFEB564D63F0F5606616B6BCB33E | sha1: 4412517836D446B6C3CE41A9C042ED04FCD8D111 | sha256: 40F05D2CE25A2EAF280B956715CEF56421BA5BF33CB6BF279B85F734D8290511 | sha512: 5AB6B13FF862621601D6E84138DD79638779C293BA83AD185860EC8E6D551B6C902DF759E49F2283CBAFFFB58ED1A7C7C054999C2C48342E03E88247D1580A7B
System.Runtime.InteropServices.dll
md5: CE89812DB2D6EC6E151EB20B36588B50 | sha1: D690ED5FCDD4845154FFB8A1646E6346EE6BA70D | sha256: 809B8E7747240F071C096D98C7FF6DD1E9E5618B584AFCA2543DA8D646F7354C | sha512: 49F22CA98392CABF52700168C8A1D61E5A9F9315B9D496677EFB45297B44DFC88473A547B4CAC70476E19D5D82794C7F4A9EA63282EBB92A9C4048488E619C23
System.Runtime.InteropServices.RuntimeInformation.dll
md5: 8FAE6CB61B9AA22528E30D2A4960491B | sha1: FC949A19CD27EBE12B38E2BDD2987568AAFC4152 | sha256: 648D3153CEF3D37CC1FBA6DF2C39A80BA9C673DD7992013B3B8878FDCC1D77EE | sha512: 3626BE3A01486854FE27A9DFA897BA7C576850817B2E99135318343D2645E5DA6DBA7E5FE9BB3E91338C14B90529E53B09B11F17CCF79A673D89C492612C8EC9
System.Runtime.InteropServices.WindowsRuntime.dll
md5: 606E2EF026426B0E8D14B9B94987D295 | sha1: 578916D8C5646F9C3CF8D8D2289890899FA8B5B2 | sha256: 1D162896D8C7CC5618D8CD882822B2799E466B48993967FF2A2951C74E036FDC | sha512: 5A33220E02489BF438AB4B5EB3844B835ECFC44A59383C0CB1285CEFECFC7DB59373FECC25FCFCA53C151CDA436F4153F4DE15C3C7E8FB2401850D77682EB17C
System.Runtime.Intrinsics.dll
md5: 3EAD085034A0EDF405EF4FF3BA406F42 | sha1: 44E72ACE03259245A339A88F36B6F13F5769B642 | sha256: E23C225143273D3C416BB7490A01F3924F7472F54224CDBAEFFAEC77F168DC00 | sha512: D6F71227081C04618A2BB70B181312AE143055CC1B533490F9C4BD39C220947D3C0F00F7396FF3EBD114847A788A7174924D7F976A3C9526B1FC8576782C9536
System.Runtime.Loader.dll
md5: 23136D3EB41356587A006A3F090CF782 | sha1: 3E0F1441A852D877530165EC8D927A315C310BF9 | sha256: 1D7AEBB81086D660F57784013B86F2DF3EA97061E631D10AF4C67A1EB5C3B612 | sha512: 812E7CE7871C4E0036D52D92B72014D301F9DAEADDBF12242DFD9DD3B5041830C8D2EE1FD162231AED1E8632DCBD8B2D4CE04DEE0283656C3D8DD482ADB02072
System.Runtime.Numerics.dll
md5: 5CDF58CA11D5F574C7E7D6C84486A50B | sha1: 3F6B6CE52BF0E21504D4D5AFC8F3C36A395417B1 | sha256: 461CCDFC3236E99F330692C241E21EEC5B204D3953092D021B41BEAACA3D71DE | sha512: 02361F6602FC09C343A00EEA59A1A0D71D786D7790580BB764B874CB55698266922A67B0335563631DB418C52169EF84E25C02A49A603F5DB4E1115D7F61209D
System.Runtime.Serialization.dll
md5: 985507668021162E23AE587783F5E122 | sha1: FB5B75D7C77FAFD576FC9D323F5A707A7961C164 | sha256: 93982A90EC45C3E9BDBD2A464EBBC79BCE67C24B6F8B0190EE46FEABC81ED7A9 | sha512: F0425E1F1912B79DB36FD9F6D7315AF6231E5E8F2A1E04FED2DB87A6A0516AF738E5DAFA5503FD1339D73A75300FF782B39080E2D4D29800A6A376051D11F455
System.Runtime.Serialization.Formatters.dll
md5: 6B11725872678DF3935C1ECE77906D4F | sha1: 638073878212964967E03B52CCE8F09E1FC44FDD | sha256: C79600D4286C87E1753F9B31AD953A6FA129651D43930F9817379BB542ADC18C | sha512: C578C20A012C587C363B909C705653E2D0540924CB2E7B97129BF4E3AF37E78461FBDB1FFBBFA43EB192D2C65544FA37BF1740DEB489977F9308326F13CF4452
System.Runtime.Serialization.Json.dll
md5: 1042F0361EA09E342AF0829BE41883ED | sha1: C2B86CD62DBB94011FA65993A077770679E32A0F | sha256: C83AA54E802431600C29AD7CC9576E2C8D94669C0147998F9CEEAACE02399A7D | sha512: 7AC1EF8D929724628535B36B4ED4905CBE6AD7CC269663C4E63F08BC1A7FD708A0C86D101A170D76F93E6BA6CB479C40B07F73E41624A83278ED56B78597F5EC
System.Runtime.Serialization.Primitives.dll
md5: BF9ED5C9412F5163F3874B67DC4AC15F | sha1: DA83D280A8104FD70D504E2102CBC8CEBE0DB703 | sha256: B24D44010CABFE9FBF87E4C14F957310BEF770EA07EAA4D1911139051A60264A | sha512: 92FC3CBF52125F4A84E29A39DE303B4407E632654448D7853BE2225B163A2B461EF4EFE27373C70F1A7A575939038754D59AE1D63E0E7360FB23416F4DBE0BED
System.Runtime.Serialization.Xml.dll
md5: 0C0308EDDA5F4C9F8FF6A94DC5803702 | sha1: 9101D142BFDDC2BE5372C3B36DCBAEBFA6337980 | sha256: B7A4D39DD6448BB9A119697F4BBB17D7CE3F4EC8F99B2B44AD39F1E2D897BFA0 | sha512: E5A6005DD753DF6017DBAEDA4EFFCE08ACDD1DE16608617BC798700E1C00510F2FCD12BA875CC2846CC500115E3D747B25A9D97A7B2C7D86016EDE98A998C0B6
System.Runtime.WindowsRuntime.dll
md5: 0D4A30E96298A039CDFB9EF915D2F346 | sha1: 89983FBF9C1A87C9055F5FFD406471624367001B | sha256: 55E2E280DDABB63A5E2FDB7EC501D6A29D7E99CA4D5F1E0B391CF394263F0D81 | sha512: 9A146AB72C29ECF653ED36EC335C0E53E4B2BE83D2144E00963270F56080FAF9387F5F4B83A12C232BA2D7A7B0C966D2B74689CE0F957F0006CA3FD26BB622F6
System.Runtime.WindowsRuntime.UI.Xaml.dll
md5: 28EE888B3579AC43050316C8EBBE2D06 | sha1: 74971F8C08B27583980C2EC70350997B3FBD4241 | sha256: E79069BD0111305B42CF54EDB894150BF4BEF7C2FB18A33FF6972B6631736C77 | sha512: 190F7D66DB1923CA2EBA7154494EA9EB597F102A3D1ED9271D467AE3346345E57D739516A6157BA5803CF9BBDF187F36E00ADFCAB5D8C54157D7DE3DC58B114B
System.Security.AccessControl.dll
md5: 97C1BE05DF54694A0A9EF080972F47A3 | sha1: 7FADD7D5AD24D482DAB47A8F99C461FC73809FF3 | sha256: D3A01FC99CAA3588BD823FE647316E7B5D08259DBAB7CCB0BF0CFD16CC364107 | sha512: 86D3AE8FD4C93F88D010BC590F30351783160C4C4554AEA411D1879B51A6789FCF588079D28E4A2151ECB851F64263FDF11E3E7783980AD1A97C9CE7BC497097
System.Security.Claims.dll
md5: 062A0522EF917CB2F45EAD41CE0FA3E8 | sha1: C5C558A260C3ECB0691FE05D4EC09B72D4F83D56 | sha256: 3F5EC946A2A668C6490B1CDC262860864906C04669DC5CEB6873DABC98FA8E89 | sha512: 7016B96D567FF0168B4C683DB02CFA05AA885E8E9C9AC160CA83572D725C034C8154A7AC13204CD2796262197FEAB776BE1570BC3C1DAF03BF20A049960B5665
System.Security.Cryptography.Algorithms.dll
md5: 95F84BAF348A842B0C281BF76EE791E8 | sha1: EECF88A90EF842EBB5D34AF5031A5323C374C150 | sha256: CA7F55B0C29CF49C250CFE03B61ED61A60676BB975444467883CED84DEE6E8F2 | sha512: 76DF916CCEE95F4AF021EE8A2F2E2F9DA4716ADCBAA241B0C86600053509DAFD71A78FB577E1D2011621A97B580985791B34A08F09ABFF3FA1A7AB263D6A48DE
System.Security.Cryptography.Cng.dll
md5: 7E5E2E17B978E301BFC8AAF2B679F4E0 | sha1: 1D2CF1ACB5B3A8C42DD6DA1C31C4AE254DB52695 | sha256: B2ED68CAB7D73EDA080443CCD1D7665CF6F2368840A3FFA53568FAE1C970B126 | sha512: 600D317F5A23ABF0CEB4034F3D3F2B1700B2C294B2F8BD62CBB361FE9FA6ACB166021DF4134224FDE2F98F028627F919AD541E0A1B09742AFF0F7982A9ABBD89
System.Security.Cryptography.Csp.dll
md5: C8AB4F8C40502B2B876753AED0AB0B76 | sha1: 5E52C52C8A1B49507A61863DE2901DDD817BE290 | sha256: 0E93C55A1A1CBB77FD46F7493EAB87C885B9BFFA2EA9000861B8836E62D8D653 | sha512: 3740FE0F85464892FAB79EDF5944D63C621A0B9ADDE2FE82DD9913251981520349B23D15EB4224737894B4008DD1F30D6C33062044D3AC1F2AFCF61DD8C24B14
System.Security.Cryptography.Encoding.dll
md5: 817A5574F94B4CA4B494BD6080415D4D | sha1: 1B5EF7BBECD9C7D59145F4E231A33EE50155298F | sha256: F222C29FDABF47360C454FAD42388D26E7EC126258FFEB7112A12E205F56ACBF | sha512: 3C2072BE79DDDEA66DCD2978BA45240A4B5A9609EDA1F4A2533408CEFB57BDA3922258A72DA2C2855C995A459CC445F8B2E5D5189D3F0E330CEEFDDD6C8CD33E
System.Security.Cryptography.OpenSsl.dll
md5: 54FB02A1847D682328189DBA60797E38 | sha1: 8671E3C4DB5FED14C48726960CD60E06DF88F27B | sha256: 0E841255E02DD606AE4EB2A6D57209BFA443E41DAD2204A7F956B464CBC027F5 | sha512: A0FB4F1E70C625E5FCF9651EE0CDE3B9CCC88A924F1EDB7AA474EE13C2112E30A11F29C9D249EC4DFB5B659594881DCA4BA32DE981F5E4DE4F04B9FEA375F3BF
System.Security.Cryptography.Pkcs.dll
md5: 4B6785E00E0AF350AFEF3C41FF0B5EB5 | sha1: 91A2B7C333595EBCCD5C5419CC7819AF6E9BA67C | sha256: 14DF9FC73FF896DE1C1C396167F00983AF9CB554E0579EC3D92FD98450601832 | sha512: 35AACF217F07CFC67FC81A8BC56BAE1ABEB5B4F6B0AA5A28E08382C06DA94BCFA8F997961B54C804A84CEDC31F897D67A1DB0774511C6662B8CC88461EB67060
System.Security.Cryptography.Primitives.dll
md5: 3ACB19CDAD286CEF736DC6E375ECB685 | sha1: 4A254A09C7F57BA54944DC54E9BE2617EE9742DD | sha256: 20CFA942964DCCCCAA5236CC25B3F1383B3D0D821B983C15397B5A911C3AFC8E | sha512: 1C8851DD06EA57C7A4212A2B10C56F29B8EAC246B22F4CB565706160DC1F3DA48FAD4EA647C3E6FC588EA8FFA5E3FF154839AB24CE3EA2507367853DE6B388BD
System.Security.Cryptography.ProtectedData.dll
md5: 435114E9578F2BFC3FA0602D185B3EA7 | sha1: 5DE9E743B6A62CC66D8213383B5F004C555ADECD | sha256: 0020489A5F72744FD8AB03A4A0E9E30F40146EFCEBCA34224ABC117EC0CFF4D1 | sha512: AAEC887077687BB2AF502E9D3C605F925742591585C6FB55192FB2611F9FD87587C2D89A458D6E15412CA4B7496A96EF0883369FB337C0FAE721FE9D73045F5D
System.Security.Cryptography.X509Certificates.dll
md5: 034745F46977531922E5879359AF567F | sha1: 4EDABB580DB55FCAFCF4C35EB3D6671F4951AB88 | sha256: F643F6F670327A5B39289D84D018DC8BC966FDE7C68CF1C695F196C521C7C57C | sha512: 7B67637A9D4AAF5B3C56AE8653F90950738E74BACB0965138E88B256A5FDE2944B5F0A94B0CE5113A6F029AB4F49FA9E9DAB44A6E2BB1393CD17C163864EDC6F
System.Security.Cryptography.Xml.dll
md5: CC45B6CC9A2245FCC7CF49AE6FD8B1B1 | sha1: 9F823BDA5B0ED79728BC5077C12E38DE41CF256E | sha256: 3F6C39ABB039644A306CECC18E216DCC38F1D212886024FFFF4524D89F96EE2A | sha512: 95D56F3116AED932788E6AB7D9585AB2BD2FA1DA62644113C574F12A1E75C5E2272087783C7E5FAB3C95CDD54702D21C25941C4FBB1E4322084A6EDDD56566C7
System.Security.dll
md5: B2DBD0E926B29F9CE379BEA12A061F15 | sha1: FE91E0581AA2EFFEB7A577D90F991872E84E768E | sha256: 0F2D0B2D0E2FF60A6C61B066F9CECCFA9D61FF6A4B3E494B2A6B449B3C0E1211 | sha512: 16BE5F8AD9E2F63266F537F2607A243D2729CD97FB6380013751F9EF3D2FE92D29F22E9D770A139BBBEB175DFF0CC79EE4D2608AC44F0B3F13B7FE9488C0B0A6
System.Security.Permissions.dll
md5: FF2FCA7E481820A41005B9F005149CBF | sha1: 3BED90BA7012CCDB5B21563E9B900896420856C4 | sha256: 4A52A09826F0389CE1B5E31DE73BC62E9B553548E548C049669E1725CE448B33 | sha512: C339E440573DCF7DCF0FF7E8AFC434EC94D4E9AFC6E37878A90B46813A643AF443B2BFACE4D9E75F38D8F20C128E2E0B753FDEC898733E511C9DC67C5ED41489
System.Security.Principal.dll
md5: BD91AEC01F911FDFF6926D6D14DBD1DA | sha1: 8B86EEC94B9B7757683E4202D1503869A513B52B | sha256: 6D5AC5AB75B9F9E62B5D191AB4E0B48441F74B1D362E49A80B0D92A65DFBDFBF | sha512: E537F4C9AEFB4BAAF1448C915F4934883B655BD8997EC246B6E711E697C60DE500430AAF01FD9350167CA2435685515AFF280AB87911CFFED058869F8D95855E
System.Security.Principal.Windows.dll
md5: F78351BEA7C9B7051CEC732E5EFED685 | sha1: C2B1926B3B2DAA75C6AB614E428A68BF7FFC6C46 | sha256: FFCA240D75EE2F83CD2B4C5B3FB7DA10C1AB805A89E7A9AD7C7938607ED9712D | sha512: 0E1FE294D2E4C364E938BD9AB4D62B84663E2DB1994F000CB97F1595F1DE32253F008B0CEE78C1B3BB66DB3C6F22DC9F72BAE94830A7E9BF55CE500E9477C90B
System.Security.SecureString.dll
md5: F4C0246314FDC7CC4D71BAFF66488EF8 | sha1: 7EE28DCCC7257F874B779F929BEF7E62E7DC524F | sha256: 1A8BD03918C2FCB4C8CD28D835F5DF37846BC15BF725E919B2CA5415F941C5BE | sha512: 29AAA380F9D826C181D0E307002AC9C7A9A1000BE02315FCEDDB885B437C2EF92D64EF8F415EABA0DC7E22083FF46B37D5C9179162F837B47E587E398499C01C
System.ServiceModel.Web.dll
md5: 7EB7DAE6AAD39C80410973C88D2E6B3D | sha1: 4E7DD188C05A1EA35B16E3BCEF5048FEBF11C97D | sha256: 557980B2E8EDEA1E1E068EEF5AAB878A8731169F94E005AF4AB20E79DA7B1053 | sha512: 24AD714459AD21A2270C643B8009785FAD27B53CBBB468027BF68860F8783B1B47563DF3D13EC2477AE3BAFB934B8AF5ACBE02EE0848136118307D9CAF945379
System.ServiceProcess.dll
md5: 97B3EE1E391A23507621036CAB14B2FA | sha1: C9BD435DDA868B64426208267DB2D4AFFC43DD89 | sha256: 538E9823FE668BAC5E4AEB5702B6BC795F10C19601ADC90136595E915EC44D6F | sha512: FDF72CF46AFDDEF26E08E97A6427D052F6E87F698B33350FA9EE23579689310B8F07EE63AAFD9EC7ED204AEEAFDACD33DF05CCCC9095B4A6BAB43A9FBFE87720
System.Text.Encoding.dll
md5: 7EDC4A048A0E6B6ED5CBCB35F5C40B57 | sha1: 89A2B434147AF7033D6C23582F1F511F783398E5 | sha256: 38B4A8F948D1EFF0748C4DCDD03D1B9EB2F73EE61609DDFEE8847ECF980A314B | sha512: B9769CE84CDAF5F499C0E9E3E22A663D7AC40DBAB400BC555D8F5725D22036DE92E0D99758586479851CFE9DD9101E756782CC767DD9CFF873F74C69A057ECCD
System.Text.Encoding.Extensions.dll
md5: 03909F31D536D340E79ABEBF095BC0F9 | sha1: 72A5DD1CC7F25B7E3BA3DF916858E2411F63C66B | sha256: 3FECA092B14863EE1312AFD31D3E5573B3185D43EC552051D2C80FC70509135B | sha512: 151EB84A89E57A652F7F276B5D9B3186BAA7699A44DF6359666B3A4608F89710F7276006CA4965951C2ADB44B80C64AEB26DEE9178A54F362F6703CE9A421999
System.Text.Json.dll
md5: EF61214AC18C13C200096BF569863FC0 | sha1: 2BAB9707D2EA25EF764407C6A5C3799C44419125 | sha256: 93CDF7B33C6588B2A7D332DE2D224B37130CB2A6BC4E9E1A349081BB586A6E4C | sha512: 1022747CAA8F025172011F305FCC4FD9CBC62881AA46F8C7C99911A60EB0A3C4C10EB80C5AD38AA89BA08CCC62CB5F18F9AC637325208FCF1381A2C20CED3D7A
System.Text.RegularExpressions.dll
md5: 763AF7450689049805D029F911CA81F1 | sha1: A861A4D7198460920D7E13FF01701E4BAE168A45 | sha256: ADFFF4268F975339A26119A62116AB688C8D367DC015ACCF4D1C165773E64EDB | sha512: C205C500F5EB751C69D491FD8BD7EDABDA5DD3F450A0DB794F09215F5F5351D4653E7DB02EC076DD53C97B6B99073CFCD93BD8201EED94C197D1492DDB06CDBE
System.Threading.AccessControl.dll
md5: 46F9B23FD0A18A145FE84BFEA161A962 | sha1: 836C2F252C9D5DB40D7D47C0BF9D52326509D701 | sha256: C12D5179D2F605F466CC373C4243AFFA7169DF5CEF4633E9D2E71875F2258358 | sha512: 000BA89F416A81857E0B7D1745E782849AF3C0EA63C20B5A9950B330F1D07CE9A9C846B89BF97E337746F6BC026D9F87675F8ECD149610F95B69425D96072884
System.Threading.dll
md5: 4B891362A78398DD3434D37106EF95E4 | sha1: B3651F9379A0664E3BBF2318752D272FBC7934D8 | sha256: 1FE102C86851156572281DA3719676BC064E142DE1973015BC56335AFC585CB5 | sha512: 41EAAA4F46DA2A08BDD19B3C0D5D69A4A23D00A17FFECB43CB1C280B1A6DFA40D5DB61FBD7CD4EB14A5385BC9286B05C912A80454E851057C2952A3882FF6931
System.Threading.Overlapped.dll
md5: 84887BEB4C8BC8D36C7DEE9DB2D316AC | sha1: 08A3248485E458AE207ADE7959E586436663938C | sha256: 92BD7829CEF296EA429A5FFE5AEFC71256F6AB7071F6A3771C7458F806052E82 | sha512: 3CE2F4C20DEEB056B071056E7FD10F07F50FCAF3D5083B2ED748F77B70C127811EEF5191A72DBD5847F7B436BB9EB0DD4804ABD937AD5E1ABC102BBBD237DFF6
System.Threading.Tasks.Dataflow.dll
md5: 22FBF761B9053E67C617FC54367EF385 | sha1: 1F835A54412580BED07EDEEC5C634BB6C382B078 | sha256: 3F706F03E51A1D21DB012246E85FBCE3030B3DC44BED37509DC303E3B55C4380 | sha512: 76A1E6B342E8ECE81AE486F4AEDFC8538B315EB1CB4D1DDA0BC7339917A9615A3DAE9EA7282C2B1818B654D2A98C46F0AE5123718490E32D83D0215D491C448A
System.Threading.Tasks.dll
md5: 7AB43C1EF52D797F8AE222DC3BC28C65 | sha1: 3FD19ACBBABB67DF252E2B71E067509F219C416E | sha256: 1C7455981166F8942736D92E03CC7795E53720CB1E4A525B6C72107C3376636C | sha512: 124E6B50BD203F0AF84222663C152119A361E4B382A78B665FCA38E4DE3E5C9B1562BCF9AA4CFA3E17107C12D002550A9AE9C32155ABB78113459DD0BAC2F6A9
System.Threading.Tasks.Extensions.dll
md5: 9BF4AF6A406DE54D4250DE09B90FD441 | sha1: A0F712947406A15FC944390B849D2A872F7ECEA6 | sha256: 7ED11D587F4550BCA4F2EF3EF70644ABA1DDB5289FAF403D04AF8236AEA4F65D | sha512: 0CBFAB59C3B279EA88EBBB988BE5693866A9BFE85CE6AEB2F5D497AC6FE7211BC3BA00E1B14468D1BA3BEB432AC947AEFA2541311AC4371D14A959D1DF7DBDC5
System.Threading.Tasks.Parallel.dll
md5: C6F060781BE1515BA112E6EE9FD33532 | sha1: 2618E24376790DED4D64C556407DCB276C373B62 | sha256: A4222D3DC6E78F8A43B1C12FB01B507108B8F36F2D828B72643F21CB65BE8C9D | sha512: F9545C035A617CAF9A425B207DE9A7A88B459E70255FEDD58D9044EAF1C73926B67A8AD3FF82EDDF58BAC3A8ED5E1ACE2114E0F3BA1484534CA737D181C2F684
System.Threading.Thread.dll
md5: 10EC5E58F312480C80D2A6F967D456E8 | sha1: B684B570DEE7B44FA83717943A60E1E3DEB10F44 | sha256: 8D9F4B876950C79DE025798132E46490B06AC5DD709E0A00A4A2454BADCE604B | sha512: 0D6988E434C58471E52FBF0B6A242C0B35457843075C9338CB003708C6DCE99370011DBA0A5822144D99E417A9475FA48EFDB3CECE02EDC16C37699630860236
System.Threading.ThreadPool.dll
md5: CBE320266FF297D2A722CD7A6398DA4E | sha1: 2874C993B516709547B186265C019743F9A71BA0 | sha256: 793312E33D9BFEE9BD950E60C42B97C4825C5107FC3ADF84C89AB08E79D965B8 | sha512: A43660AFE953C1E17A10D07A747451009089C0CFF9E9F0C73A6C83FD003C050680A015C9BA68811F51F315D142C87ABFDE9736AA2E222AD60DDD34F925FA166C
System.Threading.Timer.dll
md5: ACDC3884A433686CCFC758C2EDB966EE | sha1: 08271823BB5DDC2EEF3CA2EF575B3575E96D39AC | sha256: B6675255E3F1B31C1E33AB3228EAD9A2FFC1B337627857C5267324C4F86BDD7C | sha512: CE80FF60BB8B2C583EEC161277A329480FB33EDA61D90774319D9F1456577DF032479FC9B471500DAD817781ABB6BB21BA7FBDC3EC9F2328A617FA9AF8AB8539
System.Transactions.dll
md5: A57F70BF902CB1BBC961CA6FAEF0139E | sha1: 6C3F51CF996A5A849CF9B4F2B37DCD4BD8C88148 | sha256: 2E7DC3F4885FF3B82BA2ACEB316106EC73FB9E247D7354F1DC6CA475A1AE5D57 | sha512: ABB5A667D0DD6575C91A0A366C184287938C1F7E3110FF2D7E374151DB6A0AE3BC727F2ED0E510C6D53A18902E16748AF8D46BD49A734D6E048D41D082496B80
System.Transactions.Local.dll
md5: 8CFD6E399A8DDCBA0114A819D4138FCA | sha1: 01A3A3A019A0E8820EEFE17EAD2F99301282438B | sha256: F0C63609244A71547C525330768EFFD94B12B446BF815F563A4F9BF311F0C7F7 | sha512: 0F23EAFF4DF19A8B7F37039D2AD18691671E4FA76405524D001EC9DF1209B6C5B9CA63E415CCF5D6885F700F8AE0DA369002BADDA0F5B899824CE7EDAFF58BA4
System.ValueTuple.dll
md5: D57BF7AF7D90741F5B136ACEF9C1A9BB | sha1: DB13BCBCB2EA87B11390A3D9ACF244CEF17B2A1A | sha256: E58839E932911D3DF3AA4B618BDBC4CB2FCF520752BBD18AFCEF137586772F22 | sha512: F977DD424D80B7B7B01FA05048A27A26F02FF4F0AD0D8E7E603085EAC4FC28E0FE3648C685F7CE9A73EE304A6AD2A6B84081A23BDC672B5520360E0125B3B514
System.Web.dll
md5: 5FD6A734FE17B900BBDCFA91CC22D841 | sha1: C7FA9E1E76385C32E869BDDD7BAA95E326C1AF5C | sha256: 3B14C8EBE6F8AAE0AABEE273018B115BA9C6832DF764555B010F2EED544D6759 | sha512: 21AB7FD02FA9566031C0667CF3819A424049D643E8CFB7F7A9A03B79DBEE86826EC22158A0C6A5091405112A174A588410AE67A719326F6B6F6B4650843D4390
System.Web.HttpUtility.dll
md5: BC25350ADFCD1A8197A8289C0E504AD0 | sha1: 0B02694F285799DC291032B3BDD3A72B6EA32970 | sha256: 71228423259A03519DA34DB62ADAC21CED226379059A9D4B1094ED7D0247D119 | sha512: 0F8C5E9C2258F515B78EB1221A4084F1728A823EA9446CFA63E88F6BC75C22C1F3B1762400780CF31C1814FC34871A60E11F584A2CC43279510198CAACAF8BB5
System.Windows.Controls.Ribbon.dll
md5: EC6B6CF8A644F90CF29D61CA2C0CAFC8 | sha1: 4FA73B1238928B0B988790321E37793206A7AFBB | sha256: 205D3771964C284DF92BF082D46CDFB3032759DABC0439635D83E352E798610C | sha512: 880F3E9960181D05DEC3EB40744143022B6FFA3190443EF580E2AFD9CB6DE2FE22B9E1C45DB9E12FF009086812F5CE5E14D88BFE924C9B6474A7241C76F47C20
System.Windows.dll
md5: 8E81C6A5DC0969E54C4CACB0F8F3D899 | sha1: 9F38C7BD82FC01F073279DEF35A76870FAF24039 | sha256: 1131C2733435BF82C9897E3F523629A68E76EC946E3E390B56232B2CE6C96E04 | sha512: DC1CCE0AF0030DF1DCE968DDFBC27806F56EACDE54B7202DD973065368AE4D8FDDCC5779A2EDC8D2AD06DC677A7B60B6FA1B5F9A0EF7515BC7B3D95AB8AF3059
System.Windows.Extensions.dll
md5: 8097C5726FCE7FC1E9F53083D37EDC8F | sha1: BB0D7E92B1428E601850C3CB824B27B2DA34F4E9 | sha256: 08CD6B8D040F773E9CFFBF6FF5AD5A93F851112E88E5F2057700F2021FA52DBD | sha512: C270DD53201DE9C11D0A3EBC7FB0B87C53439B2CA1BA815B87B8D4CF57355BCE28E54DFF578B4B6E085355DB7B7C8D081E12CFDDEE327D5A0955A27D44F4E714
System.Windows.Forms.Design.dll
md5: 420C821165203C819829034FFFC66DE8 | sha1: B79F174E5F29DACE7D14C4D6E5AF5F48FA11DFCA | sha256: B1B80EA6CA4FFE9D2269C7DE5A96D603C094621DB51AB77C058927F165746106 | sha512: 50CD6470E30E1E17C2AFBD4F1778CB53BCC95A31C2F52F90F3F2F091C450E168E2A5F7AC7A9036E5A64FD79C6B8131D4FA87CF8EB888887402F6924B749CA003
System.Windows.Forms.Design.Editors.dll
md5: F81114F6FE0042D3074FB23B6BC31086 | sha1: 3E21FB092CF2DE951B7C6A69DD162B302EF104E7 | sha256: C31C6D2B3A7052C6BCF40E8350A2934B62FBA118C15FA2F4E660A7ED4927CD6C | sha512: DE969C07C4E0B85AA139194698780E747B8DD0CB0914670E58F75DC96346A676DF41BD41669F76B0C3B4FE6D0C4E557AF469535BD875D80FDBD13B6AF07D07C5
System.Windows.Forms.dll
md5: CA9DE847E7A184A3B9ED4A0A05A27836 | sha1: 3027266096243F7BB09D06DAE63C0B011A9AEB18 | sha256: 8BA8D44BA9FB06268E5B026434703FA91DFADC24E9ACF4213CD3A320317BDE09 | sha512: 1E7EB882EDAA4F6DF07C65E08A39BDA2D64AB2732FF4ED00E5CDFCD5760954050C10802E016762F1965936AEC90C553C08F97DDCACBF3D1C28B2C7DDA6B320C2
System.Windows.Input.Manipulations.dll
md5: AC3BFFB1B8044317C3E6D683E56F8894 | sha1: CDD29924E9BAA67EFF3B5D73CEF4280F5C79AC77 | sha256: CCFF58502258E79819CEFC307BBA53595FDEA230CDF588F1E64D8CBFA8BF8FFE | sha512: DB7161C0DF108505C4DA5265537F8155922CF53B5B0068A5AD3DDD91CB8D46E8323F45798C0AC0FE5A8AB3EB6D59E1EB8801EB937E3A5CCCE659C028736F15C3
System.Windows.Presentation.dll
md5: AA3C6ECE7B34F495EEC63238E626E5D5 | sha1: 8AE9259FAD1FE7B9ED2A48D39F8A1CE8602D024F | sha256: AC74EFBFB87617C8CEEF743E06FAB911A1A578A24A6683E4E66A23758CFC07FD | sha512: F3BD06D512B5B558A17B17CAF9F49B218616D9EE7655231D1E1527C26EFA8ADBA79E0DED6157A15C0E930B017FAE47EE34AEF0AF0F7C2CC182930A38BCDDE2DC
System.Xaml.dll
md5: AA37C3E2AD0B2B8EEFCC8FDE3136B0F6 | sha1: 81421D0D9D7727E12D0734E3AF4B8B402AEBE7C9 | sha256: 3216EB3BDE5041A32EAA83C1039D2AE51FED03EA6D691AD0D86E559194EA506D | sha512: 8AAC801E81A1DC6CA50C8A8D180915C33F3C90EAB9179588F6F23A715EEBB3E002686B89D392789BBE342C174A9F0DCAF47E0756B0B5C48314AA2B2FB1A606C0
System.Xml.dll
md5: 5B7A5E9151F273AA51D869B76F796EBE | sha1: C3C3D6D980844B70AD10AEAAF9222D473996C852 | sha256: FF0D0659B05064D8B0A74B593E85313D95AD6F973A926044B54C3BB54D1184A7 | sha512: D2C26F2F30E589875EBC4FFC07A9A9D5EBD3756D94E66C6D9C29BDBEB1ED25E7EF9296B09593774E75BB99ADA8AB7289E8965322AD652F51503EC26D1029071C
System.Xml.Linq.dll
md5: 0F67F42EE6C433C9537B0E9B208D4C4D | sha1: 63BA514A5705EBBCEBED761B0C5EFB4EB7F9F04F | sha256: 26D140B192AABBBE79ABC5759F789D4E08C70110021B2F71DA9599FCF70B68B7 | sha512: F723C00893E2D8A6C93E8CEF9FA3CF4C7898504325A2367CFD07480EB798AAD280BFF16ED2CAFC50174EFF56F24A5EC493827954D0655C46BDB943299D65DD0D
System.Xml.ReaderWriter.dll
md5: 011B068F1AB82A7C702484BF4DBA7E95 | sha1: 313DC74CB0EED5FBFC1897290D43DED8237BBC87 | sha256: D0AF42063A1C17AD319BB638354EB4722A055EC750F1122A332FCC6A6C972E5D | sha512: A83FE87807F7EDB30F657678A7633C0B6A6DFF890FE1C3F1D4935C7DD6CA25A7C40208874CFF35AB3BB58858A7972E5655F2BAD5034106DAB82C77E11FF3AB14
System.Xml.Serialization.dll
md5: 7EABE79E2F1BC8CB18875DCD5322C920 | sha1: 69812A1092FEA4BED35F75C54623A51D660F0CF9 | sha256: 6206AC8202D9D69B52DE613E853EE2B95B081BA8A43680BED95C6FA907B636C7 | sha512: 1B37BB3D9EAE1034C3955F9AC90C3AC931060D96052C6F9D19647763B2405ECB229B07520AEBD38373331EC19D523564EAF3E3BCECDEC332E3AAEAE594C8061A
System.Xml.XDocument.dll
md5: 327798B570119A2AC597737E3B776CF5 | sha1: 309B4063FF59315CFEB82B984B6B7E9FAEDB7EBB | sha256: 1E9C200C7667ABABEECD0091DAFFE6890394AABBB532A6239A5268A3390E76A0 | sha512: CB37970A54A87047F024F807C500EF4CAB7470C8A206D46A94DC927BABAC6E5C60895B13F428FF761C8A7D41BAD95CE1BAD834CA56F33A1D531197CFCBD29738
System.Xml.XmlDocument.dll
md5: 52FE460813E78C8DC97406D81874CF8C | sha1: 853C3A555EF04626D94697490AB50B793EAE5C70 | sha256: B960C362408A5E311BFB0456CEED2E1A2A5C89FA7378B5507E373392AF945406 | sha512: 94654F9AF05A47E108C60E73EA1BE5FAC88648A22AD02427BE06D49ED1FE041E06CA301A2D8D01D26014932A49722672627FE8DD54AE966A58D6786A47E7C3EA
System.Xml.XmlSerializer.dll
md5: C3431391F0A9BC513AE722D0D27EBCD6 | sha1: FE82EE93D773FF74978C3944098E8055DFB017F1 | sha256: D2557849C22A39340376E5F253F6F4AAD7EE5037813C5C47E6E52AEBB97FAB1F | sha512: 3E7265B74A9076D4F1492B14283B01E10421EA2BFC9A54A6551C934668693D0D0C68DC98B26BCDE9CAE7816FC5EEB6FBF590C150EAD749ADC24DBE596085101C
System.Xml.XPath.dll
md5: C8446BA72450254EFEDB0FF0E9B6AD73 | sha1: D606071D11B436A9003D9C1E918FA0636F124324 | sha256: 1B069CBBDCB3FBDC86BB58B362CF0F0F9B221C219F92E7F74A5EA8F2123EA086 | sha512: 47197A8C58B54A624A0E5D42FC99B412BB89D0D565FE9555740174696A3CAA36941CAFA0B2FBAEFC292F16B6A2A55AF8A8599ACD002249D31E0DE8F6C3DC2280
System.Xml.XPath.XDocument.dll
md5: 2A9F81FE9A9B815040C3BAF1BC2FF6E5 | sha1: 916CC45C703DA338B8C4E521883DAAB33F267091 | sha256: 319A3BDD1EC53F4AE0461215B66C817D24F86DA57F7D76CC1E09D913E9DD416A | sha512: 92E5A44E0105203203BB4453647401036D7FFB1739EA36C1EB25BFEC0E506D5F27277B6269C6F3AAF1CE9C748D70A13CED8F562213B6593507D79E85A78AA926
tr\Humanizer.resources.dll
md5: 323FC1D2CC1FDDE489B104DF618F072E | sha1: 4F3E6FB4D32FAE7C1304C1AB8AFEBFBC06CBA486 | sha256: 7BF6D2D1688F122191B32EF39A5620FB0D3F0A08D23F7BA3460DCC82FBCEE006 | sha512: 8213D58FDE24636B773CF47A021C3CFFFC58074CDF9CC31133D3DBC48AF19142F902FE621E25020E304BFA4DF1D2A3EB4DBDAA186F411C4180F55E8193B15F50
tr\Microsoft.DiaSymReader.Converter.resources.dll
md5: 880875ED3506F0C293E55F93EB80F747 | sha1: 9FAC02A881D835EF021D51DB40FA98D04ED2525D | sha256: CA9359A757B96A0E997C0215C62D3472F8C78DBCF4F1510C55C4CCEEDA5DB081 | sha512: 6BBE5B731D954A3B0F00CA65EFB1FF56D7CBF8FFE848D79D325A0FE645C1972F23037B221A463D2BAB7AFD0D5A216CB1E125F4242FDBE7AB2140AB40299D28AB
ucrtbase.dll
md5: 6343FF7874BA03F78BB0DFE20B45F817 | sha1: 82221A9AC1C1B8006F3F5E8539E74E3308F10BCB | sha256: 6F8F05993B8A25CADF5E301E58194C4D23402E467229B12E40956E4F128588B3 | sha512: 63C3D3207577D4761103DAF3F9901DD0A0AE8A89694AD1128FD7E054627CDD930D1020049317C5A898411735E2F75E2103AE303E7E514B6387A3C8463A4FB994
UIAutomationClient.dll
md5: FE0718AF369E5B8314D3C0EE81134BBE | sha1: 0712E263656537CEBF3CCF585E08ACC0541CE556 | sha256: 8F4B09063F36A61C691E0CE88B7C24758D4C028C953A0B15D6042E90D8EA9AA7 | sha512: 68A55AC3E2D2E1E2398240FC9BFFAC4E581BDB733D2ED1300E6DEC0E489E6E4E816ED522C0B94E96B004777860AEF6E9CF3820DC978DEF5E52935601D3C4C263
UIAutomationClientSideProviders.dll
md5: CA722F73F616687863033ADE23257FB5 | sha1: 1D00C91AE3D6A656088268D98E6809DDDEB9588E | sha256: 96DFA420B80C505CE2D428FA3379837CB65C0E313A4F61F6F6FB943E28EAA8DD | sha512: B255F78A0E8C7285616824A0A1437B65936B137B69403CAF9DC274516019D97E6497D530FFE16E25872A040FD78242DB7975459425619D63375FCF46A4874C25
UIAutomationProvider.dll
md5: 771666F9524D55782AEE6E6C187209FA | sha1: 392810D7B262FB5957EB9A6BEAA87F8CF84EBBF3 | sha256: F175A7DBB004B228D47AED397C7CEAB863794DE54BCC60D8391049DD9E6B36F5 | sha512: 70470A8A2AC46757092B35C09A7BA8E604600B5B051CE703418F74C5A396248A3A93309B04A1F54DD842643C749B255519B0ED54E13B10C0B76AD79F0E32F0AB
UIAutomationTypes.dll
md5: 23763205A92763691A01A301A74CB6CA | sha1: 5B56A1CFAEA02D89D60A3B3A8159B6F151EDB663 | sha256: 8B2024DFDF55C9BF59A9A3544690BCF219C197E0AD0486281702DA3D43506124 | sha512: 8589D9AB6928122539850D62ADCABC472DBCCD9CE3DADEDD6D15A10FFDA42E2A6ED70AB706C8BD15925030A7889A4FD2D593EA3E5C58ED9AEFAB60C6EF94FCF9
uk\Humanizer.resources.dll
md5: 7005481E4AC5EE0296CD011ED4243678 | sha1: 0D0696F46020EFFB013134BC8642DF522C8020FA | sha256: 74D06EBC9B2A7AF948E576BE4005382FD2D0AD71E322194434CF5E9DDC22189A | sha512: FF2F418BE6D0D825F115F3BCFE930AD6325D579AF6693692B202BF295E423E3F3E34F352A17D9AF51D7C24A444B5EB5F8AF7F29B8B30DD78BC79E3814B1412B2
uz-Cyrl-UZ\Humanizer.resources.dll
md5: 97D690234B557D00E158426474EB54E3 | sha1: 15635E67EF5F47A6D8031B85D870FB5AF63D8251 | sha256: C72DD7BB3B2B37ADCF2F1F24EDFA4FEA64F8D1461B776AF7FCB5BCBD32CD5DAE | sha512: 946394439630A902AA9CB9FB1C4B829C66D3F0B75866A703811D7A4A66C40DBA41AC458BB605A636835DC5690EA3BE359A0DB1D040167619899298B40E7CC459
uz-Latn-UZ\Humanizer.resources.dll
md5: E893D041D55C8F6CDB7CD714C3E5A592 | sha1: A04E2CA9932CC194CAD90F593793C790FCCD3E44 | sha256: 3E4D4A73595975DD5A69369F4D276708499F6A0188C1D06D94AE7F4BD6A98039 | sha512: ED595FBED9C084998DFB337F330DC3A2D461C9A46CA2E76A61FB51BE171C9E1299CF817CC3C2DF5D192DF1EB5D4B60903A60748D22BA110A17FBE9365A195583
vcruntime140_cor3.dll
md5: 0A79B529EB9012F65AC4500A7A915CA9 | sha1: BDC89773FBFED2EDD18371786997D6C57672B096 | sha256: E985D4D2DA1711289B0A67A2DAB4002EF2CDA5EC7E27F576B0E026FA6EF224A3 | sha512: D80C140566014A556F0DA2CA6BF9E0D549670A9FDCB5A5F5D7340CD4733724B116D2335D16E9A4D126C5EEE7CCB059F84BCAF0B12379C9ABD4A018D4B42FDCDD
vi\Humanizer.resources.dll
md5: E19C460B3C563CB10849ADB135FFCFD1 | sha1: CBF9653C044371E3C83744FAA85DAB2526B5AFB9 | sha256: 08914A815648FEC41935A5559FDDA7813E8004F70B9EF940E711BB4395557D07 | sha512: 09C4BBE6E6FC21B0193F1F784BB0349C57F516BCB363D6CEB0D86ECD4D47C754027814E735590C9B4FAA1AF3EE6223C96CAC675920A427EF96F0AABA87B46223
WindowsBase.dll
md5: 3FB3E2A51817CF042D358A2C64329931 | sha1: 718EF58280C15BA0B81C1CD984763589085AA139 | sha256: 88D81A36A1BE308ACBB9BD631503FADAA7F3558AFBFD9AF71E6CDCDE2FE691ED | sha512: 085923732483DB7B30B80BC3FD199FDEB65658CE3795521CEB7D4EE8AA9A0A3026B04E1D25B66594A562773B7ECA3F82200DD8561CD78888ACBF3FFF0D3794C7
WindowsFormsIntegration.dll
md5: DFA0ADBE2C58BF7B9FDFEABA054552D0 | sha1: AD9369D37263977B1640CA34B0767286D1FAD3A8 | sha256: B3518FB5D396D0CFB1040C94A3A64BB27ABC495A4BA2007181E9B89885BB51F0 | sha512: 121AC48088D2C4D690E1C7B8AE50D03D62315A2678407ECA70E20E03F08ABD8A12C5379C57EDC5D6759FDC07036E51808AD2CE18CBF72B6146C8C6BDCD8BA19F
wpfgfx_cor3.dll
md5: BC7FACBBCECB695BDBDF8221CDCE0C2B | sha1: 0CA835B9FDD43CB19092CCC657B5A3F42C08CFFE | sha256: 25073E9A4D764070CB41A610F1AB044D18C951874F6753D85535CE950AE43BB0 | sha512: 6A6B4F6048DFAEA03124EF03784E0C690018A995B79C7BB49C6AB6E78ABCD693FF3844DC7CC65586D4F6AB843327E9602FE97C990B6B345D9D4E0952F48D1097
zh-CN\Humanizer.resources.dll
md5: 454A9F1D5AD0B28857283D23B127038B | sha1: 93C1116ED2E1BA10B161415EB2E28AA38C638347 | sha256: 0760B989C7D4AC2C17C5AF9C6E81D9F28C92143D4F7DF88CE749188761E4B5DA | sha512: 1BFD28661FECC1269572BFE7AA95FE356DB7B023EE6C9C8B32BCF26A53A067F4D115B5B9CD47BBDF6FD65766A77F0BE0034A50A0D715B7DF200963C109894BF5
zh-Hans\Humanizer.resources.dll
md5: AE096C7853723FB629FF12BD2AF6E02B | sha1: 63F0FAE363F54153715AB5B878F42E83CE2103E0 | sha256: 0D349081039405D2768ED33FCEAAE098D4E01D3E3BEF0ADBCAE9D317D9E6FEE9 | sha512: 36B4551B0917C087F009B3FCD4892D76F8838E2EE65B3BFB66660E8991A10459DF311F7CF8B509BED2EB5557FC59685CA2BFE43D41C0EAFE4572B9FAC9CCB912
zh-Hans\Microsoft.DiaSymReader.Converter.resources.dll
md5: 6FA1C06A1EC0A80EF753D92BD856555D | sha1: A7F81B3D549063317702AEA0C8D623CABCFAD7BC | sha256: E3666B417C67B75739379968F5F46CF3FA494F771893774AE06731D2010FC865 | sha512: D0E3727A647BAEF801E8A92DC3736EFF328C1601C06C23A2BE87B970ED5997B71F1F0FA0597F6F89384AF7DF67074DF79AB5BAE47BDB33A5FB5B9DD62AC43CAE
zh-Hant\Humanizer.resources.dll
md5: B862498013A5E7E7257E0EEAD4E24FAA | sha1: 8199E71912F3DBD7F3636B506F17A82C99DF07D4 | sha256: 7C89680A7D47EE080DC9CB9ED962E5A706EB27984D36012B868BD1566D56E0E2 | sha512: 31BEFDB301E6A42B337A70E596D971CAD02BD9DCFA6358F3D7EAC78D64A585EA0B1193F098142121F10201EE8768DC0715C3DC702BE0329E3458B9B01691F5AB
zh-Hant\Microsoft.DiaSymReader.Converter.resources.dll
md5: 30AFC9CC1DA3CBC4C2A101AB2F4D347A | sha1: 7786D80CE8B325449333271C338B31BA69AF62B5 | sha256: 6C9C48FCEB81BCA75AADDD26F1CA8D69F7DBF5E180D35247B0084978E6303225 | sha512: 1FCB0ED71544037D65E294C2F9ED6EAF33FE2A4DCC136B6508BA2C242F6E757BB7C79239F1C1C9F071785F467EE9E04CF1DC8A6DC25500E8540596FE77681163

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
NuGet Package Explorer 6.0.27 10164 Tuesday, December 7, 2021 Approved
NuGet Package Explorer 6.0.3 2593 Friday, October 22, 2021 Approved
NuGet Package Explorer 5.10.43 5336 Tuesday, June 15, 2021 Approved
NuGet Package Explorer 5.10.25 1608 Saturday, May 29, 2021 Approved
NuGet Package Explorer 5.10.21 704 Wednesday, May 26, 2021 Approved
NuGet Package Explorer 5.10.4 3618 Friday, March 19, 2021 Approved
NuGet Package Explorer 5.9.95 1483 Friday, March 5, 2021 Approved
NuGet Package Explorer 5.9.90 916 Saturday, February 27, 2021 Approved
NuGet Package Explorer 5.9.48 1745 Sunday, February 7, 2021 Approved
NuGet Package Explorer 5.9.6 1555 Wednesday, January 20, 2021 Approved
NuGet Package Explorer 5.8.84 4169 Tuesday, November 10, 2020 Approved
NuGet Package Explorer 5.8.56 1932 Friday, October 16, 2020 Approved
NuGet Package Explorer 5.8.50 673 Wednesday, October 14, 2020 Approved
NuGet Package Explorer 5.8.17 1919 Sunday, September 20, 2020 Approved
NuGet Package Explorer 5.8.2 1312 Friday, September 4, 2020 Approved
NuGet Package Explorer 5.7.145 1209 Wednesday, August 26, 2020 Approved
NuGet Package Explorer 5.7.113 2621 Tuesday, July 14, 2020 Approved
NuGet Package Explorer 5.7.103 1280 Thursday, July 2, 2020 Approved
NuGet Package Explorer 5.7.98 1024 Thursday, June 25, 2020 Approved
NuGet Package Explorer 5.7.97 227 Thursday, June 25, 2020 Approved
NuGet Package Explorer 5.7.93 294 Thursday, June 25, 2020 Approved
NuGet Package Explorer 5.7.75 1387 Saturday, June 13, 2020 Approved
NuGet Package Explorer 5.7.70 369 Friday, June 12, 2020 Approved
NuGet Package Explorer 5.7.35 1421 Thursday, May 28, 2020 Approved
NuGet Package Explorer 5.7.27 928 Friday, May 22, 2020 Approved
NuGet Package Explorer 5.7.1 1445 Monday, May 11, 2020 Approved
NuGet Package Explorer 5.6.70 1914 Thursday, April 16, 2020 Approved
NuGet Package Explorer 5.6.40 1740 Saturday, March 28, 2020 Approved
NuGet Package Explorer 5.6.35 329 Saturday, March 28, 2020 Approved
NuGet Package Explorer 5.6.31 232 Friday, March 27, 2020 Approved
NuGet Package Explorer 5.6.23 270 Friday, March 27, 2020 Approved
NuGet Package Explorer 5.6.18 441 Friday, March 27, 2020 Approved
NuGet Package Explorer 5.6.3 1085 Thursday, March 19, 2020 Approved
NuGet Package Explorer 5.5.64 4082 Wednesday, January 15, 2020 Approved
NuGet Package Explorer 5.5.61 1189 Monday, January 6, 2020 Approved
NuGet Package Explorer 5.5.28 3144 Thursday, November 14, 2019 Approved
NuGet Package Explorer 5.5.23 645 Monday, November 11, 2019 Approved
NuGet Package Explorer 5.4.1 3199 Friday, September 27, 2019 Approved
NuGet Package Explorer 5.3.36 2559 Thursday, August 29, 2019 Approved
NuGet Package Explorer 5.2.88 2406 Monday, August 5, 2019 Approved
NuGet Package Explorer 5.2.70 2006 Sunday, July 14, 2019 Approved
NuGet Package Explorer 5.2.49 2627 Tuesday, June 11, 2019 Approved
NuGet Package Explorer 5.2.47 598 Monday, June 10, 2019 Approved
NuGet Package Explorer 5.2.15 2901 Wednesday, May 1, 2019 Approved
NuGet Package Explorer 5.0.230 2080 Monday, April 8, 2019 Approved
NuGet Package Explorer 5.0.229 1195 Saturday, March 30, 2019 Approved
NuGet Package Explorer 5.0.227 558 Friday, March 29, 2019 Approved
NuGet Package Explorer 5.0.224 329 Thursday, March 28, 2019 Approved
NuGet Package Explorer 5.0.223 270 Thursday, March 28, 2019 Approved
NuGet Package Explorer 5.0.210 718 Tuesday, March 26, 2019 Approved
NuGet Package Explorer 5.0.200 2249 Friday, March 1, 2019 Approved
NuGet Package Explorer 5.0.198 1021 Sunday, February 24, 2019 Approved
NuGet Package Explorer 5.0.182 1141 Friday, February 15, 2019 Approved
NuGet Package Explorer 5.0.163 1155 Saturday, February 9, 2019 Approved
NuGet Package Explorer 5.0.161 294 Saturday, February 9, 2019 Approved
NuGet Package Explorer 5.0.132 3311 Thursday, December 20, 2018 Approved
NuGet Package Explorer 5.0.116 1452 Saturday, December 8, 2018 Approved
NuGet Package Explorer 5.0.115 325 Saturday, December 8, 2018 Approved
NuGet Package Explorer 5.0.90 673 Wednesday, December 5, 2018 Approved
NuGet Package Explorer 5.0.78 896 Friday, November 30, 2018 Approved
NuGet Package Explorer 5.0.70 344 Friday, November 30, 2018 Approved
NuGet Package Explorer 4.6.26 1140 Thursday, November 22, 2018 Approved
NuGet Package Explorer 4.6.20 584 Tuesday, November 20, 2018 Approved
NuGet Package Explorer 4.6.19 469 Monday, November 19, 2018 Approved
NuGet Package Explorer 4.5.88 1062 Tuesday, November 13, 2018 Approved
NuGet Package Explorer 4.5.71 673 Saturday, November 10, 2018 Approved
NuGet Package Explorer 4.5.62 871 Tuesday, November 6, 2018 Approved
NuGet Package Explorer 4.5.60 348 Monday, November 5, 2018 Approved
NuGet Package Explorer 4.5.55 475 Sunday, November 4, 2018 Approved
NuGet Package Explorer 4.5.46 1251 Friday, October 26, 2018 Approved
NuGet Package Explorer 4.5.27 1170 Saturday, October 20, 2018 Approved
NuGet Package Explorer 4.5.26 334 Friday, October 19, 2018 Approved
NuGet Package Explorer 4.5.9 493 Thursday, October 18, 2018 Approved
NuGet Package Explorer 4.4.72 3188 Monday, September 3, 2018 Approved
NuGet Package Explorer 4.4.69 465 Saturday, September 1, 2018 Approved
NuGet Package Explorer 4.4.59 1473 Friday, August 17, 2018 Approved
NuGet Package Explorer 4.4.53 1004 Sunday, August 12, 2018 Approved
NuGet Package Explorer 4.4.46 270 Sunday, August 12, 2018 Approved
NuGet Package Explorer 4.4.25 2025 Wednesday, July 18, 2018 Approved
NuGet Package Explorer 4.4.9 2548 Tuesday, June 19, 2018 Approved
NuGet Package Explorer 4.4.3 1412 Friday, June 8, 2018 Approved
NuGet Package Explorer 4.3.33 332 Thursday, June 7, 2018 Approved
NuGet Package Explorer 4.2.13 5322 Wednesday, March 21, 2018 Approved
NuGet Package Explorer 4.1.38 2408 Sunday, February 25, 2018 Approved
NuGet Package Explorer 4.1.32 848 Wednesday, February 21, 2018 Approved
Nuget Package Explorer 4.0.0 2802 Saturday, January 20, 2018 Approved
Nuget Package Explorer 3.25.0 3211 Tuesday, December 5, 2017 Approved
Nuget Package Explorer 3.23 8861 Wednesday, May 31, 2017 Approved
Nuget Package Explorer 3.22 3173 Friday, April 7, 2017 Approved
Nuget Package Explorer 3.21 4457 Wednesday, December 28, 2016 Approved
Nuget Package Explorer 3.20 476 Wednesday, December 28, 2016 Approved
Nuget Package Explorer 3.19 2179 Wednesday, October 26, 2016 Approved
Nuget Package Explorer 3.18 2388 Tuesday, June 21, 2016 Approved
Nuget Package Explorer 3.17 500 Sunday, June 12, 2016 Approved
Nuget Package Explorer 3.16 530 Monday, May 30, 2016 Approved
Nuget Package Explorer 3.15 859 Sunday, April 24, 2016 Approved
Nuget Package Explorer 3.14 826 Saturday, April 16, 2016 Approved
Nuget Package Explorer 3.11 1820 Tuesday, February 23, 2016 Approved
Nuget Package Explorer 3.8.0.20150702 4604 Friday, July 3, 2015 Approved
Nuget Package Explorer 3.8.0 7834 Saturday, February 1, 2014 Approved
Nuget Package Explorer 3.7.0.20131203 1029 Wednesday, December 4, 2013 Approved
Nuget Package Explorer 3.7.0.0 962 Thursday, September 26, 2013 Approved
Nuget Package Explorer 3.2.0.0 1702 Monday, December 31, 2012 Approved
Nuget Package Explorer 2.7.0.20120414 934 Sunday, April 15, 2012 Approved
Nuget Package Explorer 2.7.0 703 Friday, April 13, 2012 Approved

Discussion for the NuGet Package Explorer Package

Ground Rules:

  • This discussion is only about NuGet Package Explorer and the NuGet Package Explorer 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 NuGet Package Explorer, 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