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:

193,939

Downloads of v 5.0.227:

554

Last Update:

29 Mar 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.0.227 | Updated: 29 Mar 2019

Downloads:

193,939

Downloads of v 5.0.227:

554

Software Author(s):

  • Luan Nguyen

NuGet Package Explorer 5.0.227

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.0.227'" [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.0.227'" 
$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.0.227'
    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.0.227'
end

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


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

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


package { 'nugetpackageexplorer':
  ensure   => '5.0.227',
  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 29 Mar 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: 7772A5854690F5CD9B608A3B8644C866 | sha1: 073CD71EF9F271F53976A7AC207A70AFB3375A25 | sha256: 035A1C8025F47486A9A64F3B46CB9D1440E953D4F03947096ED1BBD9CDDCE613 | sha512: 912880FB0B118D3630AF20ADFFEA71FB2074157362D8B147810FFE472498A4DECBAA45C3064D4AECF55A1F227E9578E7BAE1BD1750A7EFBEC66E6198260D21AC
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: 7CD1F9356C62C0F55AF43510AF067176 | sha1: A1C823823C9DB92C5B4F72909658CFAF317E87F4 | sha256: 55206F550F612B6411D870427BD5246573285C7BC433B27ACB6698DFEDAC41E4 | sha512: 5E4F66A0A568290465ED66312918C2E15DB5126011A3A12E5D912C842DA4466B588378DA35415CC1D4267BCAB7F427E84C2828D2CD6A9543F8BF51A4557C07A4
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: 04E56A920C3BEA24B4FC0B2524EF00AC | sha1: 1F90DF7D555783B2F88A0ECACEC1E97C5CF74525 | sha256: D5BB4A84B01D6731F0164B3D9580598ADBAAE669FDEF43254322576E90985E84 | sha512: F7A976E57ED9C9EC22CB13103223FFEE299B306D396931606AAD427BD5381D9973BF9228426B193FFEDB71581266611F17171D414993638EE1D7BA69F5621A2D
ApplicationInsights.config
<?xml version="1.0" encoding="utf-8"?>
<ApplicationInsights xmlns="http://schemas.microsoft.com/ApplicationInsights/2013/Settings">
	<TelemetryInitializers>
		<Add Type="Microsoft.ApplicationInsights.WindowsServer.DeviceTelemetryInitializer, AppInsights.WindowsDesktop"/>
	</TelemetryInitializers>
	<TelemetryModules>
		<Add Type="Microsoft.ApplicationInsights.WindowsServer.DeveloperModeWithDebuggerAttachedTelemetryModule, AppInsights.WindowsDesktop"/>
		<Add Type="Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule, AppInsights.WindowsDesktop"/>
		<Add Type="Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule, AppInsights.WindowsDesktop" />
    <!--<Add Type="Microsoft.ApplicationInsights.WindowsServer.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+843yJqaUCEBBHEJhsYzi979/Zlse0AhQYDzIwMTkw
# MzI5MDE0MjE1WqCCC7swggaCMIIFaqADAgECAhAJwPxGyARCE7VZi68oT05BMA0G
# 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
# hkiG9w0BCQUxDxcNMTkwMzI5MDE0MjE1WjArBgsqhkiG9w0BCRACDDEcMBowGDAW
# BBRAAZFHXJiJHeuhBK9HCRtettTLyzAvBgkqhkiG9w0BCQQxIgQgTEismr5vWVLP
# w828GptuwuEDld8Y5BJJTTPDxAMPBJgwDQYJKoZIhvcNAQEBBQAEggEAnWfTAHyU
# EGtQztJzjGUx6juyVU+wNSGk8gFNHWPIO9b5UIDEV49ovTvfDhaUHXKJHTJ82N+3
# Gqu1lcvbZoLnDBNf9f7BdxF2DkaeQ2X8ZjVEvxzcru04J2Q6KTkHx/Dzv2xb3zO5
# S3FEVM69O0m82jp0D+ucu0X2LXuJ4YNaYIN6Ye7bGOMoJEkOWBC/T9RNIntTbcAs
# 1TQUq59EbpkOpUhUws/PEL5T1Y+kxasaptRrtYBnX9mNg8eoRYLlk6ohWuBPH9Yy
# ZFnDVGp/rjfguWLms+746t3Lvv5F2hlWq4qLaoaERVnmswKGh4vJ2IAl9j3HyYYV
# euJu/AoJY1D0IA==
# SIG # End signature block
clrcompression.dll
md5: 9291DD8AD279652D5EA528040804771F | sha1: 5B703A64E381C2B41697317D5BDCD554D511B0D1 | sha256: 35B8CA99AA572E99AA0AEF7C9E9F940F1A78C05C1D1546A18F0B483D2ED358CE | sha512: DF1E27ADFDD8699AB42E66E38821430FC6A313DDD48E811D64BB5FBEDF00EBD8FCD94E0D17F008E5EAC5ABB699E9B6711041F8D885DA3902CBD80A3FECEFFA25
clretwrc.dll
md5: 8785A9ABC4B6422E13B0926C4440DE84 | sha1: EF163C2850EF1F3D478211B7A077DEC53BA7EE2F | sha256: 2E849EE51216A5895A4085481FD28809AF0C130C9EEB91AA2F75C36820655E01 | sha512: BB9C7616F046ED62C3A6DF8147772AABAF4724805253E37981F132CC83F68C3F38DCABE0E4D2DBBDBF7B2E35882C160F7D59CF8ACD323E9F0EBE763CB8C70258
clrjit.dll
md5: 14F4B171CF8E31367A711078F0ACEF98 | sha1: D0EEE918A6EB4111333DBEF4C2068BC6816BE444 | sha256: 13CC37289864AD076F02364D952DF3308120083DC1AC6F21A41DD17782FFC651 | sha512: 95D28737299BAE068B42CE98D3CF6D271B39A4D208943F29CECED91F16ECCACEDFA0936F41FF5E52E41542FB42F99104FB4C6FE0D07E234C87DA0E81A3A6B835
Core.dll
md5: 02F2594080F4A0F907B7255ED461A0E4 | sha1: 8427A68303103F59329EE528F5509E60B336ED16 | sha256: A070A365303A929F5477F1A4D23E51AEACB5BBDDD0E61FE453C10B04B0D623FB | sha512: 4395B198E1E901E2D0B899057F66D459AD4143BB41A4DC88FE315D65B2AF2967665077A5D7D53034DDEAA87C4CA1236536FC2134EE3F5A70526CC33477A5394B
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: BB986AE12E426B37C48D1F0F64958756 | sha1: AAFA02B72678D8CB14FF7F8543BD4CE3EE3DC287 | sha256: F5875A1520685A0DBEE60BF45310A58B9AB22AE9BAEE7F8290EE48980BAB2B68 | sha512: 25ECD67DFFE9342F9FA2719D77DBB72A1BC3480599C121046FBEDA4D80126B3D59224C0A0C5FD02900DC00E046007E2A133D903F29BCEEB7489E982757EDB3FE
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
da\Humanizer.resources.dll
md5: 12A8A8F31A0C8770F433A9EB6A1C31B6 | sha1: 39C42C7B6266649FB36901A13367A385D0B59FAB | sha256: 1ABFA583516884C3E645F6F7E42CADB1F49C79844493FAB8B5090C729C340A70 | sha512: 6FC393C5A52164ECBBA83621B2268EDBE95E247DF3A711F7966F94355AC0A7143E0D6FBD0762EA9B8062AFC8973151721BC8DD89C9E7FDB1F45462787634E77B
dbgshim.dll
md5: A3DB30BD3F3583D4506F930F168F16FC | sha1: B7F0A39F0336D1C95FDF68EB0D148D533AFCB2F0 | sha256: 02626E25D7A7CFB71DF040B72D46C38011FA19D9D5FB4251D126614301247CEC | sha512: 71BB93A641C0539D663819F7B0E269D3D332668F87AAE5D1909429A8E33A77BB8504FE7FFF091AD425262AE37BE93719F95DFC8EE6ED1A90E5F9E53C5B5FF799
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: 548B602ABD1990E7B441DD3DCBA83DFF | sha1: 1F51D233EFE23C8FF8CEEFACEFC8752B5F8514B4 | sha256: E6955E58A001D889F7999BEB8CD3AC74E963AFE0C3DD49146838F84F9D8FBB79 | sha512: 659C86A7DFC7B0A196B1052E8C395063C6DA20D70997514EAF131DEFBDA06AC224D15FF064CAE31476B80F8088C0F6FAC024B36F97ADB734CB0BAF21B226C9CE
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: F8E3BE1B006D6804F5B24F0B5D0DEAED | sha1: 6308961F76420F556DBD2AD56EF2B5EF916FD16B | sha256: C7700B14A0E3DAC0FCEAB490B19FE2845E2EBA24B0F252794ADDF757094AD954 | sha512: BE6DEC0460BC39F1170090C2ACAC3F613D063202711491AA357F58C37FF5DB72E56DCDCBD366BA1FC122E9C0B121D62817B05A25BDD17D3D7030447CA75D8350
hostpolicy.dll
md5: 6ED1A7664CFB9818F42BBDD5138F141D | sha1: 73D66E85E3C32870C9AE6171B0E56D95E2C2B86B | sha256: C0F312DB9B1D4D728F83E334BF78609E8CC23908DCD8DA40F96FB8B82EC91B02 | sha512: 4C29668EDAB1B715683C3AF76AC5C9E7DA87D36A2C9C8F19C230FF6DDF15E9C9D17CA3C05E3EC24D2905F5D8DB3E520AD0573BA7F1008795E8E0099D497B0A92
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
Microsoft.CSharp.dll
md5: 5E3D82EA48BFBF50BFD9588088048693 | sha1: 85C96D1637B89C12242E636B18E5CF4C73B379D3 | sha256: 7F8A3DF5ED84A7EC2A2B70B0EFFBA17DFA6EC77700ED0D0294D7E201E2F06E28 | sha512: C0DB763D05E719AC22181A9951456B80F28CF5911CBCEF64853FF0D574D98116EA02774B44D86ABA1A7EB9ABEF1DAF9B349E1636AF8E357C96602DC1178163DF
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: 78775D623D45B032279927BB23C59293 | sha1: 2D6D2926CAACC546E532938F0F4A9FEAA300840C | sha256: 48665D0DE91BDADFFBC5017DF613B2FE8073798DDFD606C6565F219D4107D1BB | sha512: 9680F487254B0D21D612C5D027861E08F8A8DA32A95828B03A18D1D5D87F88D1B7FB844F466E4FA2C70342F4E54F3929D4C8A64594458A5A123B77E2C95B0B63
Microsoft.VisualBasic.dll
md5: D0DF4E9210DAB5F4C66CA249459BD372 | sha1: 08E507F58B4C0A2A79B3281958E298DED284DD1B | sha256: 40144638A23DA014B4730C6F4028040A658682C3EAAADC997311815907B59555 | sha512: C02173B2255B1371857DF0069E96BBECC0CD037EB34513EA3F1961C63E6A5201430D9DAD7EB23D124637FC9812D01FB93042D5F32D41A8FDD67728F5107446C7
Microsoft.Web.XmlTransform.dll
md5: 9709B6954CC22CB20AB0FA2BE1E071DC | sha1: C53A5219906D852C99DBE74A0E6E63CC2B5EDE25 | sha256: 6882B7F8543407739E7610E65CFF7E46772D6BC6EE246870170F6CF6567C0020 | sha512: 14EC32EA52DD0B75ADD3A862667490BE9380AE15137D6D0B49DB0764F9814699CB6F4DEA7176BB91D38BA150333D3715EF386050C227E02AEC71EE6E3A2B72F9
Microsoft.Win32.Primitives.dll
md5: 8533ACCC5839EB8A2817FA71704E3E73 | sha1: A2A115372F54D0958198E850E16249FE3DC3EEB5 | sha256: 7BF3F00A6FD80E97E30448426B6A62E951BF9C8D93F223EBFACBE894CA4926E3 | sha512: 7C4B748F2A192F2B9D4F8497047434ACAB6942660851A746971C55886F829C606B00FE54745E4337A631DD5864AEC0D2CDFE3310CFEE8446C748271DFA41441C
Microsoft.Win32.Registry.dll
md5: B847DE8884CC64B3AE808BC31FF8FCFE | sha1: F7B51710F01C0142688F318C3C9723F615AFB930 | sha256: 0DDA057DCE177581AC9778DF720779F645E851E762D4532205C2EE2EE1CFEAA1 | sha512: 0183CDBB0F87241CFDA6432249D50BEE05764008EAEBCE32BE4A516EA4EFA62B5A0BB2438522D19F33B18E85CBEE7993C57A0B67D51DA68935D3621DE21E93A9
Microsoft.Win32.SystemEvents.dll
md5: 6AF199A40606830502609A9EC82FC327 | sha1: 88FB936512E3F5EA82FC1DED65895FF543FEB7B2 | sha256: 51B5DDE114B8EAC1E66F661B8C5EBA355C6DC4BF35E73A150BC2C441E2CFC942 | sha512: DC990CA4C3126CC2A43D96B4C3E36FD5DB439D74841C978B1FF7A2A813CCE94587E6F3CED070583892B6E4426584BE22A9102C48263A5F95062E875740A36770
ms-MY\Humanizer.resources.dll
md5: B275464F159CFD01A2D0E3C72751FF1C | sha1: 765180EDAB614C62CC5E122F3E563A62704149FD | sha256: 60ABB2BFBD2341E76951FB2D72EE83551A589115AA85898D592C008A05E6FBD1 | sha512: 34399DB13E3C779EE5DE831E4D7C703B0D9C669616864DB5C2734678411312875E4DB3F94C53616820A125C0AF9002C712DD398484DB4CC94E1C9F2B08A89C37
mscordaccore.dll
md5: E67F8D60DF1C849F8AD8F93D59702DF6 | sha1: 5EB02B3FFFA7AB905660D1BEC97EC57B150C8BA4 | sha256: B3EC4082C366C675001497D0487FF4FDC067763266F3DE06A701816ED26F65D1 | sha512: 3C56871070846A07423B64BBAB01160C818646B0E6EBFF6050489506DB697BA73A046371D3BC8643443E73DDD03B4A894BEBA7D0D84CE598CE00229E5C44085E
mscordaccore_x86_x86_4.6.27525.71.dll
md5: E67F8D60DF1C849F8AD8F93D59702DF6 | sha1: 5EB02B3FFFA7AB905660D1BEC97EC57B150C8BA4 | sha256: B3EC4082C366C675001497D0487FF4FDC067763266F3DE06A701816ED26F65D1 | sha512: 3C56871070846A07423B64BBAB01160C818646B0E6EBFF6050489506DB697BA73A046371D3BC8643443E73DDD03B4A894BEBA7D0D84CE598CE00229E5C44085E
mscordbi.dll
md5: 9480D406730A37E600E31EF330ABA035 | sha1: 26700F932D0966BBB1DD8385E02647B6AF963792 | sha256: 5C5A2DA1D3B3346CC192A1FDEE71216CDF9C3266A53227C84BC2838322C1232D | sha512: 9CC5514FFE6BAA9383BE563C988E38A7E025985C0162B5D5DFD733E3414B074B03B09EAF2182630DC0BB5561423B70B88501D381A2B68C87E571A4BB33897CA1
mscorlib.dll
md5: A7D172ACD47872D298062FED859AF917 | sha1: 9981E7FD1FBC2DB9AD971FB6265404DCABA14D7A | sha256: 944474BF70D3F1C3E22E8DCAE49ED0D74C2CCFC5057093DC17449005987C8014 | sha512: 5E23840DCEF9670F8FC183A928F3C7BA38290DAB4A50D16F18A839B3E52EA52A6CA773C330E193503B1CFAB276C0989EBF36A5540A5A84C533900355CF0E3164
mscorrc.debug.dll
md5: 5D3D6EF57A0C448B8FEBDEB78927E760 | sha1: 824ED1DBF16419399BE1537738BE2D34A28B956C | sha256: DA6868F59643D55727FC67FA3BFBE3826B3BA0EB479F51A512A563B20398B86A | sha512: 660E8D03EC120756E830DEC32C68249CC0C02B83DE63ED6018D1A22BBD4EB29C3E3DDEB5CFC6C1CBCD24C5C2A6BC99E7585C024AB77AFD64C36543A6E173CB16
mscorrc.dll
md5: E2FBBA4F434CA3767D09688AC5FA1FD3 | sha1: 867933D740BDE584CE6518800F4EAA923E13FC3D | sha256: 8E7EAAD6718E84037620FAE6B927334BA1925C0F64C50C22A54035B7042FFC71 | sha512: 44BD3666D9A98FB65DA7E40301DD5DDA5D620B1ACC8905FE158E41469CE63B02ED5D34F107DD51F9CBFCBE3C56493674A8EF788AD30BEE1CD1777B7E467994D9
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: 02BBB77AA02A9CEBC655904973AFC2A2 | sha1: 23DF2705B2AEF513A02FACF44B8FFFCCCC2EAF35 | sha256: D89A86782C081AAE015533247F3A518BFF9E116BB53B7F2032B6348C496D6CAF | sha512: B488906BB392AD24F8845D0E543F32058635AC1A9C48C0EA07A64EEFECC3643E170EBEAA862144577B92169F65987644DB7C2B6361640E13193D147DD8DB7DD1
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: 1FD50D73B912D98C12FA7C2C522C5ADD | sha1: DD36BDA6CA54B3CBB0F7113ADC96F8AF4DB80D87 | sha256: 810F5FEE0B06AFE6BA1F28050A71A0C75D4AD95C10F5AE31B86848A2E3693207 | sha512: 68B13B9BD0810F8570DB9255CDC66DE9F2DA38E4A6023ECDC98206C2DD301B12C7C800639F20F10B4AF519ACF73999D037F6B596C35982AE9EAE4D4B60521FDE
NuGet.Configuration.dll
md5: C5F8F21CE9F72305B11E388C8E6BE86E | sha1: 4F96EEB3BC1E0106EB7D341360D7CC04C2C4B2A3 | sha256: EC3B27453D76E99ACBEE03C57B4D6ED907CA6D482666C32BB2D3793FE2E0D64C | sha512: 47AA972E1921115C27E6A4F3A38FF11C5A8CA9C87BB7245FC8D1EB1BEA031EE8AC8955BDBD36A37879D515111B65B7ED3CDCA8B7056ADA50B0A698185BC7A16F
NuGet.Credentials.dll
md5: 9B7B92E8C3ADC124D9CF569AA6BC9893 | sha1: 9F4073D63768761586F781BD1AC6E70895A389A1 | sha256: 818EF133A08F09FC115D4D11F206953009796F88CBB7F8F4EEE0A27AE247A940 | sha512: D6B36B965D8D7C2786245452D8D2037DFFE23F01E990EDCDC4978572B9194C988A8D82DE9EA5F370CE1EF2F61FD598639D07FB120AC994B896BDAD7782003544
NuGet.Frameworks.dll
md5: 637871F489876E901F599739013FCF0A | sha1: BE0FC584A6EE9138544DB4324EE5792C1F81099E | sha256: D87C43FFAF4C5C95D2AD9095464BA8706934138E0DE129F173B13D3153547F26 | sha512: EDE6DDC1AA7B18EB7D5AD92F3DD63BDC5169FFD8AAC5DCDEEA87A10EC58ABF28D58EEBDB43BE080DD6E7D6798D7D3266638763A20E9BF7DECFDD7B787EED09B6
NuGet.PackageManagement.dll
md5: 2F0EBD99BA97D633599E8B2C6535EBD5 | sha1: FD7EA3268EEB68F94D51C22799126D668A8FCB89 | sha256: 6005514E3A4024F6C020E580610D3ADB8FF519AF09C737DC6A77B4E4E8F536A8 | sha512: 7F4BBA37A58880CC9F156A7E68C858EA49C39FA2DA1ACD76A1884EE10E8AC4DC1762B678128A3B0A5A34AC248D296D4861749847941060DD50D6B9DEEB960701
NuGet.Packaging.dll
md5: 5CBDC39C9202112032ACB55AA829E5FE | sha1: 446B2DD5A4F8BED9639C2760FC9B7031DC72D6F6 | sha256: C615B9604E2B043913D393574199E7B9C55E51A0A4C46E6CED7825DB19269221 | sha512: 3B6CA16FFB3516D503EE8DC2530072C0DE52D35512EF7B409F839512FAA3092196174DBEED54F9408CF0B13D4642E4BD3E11368C31ACD976A43EF3741E55BEB1
NuGet.Protocol.dll
md5: 6F8FC5C574CCB28961617E7276A7DDC6 | sha1: 451B55F79DF7C5CC8E07295BA04488FE7B503548 | sha256: 1C670E82686F8610138D0087EEFE2B71FCD64562E55186589EA246A4430A13F2 | sha512: 8682A20B2B704D0C11A2A0DAA5557F646DE10BFC00A808D3D14CA6CDD5B6504098573CA33C86B102A37B79DCB1B93DC435344683A96E993058A73234A424C10C
NuGet.Versioning.dll
md5: 830767B57A6C77D1A47E0D0F6219F1A7 | sha1: 1C6FE2B46E1D1109CA3A73E0D11FD5F5619CF2FA | sha256: C2234AD35CE832B244ACB8CE6CCE4D69BDA0619D941BD3DDB81BB2BC013092FE | sha512: DD0664D275238F4982DA2C0BCD958AECBE5A4FDCD02B66FB19F66CF7F77C7E295B91C6E6137F562A3FEDE5A26B4C7B8E27D61DC6B0642215F54CCF5048BDC0DE
NuGetPackageExplorer.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v3.0/win-x86",
    "signature": "5f82aa155da7c78c43ba49aebe356ce6ad85300b"
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v3.0": {},
    ".NETCoreApp,Version=v3.0/win-x86": {
      "NuGetPackageExplorer/5.0.227": {
        "dependencies": {
          "AvalonEdit": "5.0.4",
          "GrayscaleEffect": "1.0.1",
          "Humanizer": "2.6.2",
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19164.7",
          "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-preview4-27525-12",
          "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostResolver": "3.0.0-preview4-27525-12",
          "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy": "3.0.0-preview4-27525-12",
          "runtimepack.runtime.win-x86.Microsoft.WindowsDesktop.App": "3.0.0-preview4-27522-14"
        },
        "runtime": {
          "NuGetPackageExplorer.dll": {}
        }
      },
      "runtimepack.runtime.win-x86.Microsoft.NETCore.App/3.0.0-preview4-27525-12": {
        "runtime": {
          "Microsoft.CSharp.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "Microsoft.VisualBasic.Core.dll": {
            "assemblyVersion": "10.0.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.0.0",
            "fileVersion": "14.7.3060.0"
          },
          "Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.7.19.16407"
          },
          "mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.19.16407"
          },
          "netstandard.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "1.1.19.15801"
          },
          "SOS.NETCore.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "4.6.27525.71"
          },
          "System.AppContext.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Buffers.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Collections.Concurrent.dll": {
            "assemblyVersion": "4.0.14.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Collections.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Collections.Immutable.dll": {
            "assemblyVersion": "1.2.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Collections.NonGeneric.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Collections.Specialized.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "4.2.2.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.ComponentModel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Console.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Data.Common.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Diagnostics.Debug.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Diagnostics.Process.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Diagnostics.Tools.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Drawing.Primitives.dll": {
            "assemblyVersion": "4.2.0.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Dynamic.Runtime.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Globalization.Calendars.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Globalization.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Globalization.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.IO.Compression.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "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.7.19.16407"
          },
          "System.IO.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.IO.FileSystem.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.IO.Pipes.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Linq.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Linq.Expressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Linq.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Linq.Queryable.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Memory.dll": {
            "assemblyVersion": "4.2.0.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Net.Http.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Net.HttpListener.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Net.Mail.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Net.NameResolution.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Net.NetworkInformation.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Net.Ping.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Net.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Net.Requests.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Net.Security.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Net.ServicePoint.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Net.Sockets.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Net.WebClient.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Net.WebProxy.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Net.WebSockets.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Numerics.Vectors.dll": {
            "assemblyVersion": "4.1.5.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.ObjectModel.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Private.Uri.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Private.Xml.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Private.Xml.Linq.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Reflection.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Reflection.Emit.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Reflection.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Reflection.Metadata.dll": {
            "assemblyVersion": "1.4.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Reflection.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Resources.Reader.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Resources.ResourceManager.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Resources.Writer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Runtime.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Runtime.Extensions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Runtime.Handles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Runtime.InteropServices.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Runtime.InteropServices.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Runtime.Intrinsics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Runtime.Loader.dll": {
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Runtime.Numerics.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "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.7.19.16407"
          },
          "System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Runtime.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.14.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Runtime.WindowsRuntime.UI.Xaml.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.Claims.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.2.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Security.Principal.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.SecureString.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "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.7.19.16407"
          },
          "System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Text.Json.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Text.RegularExpressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Threading.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Threading.Overlapped.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "4.6.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Threading.Tasks.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "4.3.0.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Threading.Thread.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Threading.ThreadPool.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Threading.Timer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Transactions.Local.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.ValueTuple.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          },
          "System.Web.HttpUtility.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "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.7.19.16407"
          },
          "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.7.19.16407"
          },
          "System.Xml.XmlDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Xml.XPath.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.3060.0"
          }
        },
        "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.7.19.16407"
          },
          "clretwrc.dll": {
            "fileVersion": "4.6.27525.71"
          },
          "clrjit.dll": {
            "fileVersion": "4.6.27525.71"
          },
          "coreclr.dll": {
            "fileVersion": "4.6.27525.71"
          },
          "dbgshim.dll": {
            "fileVersion": "4.6.27525.71"
          },
          "Microsoft.DiaSymReader.Native.x86.dll": {
            "fileVersion": "14.12.25830.2"
          },
          "mscordaccore.dll": {
            "fileVersion": "4.6.27525.71"
          },
          "mscordaccore_x86_x86_4.6.27525.71.dll": {
            "fileVersion": "4.6.27525.71"
          },
          "mscordbi.dll": {
            "fileVersion": "4.6.27525.71"
          },
          "mscorrc.debug.dll": {
            "fileVersion": "4.6.27525.71"
          },
          "mscorrc.dll": {
            "fileVersion": "4.6.27525.71"
          },
          "sos.dll": {
            "fileVersion": "4.6.27525.71"
          },
          "sos_x86_x86_4.6.27525.71.dll": {
            "fileVersion": "4.6.27525.71"
          },
          "System.Private.CoreLib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27525.71"
          },
          "ucrtbase.dll": {
            "fileVersion": "10.0.17134.12"
          }
        }
      },
      "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/3.0.0-preview4-27525-12": {
        "native": {
          "hostfxr.dll": {
            "fileVersion": "3.0.27525.12"
          }
        }
      },
      "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/3.0.0-preview4-27525-12": {
        "native": {
          "hostpolicy.dll": {
            "fileVersion": "3.0.27525.12"
          }
        }
      },
      "runtimepack.runtime.win-x86.Microsoft.WindowsDesktop.App/3.0.0-preview4-27522-14": {
        "runtime": {
          "Accessibility.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.19.16808"
          },
          "DirectWriteForwarder.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.7.19.16407"
          },
          "Microsoft.Win32.SystemEvents.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "PresentationCore-CommonResources.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "PresentationCore.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "PresentationFramework-SystemCore.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "PresentationFramework-SystemData.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "PresentationFramework-SystemDrawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "PresentationFramework-SystemXml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "PresentationFramework-SystemXmlLinq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "PresentationFramework.Aero.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "PresentationFramework.Aero2.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "PresentationFramework.AeroLite.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "PresentationFramework.Classic.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "PresentationFramework.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "PresentationFramework.Luna.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "PresentationFramework.Royale.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "PresentationUI.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "ReachFramework.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "System.CodeDom.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Configuration.ConfigurationManager.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.19.16808"
          },
          "System.Diagnostics.EventLog.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.DirectoryServices.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Drawing.Common.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Drawing.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.19.16808"
          },
          "System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.19.16808"
          },
          "System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Printing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.2.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.Cryptography.Pkcs.dll": {
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.Cryptography.ProtectedData.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.Cryptography.Xml.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.Permissions.dll": {
            "assemblyVersion": "4.0.2.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.2.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Threading.AccessControl.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Windows.Controls.Ribbon.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "System.Windows.Extensions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.19.16407"
          },
          "System.Windows.Forms.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.19.16808"
          },
          "System.Windows.Forms.Design.Editors.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.19.16808"
          },
          "System.Windows.Forms.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.19.16808"
          },
          "System.Windows.Input.Manipulations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "System.Windows.Presentation.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "System.Xaml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.19.16602"
          },
          "UIAutomationClient.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "UIAutomationClientSideProviders.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "UIAutomationProvider.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "UIAutomationTypes.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          },
          "WindowsFormsIntegration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.8.27522.14"
          }
        },
        "native": {
          "PenImc_cor3.dll": {
            "fileVersion": "4.8.27522.14"
          },
          "PresentationNative_cor3.dll": {
            "fileVersion": "4.8.27522.14"
          },
          "wpfgfx_cor3.dll": {
            "fileVersion": "4.8.27522.14"
          }
        }
      },
      "AppInsights.WindowsDesktop/2.10.17-preview": {
        "dependencies": {
          "Microsoft.ApplicationInsights": "2.10.0-beta2",
          "Microsoft.Win32.Registry": "4.6.0-preview3.19128.7",
          "System.Management": "4.6.0-preview3.19128.7"
        },
        "runtime": {
          "lib/netstandard2.0/AppInsights.WindowsDesktop.dll": {
            "assemblyVersion": "2.10.0.0",
            "fileVersion": "2.10.17.1851"
          }
        }
      },
      "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-beta2": {
        "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.4524"
          }
        }
      },
      "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-preview4.19164.7": {},
      "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-preview4.19164.7",
          "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-preview3.19128.7": {
        "dependencies": {
          "System.Security.AccessControl": "4.6.0-preview3.19128.7",
          "System.Security.Principal.Windows": "4.6.0-preview3.19128.7"
        }
      },
      "Microsoft.Win32.SystemEvents/4.6.0-preview3.19128.7": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19164.7"
        }
      },
      "NETStandard.Library/1.6.1": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19164.7",
          "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.1.0-xprivate.60005": {
        "dependencies": {
          "NuGet.Frameworks": "5.1.0-xprivate.60005",
          "System.Diagnostics.Process": "4.3.0",
          "System.Threading.Thread": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.0/NuGet.Common.dll": {
            "assemblyVersion": "5.1.0.0",
            "fileVersion": "5.1.0.60005"
          }
        }
      },
      "NuGet.Configuration/5.1.0-xprivate.60005": {
        "dependencies": {
          "NuGet.Common": "5.1.0-xprivate.60005",
          "System.Security.Cryptography.ProtectedData": "4.5.0"
        },
        "runtime": {
          "lib/netstandard2.0/NuGet.Configuration.dll": {
            "assemblyVersion": "5.1.0.0",
            "fileVersion": "5.1.0.60005"
          }
        }
      },
      "NuGet.Credentials/5.1.0-xprivate.60005": {
        "dependencies": {
          "NuGet.Protocol": "5.1.0-xprivate.60005",
          "System.Runtime.Serialization.Formatters": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.0/NuGet.Credentials.dll": {
            "assemblyVersion": "5.1.0.0",
            "fileVersion": "5.1.0.60005"
          }
        }
      },
      "NuGet.Frameworks/5.1.0-xprivate.60005": {
        "runtime": {
          "lib/netstandard2.0/NuGet.Frameworks.dll": {
            "assemblyVersion": "5.1.0.0",
            "fileVersion": "5.1.0.60005"
          }
        }
      },
      "NuGet.PackageManagement/5.1.0-xprivate.60005": {
        "runtime": {
          "lib/net472/NuGet.PackageManagement.dll": {
            "assemblyVersion": "5.1.0.0",
            "fileVersion": "5.1.0.60005"
          }
        }
      },
      "NuGet.Packaging/5.1.0-xprivate.60005": {
        "dependencies": {
          "Newtonsoft.Json": "9.0.1",
          "NuGet.Configuration": "5.1.0-xprivate.60005",
          "NuGet.Versioning": "5.1.0-xprivate.60005",
          "System.Security.Cryptography.Pkcs": "4.5.2"
        },
        "runtime": {
          "lib/netcoreapp2.1/NuGet.Packaging.dll": {
            "assemblyVersion": "5.1.0.0",
            "fileVersion": "5.1.0.60005"
          }
        }
      },
      "NuGet.Protocol/5.1.0-xprivate.60005": {
        "dependencies": {
          "NuGet.Packaging": "5.1.0-xprivate.60005",
          "System.Dynamic.Runtime": "4.3.0"
        },
        "runtime": {
          "lib/netstandard2.0/NuGet.Protocol.dll": {
            "assemblyVersion": "5.1.0.0",
            "fileVersion": "5.1.0.60005"
          }
        }
      },
      "NuGet.Versioning/5.1.0-xprivate.60005": {
        "runtime": {
          "lib/netstandard2.0/NuGet.Versioning.dll": {
            "assemblyVersion": "5.1.0.0",
            "fileVersion": "5.1.0.60005"
          }
        }
      },
      "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.9": {
        "runtime": {
          "lib/netstandard2.0/OSVersionHelper.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.9.55085"
          }
        }
      },
      "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-preview4.19164.7",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "runtime.native.System.IO.Compression/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19164.7",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "runtime.native.System.Net.Http/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19164.7",
          "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-preview3.19128.7",
          "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-preview3.19128.7": {},
      "System.Collections/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "Microsoft.Win32.Primitives": "4.3.0",
          "Microsoft.Win32.Registry": "4.6.0-preview3.19128.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview3.19128.7": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19164.7",
          "Microsoft.Win32.SystemEvents": "4.6.0-preview3.19128.7"
        }
      },
      "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview3.19128.7": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19164.7",
          "Microsoft.Win32.Registry": "4.6.0-preview3.19128.7",
          "System.CodeDom": "4.6.0-preview3.19128.7"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp2.0/System.Management.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.7.19.12807"
          }
        }
      },
      "System.Memory/4.5.2": {},
      "System.Net.Http/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview3.19128.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview3.19128.7": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19164.7",
          "System.Security.Principal.Windows": "4.6.0-preview3.19128.7"
        }
      },
      "System.Security.Cryptography.Algorithms/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview3.19128.7"
        }
      },
      "System.Security.Principal.Windows/4.6.0-preview3.19128.7": {},
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview4.19164.7",
          "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-preview3.19128.7": {
        "dependencies": {
          "System.Drawing.Common": "4.6.0-preview3.19128.7"
        }
      },
      "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.17-preview",
          "Microsoft.DiaSymReader.Converter": "1.1.0-beta1-63314-01",
          "NuGetPackageExplorer.Types": "1.0.0",
          "OSVersionHelper": "1.0.9",
          "System.Reflection.Metadata": "1.6.0"
        },
        "runtime": {
          "Core.dll": {}
        }
      },
      "NuGetPackageExplorer.Types/1.0.0": {
        "dependencies": {
          "Microsoft.Web.Xdt": "3.0.0",
          "NuGet.Packaging": "5.1.0-xprivate.60005",
          "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.1.0-xprivate.60005",
          "NuGet.PackageManagement": "5.1.0-xprivate.60005",
          "System.Windows.Extensions": "4.6.0-preview3.19128.7"
        },
        "runtime": {
          "PackageViewModel.dll": {}
        }
      }
    }
  },
  "libraries": {
    "NuGetPackageExplorer/5.0.227": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.runtime.win-x86.Microsoft.NETCore.App/3.0.0-preview4-27525-12": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/3.0.0-preview4-27525-12": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/3.0.0-preview4-27525-12": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.runtime.win-x86.Microsoft.WindowsDesktop.App/3.0.0-preview4-27522-14": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "AppInsights.WindowsDesktop/2.10.17-preview": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-mxzD5eThoq2pQcBMQV/kNA93TLjSOEqMUHHY35r6XHDhlr9/YtYlWZkUB7B1u5H++oLsDNl4xq0qcp4ve6LGxw==",
      "path": "appinsights.windowsdesktop/2.10.17-preview",
      "hashPath": "appinsights.windowsdesktop.2.10.17-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-beta2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OZbSmYg05l5N2Wtmk3h/qGidQA0bkautgtxV04t6KNp+l1mlYtOPrcdRcCadDtZJ2IchHqnMUtvI3L1j5ahimw==",
      "path": "microsoft.applicationinsights/2.10.0-beta2",
      "hashPath": "microsoft.applicationinsights.2.10.0-beta2.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-preview4.19164.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HC9pXnJR+jEHn4vBRH/FwxRCY23QpcZvouC1bl38ygbE3c2mkA6CZGhk7wRu9cA1WOiSV6aJKwcF0VzJZhWFXQ==",
      "path": "microsoft.netcore.platforms/3.0.0-preview4.19164.7",
      "hashPath": "microsoft.netcore.platforms.3.0.0-preview4.19164.7.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-preview3.19128.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nEbjnXltvnv6Irrt4NWt0+VKE7wXef8kgCmeTs7ro8zH/qwUkhKtJXPj5JGWSIz7sQ6UfmOkvZ3a+3DcrEua5Q==",
      "path": "microsoft.win32.registry/4.6.0-preview3.19128.7",
      "hashPath": "microsoft.win32.registry.4.6.0-preview3.19128.7.nupkg.sha512"
    },
    "Microsoft.Win32.SystemEvents/4.6.0-preview3.19128.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8SasJncHMO5gUEyvVJ1vCsqJoSvJhPbG8Yntf7dideuwhu0qWsbBvrDDN4srz7zp26sEiPNgkHg9fZJwp1KdaA==",
      "path": "microsoft.win32.systemevents/4.6.0-preview3.19128.7",
      "hashPath": "microsoft.win32.systemevents.4.6.0-preview3.19128.7.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.1.0-xprivate.60005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-O5M4AWwXoKd1vZ6jiLeBIE4tM47VJtsidUE2VcMrGLZ7zTRuTnU+0WsAYiXenysZ8A6P5/ppvs1ThxRw4BQHpQ==",
      "path": "nuget.common/5.1.0-xprivate.60005",
      "hashPath": "nuget.common.5.1.0-xprivate.60005.nupkg.sha512"
    },
    "NuGet.Configuration/5.1.0-xprivate.60005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4adar4sao5vZ3qIhJQzccaVXnDBI7aYTYksVnbbOcj95ds3ch63b92ik6l6uiq7S9WKM4KqibKyejrDhBCY6/g==",
      "path": "nuget.configuration/5.1.0-xprivate.60005",
      "hashPath": "nuget.configuration.5.1.0-xprivate.60005.nupkg.sha512"
    },
    "NuGet.Credentials/5.1.0-xprivate.60005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-T/HbQHwETj0ivUYO4D2qlTbYHL9iw+8k6m5VGvs3lOto9d97wr56VSSyHv9J0WXBpCQaKwK8RiM4p1DTh4Pd8Q==",
      "path": "nuget.credentials/5.1.0-xprivate.60005",
      "hashPath": "nuget.credentials.5.1.0-xprivate.60005.nupkg.sha512"
    },
    "NuGet.Frameworks/5.1.0-xprivate.60005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-iizwQjzbHlhnlK00tbIdg7AZHVHu/muzjqMgNl96Atxk01uEcGZFvBdv6IjYdwZYzu59FLPvng6EPvs6eZ0FGA==",
      "path": "nuget.frameworks/5.1.0-xprivate.60005",
      "hashPath": "nuget.frameworks.5.1.0-xprivate.60005.nupkg.sha512"
    },
    "NuGet.PackageManagement/5.1.0-xprivate.60005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pSqpiAvgFa3QMCAInYm4VvQguUcTu+Xasu796DkaskGTwODKocJ7KLpQjKzYNYoeNxA8TwFl17NtGY/6b4Y9UQ==",
      "path": "nuget.packagemanagement/5.1.0-xprivate.60005",
      "hashPath": "nuget.packagemanagement.5.1.0-xprivate.60005.nupkg.sha512"
    },
    "NuGet.Packaging/5.1.0-xprivate.60005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-71YYJBBmR3ibuJzNSpgItrqyPCJw4TAodwTB38Yq0HEvE63mGcI0GfF3dFRuydg0oRsc8HIVJndkDliIrMbJUA==",
      "path": "nuget.packaging/5.1.0-xprivate.60005",
      "hashPath": "nuget.packaging.5.1.0-xprivate.60005.nupkg.sha512"
    },
    "NuGet.Protocol/5.1.0-xprivate.60005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lU+CVOezUWFzmV9Acy24V1v2csOgsxce4nneFE+ISM0gBiWjXo/ayuqRO80au/YEy+Fx8JaDdIgxvsv0YScMDg==",
      "path": "nuget.protocol/5.1.0-xprivate.60005",
      "hashPath": "nuget.protocol.5.1.0-xprivate.60005.nupkg.sha512"
    },
    "NuGet.Versioning/5.1.0-xprivate.60005": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-GKkMS0s2LICyiEwEN1UHlKDFaQAd9qDo8vw4Ih1PiC9TRwb2WJdZDudV5X1z8h7De82vVJYcNn2jPnpcxM8seA==",
      "path": "nuget.versioning/5.1.0-xprivate.60005",
      "hashPath": "nuget.versioning.5.1.0-xprivate.60005.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.9": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-b0rJXmJ6xllvfpWIjuz7Dq34PUBBGO16WrZhMJ4CB91UzK9auYbqVzuSdrxGRJ+6UhOy5G/qMDHBHviG4JvmdA==",
      "path": "osversionhelper/1.0.9",
      "hashPath": "osversionhelper.1.0.9.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-preview3.19128.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kHTg66vezN6YSBD00oR+z1SyLxJCVih6XDTCz1EI3r6jbA1+LG7/3HXNcpHS03ctT981NFHKr2K7QSr/F1wJ/Q==",
      "path": "system.codedom/4.6.0-preview3.19128.7",
      "hashPath": "system.codedom.4.6.0-preview3.19128.7.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-preview3.19128.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bHomciXennXnHN4/I4KsMmOEArJl6CrMc8Xie8pMIGUNcPMM5iLrGh18sVt4484SaXEYWOHFv0/jR//q4Q057w==",
      "path": "system.drawing.common/4.6.0-preview3.19128.7",
      "hashPath": "system.drawing.common.4.6.0-preview3.19128.7.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-preview3.19128.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BihAuaUjjKBHxx9GziTS+ytLU5jNsD2cS9pMGK9IRvakR3EXqMM5RVLUj/F9282qJjEQgQqteOuc+fEg0iykeg==",
      "path": "system.management/4.6.0-preview3.19128.7",
      "hashPath": "system.management.4.6.0-preview3.19128.7.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-preview3.19128.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/Hj/VC24ztOXRqDhNpPEQXBARnvNSj7lXGlduj8YScdKUu0ZsYYR2lKh/v7qSvXBGqXqsozxAIRZwmiBu4rxXQ==",
      "path": "system.security.accesscontrol/4.6.0-preview3.19128.7",
      "hashPath": "system.security.accesscontrol.4.6.0-preview3.19128.7.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-preview3.19128.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3UV2zC9MaLIGQB3x/4cjB4gZxHTDQHf0xW1w0csnT/9kBHz1J8AeW4rashgv+887KjbgDY6csptuR9u59WqJFA==",
      "path": "system.security.principal.windows/4.6.0-preview3.19128.7",
      "hashPath": "system.security.principal.windows.4.6.0-preview3.19128.7.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-preview3.19128.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-vUqLy4xUFBY7SvUYyP6OE8dvqkQ0+Kq2FrtuANBGaQ276yMH7CSBBhFkhj8fBZgN4no8Py1J1zyrz5BM3FVr8w==",
      "path": "system.windows.extensions/4.6.0-preview3.19128.7",
      "hashPath": "system.windows.extensions.4.6.0-preview3.19128.7.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": ""
    }
  }
}
Microsoft.ApplicationInsights.dll
md5: B5742F3EDC251F492FC316955D18B6EE | sha1: 1628CDB36B8467F4A18C004E190BE41522C9B8AA | sha256: 647679A9CF2A0F0A38CC31391F6CB5E96A59A570F55AD9820C82DD49ED6CF64E | sha512: 2E5BAE4B0CB3C761066D5F101C3E75D9F5BBE5833987E0B773C3E3AAE9304CE8979D02BC8EA27341366D4BAB7A6623C0D0BA7F89F5791CC18D5C63A5C3457E60
lv\Humanizer.resources.dll
md5: 1F249B29A0BDC2F3995C581557C96E33 | sha1: 1779F5AF0F8CF33CBC398692B08099513B34BF36 | sha256: 0FAB0408751FBAC0D50F4BDCB7902F325CCFB3D0EC5B8672D6C729632AD3FA11 | sha512: 81ECD89951A36D1BA8C0FF3A957948C653F9A2A0573524C697BCAE71A749D46E0A31B874C7786891F0474B63BC993CD17A43FA4760C59B134899B2F485890768
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
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.
ko\Microsoft.DiaSymReader.Converter.resources.dll
md5: EB37BBBF15D10585B62C29BB1AA9FA64 | sha1: 01EE019A9B1507B6A123C582B4C2F8174412955A | sha256: 65090DC14ED8BC365165EED0F0F4EF1AA8A22E3C124C63B067ABEDF6A3D9F521 | sha512: B9B4B7A32C4607BD5D408717D8A89D6B732EADC84B29AB3459B675DCA0748F33DE8CB0FE2226A666821D3436B0DAA659CCA1D1D6B5BCDA32EB6205B41998F003
ja\Microsoft.DiaSymReader.Converter.resources.dll
md5: 88A96ABC337F0B4308EF0FC11320A02B | sha1: D779D4A56ADCF56DF2BECC1695C49A93B0A3E246 | sha256: 1B350080542925474EBB5331F72235E087E284CEB88D40884E9B8A05EAC54929 | sha512: 949583597FEB4CD8B05691EC708E1F907240235C01FA7BE322D71A4C5E3748DD85187A77BDF38EEFA9AF0743959C2B59D234C6CE7711E98B747B0DDD37273FA1
ja\Humanizer.resources.dll
md5: A4984E1D863ED9442290FC95A7D7BECA | sha1: 985990F4B40F8FB47D17F4C5B5A9B057EFB5B737 | sha256: 78C687EDD0053FC33166EF41F32F0B63FE37A6F2447B19F0D50F9A513BA05CA5 | sha512: 8304B55D5303C7FF162697AD4415827ED66FFC860664153B58B6863765B669A567FEA90D4B1986DDC51E4489BB8AFD5A39FADAF9165006D6EFF3B19B8EF89BFF
it\Microsoft.DiaSymReader.Converter.resources.dll
md5: F8CB6AC6DED95F7D35A48078137764B5 | sha1: 711C3BE263B70767827CC79F5060A758EEA3770A | sha256: 682C50E0427FCD1D1609175AAB08B9947E030C59EC0CD1F68195F32667E4793F | sha512: 14EFC7E2DF6C126E6935A4D6B1D61DF584E5A7D7B873E45CD6D7AF77D7531BAFF5962B9283B168938BE1DD0A467ED415EBE7C4ADEEF4C3DD746B3EEF8FE3991F
NuGetPackageExplorer.dll
md5: 00105800DAB571018B49EBE84B3F06A7 | sha1: 2D2931D67962E86EC9ACA7FFF6F44A63C8B5F1CA | sha256: 12A8C14781BBF0B10F61EAF2AB7CB261CBABA9C91405E5885F00E0E9AB3B07E3 | sha512: 1ECCC280271364DCC5857DD4D009961E6631BB204514FB3E6C51AE81F7FAF307653C632985FA7AEB94412C7A7DBF4EBE43290DE11D9633ED4E6FE9549FF9BF85
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="d8c7c50d-ca44-4dde-83ab-bb45041cc5ba" />
  </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: 315B7EFB8D70D5393D117453B16669C4 | sha1: F3EE78F9B0F9D4FEA1062CB6E10E7ECE37D2F19B | sha256: 25E972248C92BF17F328255612EA316183113CFEDB36FB8D021E97F0983B7426 | sha512: 24416F099CE8AAAF8DA03068E799904499FFC95D50DA160906F6409A126A2651AC8FD66E3D6BFAB74765BE785534EFAB815886C2A3AB70A9A553D8F3CD46FBEF
NuGetPackageExplorer.exe.gui
 
NuGetPackageExplorer.runtimeconfig.json
{
  "runtimeOptions": {}
}
NuGetPackageExplorer.Types.dll
md5: 314BB643FA9054DCF5DCA22DB2BFB19D | sha1: F577AA7C8FE63B7444F950A33608FB17F54D3724 | sha256: A07862F8A6085A310B7B1DC709801B393C1B7F554023C295D076CA36A6408318 | sha512: 9CA68D28C2783D1475AE743B4EE1DF93B5EA6C5F9895B6AEF3D61F2A2F1E1C2BE529E832640EA97707B1D310EBBE02C0F4BDD63AE12DCC054A0FA01B84AA1E37
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.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: 3BC6033A18E188083D4290206862DD07 | sha1: 9543B412D7C22ACAAC0DB4148C40E68B404A3E3F | sha256: E6D5DF663788B014E6D7034E69244B07CC83B0FB9CDF61F0670A75A6607A222D | sha512: FE18DE969A884EB58ED27EC0DB4058E02FF029475BA09E0C92AF436786E89703D69F22886CC28AD843F5F8997EDDB32DE0FC85BB50A04544F95C3A153FC2E14A
PackageViewModel.dll
md5: FDBA6CB57A51409725B9BBBAE120D8F7 | sha1: 2A5CA687E64B8FDDBEF1BAD80C2997C56ECCCA22 | sha256: 06178C9C19A55FC3B8328EA83C9E73E00EAC7B12BCBE1CAF033B085E36E76301 | sha512: B608F7BC9B257B620D6300FE41C6BD6904B49D9EBF63232659434C56C3AC20569064919586A22500A0B15F2D0C427470B9C1A72C55ABC0AD3B3B5FEA40165DAB
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: E80F4E07FDC8F90342232A3E921D267C | sha1: AF45BCAEF561F033F3978203D59B0B425586F8FD | sha256: E0F71D15011969B68488377E0AF84F1354F680519566828A5FCD3C6CAD2AD0BA | sha512: F71EF805C9DB4EC4D2D25E7D4AAF40D9DB65E38803336FCF72E24B84ACD9EA29BB24CF4ED3E115D4635E1B6B2A9E4F09FFD04CC5B572396169FDDCAA848BDF2C
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: 17809BDABBEB1C2796F64CEF418CC3A4 | sha1: AEC341C22BE09CBE9BABDBE19FFDBE933E64DA50 | sha256: 441B837C84FD9CEE798259CA5CF878608A91C472DDE594BE684DC02424EED9C7 | sha512: DF8A128A270B6C7719FB3027D650FDE60F1D35CCF4D5780C5D0188FB43F55EFCEFC7684E30F9BC65BA4AC1E3432674B8302C9C93DCB1180F54C2909C601B5A8D
PresentationCore.dll
md5: D3ADA5A52D7EE4E1D85C96CBC0F8AFE3 | sha1: FEF1B2C7C1F1E036D2F5073F9F7669DA221CA8FD | sha256: 7A8038B3332BFC0D12B16CD72E88A526AA573C6C6538603AE70FF6F35E3AB429 | sha512: 4943C5921BFBE6F9F88B3E1308F977A1DB8AE3E30B8A29ED2EADEBF011D43F78B181296BF99909AAC30B59B0E16B3E5F1041F172078CBDD7F0DCF711A611E361
PresentationFramework-SystemCore.dll
md5: 3CACC6774C5465394186500770E80464 | sha1: 796312B2963C1EE7B89295D2DB1B9D1578E2037A | sha256: F7483DB11D694E2CF8AF0592DB11EFAC371E49D6A9522290B6274785198B8C44 | sha512: 3BD573905F54D5589AB812D309B8A1D4899DEAC924582306E4B050B8201ADF6E961199E9C9510780D31660AC0EE7439F88A0539F3501512C9017D0548867AEFF
PresentationFramework-SystemData.dll
md5: 5E83FB2D6D0C18D03F0AD6052BCB86A4 | sha1: D785B427AEF6C1475EC3D0A1C6B864C46CC173A4 | sha256: 1F0EAF2AC8B3D0794F808A0DAE0C8C3C8F8E81321A73BD84ADE395B77734EFE0 | sha512: 149C014904E98C88789045110D41FD4263BF0C3FE84CA24B4217D3FE1DB585DA6ED366B91F4A57D07999FDCDD9A75A4EE38712FD3B596C529C9645A6272B4FD2
PresentationFramework-SystemDrawing.dll
md5: 75EB573EEEED5C57CD648CA67CA209A8 | sha1: 4945DE1E38C2D90A31FA4A60BB1D40ED0C8832A4 | sha256: 4B49054A06136962CC0D25DF37B1301BED062B1611AEF49C4CB482132B838885 | sha512: 1562B73A507111E47C2E765DC0E2BD9B32B6B80BAEC7A75CA44CE226D6147271CCE1FD01C32C2E5D8F60C7E0FE317FA5A9D8B48913939CBEDBFB20C122FF5AD0
PresentationFramework-SystemXml.dll
md5: 9DC140889F4160CD67E7F443FE2693FD | sha1: 13F1B5D7273534A66EF2E8021D75E24A7B3FDABA | sha256: 08D1FB09ECDC207D3B6E411DB11BD4B961737973578F29D4EDFF6684EF9584A6 | sha512: 0F76E479121E0BC5C893D41DB89DA0D9F74D73E187316321E1A75F1DAE9D36CDEBDBFF6E10045EABCE52A07C73F9243BE39FAA19EB6AC7B9728D9E63530FD1D9
PresentationFramework-SystemXmlLinq.dll
md5: 20CA3CD8B534675285DCF7461D0AADFB | sha1: FC7FC72C6BE005BFE7D0086F16F9B00AF558D508 | sha256: 117990F6BB096E610E198FAA7EAEB7F20050998F7A80DA351DFE4EC75EEE2374 | sha512: CA158DD46354C0DFDA1E8CDACFFD603A29FD975E30D43BD1B069CC717FD6C9AFD82FC683A3E0736807129505E7B155FA142D36FE8642155373B858883811656E
PresentationFramework.Aero.dll
md5: 9D537027046B31FE674E43C92EBD7478 | sha1: 73999D10B12607A8223E7F1C3531B0789C008AE3 | sha256: 07313611591ED8384E23425CE3E8F13D6BCAEF0EA581DE81EC5F5AC46E2C210D | sha512: 8F5B6613BA2A8F5620FE5932C2CEF90D408C293DBBCC45D248B6B9786D74E31DC1E151AE0DF47E489393F7F118C47C279673CD79D28CBB16674EFA4DA94524B3
PresentationFramework.Aero2.dll
md5: 6DF313A24F645EC6910A4BBCA6087E0B | sha1: D5544D597948DBBA2C17071F7D4A39F77A352C56 | sha256: 4DE0DBD51A6E63ADD2ECF9BC92FEFCC48F7DAF5B825122673F97F5AA0862EED0 | sha512: EFA9FF91FE878CE6A7712FEE74DEA05B181086B355529AD10E56DE07C2B46BBC2A797B38415DDC2C09675C3889E1FE2743D53ED578EC01B3672960DD90720FC6
PresentationFramework.AeroLite.dll
md5: 1A0CECE65D5D6034AA415B0CE61383F1 | sha1: 5FE9FA8563A56C3CE5BA86ED15194D186124D405 | sha256: AA4E1A863B0A2D6DB571021D2705BC8540D9EFF5F3D15C988C7A2E60F953413A | sha512: 96DD06B43DA8EACCF596C22356D2FD8FC5BE4187B02BA0E812D8E0652D6F19A57C5209516656C9F708C16F1CBAF70766AEF196100912EAE1103AA55423FB9E80
PresentationFramework.Classic.dll
md5: 4720B4AEE9C613D4DC24712F37B89FD8 | sha1: CDA59F1E5445BD0728B41C76543C75E70C211E34 | sha256: 93317B21415ACB90F02176ABAE96E9549FF2B0B6DD79950A1A78E06EF39B3C28 | sha512: BFEE009769EAEA08084F6E107AAF8384598023A84F2B19F188A83CCDE0905BC2810E44AC108F254BFE3E79AA67B9344A6427560C6BD79535587E7CA62C661783
PresentationFramework.dll
md5: 29E362C30A18ED52EF5DEE64DED52890 | sha1: 4175BA0BB6E3E94D485BFCC7C8693C57F592E844 | sha256: A17657E591E1EC6E1E23A6AC127E62F36624BFC9FC908A7065D7CEC82828384A | sha512: 76BC01A780D6CEF2CA94AB3E704D521FDAEC633A33C455765CC2EB2D0C77041FDC5CBB92205820FB486707C0FC9446E31E53DDE433924BEDB0345977C55E6B4E
PresentationFramework.Luna.dll
md5: BFEB81391065F803BAC880DC1F478EA8 | sha1: 9D168C0ECBB13B334A1F3242A9F6BA956C985F4E | sha256: 7973766716FDF98D6BCFE86DFC3CDD2D9803FDAFBC46E91D15378A390B78B855 | sha512: DDA0D1D647FF9261776F929E58733474C51BA41E4C310972D989F29B04AAB3DEE077FD77E3A9364D922CCC4320396AF243CA46D6ED8D4B5D268EF0D9C6845F6A
PresentationFramework.Royale.dll
md5: 192D195BB59C74F44D68452E153FC6C8 | sha1: A08EA26310D9F867D5BBF8216198DDB7F6B2FBEC | sha256: A934EE9417DDE5EAC51258567411242D8B784AAFDB02E270C306686BD536630C | sha512: 683BF0053D02ED8D7BBCC1F5A62672999723B8D6C227559666C05BD91D534C50C4820F2E88006D735A7F3E89FF37A2B2B50169BCA161CCCB8048152CF2F91C1E
PresentationNative_cor3.dll
md5: A6813CFF123DB0711086396F65F7831D | sha1: 6734D9DCBD01F0BFF669D2C3340678FAE12592EF | sha256: 772B320B1C36BDB4B46C96855F985F2CC268EE55C47A7351FCD7B9544407FB14 | sha512: 796D82E23A7D5618B5AF03BEAC1E284C20887498A630628977599BC03E629B5D1A4B171C9022D53CD185485F73683BEB7CF1971D7AB281514758E9DAC5CB3513
PresentationUI.dll
md5: 8840282ECA69BBC02F86BF165A90CCAC | sha1: 1ACE58D5D77D431F08AE38D84B749F11B8982448 | sha256: FE0526642C83C84CA467E2F38BF9B762ABCBFE741D8F9067E4BE89A55CF58E8D | sha512: A5DFEDD6070CCDA1070D58F5044F6A0538205FB5C67615EF28C636BE1BA1C6BC4AEF5060103D64AE9DF448154EE775BC299CFEF94B73C0EB32CA5B6D3DBEED11
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: 2AD3EB82B4F1653BA63FD2405C438F59 | sha1: 59742A88AF0F40584B24C461C7732918CC3E3EFD | sha256: 7D2386D9D015AE7911D18B779D01E17B72021FFDD312513AE9B0D21640D32991 | sha512: 241F3093FE9D2A23AB377E2B770CABE8A43BC808B280C456824C83D2E10EC5634EB96570F7C599E83BBA165C12ADCCEAE67C5218D94AB02D8379899B351F0F98
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: 960D345D98ED67DF65193B10066FC377 | sha1: 5EBCDD756D64E6EE079E4CBB12EE04D2011D1C63 | sha256: C1CC70DBEB025871C731FD7D2442E0893F7805D83BDDA094E2B04EF470605A1A | sha512: C83F5DAB5AA971A50511A2DC5FCF7E258A719F85FB4AB0642A90F875594D78B2AF20A96561C7822C59882F9AB7B64CE570CE49B02BE3D967D66E963A3CA132F0
SOS.NETCore.dll
md5: 0D9A09798931404299B7A69608FCC83D | sha1: E8A29D5CC169887F015901265FAFF93D6B2E8C4C | sha256: F4E7208EB939D22A446E361DAE0C75B849B20D8E4197AC85ACA0E838CEC392B3 | sha512: 298E8A71CFB6AD5BC5EBBD24BDA1EA0A6E254B374A858796C1F49D338316897F4F1F1E264CC50ABBA7F59E1000F3EAADE0DF265CD74F2B9F5C97804433D6983D
sos_x86_x86_4.6.27525.71.dll
md5: 960D345D98ED67DF65193B10066FC377 | sha1: 5EBCDD756D64E6EE079E4CBB12EE04D2011D1C63 | sha256: C1CC70DBEB025871C731FD7D2442E0893F7805D83BDDA094E2B04EF470605A1A | sha512: C83F5DAB5AA971A50511A2DC5FCF7E258A719F85FB4AB0642A90F875594D78B2AF20A96561C7822C59882F9AB7B64CE570CE49B02BE3D967D66E963A3CA132F0
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: 9AC38EDA39F48E257CE36E61FCBD8FAF | sha1: 79701351CC7A473BD24D19799D976A3AA54F2CD7 | sha256: 18C8F6A1C9DA34468DCC94D9E3E84B1A31639903E1B469C7B3884825520B30D1 | sha512: B06A24D4A069B111363F34BC313E5D1ABCE984502F8E13978DFCDC8323B8328E9E7BEA1164F86A60E36A5BA76CA4A2DEA0299747BC9A498230DA4A1BFED17F9F
System.Diagnostics.EventLog.dll
md5: 92BF245E6CAAB3CDB75A1893701BC873 | sha1: 02F4B57413DE10AD1846777B96D44635317B923D | sha256: 5EB689AABA72346CE84CE5426E413E6FE8F9EB24AAA6BCA5927D87F1601B5061 | sha512: 0A860A72C59CB745BEFB0A2D9947954B211A06347D88647AFAE9F61DB22814D42027695C7E41B1EE28D27B1B7724BFB1383BA81A549E7696FDECA172633FCB58
System.Diagnostics.FileVersionInfo.dll
md5: F0AEABF1286A638D944981C22ACE465D | sha1: 757A89265D6C771AACC89CE2EC4836FFA53000C4 | sha256: 4D3B42DD875F50EF5ED04FDF9D47BAB19823A6DD8E328208285697738E2CC108 | sha512: 692B959EC83A152F7A12E4642972D6BBAABA0EA7453CD7521FEC44907FCC36C42234FFD0449B56A97D4A2F89CA6EB4356CB7BB04C72A7293464E37FF0A913BE4
System.Diagnostics.Process.dll
md5: E7EB5A53D8F9358A9D8AA0E50AE4E28B | sha1: 31EA5E19342D36F82D2D3B79E01FE25DC05E6EE8 | sha256: CE916EE6D7B4F8C309DF81D868A77FE1E042544E6BDF72B736F90B3EBD11DBAB | sha512: 783937CCD7F5536EECEDCB434ABF97D607B503E79508556A8535F14E1F883EF6A68BF569A466605DC870F5BBF1B6ACE6260E801BF6837AF2CBAA49746C1958A0
System.Diagnostics.StackTrace.dll
md5: 5EDB6012034C65EFEE5BCA06CC76E51A | sha1: 9F752C540117B6B0BEEC6E309AC5D22FECBCA355 | sha256: D0881E457674FE4C3A3D8FF50C7178750589CB3DAD4497BAE4A4CC723B571B5F | sha512: 2B967E4BA3705159CF5B8C5C210F5C72F0C571CB9F9DF73BD07E10A94BD55FA5B6348D3ED5DA104F549425BC9BFE8CF7C7F163A9B52FDD8558CACE9E017AD76C
System.Diagnostics.TextWriterTraceListener.dll
md5: EAC0A6206662009B907ECA1E45BD82E0 | sha1: 6738D9A0CAB07B0BD81F2841A3CA5DB9AA0942F1 | sha256: B42D37C34132D81FD7EE11A0CB9DAE39374D1D453D793F854D231F6F9DAB486F | sha512: B25C79E9BED6FC682827F8844890B4475EE336F0BEA0178789C7E7204E9965C186702B2CE8B831DFC765568BC05FD0ED10F79BD98CDC4B55C3C61B8AE61852EC
System.Diagnostics.Tools.dll
md5: 2E9108875875CA41504DF1D1E609B163 | sha1: 0944F778E4677347126C1EA6CED41D76C91E1A37 | sha256: DC464AA3B953914CFEA2616E9B9281A7CDBC7D68BAA030C7A2C6C90E9CEFFB18 | sha512: EC29A18E2F9616CEACD33FEBEA352553BA460366589C8BBDD9007ACCE80C31931C69F91618FF5E7480F27013B88918FD65B866AD3ABBEDD33FC5CCCCCD3C8265
System.Diagnostics.TraceSource.dll
md5: D557079CF158234B933B7A8B2482A424 | sha1: FCB22D5D98BFA2971F8CB27AAC4D5FAF2D25194B | sha256: CA236B1D696791B0D7B1DE5E1C40D8A7C678CD36FC69E3BB14A3982559B5CC5B | sha512: AD1DD84968EB31A7420032D7702B8C3EA2B43E5690F9FA6AD10EEB1A27DF8FCF1EDEFBD686DC4FBC2416F9C790808FAEABFE025C8AE82B3C1CF298D860FC6F0A
System.Diagnostics.Tracing.dll
md5: 8277B836A598C5FC7E8238BD3279942B | sha1: 9AB4EB67B6812EB30260E4A4DD3446628B4CECEA | sha256: D9CDB30AE2FCAF015A47B14263783E86EB085945C809241E136BC3179490555E | sha512: DB08D8BDF6A30F4775703712849A55C15FB1A5616D6D30960B99F13866661254A05315FC99D73BDA443795F1F9EA7731C87A9675DF3FB4576F20BCA8F3A9BFDB
System.DirectoryServices.dll
md5: EDFA667D9F0171C83348F6DA761965EB | sha1: C63BAAA3728D991E3CB92C7E03B51C7F56F3C933 | sha256: 0FA11AFDF25A7112A9A3F0900C6E1B6D61794DB4455D7064F4C585D8D210E115 | sha512: EDDA860F7AA2C22DFE396F0EBDB88E2A7925EB624F37B169FCA4D40F44B510FAF5A3F128E40123E83969E63EBA9EEC4753E4C33953DA4FF0D0D2673492F40834
System.Diagnostics.DiagnosticSource.dll
md5: EC7583A2658F1E6B0A1E3CB662D3A722 | sha1: 0E4177341862C62AE8977F4B0CADF6BAAE33C98F | sha256: A7624CDC89CA8DA48AF75074719191885C21384E6E234EAC8400BE163CA35A5C | sha512: 0594CA5A5DEC4B7E5F5F872146D4A50130380AA539995896C381742D0C2C9989AF3C55C295B5F4B484808C48469321B72DB78FAE005836ECBEB461B00F30F0BA
System.Diagnostics.Debug.dll
md5: 806081AB59FE2CD7C1D415ABBF8FF914 | sha1: D4A077FDF8E480CA5F12D0B31FE9F1CA49D7A02C | sha256: E717EDE12414CECF5FE2B52D6E06E9650DF67860CBC8D97EB770DE20BAB9C4FA | sha512: 648F9647166C79A4FA630949E208492F280A36A7C465CE546036991CEB34169AB5EB25707DC3E754F00328E7D3AF5CF8CCCA56CAC0E69DE7369FE27138085614
System.dll
md5: 563E784F2BE51A22288230BAFA4BF28A | sha1: D3A0366BC304E319D07D2B68F706A6DD054CA178 | sha256: 4F36183B6625CC7F6F525F7B1121B779BA11DAEAD56100FD74D175860678EAAA | sha512: 5B6F73EF34FDA29D587374AE5B645585F968BA843843AF4B5EF96C1C83486DEC12F897F4C87C52C3945C421804EFC3179B049BC36F4EE0810D0AFDCB62BE5CF0
System.Drawing.dll
md5: C3A248722EEAED36424508B0E9AD68D6 | sha1: 24FB31F5FAC057C5FD74958F130D2DCAB4CBA88F | sha256: F937F4A2ADCEC973C20C7E07352DA87214294F2C59009ADCD9F31EC3C435915F | sha512: 893A5D8183676281D65CC84F10238CD77B789900482D3DB215EECFDF24BFE1F1308BBB678CCBEF258B1E04D94AD2C2F710F7B028EE7198398303B07290A215D2
System.Drawing.Primitives.dll
md5: 72F0FE1718722C72B7FE7FD117FC819B | sha1: 6CA4C7EEC8ED9634A0B17BE7035036B25692917A | sha256: B7EE74D7C0EE73FAE47FDE680A56165777A7AB246462B3D23C578F238966FC27 | sha512: 66DF1739396C793C797D73476D47D97AB1802D8A84EBBA0BFA5B3199E13C0093FC8834AF31BF52DFB686027C798A0A60074914D375B5295BC048BA6EF24C9DFE
System.Dynamic.Runtime.dll
md5: 377C3AC036BDDCB538BFE61EDF8E8086 | sha1: 7136037E6D65CDAAA17B852EFBF11F50C1CC1ABB | sha256: 110E8BCEDEB8C6088902A4A9F9BE4A4FF16C823214D56537A3CB7B647FEDB4BB | sha512: 0E46F20051E5B54ED1AFADEA74BBA864A9B0A6E6CA4AED689A50C2E17B2EB1072BD308EA5338916D38AD09FD7A254BA14095CD96F475172F75F7B49D04A2BCEA
System.Globalization.Calendars.dll
md5: 45C94D5EA5E2027738DF69B1164DD60E | sha1: 0921FF5400EFD2C5B8344BC682DEA71EA637A82C | sha256: 6BC5719E42A37BB0A2EEB42CAB77A24812CAD4B2449D9E8AEBB6CAFE7F113A98 | sha512: 568C1793CF92FA7AD13BCDE15B3CE4B83E210D3AA7AA962854D451D99E2CB172F4934BB032E5DD23FCDF01AD69E04422B33F5686CB193949EB96D95F625FD45F
System.Globalization.dll
md5: A6C4718E4AAC508F48CAD842D88BAFE0 | sha1: 98CB7287B399E4D8337968E51C152BF20836C39B | sha256: C2181E68705D916574F41181EADE9216BCC0A56D28EC1475750AD23D9DCF883C | sha512: FCB90BA604EBAAA7F25CBF656E5B8C713D2C5B7A197D4A23AC8A053B73F820C85E28784F26FED6C31CAA16B558EE977CC2E545A4212CF3D89C6CCE8B466FA81A
System.Globalization.Extensions.dll
md5: 0C6870A76FB4EEED2C789A18A8237491 | sha1: D062F5F25FD33B8A71B69DD037882F5D6B322B27 | sha256: F4B745D4EE2A8C483F73B1F53EF636F990DA1771EB67562786BECAA3C0EB6CF1 | sha512: 8443A705F2FC91FEB27A1CD263C359FE9C529A76374A9CD6EB1842738AC675DDC83CD838454DD4AE7BAD3879310B5B2AF68E4197F90CFD4FF48C649F04BD5084
System.IO.Compression.Brotli.dll
md5: 232F1795AA2C60186896BE2741C2AE57 | sha1: 86592FE80AB41F17F9A76EA6F88300B11C6401F3 | sha256: E72A15E7D61C66757A55649F488B8F2BC45B91BB29876A328268978D2CA0D847 | sha512: D4D96DD014EFCCBC077434435E2A72D3716B171E09FB52C0B8CC6A3657F33E22050591A678823972679BE66C419708C92E22E83338A586BA75ADB1CB0885003E
System.IO.Compression.dll
md5: AF66DC7F20A0AC3F5C0C2457DE5BDC01 | sha1: 05E844D90AE6989930445455C08D86BCA671CE1E | sha256: 94BF7889C35E8B1099250AED09C8C589DFBB8134C334E6B4EC8077B1E8013181 | sha512: C7BD705A03CE2B011B0E506DEE967538EA33533FCA1E64B73276ED9D4D587DEEAD3963D584F408B496F24FAC74D10368A17EDE25F423AAF37562810344D31D27
System.Drawing.Common.dll
md5: DBDCA3D80E8E115DD6A95959EDFB11EB | sha1: 9D12B01F5E48936153973493DDCF9DF18AE910CC | sha256: CD79A62BAE420DA6DA2A0A9510ECFCCCD75F4763144E7BFD45720BAB45B78762 | sha512: 0D7FEB080B8C46D9913A78573187BBC7EFB52968ABCDC0156235F3DE8B67A6634FB7D9D86B9336FD1B3A3EAE104B7369096FFC59AE0B1CBF2C09494757CB87F6
System.Drawing.Design.dll
md5: 36BA8E78DE999E2B92294EC6C11A3CA5 | sha1: 00B106F011A085204373A231C0C304513352862D | sha256: E6928421A632CCD0476B9F596FD0221AD8197BEB741F3033E66A1B10931BB9A8 | sha512: A5C5D1E088A5D00CD9357841633FABC58394B2EF4962BA478C864F8546CD5AF5F313821522BF5110060299970A9B726AE3F8B3F1DA2E3309A3106C680B00B5A5
System.Diagnostics.Contracts.dll
md5: 0E671882E7B61E1C5BCCFDD43BC5B4E9 | sha1: 212518F2290CCCA5A413139FA1C000403D0E48D0 | sha256: EE1DD27CE0F81DF2C478BF578731578F07A1132A6D046055F731924B01BF8AC1 | sha512: 914BA8CF6F1E6FE37602A2A3EAF0ACD4F6C3F3FF5A1684E203135835EACBA159E54CBB9A27861FEB108404FC0686E671751BCE1B1010A5713B58855C9F90A7B1
System.Design.dll
md5: ED90A7086437478BB961A014B83F1455 | sha1: E641982413741B9112C34873A78512144C3435D8 | sha256: 500CFC003593C7D381DB7BAD81DADDB0C8FD3B0B71D07578042F2C2EE7B4D90C | sha512: 26DE96E0D0FF1A20BB8C2EAA87CD4D437FFAF39B4F0F474E4FC14C8A44005941647525131B2438ECE4BC5CC06224E0587AD734F0B5534ADA6C90C0ABB8FE7402
System.Data.dll
md5: 009DE3D2A3664151ED28CD976695AF4B | sha1: FB9904A7375F383A757501542E123264F8D9EC01 | sha256: 228BF871DBCDC277443A51737B8814EC8496F09B6E70844D4B7288C05020FEAF | sha512: 97B6CEDFB9A191590E22ECE200C365A8D5677D7AB968FD29076B01D19A8F0A8718D98ABD422A0345EAB431D6171989548E20F1907B2534C9024B1E094B095BFF
System.Data.Common.dll
md5: 75721BAB7AD3491AEF1A4816908A5A05 | sha1: F106E967A092288CA2B96C4B7F3DB832363E995C | sha256: 72F2AA57B79BA62D351E65885688060A847C75342D1C8C0ABCE6BC75D106A489 | sha512: 569E7AF5524D2014E7FDBF98756C3A72BEBFF2F16BEB9AE0387B5266D0821FF557D8AC7661CB5DCC9CC23CF5D921387993C2F3E6261157A49ECC34F90B66E661
System.Core.dll
md5: A020DA79FBBC1D688544DD94F1CD950F | sha1: E43A1A3EFFD1FE62AAB8208AEEF0B9F73694ED4D | sha256: 71CB596065BBBAB37C31B633A39B5B582276D8A01A6F7D1FCDCF1F2181CDECD0 | sha512: 019756015CF9925A7701AD262822675060D76CF2A6A263B37DBD19F6DAE9598763ED0A035D079AF7392747D4FBDBF371E0E00278743FCB959CCC67A5AD3FE9A4
System.Console.dll
md5: D9263CECB081893462E3D6849CE8FF17 | sha1: ED5B35ABEB2E8828E98A104525CEFF7C303E9045 | sha256: 5AF85B2295DD82D8B5C883F235BC629C969808236E3B3211F937BA88909601DD | sha512: 7AFD564641908FB05B106BA985E4637341F910435300BF35F0078C5BED4D4B835C8C0D1462BA098A277A4EFC04D98DE24DAC775A215535026844E710E3DA35B9
System.Configuration.dll
md5: FF0B457F979ADBBA0E1C83CE997CA12D | sha1: 8702A49B6B91D8531E446384FFB4656B720AACDF | sha256: 322D468E23CC72FB184430C33568CD799E9CCA7F68070B3097F81704A64C743B | sha512: 00C91FA677B8D58E038E4EE9AF953138F87D019A90E0BE541B0BEB670B7F4314600F7743A87721B38C1ADD1918CF05BD8B9EB1C428E059AE85B493217436BAAA
System.Configuration.ConfigurationManager.dll
md5: 053603536CD50F2F5B08A58C466CDA0F | sha1: 91F0BB11322A2487FB5C92A19C2C63634C92176E | sha256: D373BA4812F9BD6530300A64045983A29402272A8DCB130AC72B9BC4A02F5B89 | sha512: E4E8B4B31E28CA93848CF7BA03721DF96F5745D256CEDFEC19ED66784865F557D0A3210769AB3D9257F27F4FB0DF1F7FF98AF2B06CBCEEDD8AF1B5D156734B30
System.ComponentModel.TypeConverter.dll
md5: E8543736751602A1B9DA155365AFCDC3 | sha1: D959D094123A8A84BF1E08DA19EFDFCD102E21E8 | sha256: CA8CB663316C20AA2EC9670F81A52BB56CEA53429C0F06CB844FC2CBAE228743 | sha512: 11549E0161AA1793062DA5312BA57744F8BB2942AD2C5858E8A07E6301FD30A895E0B461EEBEA4FBF94CB5D1AF56841B6B905823AAB43BFFB68FAC4393695DC4
System.ComponentModel.Primitives.dll
md5: CFEFF445C57063E0BF80ED2632E7790B | sha1: AB1677E523B4C6123BCE867617F6E45CDBF9B125 | sha256: 247394CB517CC0B2781C602802345B44F4BC1CDEC528D5BEFE6FD77FD3334673 | sha512: 52BA2D49EE22F8CF3FF8FC8867AFC0276BC51A271438938CEC76E0E381FF95F3ACD68252AAE1696C5E5888F1576999A9BBDA0A9BEA84CB03C3A720B8F04641EF
System.ComponentModel.EventBasedAsync.dll
md5: 7D53E164A5F5FF99DF0BA4DCC3D346BB | sha1: 5EAD7F27895238E7A5A16C6CA1528FC939B39BFB | sha256: E1292F0626B781D4EA2A01E551A04833F39DB91E8481263987BCF69DF884ABDE | sha512: 4379E860339FD77D1BDA7FA7FBA0A6DE3D9995A84AFBD0B0DD12E2B9FCDF0FA926F18A60CAB70FCC9D794E5330EC9196DB36296EBEC617F2A072C084390360E0
System.ComponentModel.dll
md5: D73CF86E458C22F07ABED946AEE7EC09 | sha1: 432431AC6EB185C00983C06DD166F94BAD67B792 | sha256: BAD1FB52BB31312AF5DAB54952D752941E083D1C51F6986FD4987DB4851C015F | sha512: D51B3A9C591CE3AF3211F081063F9BA506B36BAFDD3DE379FC5D305285FC6F3D445734B694A8E39EA71AA06BF07BA2195784F09BF3537C971C3E3068E26F0E44
System.ComponentModel.DataAnnotations.dll
md5: D950F6AEF8975C233776ACF5028FD98F | sha1: 4492F307A839E9E45646C1105C670B9978EFB056 | sha256: 75B37A283D8897B12A4F5F2EA0572DD23E6C3E21FB2A558449D3A3AB72C9DF15 | sha512: C03F3659B0470BF9B3AA0B1906F15B924D63ADEBCD56722942B62527A2DCFBB710ABA3FEDC5D0D57B68E52890465EA118FC106678057E3050135FCE2AB551169
System.ComponentModel.Composition.dll
md5: 868AD071108F7B0ADCEEC2E9FFCD0FE0 | sha1: 79AE0C2B26937D94DFFAE39ACFAB724D79F88630 | sha256: AB23A9EE4AD84643847865D6E975C6746BD913270DD63E7CA9125E4DC255645F | sha512: 4E6BBD0B4C1FD177120CF92B510C07A19034C0487B48A63F824AD7FA53156236B2E3169523C240908446043D2014FF0CF16012CB73A0F5B04BF38EDC002A5A4B
System.ComponentModel.Annotations.dll
md5: 5C582687FF1EF58FD243F5339AFB0371 | sha1: C2ACD34CCC4A5021709D955FC2FB09D317A46957 | sha256: FA3D82246A7985798CE35674B1681276D513CBCB6CEFB4316384AC7E7D04EE86 | sha512: 2ED196370746A9B83FA32790C0DCD62835D06C42F8F6E87529BB3D8E0674727BC97D4051415B1B9CE0F5D00475185050D526869081463AD8C4359AB89CD011F4
System.Collections.Specialized.dll
md5: 7CF1136A9DAA2ABF8EB429EBB4AAEF79 | sha1: DE75F3CCFE9529EDDD9D561B5F4F2F72D6C546A9 | sha256: 0A44B7AAC3C1BD0A569C624FB0F165E8C4F4E062B204D4271DAB80DC36DF9B1C | sha512: C34BE27122F1F4B1E8A1586832D6FFF29B231A49392509BC8F0588509632E806648B25475387E42B1EE3D3A50D0F378A2CB67B9381AC4A4696628C763C7D3918
System.Collections.NonGeneric.dll
md5: 3D43DA14DC4F82EF0FD6359D877B8070 | sha1: 5A293A6CB7635A8A4A0D38C7A65207966D7357CB | sha256: AB59F5EAD2CA84B5DB16231484F79EBC5D29067F2DB6EB6EC463DF7FD79242D5 | sha512: 9BB078173C4624B81C5A6EF9CC24D1D4F05AA0C7F99B7580EB982A809F38A978F38ABE1051938B7B30E12848282555256F65A2B21FBCB06D36A2FC725486D351
System.Collections.Immutable.dll
md5: AA78E4135C8239845F24AC09EBC47B52 | sha1: A1B63A90F7851E29F61C0D6F5422C1A601577CC8 | sha256: 46105319EA63CEEF724FFFD8D6ADC6FC936DE5E6A5FBF5D875FFE62EF28A75FB | sha512: C14B137512EB50A66884C5ECAFB390A660111741F586D34E5E8CD142A5C801DC557D1F3E04F96671651B8E0B311F6F7168A6145C3FBFF6878B267DABEA678149
System.Collections.dll
md5: 35CDF86303C1A1DFB8C319367FB958D0 | sha1: 08AE6CA6BB15FFB73A12A26EFA99B51EDC629796 | sha256: 9F352644F85FB4131FA538D31D70277A4F0D6E34B2CFCD39B4629EF2FA85FF62 | sha512: 29DC881C1FBB9D6486DBBB387CF0028436B91BBD7756AFB803BF9150615470B1DC06E0F475737708DDB525C2A0409B22FEE1913E2D01723F779ECEB46A001F86
System.Collections.Concurrent.dll
md5: 7C9882D8C7B329C0563C560B0FC2D789 | sha1: EBF7EC1C403CD98423D8B4E9008643073F2FF285 | sha256: 5B3EE33262834483A4B1512C32465F93F81577B84037906BC4819319D0B5F548 | sha512: AFB6504D74912B12569ED78B151208B0427C3EA8F012CE7C285A63386C207BA5AEAF90786A596F5C1A7F6D9C2B10CBE263A845C83C8DAC099DD23A8D38A1FC47
System.CodeDom.dll
md5: 8EB9D84E569E5AC34CEDB23A3D113921 | sha1: D1DE72528F005478D19AEC6955ECCE3DC134C2F8 | sha256: DDBE15C62F65A1B2FDD918A450577C60740FEF96E19AB5C5FCE72A869D44F57E | sha512: D873AA7216D63F1D5F9DBFA871F1E90584CE2364EE196AB6AB2817171C9A179AE2EFE334627CA6C2EFA601D649BD97A357B3C9A44FFDB149449020FD5CDF23D5
System.Buffers.dll
md5: E548D30C868321983A14FE3F57D5BC9A | sha1: 2607DAB0514AB619864E568E4E85D8286898DEA7 | sha256: 5C2E108463F2E3216A3B1148CFE92CD40687EEB1C3794E28D50249952257643C | sha512: CC08046A6A4C41B455F9D3E4ED5243FAF7ADA062A0B8A046D1AD626153459652D21D2B47B8574EAF413066ABC4639416CF5E92ED62BBB9A7E1039E30FC96725A
System.IO.Compression.FileSystem.dll
md5: 9AD5E337476E70B3607527CBDFF6BB59 | sha1: D745763D32D10726D18814337BBE2BB25856C2F0 | sha256: 75450F96F8EC56ABBB2AD70AE53D9C5EAD0405DC2265C304ECDDCD943DE9878A | sha512: D8D72F85F1A7411FCB51145D1CAA472F55E02D62239BF008173533DB1E3C139324933A158FD54FC9384A232A91FB8A4C0A7B595F94C14B76B4DDC62A9493AAD0
System.Net.Ping.dll
md5: 81CDC5036DAD8DE1C448D66F907AD19E | sha1: 0B8038C30DF684807EAF13DF6A81832AFA0D6CBB | sha256: 88F512A1C03B95FDAB1CB2E6565C73C0990F4164488013DA492A5AE88E01E3B6 | sha512: 2FB8376A422728EDB7921F5D5EFDBB92405EA96520E3AA051934FAD84E4CDBC59776280470306B9B81CBE71F531261A0C74C113E8924BFDEC5E781E5F4260567
System.Net.Primitives.dll
md5: AC170C8AEC66463A76072993A4FFF2DC | sha1: 554AFC7846608C07468B3CDA1B09C997FDE051EC | sha256: C659EA60C5A37736C13DFE381E130B72D38BA2EBC93153EFD384F815950A41E9 | sha512: B35CB9E0FC7C0F06517B0AC7EE87009614B362E5C8FFF14F0C44AEFA3F3111CC990F3B578BE724E26FAEBBA2E8B7F46E210BA35E31AB77B52C5687F62BCB5846
System.Net.Requests.dll
md5: C6D205CD6E585FBEE260A2B2C65E3CCC | sha1: 654736A35DE974270E78EBD06770A54FC9E8169E | sha256: FA149F082BA60E673E9A5166B03715CBA8B6409C8A75B360975A11487FDB7546 | sha512: 35341CEA2AE96072E81729CD7A9404B90992354939F3ED4A83114148414A36DE8617D53A8E802DDFCA1978FBEA172F2BC278EF7F8444BA5E94EAFFDC218D3E8A
System.Net.Security.dll
md5: 4938A55B51805DF0CB1597E3BF30EF38 | sha1: 649C7115464E7E78EA001E0DCF6A4715A31E8A1F | sha256: 088BED2DFED5882CA68D69DCBC5286977A8B6A1BB5C76652057CBA99A66FE438 | sha512: 7110D4C7157B2B9B0C15108E6D834AA569C57E3DD168247C118DB246F4249ABBCF30899141C442A6E7A15365E66F381A4898C3CD7E49A2029BE476CF52F6061B
System.Net.ServicePoint.dll
md5: 3723721E009006A7F3CC8FB76C708728 | sha1: 33E21F8B190853FF9A25822A225A81F088C7FF5E | sha256: 2CFDC3FE8ACA72E87CF588CB41EA3EF641F091BFF7092D62D30D7FE3BE5D4EDA | sha512: 5CDFC049EBF4C0A15F171CA2C7E94F49276EEFFA4E5373C6A9BA86C7891A18C77EA1B350BE19157AB4844C101C27D5A528613041B998AE7E82CB7047E8895596
System.Net.Sockets.dll
md5: 5EF3E7315F21F8D099C49BBE583161BE | sha1: D2E63FF02A4F2E0AA3453412B3FB1EABB506304D | sha256: 7D49F3FAE17A6DAF117C388304D76C106DB8A998BFF9785FD32C549804A20005 | sha512: E15FE6CA204996CCED883F0FB089784E08E5ADBBA6DBC1F394DABA6B790A92548509F009C9D60697AE5B639187B604949BE2832AB7C2794D03A9B9D957F414E8
System.Net.WebClient.dll
md5: FDE987C4E884A58D4EB46FB174AA0180 | sha1: A162C1824DCE73CF162FD26C9351EA25786032BD | sha256: 8D5CF753F4594398E7786737A76B5E2C388B6CAC668BFF7BED70E386B8B6EC46 | sha512: A7314BF78A3C74328C833830DB255DCF7A505EB1D1AEAF48BEF71575617B185DF7435E62E305809772BAF3166275EB1A288DB736C5DCD9A2950AF5B878168825
System.Net.WebHeaderCollection.dll
md5: A86305F88E0BF0091140E211B4343305 | sha1: B00711DF8EF2CA7C42D3BD28674B36DBF8475C3C | sha256: A8894C1E6338E1CE562D7DCE6D84C92DB789DF3BD040EE59F2B98B433D7E5E56 | sha512: F251D219FE07A0B53AC5A7956340AFAE8D2197F19507DAF03CBF8CEF20D1DA2B00A5DCE0C0DA1C3281D721EE453DA3850C6C66F6CD3B1B3D18CF01313C81C4D8
System.Net.WebProxy.dll
md5: 9BD6242691B1E1426F7182B789D3C399 | sha1: B6FAA689AB857F20D112485943B9CE4069EC3E0B | sha256: EF60CF679C5C718283CAFEEABE568C6525D2B7ADF1C031DA3F1222A7F594000A | sha512: 35C96AC50B212690E058993B3D5514D9FB6C7BB7CC28624CE49C42D84A88063116B2ECD8A8A9AFCCD77EA7C42E5AE05029F9E4A37FCF160BBE537FD552F72DA6
System.IO.Compression.ZipFile.dll
md5: 23C20D8BB2E22130EFFE54C4F6197DD3 | sha1: 43197E2B0914BFB76BC4F6CC09FF1A594EAE95A8 | sha256: FEF325F358B27304FE0BA93169D8EEF48EBFBC248D45BB9749688368BC924EBF | sha512: 65BEB46C68FD10810F734FEDA5679D04304BA6E4E47D880AC8C1E010BF65D50F23DBE2CB43066F9FE58E7F91CA93FB954287C12A306D5232396836B93E83A9B9
System.IO.dll
md5: 0DB7390C44E0CFE46B5E2594D48FAC3A | sha1: E2993CCB7A82190BCC240AA139E284AA7B6C9DEA | sha256: B6BD81F259C3CDE0D90D34D5F26BE3E415593753B493FF573A045166412F6EA8 | sha512: 004C8C38F00D6D188F50A80806D88896E1BFF068457D6E36F00D5EC6112D03BBE9E821B48227C12594CA07D302AB297232EF5B9A47720E89DC2FF22BA36275EA
System.IO.FileSystem.AccessControl.dll
md5: 7858503BAB2A8A4C7A27B2EA02FAFAA1 | sha1: 9E0175FB9A65F3C1B7264C39159DDE07BEA4C890 | sha256: D2CB659A18D298E5AC44DD1A2DEEDBFC802C41B50EDF73EC912198BEBD2FA64E | sha512: 9F435413599C147946865CC521E153D726E5CFD5BAC7EF70415CDFE0154D7444AB5790DF64D2E77D38F76D13A66E6CD74E1163F5AE59B4CF264FFAB0E8ECBD4A
System.IO.FileSystem.dll
md5: 2BC66F187B1BB49A452F5EF79F5E1D76 | sha1: E860FD9108A804267A86AD4FE1B2709CA0A953E9 | sha256: 8ACD8A30CBB3809722E3DA737E68279E7161A50184E80C3AB9FF44F515038A8C | sha512: 2EDF29603821733C07BB2635F18651A91257EBA7C495EFF3FFAAD54E8038B77C129EB054A7775339BB9FF1FE2E9186B6D8B734AD06997A3630FDBBB773F485A1
System.IO.FileSystem.DriveInfo.dll
md5: 606E6188000097504532622D4A2228E4 | sha1: D30183EA24DD30B2CFD8DAE1AF75C1A8FB4A0644 | sha256: 7D0652B84A50317C2E05E71D270595D594ABDE7292AB11DC4E27C23606462459 | sha512: 38EED25305D02028589FE790392431A42318CBA8C7A969CA52D2353339AA427C09DE98EB6CCED6C502022BA9794F8D149804781D9E2715FFA2DEE7AD6CD1A490
System.IO.FileSystem.Primitives.dll
md5: CF332C8D7F29D3188D87FA2DBF3EB1EA | sha1: D2E0899339DAC69CD06265EBD130F5D8C585D11B | sha256: DAA862AF2DABF5E7012D81CA60927B83FF2B704085D69D38E811A9B59FC64581 | sha512: CABD155E9A9F5774587A30337C04942A6EAF6CFC45DDD6AA468554FF3BACADE30701A1BF6E2A053F76ADA0A33CC9708A4822EE248AA5CAD1C72E1344416F4964
System.IO.FileSystem.Watcher.dll
md5: 83308B775B0545209C9A5028E1D4281F | sha1: 51E4AC0F21A6945D6E96F4F1B8A2E438974CB18F | sha256: 4431ECAE7AD6B40C1A2C9DFD23BADF644561805520698EB532F8DDD95FDEF267 | sha512: 1F82047479AB49509BE92AA36E5C5C54BF05FD857EB8F59C62843F7CCAE595951D060818A470EEAA239A3D102C0E2CCCB697053F353BDE26968BEF146B25C45E
System.IO.IsolatedStorage.dll
md5: 20FB488A701917C9241E3DE0455A72EA | sha1: 2AE739411D00B1E58B8ACE0156A800083A70CBAC | sha256: 82C188A0324B6C295771FEE4FB0F6E5F58AD13CC07667C53110BC5F302CF4C24 | sha512: AE036C6073DFEE6DBB6FD2F025D3D0EFA2B558A97E23764CEC9F0B6CC43F313F32E9C319572452968EFBCF83039022C6BF79A96B2BBF71D76491865C4CE5F331
System.IO.MemoryMappedFiles.dll
md5: 9D28A0356B5B0578E2E9F2B363B6F7AB | sha1: 3E42ED7A14E90952BC532609E30B19D7C540114F | sha256: BEFAD44EFD8F9365F80C5527AD191FC5FFF4976A07E0D2A726886E607153A8E9 | sha512: 8B1C05DD571B9DFA119999E151FCF11A0B66B2E9907835D09F05216DA9C1E09235F6D2899A3E565F894002F03D7DA3B572D14501CDEEB2159E4E4BB132966B0E
System.IO.Pipes.AccessControl.dll
md5: A1F90195FA5EDE814B4D1D423BD44349 | sha1: A583C7DB28EBEA2043AE49FC26D7A7A470204A6A | sha256: 1598AD68EA50E8DAD8829DF82BB50F99C9511AE58905544FE68C9CEE769B1E1E | sha512: 0CFABB23DB50C2E122B75675AC10D19D44D5ABB5B6F5A820C69CFF5F4FB262EE064111B4C5716E2373A8CCC02C8AECBF32D023DE580A970B57F633E41F600B15
System.IO.Pipes.dll
md5: 9FF29229E92BED056F3C90550A381CA0 | sha1: A084D0912BC23245E2DDA45A3177BA193CE416B1 | sha256: 04856D941D49E52E2554EB6E6BE30544F7F3A2BB7F5D24E1C5AAE80823740573 | sha512: 953A738FA98B3A7105FAD9A09F8820C2C755DA7ECE3DA6C7BC4A52F2E1442DB1DA511815F381E291F3EA23DEC9D7302852769EE041C58A89F427D77556CC755C
System.IO.UnmanagedMemoryStream.dll
md5: B9813F9A75151CFCFBE96F78C9EA7C90 | sha1: C1F424A372387617A7EDB30C882ECF5662BD5517 | sha256: 68D60E79DB0734879468067B9A5D16503770C975B3BFAAE837E7EE5E29540BDA | sha512: 244F4F3FBB457624F8804089733DB32B4E7A95A15CA4023ED56719358AF9CBB9A7C5A5791FDF85D34B5EAE3988BD873EBC83BCBD37809FDF071B09B06145603A
System.Linq.dll
md5: DDBD5B2E6D8B0E130E113874CA93AEAE | sha1: 359B32CE5E706281A787D7BE26C834E91995C4D4 | sha256: 0752716214C143F60A1099C2E3DD4E43DABFF901F3AFD04F54664DFA2B4BDA39 | sha512: C495D15A0D057548F44C9BEF77BBC0B1D77851EBA6CC099A55606003EA5A177A913FC1D2B098A21B5D1877B48851A4B2DD9C3C1E9F01FADE32C6FF1A4B8861EC
System.Linq.Expressions.dll
md5: 7C30FC009150BB7E996ADF80A2E53464 | sha1: AFB1360946EBB29750BC864EB3312195F15A3470 | sha256: 25E2CBEE5490832F53233AFE504E40DBCC84F652112E75D95E8DF9F1A30A7B11 | sha512: B75E022F6CF90C3E2769EEDAF36B2447E61E6ABD3C1E9DC01337F02A1E4AECB3FE2CE64F2EA93EA434517AD050745120F04A03D539AE583F0A638B913B5C4DBE
System.Linq.Parallel.dll
md5: CDEF5D15B96817E1189DA6C8E81B9807 | sha1: B6EA131ADEF51E68C3398F9EF8CC33D13B96CA72 | sha256: 80F737AE75AAF39A00D85B4FDD7D81FB123B1A6E6E13468771DDF0A4D2B8826F | sha512: 560D13E7A0C990392DBC11500C68036074900A3522B9D60C3493DCC77FC66F8A4B54EB3C8174728A6BFCA4F5325AEC25332524BAFB344B46623D707E1F046DA9
System.Linq.Queryable.dll
md5: 45680331CB755A098020D5312704E2E4 | sha1: 999168FDD0EF9E9C8C7FED2498A6090EB9B0B42A | sha256: FBBCE1E97E9BCD52D32C0B7D4BF3CDE585314ED4EF5D5D2A38931B26F47E29D8 | sha512: CDCC08B1F4E286E1BF5D37C63DCF1EF2EF16FC27E42A2916417320B756AB984D1B0A9E7A65AD281E23D3CBF02FF9D5D2D0C3731E12B8EDC266F4A6090648211B
System.Management.dll
md5: 5D2C7D33F351854D9E07593EB34A1F45 | sha1: B6E2BE1130D1F9A1798ABB4BA16CDA8B169AF3F1 | sha256: 92F9062BB5AC8FDD61C410CAD05C00691A9B2BCD5D579DC86B4905CED2912F77 | sha512: 85FB5CEA13792CAFE98A8D857375656475A9F68042C0BCD5A8D87CBCDB901DB468E7726C57178EC3338ABC76E6DD448AA2528639DF07C012AEF699A8A67B7EA0
System.Memory.dll
md5: 662E017653F0896C426D1053800C4059 | sha1: 5F9A5A0C1DB270858645929AE2EB94A488653D8F | sha256: 6D82D42A05E18503AB1332A25AC385E9A6EECDC3A1538674BB2505BC88598C2C | sha512: D0D89264C48DC58C8285DCD28777BAC793B425B7E46BBC447BF290F6AA613B23BAE1C454F00789549119C7279FDA16C04266A4D07D654B1F3AF3E5E9E17F8E57
System.Net.dll
md5: 521F70126408E928E9BC2DD5A2A369DA | sha1: DFC7E5CE81F7200EF1599ACF1DC582FCC84A13FD | sha256: 33328646363A567E6524C11AC2AB91F4ABEAC49970A101823CFC1B7A41C4FA31 | sha512: 60EE56E4F74B9F29B6525A9210EEC82271C6DF49CEC55D74306F879C19BED7EEA697FA14838EB47C8577854296564C122A8172067D1DD17028988313E121F2C5
System.Net.Http.dll
md5: BE416E194F9FED9A8EB5152C7EBDDD78 | sha1: 426638D753E1650811178EF0C9A5D0AE66ED99AB | sha256: 7F3382298C60A8B4435E98194A63778A33484B81269098C014DE1A3B3477F61D | sha512: 17D6D261C51EFDBD310A0470477370E86D006F68CA7E898C81708D570044B6FB27A10705392625533F84A3FD5EF9A2F6F5D586DA656DB5D3D364CF7193015549
System.Net.HttpListener.dll
md5: 3E0F86D8DB35318AD1E53942E631A125 | sha1: DE090BB5A1CE97411A044EE91A0472AA029B9485 | sha256: C7518D93769F2389CFF5400D5EE3184CCD745F4E76CD79F90BA994F8F5C82A60 | sha512: C513D2679373527DFA3BED0F4A8EEF07EA422AA59BACD2E3A7A943544A974D33D1F495DABBC79A46C458E1B1A7B2B19E3CCBFB0C4061C7CE7B1B475B33EA062C
System.Net.Mail.dll
md5: 3068656DD6FE2F491A01461E0992198D | sha1: 4B1F14B51F49FA3DC5496048DA7BF9FDEE1D37BE | sha256: E8120B688E5A2E44DF54FBCC28BF034403C677F73904F4138DDF4D8B8BE2FD73 | sha512: 67137D537C9E29C491A347183A4E8B736744735ABBDECEAA19EE90044BE231C9C55EFF21D7B10B8075C0D1D3F9E0FCD500941D211C4C79C60546CDCB71C45648
System.Net.NameResolution.dll
md5: 9EBE0B2B6BDD2A42E761B3BE1B85EBF3 | sha1: ECCB933DAA92336F36788827EEA1E6EA69DB619B | sha256: 933C80A3B3815648F4FE893DC10D5FE32620BDF5FB58F1E968C5AF9D9AAA3545 | sha512: 894950172ED36BBE02386874B89E57D09FCB435604CC1BA388A553E2109DEC56E1C6F93C98B6C103319B1A74486E8169AD527DE1E2785C2B3B39AD8DE7520F13
System.Net.NetworkInformation.dll
md5: C82FEF6ED7C3D76D996DABB633773837 | sha1: 7D16591C646F673FE86BCC79C3C9A26BB367BCD2 | sha256: 7E09F0B377F510F004DDFED4E9D8292CA30BAE1AFDC9E7F8CEEC654EE1442B45 | sha512: 5C1F1A578B5FBB5307E430704EA77E25C3C0B665C061A8518ABFD0505184E2283DD4A21B0E9E62F8AD4230786B951BBAA6693D5B255C24D03F17D75399DEC195
System.Net.WebSockets.Client.dll
md5: 1638B69A04B33DF7453A880145A442EA | sha1: AA6E96A2980379ECCBC449EB68F1CF4083A1864F | sha256: 5C5C341FE04BE51DFA6EBF8F6895356D077EDE19D53123C78E6B2B7CFA5FB3A6 | sha512: 97C2F4F9830DB5AC39272EF6723761541E093C047F8C5FAA1AE242AD723B7C83E5741EC83AB50C89560F59043AD11ED751C328CEB53EE06D7535A02635E21FDF
System.Net.WebSockets.dll
md5: 879B980401DA991489EA9AA7A9F57073 | sha1: C5F64A044AA62F1A69EEBDD577428CF6AA5E6FC6 | sha256: EFF6B03B6A46EF0A5B31655422D968CED19D9F1687E950B9AEE6C82A7B4F3C5B | sha512: 25EDB5B4111EEB96D0642ED73D2E7F0A1896636714A763E2900485EBE5A9CDC94E2E8F2C5D33A3925FF99758FA8C9486070AFA4355550B502BC9067388FF08D7
System.Numerics.dll
md5: BC89A65947C43C8CEA2ADE3008958066 | sha1: FFBAFF3AE64BDA6F346FC254120ABDB17CE145CD | sha256: 0D64A0C66F6F1FA95A234D276388022063C1C92790ABA991379E7C01584A4EAB | sha512: BDFAFB9D4111BDDE2AE993A85DF904AEB1A5B4A28DEA554D666CEED0D2A86EF3EA3859FD078FA535214F26FE2897A455E90E4B86B83DA0CFBF95F8BC550EB3B7
System.Numerics.Vectors.dll
md5: 0AD972E8442049405356FAC956B15B9E | sha1: 359FDEC8090A44C6D7A9FA1469365C7803870BDD | sha256: ACF5178FBAB411C570146E117F670D314D8B1721E249DFC4C9785A4832683EF4 | sha512: 4DBE7AE1F066DCDB0228C91545262D74AB97EA470EC32652CE04ED5A67E0D3F38DD44FFFBE82C3AA9561C307B61CE4AA6401C7FFA8F9E86773A077D11554F755
System.ObjectModel.dll
md5: B197FD692A779B9DBC5D65168EBDAC38 | sha1: E010C90C6275C7821936F1C20FC8493B243FADB4 | sha256: 9ADBCBA0E1D1414EA4225B21E0707243EFB8ADB3F7CE23C62B0641E927D4ACFA | sha512: B42E80209A77A751C3CC68BEA91ACE7C8C326F833C3597D97FCCFFD37CEAD91FC0F7CD88C6BCADE853D05270C100518B83C0BBA958337E09B0433FE0FA983B27
System.Printing.dll
md5: BFD18205F44C5F71C04744BF5C4B962B | sha1: C400E87C92C76FAE9B17329BE46FED6BEDB90BB0 | sha256: CB416EAC1BC983A5C6D060C31B137AB613189977391BFF5C69513AEA65A35A6A | sha512: 43D6CA2C4D7561AA603D3C8E7A9305F7447117E59633BB75E37C426520F893579E64A146039A9E948177BC972A766D8FBE19A0185FAC69AD5089EC0837D80931
System.Private.CoreLib.dll
md5: F7187860A4475CF2309A760F6692B721 | sha1: 3D9DD0AE55D76AA4275D7DBA7E7B5BE72224AACC | sha256: C420F41949F879259963F0DED596B51F6F82C33AF9912A2D356FC1F50FA3AB87 | sha512: 97F4BEDCD47C6460DC11DE06329BEC83A689CE77C051D2276B9152926128D0B212E62F8D5D2A2380099CC650BFF058DBA38C6B08050298A9170F3A71F9A13C92
System.Private.DataContractSerialization.dll
md5: BFA72FFB388110A74CBB395F0CC38EA0 | sha1: DCBF40DADD67E335BBF1FF114ADA83C2EEF9FF27 | sha256: DB1C6E2E392C32ACCBE9C0363F91E0085C535E47ED50CB9121323FCEFD5A3916 | sha512: F20CC576D1757EC89D3F1D367A3D64C8E18BFB9905D265615EA2912A13A18FFCA1D1CF5340F8D460ED90B18EED32BF18A6619DC93F50247CF1F2448069FBE7B8
System.Private.Uri.dll
md5: 27471C4F08AA9EF2D39A41FD246FBBF4 | sha1: 4E6CED094264BC302903D75819A919499EF73BF0 | sha256: 43D93AB62CEEAFCF39C01A9B8B32FB047A411F34795360F6BA00B259AAB757B1 | sha512: C4C64AF469495A3ADC151C8F0BFB922A5EF14F64A01EAEDFD79426FECEDD9DDE32DB541FA2F2A25576C5F0E2635F9F4C1EB3979C9F0984D213DEA52218639C9D
System.Private.Xml.dll
md5: 23F925A2CA5FD00D907C347DC5365948 | sha1: BAE47777F36AE3E9C3AEE4506691A32D2CC613CB | sha256: 8DA51871355EC1E84C38C08573A9F7C4C4A21902A7DF11FE0534B5B0EBCB186E | sha512: 80B95697CBAB4171E0E72A85F3BEC7B9E4EB5EF8630EAF7A9F13616B366A98B7DD122288FAE987DF564BA630DCF4EAB679A4B7B9DCB0AC2A8F6B84E9E2630C22
System.Private.Xml.Linq.dll
md5: B9F184D5231F2FDAF98D4780C7744457 | sha1: 7912912F1E1C058F875E340C9BBA89DD9C8C9636 | sha256: FC529C57C3864F96E5465F79B501F6A9917253DB9AFA8D407735C59EE56C454B | sha512: D4017871D41268E66E1C9A5DC933785BE68DA8F1B46388782E2B795BDE8F597A850156059BA96AA364E2F73788C1AFA7129433927216557DACFDA7F262625CC5
System.Reflection.DispatchProxy.dll
md5: 6E124CA6E34F706476B821686FFE33B1 | sha1: E4A157C51DDCD5BEADA88102D6AD3E21362EF662 | sha256: D1865E077A9C869D66FE0AAE90DA19CAFF8D4F0ECB8EE555E73C043E0DEFACE2 | sha512: 437F9F37403A8C45D11922EE3302A520C4E8A9DDF93C54BE9FF418F7CB8441128E41A50CECADC0D43B63D4F27BA93C29527ABC40B012C4E07A9016C24903C9FB
System.Reflection.dll
md5: 50C9B7E5C862888E76752E48CF3A7CDA | sha1: A9A701B0BBC446ED61346B74DB66D7BAF479A78D | sha256: BF68BD9F331A8A5A6E2BD57371280297F0D2EC216A51D3E36102DC5C530A4177 | sha512: 420622D4D25971177BBEF37FB7CF795A57F54A88562D4A18120823E5C4B6925996D6C80B611C9D8F0C942F28AC3103C71F31BB86FDA7034556BB90358F34595B
System.Reflection.Emit.dll
md5: B661BC3B99ADAA35DA2DCEA1B3D130A6 | sha1: 40BC2BAD73C9A981AE3B99B5B09288C08213F3C5 | sha256: 52A3A8AA318074EF3897C70C4D1A5531333C06A96796E3E052074F3BEC0DC8C4 | sha512: 6B1D15761BAF6CAD2B92AB4AEEBD6196765BEE9BE3B240521D808847F79B68C7260E644F0CDE0B32A3E1B95C75289C2F9C057000654430D375A57C2872D01702
System.Reflection.Emit.ILGeneration.dll
md5: AB8C8742A079D8B7CA96245BDC012B2F | sha1: 84AA3292CB80D061881EBAD8F452AB3ED59866F9 | sha256: 2F4B1C5454090BB2C325DC04344A79FEC8AAAE4CE7BC3AFF1959BC4D91A6D059 | sha512: 0EF903189B71DD53380F611F63FA048EC7694B7957C854891BEFBA3A1B95A8E8E875F2398F213CC8E0C611024FBAAA1495D89E958D3849012C03D9FA7767A31B
System.Reflection.Emit.Lightweight.dll
md5: 1FB84B987D71FE77859FF324A1F1F883 | sha1: EECBD3FF1C8A1B6E8D0C8DC68FE6F45460FA3360 | sha256: 8AD2C11780E62F8FE21ED6D2609D495A684EE0B0F9A51C26F3C3599FEB2F2966 | sha512: A4D834DA12D6471154D59EAC0EB2F73A28EE8723F50FCFF3893AF4CA3C216D4840902FFB9A820D06862E016CA3EE7084482057F2B1931A3CD9ABDA85DA84895B
System.Reflection.Extensions.dll
md5: 6CE221E3875CB46F39F0AE071DDC1487 | sha1: 902A2E6516D335B9F788816D563421F2B9ECD249 | sha256: 380D0AFFD1C0786CB1E847C718CC3EFAAA53B59FBF897520BFC4265963403CB6 | sha512: 252DDD64679013B35D483526720C4DAA9E61248E94A7F2DE139C321A61D943183F23AACFD29BFBF773A302262B4A539FFEFDAEDB9D794CDAE48C52DCA7FDEB27
System.Reflection.Metadata.dll
System.Reflection.Primitives.dll
md5: 20369E5E16D69BDFC25E5F71897351CF | sha1: 6E117F3BC80A17EF28A127DCE888F0B5DD0902B2 | sha256: 023F6E99E6A626EC003F23906C82ABA182A0DB1926647A65CE6E6A650F1CE140 | sha512: 8CB898F5FF811737BE58583DB11CF509B6D06F97B9EFEE239184EE3725AB79E25D6F873ADE907D8A4C6B2CF912FD8FD4AAFB58C17C69FCACECE1CE5C234B39C8
System.Reflection.TypeExtensions.dll
md5: D8E76B33C46FDD1D13A24EF34679BE09 | sha1: F0DCD41F271A182216A90027A8DA9BF3CCD25D51 | sha256: C251C4D3D527E2C8839A3EBEE459927D25F4AA5D3AB18428B6CE3653B753A273 | sha512: C6780B996522DE13280EEE23177A5D7FD09C795054C10A43FF3BE5DC8BDBC0D5D9F1DA873740AE2A39B1B0EF2A396EFC539DFB16322DA9AE0D7C540562B86EB0
System.Resources.Reader.dll
md5: 47DBAF4B2755B1097F33A60A850788D4 | sha1: 6501B8D0B54FAC4D184F96EEE67E5017D2F53529 | sha256: B453D4EFC7A6241A91218005799F627695E8DB9342D7FEBA2741E835EE0CFEEF | sha512: ED814714688AA0A2863E1160530C17B052A42835062809D7D4B5787CD64EA363128EEF95BDEC924AA52EDF28CCCE270C6F8B4F2A4C29A18334769665113BA22E
System.Resources.ResourceManager.dll
md5: 11E7320B2E9EA7A2B23166C17380C1FC | sha1: 196BBE353C297D4A08778C0BB5DF1A61F6042966 | sha256: AFD1D141688F158E18A953A056165AFEB5888FB9400108656FBB691B41AFFB88 | sha512: 3AEA2B8AFE681ED9523B79545E6CBAC13BE3F7E5F47B4E6B5DE0C46B622315E9FABBA7C2BD775B6574F99B0C5C7208857E71E6A4CDF3CDF172DBEBC21BFD6349
System.Runtime.CompilerServices.VisualC.dll
md5: D470372977A711B669F9CB9DE5A90A0B | sha1: CC5939293C53B9B9D3B721FD4E8BC2DA6C2B776D | sha256: DF5AA84547552CC094C470804C196E62F2F9D83D0E41CEC6BBD7A4E561EB38DB | sha512: B93F1DFFA5A739F6667B82B2015D6C5615C4737C86088744EBDDA029A4AF4C1AAE3BBF4E32A168CF8AEA12151FF0E8AA1F8A046638A3E8B1EAFA8B16DA731A20
System.Runtime.dll
md5: 6F93D9CA6E37852F2BD3C9B682C3888A | sha1: 66EF8450644B537570FAC33C8419613A85733142 | sha256: 854ADD7FEEA4F50EDD871878111452AEFD690C95D130AD47A79879BBA43AD2C6 | sha512: 076E77893F0EDC39A94D56479B595DA6263E3DDD390C0C3BBC03C9DD3B7EDF00435F72BD557F12F912BD579D4CC6A041EC2B5A80CD7D93E0798B7FA5ECB9C12E
System.Runtime.Extensions.dll
md5: 66F88A761692B1264E28FB20CA62A871 | sha1: 4E6F0D0FBE40946BEB454C293EF1E079FE33280D | sha256: 55E301E9FC18B3823C7466B5E8B6AD862AC792BC44B382F6DCD702F82E443465 | sha512: 92E221A23E9C6C36E02F1619A651382CDF7F7DEDA7D6DE977C43A5DCC00E9A7BF78C4E94D7ACAF7E2FA7668DD7522039C36C50912A9B8AAE04068A4A250122A2
System.Runtime.Handles.dll
md5: 3E2FE2ACB0ABE24FF47F31D97CAD4B3B | sha1: 65C54AA308002F6C1F4D51FD9573E1E4143115AB | sha256: 1B03CC6C7F0115B104A05D536806365C01B17B26F5801E99563D15C02BE2832A | sha512: 49299070D0FD21279CF2AB461AF61195A0ADE6A86169A9F2BD2B33A39EC5ABD474CEDC9133E28AF931505E81D08CF6CAF6EAAD2C0DC0A4E37319EAFDC3F08713
System.Runtime.InteropServices.dll
md5: 738A800BFB9FE041630F7A30C6CC770E | sha1: AA913A495B956381A93143EBE6E38C9EC53F2268 | sha256: A8D9FEF06ED22F76E93FB00D5CFA3E09C140E55F8B95B20DD4C611670343220E | sha512: 865D3CCE08FC55CF2AE84DCE8AC83911407D8CCEBD156F1AB315747F673163CA8B041E62A826272385A935ABC468BD2376EF2FF40D06080B9EB30CC11433963A
System.Runtime.InteropServices.RuntimeInformation.dll
md5: 839231B12F5CBBBED4602718D4AD7472 | sha1: ABBC8ED3CBCC4F47541CF75BDFA9A6A380C253A6 | sha256: 2F9BA28ADFE58D8944C7DB12C00FAB4686D2156164CA0851A2D625ADDA96EFC7 | sha512: B671E31807255313BB0F066A5409245A392C7BD797768D7FFFFDEA9942E6741EF99B2AEDD68C1886A1B30C86B0216ED127F8752B552E9B859D90AD2720818DFF
System.Runtime.InteropServices.WindowsRuntime.dll
md5: C26E9BFFFB377047D3050710D66E9F8B | sha1: DB5CF4F5301E8A50A612E3A9512E3A4A3DEAC3B9 | sha256: ECCF252662C2A02D7434802B5FEBA8F6E554F64AAC91097B982BDDA46F44DB5D | sha512: A90E525FD0675E00D89CD631F63C2F50EAAF9B10860B4458F56EEE9F251767221F98EECCB793BE4D95CDF9C42C2065263F2EBD625431673D0DE28A9A28F532E9
System.Runtime.Intrinsics.dll
md5: 79092A3365D417AE7BDC508543C713BE | sha1: 8AE3E2E084BF62B3D48D41986BC566628FD03BF7 | sha256: 81158D113B8FFB137C05C46A5CDD9CBB856370FF4140D9E27F86EA4F8C98E092 | sha512: AE679F7AE3AE345D5537D80837A1A6BA75EEF6156A80E717EAFFDF9730A406FACA486D34E8C27D8AE387425D7B1A7E6E34CC1DB60C2A45E8E7B2857A4D0F3420
System.Resources.Writer.dll
md5: 48825B1EB5B1398DE57F693C37D96BCC | sha1: 56941B3D3F98AC1A0586A55CBD570F67B65B3865 | sha256: 73164878C8A8AFD69C7418298A033B8BBDA7DCE76FB3DB841E907CDE8697269A | sha512: 6F30598BA88FCF406BE9666C0884EF72E1430BB46D4F9197B3E324AA90BABABC31DA416F9BBE1D77D80DBDC02AF20A6F7144085C38618BA04875092104FF2C34
System.Runtime.Caching.dll
md5: B7A6C92DD8B7A8E5ACDBBAEEC17AE81B | sha1: E684CB87B0199CCC7B9E85A3CBE350065B2870B0 | sha256: E3BD31E473B30BD13EC8BBDA8D301E47CC91B1214E35CCB6CBC1D4AB40D6A646 | sha512: 724CC38DC996445442C5DC5981C5DEA75A65D4D5E4093AA559C9E3553D727F5D340443CB20B1AA5EBB8DA591B7966BC5159BDB448D344E064DDF45857444ADC1
System.Runtime.CompilerServices.Unsafe.dll
md5: C9C727B2FC5850D6777FA8735E71B638 | sha1: 377322514D2F354CDF24E4763598EA69A6124728 | sha256: F976E16EB26FB00482F82FD222BC94910F212FE662239D706D0B552ECC134408 | sha512: E0845C53BAE15913D691DF8FF11E3FB5BA49016A2FDBF218EBDAFFB32173C7E2000F0A192E271BE146A0498B9D002B8345C66CB4A44209F678A3094F9C42F2CC
System.Security.Cryptography.Encoding.dll
md5: D8BB396CD934C59E027AAF5576951C1F | sha1: C9EC25CAE25F1E43F92DE7C8FBC2160F52F2A82E | sha256: B8EE0B32E01FA5BC5A0327CD8D615C3354A1825063A45565F6F56381F2D0F7C5 | sha512: 9D8D9DC178FF906B11CB2C6BA52B79ED62BFF3EB1520F1988F4C8A387D409D94FC3A6D1A78A613D08D5A1BECAC54D4CD880CC7DCF0E923871799DF3FB160E97C
System.Security.Cryptography.OpenSsl.dll
md5: BDEA48E97CC9B92933D892A610424629 | sha1: 4EDD26284DA13ABA1EC43865CCEB370AA7031AAB | sha256: BD7211F1F5381FB362B41C40C21E644CDA0082A5F5489F77B25A0FF2FE88B270 | sha512: CB0E8076F242D89105DE9E3904B4D9EB34ADD07D2DE9AECCBA5C9880F4EDD096B674D1115EEEAEC964A8745E1544A91F7489E12416508E184AA50A82F39F2A17
System.Security.Cryptography.Pkcs.dll
md5: 592149BA6A85B9BD5DB6CDCAE2AE64F7 | sha1: BC55D117D0E780EFDEC2E96862396F12E6DCB03A | sha256: 39BBB5E645BFAA8914632841570C585968D01E747D24048B3A9332AE8D9F922F | sha512: 112296990F29C04469D4F13F6EE5DB161AFBC8DDB437ACFCCC310AE7FE54D04237472A1ECD986F6451A928B7BB1842F817DF9ECA02BAFCB8580DBEAAADCA312F
System.Security.Cryptography.Primitives.dll
md5: 3AC313586E935BB3DCC507218931C463 | sha1: 832BDDEDC63E69D867E021D89F6FC8C7505EE8EE | sha256: 3D1870C72226F78E0E1A0B0DB6B03DFF7B133D27B46F1EF9F4BB1C76C26FC5C8 | sha512: BEA0F5C30A3EF67E0EFB14E88C264098769C19330F01B831F75EED682876751834050100CC8336CD26E22CCF55F31BAA26B49EF1B9C8682326B48A8979450E9E
System.Security.Cryptography.ProtectedData.dll
md5: D1EA864B68BA9FF7ECFE73AF05CFC2F4 | sha1: 5CD2330480DF471B2B4D7AEB5B42289D72E3EE4A | sha256: 0542E764FAE4F05E84A26EEB4D262F4B76CCA1DD73BD244EB85995D568B4B0FE | sha512: BD41B212AE2234BABCA3D1DAE35E1B69AD7294AFAFEC8D95B81A0F1BFADEB9BEEE1C5965D65C97FB105B9E2AA411F7BDA36E35E10E04C51270CECA63BBF9EE32
System.Security.Cryptography.X509Certificates.dll
md5: B871AD4DDE0115626FDF077B9ED1C531 | sha1: 867ABE392CE27AFA7072338C78887B6803FE924D | sha256: 72EBC82C231AC69B9ADB557C28D0F6785182BF1B3DFEAC7446BD17815CED1A0A | sha512: B779F0233CBFF20A9F03729AB92C6A8B938E49853D1BBEAB1F14913ADC3721C3C8478863009C5A0AC6C69630BD48D0EEC187A6CD9E466E45E5F2A89413937ACF
System.Security.Cryptography.Xml.dll
md5: E85811F1BE0CFF6541F7EA2DDC1307F6 | sha1: AE572C8D032172BB5EF9C1C5B8BCF060A91C289B | sha256: D333394580F6E954D6D18905055082C58D6E4AC8DB3553D6B6CB739CEED18ECD | sha512: B04BBC0C1E8182FE02312C6F600E098F175EF128905AD0FC84198D61A880B9D40E2E8AA08F7D75C0164D5BAE07E62EC8C154C7ED1469310B4C80E1C8D63D9D44
System.Security.dll
md5: 76C230B3D5959FD951084D7E1B355AC0 | sha1: 6C48691626358C154182F3403DEC8A0EAE588627 | sha256: 3A9DA16B8561F318F2294271754D61C60F2C201E096E6CFD8D970282CC8C7AF7 | sha512: 18CD898A1489F1E5FCF9D5778A21EA0AA81917F381DC14B0370643A55E63E63722ED60CD8A9E8AD6539ED98CAA08037B5DCE20F6F65ECC84096C1C5B7AF1AD58
System.Runtime.Loader.dll
md5: F3BECC44E9AE71A2932DDE566A564EC6 | sha1: CA707F29FD8CAA91F9A8127455F93F4DB9160C79 | sha256: 6E10ABB6EDDA875EEA789624E9BBD7AFD73E8B22A43BD8EEC825BFF37415CBD9 | sha512: D4B9AFEDE3437BBA67748EFCD73942A75E40F686A3EA5E34839FA052CC53A3EB11D65D80E4B2DC23CFA3BE4DE101994881D6DA851CA287AA6BA788E921C443C5
System.Runtime.Numerics.dll
md5: 62ACEA79D71B341B94C9273E87A6E7AF | sha1: 9ADDAB18076E2DA0C541E4BA3527B79F5F1BCB31 | sha256: 1CB5F520DDC3B98B4D63A60923D1D0865566130574788B0A75D3A20D624B7812 | sha512: 6BE3B52B62C8F2980E2DE96942A81A806F19D6B0929FE11FB5386316AA1EC5139A814E760F3FAAA3C9FA2C9550F5A4D252FAD3088DC3960C6A70ABC61B00A8E3
System.Runtime.Serialization.dll
md5: F438E59EC7768D08560A3D664E0EEC2A | sha1: 899C8A992FD79091EDDE255E28BC7D9B8D6A4B21 | sha256: 761219541A71E589A048B5FA8F4322A80A055066FC9C8428725BE4D9B6BAD8F0 | sha512: 373C8F8B94C018998AE13784C94897FD6BBFFE3B01B62313F44D244257343188DF3D214B52FFC5FA0511315AB320B59F3A95C676ED69111F2A42570DA533E163
System.Runtime.Serialization.Formatters.dll
md5: 000452857012460303900D2F8CCA9914 | sha1: 0BC6BF63723B4FFAC25FE51F9A1ADB92D0A12E05 | sha256: F115B0543F3DCDE39E4476E9C835BC78D337F7C94CA92895D497F3348C3E2453 | sha512: B94DA68AB71A5C9A1914975108CDB9D10B6DAF9F66247914B5A21B84BA3431381FB75C318E0B013CBC49F46FDF1AD4EC807829D2B2B552A3ECCE5B670624B506
System.Runtime.Serialization.Json.dll
md5: C1A403D8DE73E868029457418E819B12 | sha1: 7D5C91B1F0720355490636BF5E271042D686868D | sha256: C8937F6F96B77E6086F456711E56C64575E2CA0ACCD29B86387EB6D51943A6FC | sha512: A31C0185BDA0C7A52542734C49AFA7ADE9EA4E4A02B30A52FA45B42F6F39245B830AFBD1688325C508E305F1ED3CC879B68CF35EC4AAC80A8E2835E07C9C1DBB
System.Runtime.Serialization.Primitives.dll
md5: 98F30665C224E802D8C4959B3B440D00 | sha1: 4AA0F64ACB99FAB38AA83A0ECF5D48C740468A40 | sha256: 1A30BDE7BAEE2267FEDEE10DE9FA24A0C180F0A93CAD4196783D6B4606889DAE | sha512: 0FA40CF602F8623D3507FD48108F0546288BA2901F31FC4DA5CEC111039DA3154DAB96D2271B0AAFDCFC2D68677BCC9006CCD316BC9D8ED22EA400AFACE2BBA5
System.Runtime.Serialization.Xml.dll
md5: 2DA69132144CA8450EA2770A8211F5D4 | sha1: DEB0C582334A9644B1B616019EB1CD9DAE27407E | sha256: 982DE71D74B23AA3E571B52054F5A78D98FB373A2E67ACCB92397D41BDAB09BC | sha512: 97B2A549F58499E2CCDB1BFC471B9C4664D47DFC83D517D423AE6AA942FDAE651E29D8396DAA20B1F0F0F48DCE531DCF8DEE8572AE8972711C17D6763C4B32B4
System.Runtime.WindowsRuntime.dll
md5: 18DAEA34DCA3338BBAAC4251DBC36045 | sha1: 24862C0BF0E0E3A224DF878D529F69E96D4EDB7E | sha256: F3516A0014271BFA96B6CC088F914F478FBBE73A765E641F64D0CA838926B01E | sha512: 59B3505CB9D0E07706A99C29B60F3BFC210A393E86A5A636CC379B8C1262CD49D51A0E096A0EAB1136A6CD83F6952FB9AF8E25AECD00D6A806C40EA9D43A7739
System.Runtime.WindowsRuntime.UI.Xaml.dll
md5: 9F68A948343305923D63CC1E842234F2 | sha1: CD40CEA1F294E924B26FC156F6EC32B6951D4ACD | sha256: 90E5346A73F1117F572D050F290A5B4AF49A9968EE6F30D4461FF217029FDD76 | sha512: C170F682FBD8ACF886653126AA42E34B10137FF47521E6216C94B5A33B785C0B2B8CB105AA17E1CA6E87CC1D0E4CF17B55E7183647F0162B3182225B4F063292
System.Security.AccessControl.dll
md5: 05FBDABAAC90D1281A6C0992E0782A0E | sha1: 2899FC36CAC53628E2D7C11461BBCA2F7FF19AB6 | sha256: 534830C6702375EAAC8F613BB8A8FB90E3C74AA459EA24A615C8FD020363A535 | sha512: 4B71092EFAE689CCE599D0617D26099B58648FE6CD9CE09291768D49FB4067B311638FCB1E9D102BD6A479AD8BF57BA8EB81E2AF70403F9967280AD6D2A6DBD4
System.Security.Claims.dll
md5: 29BE1C7EDC4DF531CB87764B7A1688DC | sha1: 0BD41A0AD3D7E9AF43A4004A9D4F3052CBA129C1 | sha256: 6C3CA6828AF6EEFD73623BFE7AC108E402CFA5C7EAE3AC204DDA73A79B0FD5E3 | sha512: FB376CFE71D7F4ED2D2EBC1B7489CC48332D6CD858802E4F3D2AAEC65EEB70184C88CE80CC82FD43D707E666010E9666C3110BB3E79463F2B4CF9ECEE7876DA1
System.Security.Cryptography.Algorithms.dll
md5: 53B75BED77D397EA4A3F634F7A5AA1EE | sha1: F4DC562F4C95FDEB8ABA01CB39E88596332F29AA | sha256: 82141925AA1B1AEC2FF17284D1E78623BA1C663E69C23E3995BE5D2C890868EE | sha512: DE8BAB43A05E568D3FDB3EA2CC26DF59AA0341FDB310E2C46ADAD52FCE7100D0862B0C81B3C85AF82AB3C557AE696EEDA05341BFDA99A70F26C0E9F7F4EE54FD
System.Security.Cryptography.Cng.dll
md5: 44B3B898BC55F7C40FA3E007F0DE640A | sha1: B0BAFA70DB940218D2AEBFCB5CC5EFAC73D6EF61 | sha256: AD1586E2A05761B35E41612E9A773132B64B783020246B4FC2004804996153E8 | sha512: 10A22E1DD14A15072A70E92382131E5B7013680267D14CFA68921D3C39475E1A4082859E0064D84A7AC5D73772A0447D2742354E3846E112EDF1CD7D5562729B
System.Security.Cryptography.Csp.dll
md5: 63CB26692242401F6D677DF966907375 | sha1: F285C98C5996B54A8C95FF2EDF7D7CC8B81BE29B | sha256: DB4168E6A179526586457AF8A05217CD4BA5AF6F26C0E6C2B962FB09656751EA | sha512: 4B099E37588278C812855D07EE99FBFA0EB15ACDA23C06B491BD2FE967D8C54E47702E2DBC00240A4F4E397844388034AB5E5AEAC2EAAB615F36DBB51222E0C4
System.Security.SecureString.dll
md5: 3C61C9B3D6CB54A9BCAA22A47E23EEA0 | sha1: 7506D0110802E8ED7ED8C2499C237B75C9472ABC | sha256: 02FFCAB19C609C25FFBBF7FDC1C1901967EB0960993BF98A81B10A85556A8C60 | sha512: 357D269A473A51806B7F0EA2057174A4C1EDEE13A9BEA8C1EB4938A4E776EAFF9ED1AA594839CDD3EDE408E6F08391F67CCDB7215000D908A9D2ED97AEC997E3
System.ServiceModel.Web.dll
md5: 93DDD8B720D8BBE12FF62C797BE73BAA | sha1: C212AD7D3354A173726E7F6988501CA77DD6282F | sha256: 5DB935DE4762855AA12647DF5A99B6E13EC82F0F36B9DB25E5A21CD0DEE4575F | sha512: 7E289586E32A1ABDE6E3603670D63B966D18258D2BCA639797BC46060B975EED36F0B3C223992A66FB51B4542B5E8D0886E58FED978B747FE5CDFCEFFB7756A8
System.ServiceProcess.dll
md5: 6766D8A9701215EA1EAA4463AC18744C | sha1: 0FC5EC5A02351CAEDED8D323C99DB937F127B0BA | sha256: D5C39DE582938240FA0959B294DE6AAB3C6CA69E3721BEF2A1766E817A2D0BB4 | sha512: 01CFAE0D982F767172FBFFE1D43DBC540E6A10DFD13DE2780FA488EA93DA6D69C1343DACE75C423EBB23B08B24D6BFA990CB8468B2FCE76D5407AABE00DD2B1A
System.Text.Encoding.dll
md5: F2B862E4D4D081419E4C7E8794CCB7CD | sha1: 173DA2E220382B77F54750D360B0D0D3A93ABECC | sha256: CC3F4BD6BAE9374DD7243E149550D1B474F91C535129D4012B24EED4D91CA53D | sha512: A8FBB465EFE390EADF3CEB17E0E5AE8A6F1C766C145D2DAC2AE0EE3F7F65EE978BDBA4AC4A7A28F4F9DB83FE70A61CC220E26E8BC05DC6703ECC37FD6331384E
System.Text.Encoding.Extensions.dll
md5: C13BD79C3A196471D23778889D8C8661 | sha1: C905E973AFCBE42E2E4D1B05D0C54968B19020D4 | sha256: 7F3F6BFF012D80DD7EE6EFEB36A7F56B92AA450FD14C3BD8A62F896B65E28321 | sha512: E20D8059BE292848DC06CB8672BDD2D07EA79F234664D7F3FCB0AD16CAED3F7CF7FBB429953D78CD614BEDB8AB336012C67F8BBFFAE96101121BD8FE82713749
System.Text.Json.dll
md5: 028B04E8F80E850F41BAC3F0053D572E | sha1: 595760BC15169962B40C41BF673B16BD0A5DCB42 | sha256: 178E9735716786264DCA078580ACE7F9BDB8A62E3A86FD9426861A975661BEC2 | sha512: 7B8F65D1FD1FA0411981CE46607770A785E27D24F93DC3EC32EDBD91EB09955312B308385B0DE285C7D7A9C47C7423335A0A5BFB2A63DD32ADDBDB27E70ED3D2
System.Text.RegularExpressions.dll
md5: 941E7261A0C8AD50F61CD8227D4A7A1F | sha1: CC2340622B57E825160A89760851624FB37C7E85 | sha256: 5E0C0026BBC1FF2EB83E6CACE0C6A5E46560CBF469AC44E2C6A095AD0538EDC1 | sha512: EFADD3206F497D000F5AE9D18FC288AB1D607AAB6142DF611C43B92ADA2D129C5FC9A2EFE01B6C19A11C81E0F211F6709BF34A8B1FB5DBBB2789A961CE2A37D4
System.Threading.AccessControl.dll
md5: 9E578D9ACB177B65FF05531B02509386 | sha1: E06E8A3D283E443BC6E4527F4D9522570DD6965D | sha256: 07EB3F291EA71F34C8C6BF997E9CBA264A39A1244A7634D16AEAA1770E0AFA71 | sha512: 4B90A3E89EDCE7F30A9A918A89CE02B296E5DBF6F3DDB2A931A15DFAAA39E5BF070AC12096E5109CFF65C9AAAE8BADC4294A0B83EA3F250755561D71294BD58B
System.Security.Permissions.dll
md5: 6B4C41FA0C3F0120B77D97020C97140C | sha1: 795AF963E68D40F6DF66AC5FD0EB4A82C3F2B21C | sha256: A4B273908CAE356D6752ED5A725D9F4C7C711235E65E084F20A63E189E67E502 | sha512: 43FCBF893E9B577D3384A735DEE6DE81FB3551BEAE09A23EB343EB0B78BD52614D7FC74F1E60A3A43743352812C22207B0090F0CB558A06CAD423E22D9ADBE0B
System.Security.Principal.dll
md5: 6A534F5C78C3CEC30A61829FE1033DBB | sha1: A46BF60C760CBB0A6C839D888B427898E9E17202 | sha256: BDA18E5A5EC53D0FA38B1D7FB98723E06CC529569E09FC37702510FB594F51D1 | sha512: DADF6B987240120504A72390A0C4FD20ACE159E638A9C0C61A1C18BA6065BC7740D019752A963427CBDA0129C108AE6F936C9FCF3136338A4FA4D2DC7F878D7D
System.Security.Principal.Windows.dll
md5: A64ED6042CFCA9BBFD0FAB506D5AAD78 | sha1: CB2138A8211DB1E4E6ADF910CAA1B826E862AC9A | sha256: 319FC70F600137BE46738C2C33B0F235F00B20902279EDB47D3FE2D2DD4F59FF | sha512: 3AA61586E4C6F64522B4ADE9298260B7D708D3EB52CDC4DA21973364616C5DB2095F7E6874DD1A4C1E472E8E7DE238F9E55FD45ECE7E930CE501484E3AE3D524
System.Windows.Controls.Ribbon.dll
md5: BB63F4424D431FD52BC7EDE6265C2804 | sha1: 864C4B00BE69C4E45BFE2D2CC39F59CB4C76FF39 | sha256: 2B21C5F0C1233A4B12A374FED3DF02624CCDAA46002A40DC269F3D17A7EC906B | sha512: DA4D9963C66994CFD200D9B45BD1FCB8FA6D72BA20EE9A372FDA3990B01EE2B704653052294AECE7ADFB208ED16B98E60B89C6E67B9102E1CBCCDE3ECF29600D
System.Xml.ReaderWriter.dll
md5: 78D7171BCD89184BF69AEEBDE1FD7620 | sha1: BD8F80887CCCC33817D7149ECA001ACD483D6A00 | sha256: D1828DC1FAA91FE20FA971096663D5B033C76FE5897FC02F51D9FEEBE914BD28 | sha512: 7FB0615EA2AB6F2DFB39E1AF7EC3394CDABC2B5DF2E3F4F4FF1C9422F90F00BD0F9ABCA400EA014E433020C5E159AC56BFDE9363FCF8B355A92D374CB53CEB04
System.Xml.Serialization.dll
md5: 38D7F68083077DD59C2FB753CEC7E023 | sha1: CC39A252B0F8197459DDCC3476FAEC727890D24E | sha256: 17BF265A0A890AECAD1E35ABD67E470B8F15404FCE1059FACA8E9D51A4B18AB6 | sha512: A4864C23232756636495807D2782D40A2725E07C794FA0340C97AAD4183307F1C687762F4E1E8A34294D621E7259334832D83406CE9EFDEB05E70D8BF0B543F8
System.Xml.XDocument.dll
md5: DFCE6D2FFB4E2BA8DF812B4E8D451AB9 | sha1: CE4A06EA8ECCB6F3329996535E66A1748E4AFE61 | sha256: E66A7DC80466D1067A9060A879702F52FDE4303481FAA91B2514088454F5CE2F | sha512: 152FC1B72983262D05563154FAA27F1766F54E5E7ACFE40FBCA12CB7FECE80273B19CF444B4CC84B6C5F4D8D6296A29DA5119EC5750D2F438C78DB22313F735B
System.Xml.XmlDocument.dll
md5: 255452227F33E3469F5D7127AB8E9216 | sha1: 9C27B45DB6FB7B521F1DC79477A6DE1FD8384F28 | sha256: 2D96C5A268E2A4EFB05BD7B0F39A92FFE25D1836B734963A3EA61A2E7804D539 | sha512: 5CF2E33F3B49F3C104C23EF568433C2A8AE6A0E4368C8E8DA6582ED763F1A26BCBE9C0AC8E15211C347786E7ADD5FCC1A203432B14CFC8944D539A2EB1D155B9
System.Xml.XmlSerializer.dll
md5: 90C7AAFD247FFDF17E7862BF5F9F2F9E | sha1: 2B14398483713717EAF029E8CE6907881D0242AD | sha256: 576ED9DF646AF6A8BCB875977F36CFCE21FC1456999C701F41C5E9499784DC78 | sha512: 67CB0E2A59D974FDEE396D1BC7F119FB3B9E29B763E51D00A3A5AD4E31C1E6604A30D17EADCED6DB761649B5D2FB87E1B7D04E7657A10F7E1FE1C7976BAE1717
System.Xml.XPath.dll
md5: 6A37A57430A6B274CB0EF90356F0B74F | sha1: 63692630A9F22537B6E755EE9EB334609192F265 | sha256: E7FB0BB95FF6C1C2F10F6689CBDEC248EC8FECA0DCE227B44853558DD30A4D54 | sha512: C52C947640EFEA00CF73B2A3A3BF81576862324D6E86C6118D930B20E43463B7E951F27DA2FA276DBE135450D3A07DA439ECB6AA35195F1EC735FFA6B326FEEF
System.Xml.XPath.XDocument.dll
md5: ACAF828513A45D4905AEC9E157C08D3B | sha1: 9CD2F394A5AEBF4B1A6F5741D574A5FC8CD61069 | sha256: 77587A383997180036BCBD803D271FABD7C57BB47236EB4D344575607E173412 | sha512: 7E5552867483325A2DF991EDF58A822D4C491BAE148D55CBB6DB8E06D77932273B10DD31DEA1EF20C7CB23B03597031514802DDF2FAFB707858B625332A50C6B
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
System.Windows.dll
md5: 4133E5323463BCE04529A09ADB2A8C41 | sha1: E9DA167FB889CB3DE899AA37F67C9703649B9021 | sha256: 9DA7DB65660E2BB8BB0F51F55E5C43D88404F8E35F445ECB9C4D6EF211864AF5 | sha512: BA363D3D2FF5BC5CECE23CCB21FFD19C4CB822DC4214BAF9B81CABAE843E3165D2C3FC5B2937428BB23147D48B2D5B602DE12ACDFC28023F88D0393D1C6E355C
System.Windows.Extensions.dll
md5: 5B5C145F8A2F3B44D5D83E7329462EBF | sha1: C0A0068E1DF826E4A3B02B6E3A0516364010AC73 | sha256: BEAB999A3489CA3C1497B2A1D3E43A10F1C166D4614FF8C34D4F4C79B2F3B7FB | sha512: C5C2F1A46DA4559CB307C418E6ACE23A914CDCD8FC59CFD964281E88B11A21677319468765969FA5650596BD792198EA4B8A9D46F9DC1D93FB3493E37D9162BC
System.Windows.Forms.Design.dll
md5: 03EEDF2A7F2087C13A04A7F39F939F9E | sha1: DE91D418DDA18DF5C97C6FDC8D06994768C02605 | sha256: C93A14D795D29B82CFA8D9E9613A08D87722334C61C352FBBE50755657FCCE23 | sha512: 111860327BD89798C0F8657FDB0425723EBF219A8A3C251D1148C8B5FCD83728FD6CFB4CA77D2AEDD2264F2EA59EE76AD45D504C6FB79FDFF2372D0D7E6CB095
System.Windows.Forms.Design.Editors.dll
md5: 590AA43753C66B71754A6237E4B1BDE4 | sha1: F6EABB280D89477BD42B0DDF1BECAE67E441ADEA | sha256: 8BD64CA42752A3017D94CC838557CED4D6B242041895F5583DFD9405F60BDFE9 | sha512: FC66051C702C0584218FDD9FD39096FDB579086339CE7D620A9C62F64F966040D203242928E249C202F0211795B4DE32CF6D93AE12D74258BCCD3C8867F51F72
System.Windows.Forms.dll
md5: 4BD316C2A4BC2BA7CA6E751C36F09B6E | sha1: 8EDB5BE3D7D2E8365D3737F56397D1DBFFB94518 | sha256: 6A1E246B355CCFF8180CB1F5821781819F18FEECCEE67A9D48A2DFBC741C91A4 | sha512: DCB093FA8C9595913962D54CF7A0EAC910A5B734C1917B3D3759F270A7FE96DEA060496329B3AE17A605C60672181AB230FB33FA2C9F7259F35F4038DCFE8A1C
System.Windows.Input.Manipulations.dll
md5: 141CCF2D6F70471C0EE5DFF9276B2ADC | sha1: 3A3B7C70D9C958204049A08C05459E83EB807E15 | sha256: 11F152844937703905B7952FCCAF72DD0D44C20D0B081A1AB90D7F5AD12AE016 | sha512: 6B7F8A58D7ADD10D85037261317EF7D2EA8A3AF7C7C1F8F486FDBC9135240F7011B08A2B32F45E1F081607D2FBAAD851C4111E08990DBA9B02B1D7929852FBE6
System.Windows.Presentation.dll
md5: 278D1A9B8A71D9A53FEAF39E9B164794 | sha1: 225F69506404DFAA4DE969EC283F2DD0E981EBF0 | sha256: 08F12F699CB40B7DA5F470115B28EAB859DF6346E1B6759C944563893E56E501 | sha512: AF06968F44F94176D4B907F3375F4C9A1AADBB07F6CC7CA6FFF8FBA4C0400CF5C57CA28A6D00DDC27458F6E9D895F26FFE9D9BB9252A055DC0B436DD541CBD14
System.Threading.dll
md5: BA2D1CBD2996A6D11063AE1FB6435D4E | sha1: AB8A41308DE9F9C250C7D1DFC62EEB01F6C01501 | sha256: F51044919CFB9C17EA5077776F80119F62061B8712E718B6D78AC003F1ED04D8 | sha512: 0FC74FB35DD22F4F6BAB394C9F3452A13D9B00FF8738543CEA602E753711DA3FFADFCE288A309EFB7308DE9CC1C55743C8A9D5760A707442E91FBF490A65BAA6
System.Threading.Overlapped.dll
md5: 8727FADAF4B4E72439BF9636F0C791AF | sha1: 4CF1BD2A9435A17F4D449E0E8F84B6FD7DCE5261 | sha256: 02C94B5ED032B48636B2442C85B5DA37016F460C8242ACDE9101CB02592A1C4F | sha512: 465C05E4094333601147791B15DB1A487F78AC4B735D3EFE7317B6F7920E0932E5659FB7C28FB2011435E9F7E6F0C5A75B506D8344F8FEA227FDBBFF1DAEABB9
System.Threading.Tasks.Dataflow.dll
md5: 58742755C71215E0EA60393B526F00E5 | sha1: E2D6970698E6099AF0803FDCDCB1DACF14DAC703 | sha256: F3015CD891B62D4E33E293817FDA24C77E668B7E36501AB03F3C7055F4C5E487 | sha512: 413D36293CD8EA66305B7E742C596235E3DC6AC66D9D47CD412D1303F65B81FBFC4736195B9132D11F35A8013DF4E959856E47FDC11CC582FD0B15047016D0FA
System.Threading.Tasks.dll
md5: 35A0DD28B74B318F6E909CBFE28D888B | sha1: 87510CE8042F76192303B502F36BF2D2990A4A5B | sha256: 780B4ED3F4767F8588252DEF3AA0F0CFF4831F03228715769613972F4B620A7F | sha512: FB276FA9D2B32E6B4A623324BBDAD004A969958565934EE3A8538501F30766E35D5CD444CF379049B8CD6EC7DF6DFCECD4EC4B5228114AC7F5081C7C0BCB9391
System.Threading.Tasks.Extensions.dll
md5: 72CF56E4E6483011AE698AE789999FB1 | sha1: 82CA2845A1109B3B6ED14143123C61508FFE0FC6 | sha256: 87619D7EAD7FEDE284BFD526507814BB768FC74AC9C599EC8B48C3F6457FBEF0 | sha512: 26D29C5DFFF8CE3632372D08B023421AAA734EE5C91B96D02CA41466CD38D8C8B990501806503A7950273A4F69308576572E3A36B5DFC83D7CEB193F84D84B62
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
System.Threading.Tasks.Parallel.dll
md5: C4AAFC513978CA2AA5ABCB7381EC0581 | sha1: 6E000E319F2A49C3EAA011034DE02B27198D5D65 | sha256: F6932F03A28EAB609AFC84229A29E51F47BE9DCFB9E893300C613F46ED82FC93 | sha512: 3275E56D2BB26F400553DD67D2A1A65CFF00EAB72CB4B8608C5765ACC185500A1D3A25F9C17258BABAF2A8CBE910877983053163415DC0A9BA372F9030797D47
System.Threading.Thread.dll
md5: FDBF39744AB6C0779856FB244EE5CA68 | sha1: CB75033E1FE53674AB18FAC9C09D3165D7F00892 | sha256: 3DC36A6AEEBC164189BECD8802F65630029A9A6DAF0F7B07ABC5C4007BF729F0 | sha512: 2EECBB11C7E67EC75C794F77E82AA48AC9E874BD66148EC49F2B5B6BE13819B1E1F234E312E9BA2D3EAFD1FC7D47FBA3231B0F7DF346C1AA6A8FC096FE57EC1C
System.Threading.ThreadPool.dll
md5: CB77D25BEA43F85D271AE59EA2FC9374 | sha1: 32181810AA7BD6D2F8857CEAE6CD7341DAE33DF2 | sha256: 089F2F72BD645A40E61213A58D4C6F70DDF37B6DFBA896C1A7D795F3F49B2A6E | sha512: 1F85430F617E79BBF054356263297EC85BA2D732D537C6141BDF155CA2EFA7A8B869AA7A71E56EBAF91F6A8FCC8335E26FD3D3B76F74370195B21CF646B9917F
System.Threading.Timer.dll
md5: C95D85402A817C309951767E847912A8 | sha1: 3AA81938DCCFB05BD0480AEDF5388915609BC371 | sha256: 6FF03E80E94CA4118F2AE76FE030F21428582F356A095456DB9743A1E7976718 | sha512: 7774E56D62C1F7E0557F20A61A31889DD0064E51AD6928B70BE972E3A514D7338D35E891F4F34451258260EB28585AA5F390B925E3F52120E8AB2C3AAF87FCE8
System.Transactions.dll
md5: 18E0472D5FB428C735546FED50EB0DCF | sha1: 666BD069BCF208C932430E33BBF9C479CE3D70E0 | sha256: 8E497AD087BC0D98F240EBF581B2E1CCE2461B5F96754F07A3D60055BC2E4A13 | sha512: CA708842413C1F691980113E91EB35482D030907CF4F607CF6D14AC0472B3003144EB2D4BE91BBC001B6DC90C40E1AF6396F5FF882EF96F6EF7D622FE54540F6
System.Transactions.Local.dll
md5: EDB966396DC4DCB06DBBF2B51E1F139B | sha1: 3B3D38FC17B8221CA96F9050FEBAFACEDE5ACED8 | sha256: 23AEAA78ED7B234E55DCFEC4FE7403B9F7BF695807F65E10414FEF1F764E52BF | sha512: 5FFF0526E9187371AF67C0AC589C98930A530B9ADA8ACB39695B97436F6122AD5D24C785D1F28C62A943CF577873052C698C99C34D868D5817B532E8A0C2B976
System.ValueTuple.dll
md5: 788176F6D436C5B7AA54F1D72A4C535C | sha1: B2B15611A741E6E6F20F5808479D86D5C9106ED3 | sha256: 63125C9F2EACE5626E19B56EEC039A51D411279F5E1FA6B5E5B1F9920BD356F4 | sha512: 76BF38D39AD99FCD80E501BDC263CC7EB67814DF6209BA75A8506371407BB2F7B9B3C8DA0FA40FA1D5D3C55833FECE9043917667AD35003216802E978423A25C
System.Web.dll
md5: DE9FC23B665F000AB2EBE5CACCF9CC5D | sha1: D9EAA03792DA367E59BC86FC6EA4A834A5B1AFA2 | sha256: 19ADB3BC87C6544AA4E2C248FE06CBFA7AB0930C22D2A7A63511F0A5A173D9E3 | sha512: F3A1DA11AF2B47BB61D93B1D983362FFE44530A0B0043D04238C89AE47944AA8C417EF3C671DB2F54C570F7225F590D405BC8E6502D238D3A67CDD6DB2A3F52B
System.Web.HttpUtility.dll
md5: 4F90D5742D5A59BF7CB962C2EF26E6BE | sha1: EA0B81E225DE9B2FC075C4F91FE0A5AD809BDCEA | sha256: D57408735919F0CE1E028C86163AE4890A4E5E1B87A8B850199D18837727211C | sha512: 9B4495841B57F3478FD90727A57AE5FE70029DF9D5897BD9DD0201FEB4C39413764DFB402F53EAA4397A05133465EBFAA187687A69CBFB9844FAF9B9A50BC39F
System.Xaml.dll
md5: 6A18D0AE51C5EFF8DC9432F927F70429 | sha1: ED9758F787ADCF33992FCAE711AF3D30B1B551DA | sha256: 9E76B9D60BD900B9219AF5939E325F0A9849578C0D0D331A775ED115E7BE47BC | sha512: 12F5D8E2B9E152D92BCBC7027C054B2A75EA5E36255A1FB77D88D0AB95499FD89A5535BB80D1398D807F32334972EE8BF749882EE6E1CD20FDFA4087B4C6E0D2
System.Xml.dll
md5: 36244C2C6C8312DF8C1C6F7EEAE5F7FE | sha1: 9C4F5834F7C54055B22163756657341AFC141CFD | sha256: A74326BE3CB52192E1F3FEAFEF5F47AC44FFACC8AF08FE5C8B08357D427FB587 | sha512: 9CB539FE6F26BF27CDBAFE5934EF27BC3AE88151865B0E2E84CC83B23481703D3E1EBF47533AEF020B5B130306C654E2330C10D92FD4F9D68B003BCC1F2BA1DB
System.Xml.Linq.dll
md5: A75C9EC4FB6BF54F28D8F71860591036 | sha1: F82B9C5CAEB5D6D9A36BB37DFBFF648CBAE66735 | sha256: C70D270E23EAC72B32A9FC5E56D8CF9C077A3F013797F22FF2D7C1BF95146600 | sha512: DFE775734B88C91B9AEB7E3082CD85A68C381E4A0B86B757DE5822FAA05C4FB72B1BB44F0682F83D1C909C6BD53CD6B8C7D7E5D6E175AE5BD00391C0B0803560
ucrtbase.dll
md5: 6343FF7874BA03F78BB0DFE20B45F817 | sha1: 82221A9AC1C1B8006F3F5E8539E74E3308F10BCB | sha256: 6F8F05993B8A25CADF5E301E58194C4D23402E467229B12E40956E4F128588B3 | sha512: 63C3D3207577D4761103DAF3F9901DD0A0AE8A89694AD1128FD7E054627CDD930D1020049317C5A898411735E2F75E2103AE303E7E514B6387A3C8463A4FB994
UIAutomationClient.dll
md5: BFD0201B18915D8D1467A750A82782FD | sha1: 58E001D25C4291ABEF756E0CB8D3AE9B348AB7FA | sha256: A3401901C385A97251FDDAB7EA880FEE699FC692E23BA60494F9D60A7FE4A2BF | sha512: E45A02DB57F9A1843A36C5B3AE768772FE394C1AF0B7CDCB452672A4B442D530229BC7CCC9FAA93A80752D67FCF0B5BC17786B595EE5927824E040D39787A0E7
UIAutomationClientSideProviders.dll
md5: 6F4647199899C12B4C1631EAC97D62E7 | sha1: E3046DBCF76D7D5BA2CAD613E8E9288EB78FA195 | sha256: 081E89777B3D2F8831F2DB521C1B526ED84C0802ECA2FBB24C56B3DAFB7568B0 | sha512: 30D5A27F0FCFE9E0174F37B7A88D3B04CA0C79476D70C46D6067CDB4A82412BF68360929D0F1212858175B845F23AD3610F94C3D3D96B0230AE886C2B5C53483
UIAutomationProvider.dll
md5: DD9E358898B826DBDA8516825379D1BB | sha1: 7FF26E7FA71366BC2415B6DC68E35B843123DC39 | sha256: 1110C1B3BEBF8B09BBD83CE77BDED3A77D07B6FC389D460BD7238A060E0611B3 | sha512: 31DE8A6FD821A14612AE1004874A225FD29377558A2DE5CE8CC9E7BD9CEAA46F7D4D40F1B5640400A86497BE75B9B0EBC34D2E396CE63E53FE1A35C47F3CC12F
UIAutomationTypes.dll
md5: B73ABF7DABDBBBAEB4513F803D623C0E | sha1: 4D6023E656A02DEA8FC7D392A613EA36E52EE596 | sha256: 539E56425366479332285082285AB90D1E97AE8EFC19177BD27861EE1038D9BF | sha512: 66E2243C19BA60CF46F59D039756ADE7695E39FA789289E4EA1AB33ACE8A76EE254493DDD494A4F180402E71BEF3AE4428773B180B9079704BBDBA9AAFC6287B
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
vi\Humanizer.resources.dll
md5: E19C460B3C563CB10849ADB135FFCFD1 | sha1: CBF9653C044371E3C83744FAA85DAB2526B5AFB9 | sha256: 08914A815648FEC41935A5559FDDA7813E8004F70B9EF940E711BB4395557D07 | sha512: 09C4BBE6E6FC21B0193F1F784BB0349C57F516BCB363D6CEB0D86ECD4D47C754027814E735590C9B4FAA1AF3EE6223C96CAC675920A427EF96F0AABA87B46223
WindowsBase.dll
md5: 232359940258C8A687EC84C52971EACD | sha1: 15E2E852C29392878EEE71FF7EEE7E131388505A | sha256: 682C94DD02DB2674C17A046C5C941F7BB7F304C9118B3301CFF65A3330468304 | sha512: E1F1E3AECFDD42DE68B940F464452AB48D67D9DA7C72C73E738A8017FFC7CCFDD5701CE904E29D67322CB87D8C236557F0F7F48EB1DB09B88334095DB6C8536A
WindowsFormsIntegration.dll
md5: 429B4A651B4B8EB4540DDAE0108955EE | sha1: 04A130067E14DC985498BD9CC85115E30D7DC48A | sha256: C45115F760EE09DDDE76D6B253FAED51002A1A4AD9629FC5B7700528C32DDC8C | sha512: 48F91D9E15C5DB05583788F67BB84664068557F7461F34EA5EEB2C02D0DF758DD7C8FD352DE5DF0BE7D00B58766B4F8DCE30EABB880EEEF34CD78774FFD1C574
wpfgfx_cor3.dll
md5: 748EAC20307C0299F0600A041FDC733E | sha1: 2725ED9E889D9DE407DEDC509678305CF0AB85F0 | sha256: 4DB28798BDA3084EAB60D16FF18653A5495D76D1C829107F789C35D4B182F953 | sha512: 0752F711777E361DBD35134ABA1FF07850CD70824DB116546551B528BD64149C34D8FC34CA634BCFE22B0E2D1F89BA8F6CB6E5EB17DEA47227BB5EE74CC62785

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 2592 Friday, October 22, 2021 Approved
NuGet Package Explorer 5.10.43 5334 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 3617 Friday, March 19, 2021 Approved
NuGet Package Explorer 5.9.95 1482 Friday, March 5, 2021 Approved
NuGet Package Explorer 5.9.90 913 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 1931 Friday, October 16, 2020 Approved
NuGet Package Explorer 5.8.50 671 Wednesday, October 14, 2020 Approved
NuGet Package Explorer 5.8.17 1919 Sunday, September 20, 2020 Approved
NuGet Package Explorer 5.8.2 1311 Friday, September 4, 2020 Approved
NuGet Package Explorer 5.7.145 1209 Wednesday, August 26, 2020 Approved
NuGet Package Explorer 5.7.113 2619 Tuesday, July 14, 2020 Approved
NuGet Package Explorer 5.7.103 1279 Thursday, July 2, 2020 Approved
NuGet Package Explorer 5.7.98 1023 Thursday, June 25, 2020 Approved
NuGet Package Explorer 5.7.97 226 Thursday, June 25, 2020 Approved
NuGet Package Explorer 5.7.93 292 Thursday, June 25, 2020 Approved
NuGet Package Explorer 5.7.75 1386 Saturday, June 13, 2020 Approved
NuGet Package Explorer 5.7.70 368 Friday, June 12, 2020 Approved
NuGet Package Explorer 5.7.35 1417 Thursday, May 28, 2020 Approved
NuGet Package Explorer 5.7.27 928 Friday, May 22, 2020 Approved
NuGet Package Explorer 5.7.1 1444 Monday, May 11, 2020 Approved
NuGet Package Explorer 5.6.70 1913 Thursday, April 16, 2020 Approved
NuGet Package Explorer 5.6.40 1737 Saturday, March 28, 2020 Approved
NuGet Package Explorer 5.6.35 327 Saturday, March 28, 2020 Approved
NuGet Package Explorer 5.6.31 232 Friday, March 27, 2020 Approved
NuGet Package Explorer 5.6.23 267 Friday, March 27, 2020 Approved
NuGet Package Explorer 5.6.18 439 Friday, March 27, 2020 Approved
NuGet Package Explorer 5.6.3 1084 Thursday, March 19, 2020 Approved
NuGet Package Explorer 5.5.64 4080 Wednesday, January 15, 2020 Approved
NuGet Package Explorer 5.5.61 1187 Monday, January 6, 2020 Approved
NuGet Package Explorer 5.5.28 3142 Thursday, November 14, 2019 Approved
NuGet Package Explorer 5.5.23 645 Monday, November 11, 2019 Approved
NuGet Package Explorer 5.4.1 3192 Friday, September 27, 2019 Approved
NuGet Package Explorer 5.3.36 2558 Thursday, August 29, 2019 Approved
NuGet Package Explorer 5.2.88 2403 Monday, August 5, 2019 Approved
NuGet Package Explorer 5.2.70 2004 Sunday, July 14, 2019 Approved
NuGet Package Explorer 5.2.49 2625 Tuesday, June 11, 2019 Approved
NuGet Package Explorer 5.2.47 596 Monday, June 10, 2019 Approved
NuGet Package Explorer 5.2.15 2899 Wednesday, May 1, 2019 Approved
NuGet Package Explorer 5.0.230 2079 Monday, April 8, 2019 Approved
NuGet Package Explorer 5.0.229 1193 Saturday, March 30, 2019 Approved
NuGet Package Explorer 5.0.227 554 Friday, March 29, 2019 Approved
NuGet Package Explorer 5.0.224 327 Thursday, March 28, 2019 Approved
NuGet Package Explorer 5.0.223 268 Thursday, March 28, 2019 Approved
NuGet Package Explorer 5.0.210 717 Tuesday, March 26, 2019 Approved
NuGet Package Explorer 5.0.200 2248 Friday, March 1, 2019 Approved
NuGet Package Explorer 5.0.198 1020 Sunday, February 24, 2019 Approved
NuGet Package Explorer 5.0.182 1138 Friday, February 15, 2019 Approved
NuGet Package Explorer 5.0.163 1154 Saturday, February 9, 2019 Approved
NuGet Package Explorer 5.0.161 291 Saturday, February 9, 2019 Approved
NuGet Package Explorer 5.0.132 3310 Thursday, December 20, 2018 Approved
NuGet Package Explorer 5.0.116 1449 Saturday, December 8, 2018 Approved
NuGet Package Explorer 5.0.115 322 Saturday, December 8, 2018 Approved
NuGet Package Explorer 5.0.90 672 Wednesday, December 5, 2018 Approved
NuGet Package Explorer 5.0.78 896 Friday, November 30, 2018 Approved
NuGet Package Explorer 5.0.70 343 Friday, November 30, 2018 Approved
NuGet Package Explorer 4.6.26 1138 Thursday, November 22, 2018 Approved
NuGet Package Explorer 4.6.20 583 Tuesday, November 20, 2018 Approved
NuGet Package Explorer 4.6.19 469 Monday, November 19, 2018 Approved
NuGet Package Explorer 4.5.88 1061 Tuesday, November 13, 2018 Approved
NuGet Package Explorer 4.5.71 673 Saturday, November 10, 2018 Approved
NuGet Package Explorer 4.5.62 869 Tuesday, November 6, 2018 Approved
NuGet Package Explorer 4.5.60 347 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 1168 Saturday, October 20, 2018 Approved
NuGet Package Explorer 4.5.26 334 Friday, October 19, 2018 Approved
NuGet Package Explorer 4.5.9 489 Thursday, October 18, 2018 Approved
NuGet Package Explorer 4.4.72 3186 Monday, September 3, 2018 Approved
NuGet Package Explorer 4.4.69 465 Saturday, September 1, 2018 Approved
NuGet Package Explorer 4.4.59 1472 Friday, August 17, 2018 Approved
NuGet Package Explorer 4.4.53 1001 Sunday, August 12, 2018 Approved
NuGet Package Explorer 4.4.46 267 Sunday, August 12, 2018 Approved
NuGet Package Explorer 4.4.25 2023 Wednesday, July 18, 2018 Approved
NuGet Package Explorer 4.4.9 2547 Tuesday, June 19, 2018 Approved
NuGet Package Explorer 4.4.3 1408 Friday, June 8, 2018 Approved
NuGet Package Explorer 4.3.33 331 Thursday, June 7, 2018 Approved
NuGet Package Explorer 4.2.13 5322 Wednesday, March 21, 2018 Approved
NuGet Package Explorer 4.1.38 2406 Sunday, February 25, 2018 Approved
NuGet Package Explorer 4.1.32 846 Wednesday, February 21, 2018 Approved
Nuget Package Explorer 4.0.0 2802 Saturday, January 20, 2018 Approved
Nuget Package Explorer 3.25.0 3209 Tuesday, December 5, 2017 Approved
Nuget Package Explorer 3.23 8861 Wednesday, May 31, 2017 Approved
Nuget Package Explorer 3.22 3171 Friday, April 7, 2017 Approved
Nuget Package Explorer 3.21 4454 Wednesday, December 28, 2016 Approved
Nuget Package Explorer 3.20 474 Wednesday, December 28, 2016 Approved
Nuget Package Explorer 3.19 2179 Wednesday, October 26, 2016 Approved
Nuget Package Explorer 3.18 2387 Tuesday, June 21, 2016 Approved
Nuget Package Explorer 3.17 498 Sunday, June 12, 2016 Approved
Nuget Package Explorer 3.16 529 Monday, May 30, 2016 Approved
Nuget Package Explorer 3.15 858 Sunday, April 24, 2016 Approved
Nuget Package Explorer 3.14 825 Saturday, April 16, 2016 Approved
Nuget Package Explorer 3.11 1818 Tuesday, February 23, 2016 Approved
Nuget Package Explorer 3.8.0.20150702 4602 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 961 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 701 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