Downloads:
63,621
Downloads of v 5.0.0-rc018-244:
481
Last Update:
02 Jun 2018
Package Maintainer(s):
Software Author(s):
- fsprojects
Tags:
fake make dotnet csharp fsharp foss cross-platform- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
FAKE - F# Make
This is a prerelease version of FAKE - F# Make.
- 1
- 2
- 3
5.0.0-rc018-244 | Updated: 02 Jun 2018
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
63,621
Downloads of v 5.0.0-rc018-244:
481
Maintainer(s):
Software Author(s):
- fsprojects
FAKE - F# Make 5.0.0-rc018-244
This is a prerelease version of FAKE - F# Make.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by fsprojects. The inclusion of fsprojects trademark(s), if any, upon this webpage is solely to identify fsprojects goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan 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.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install FAKE - F# Make, run the following command from the command line or from PowerShell:
To upgrade FAKE - F# Make, run the following command from the command line or from PowerShell:
To uninstall FAKE - F# Make, run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download fake --internalize --version=5.0.0-rc018-244 --pre --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade fake -y --source="'INTERNAL REPO URL'" --version="'5.0.0-rc018-244'" --prerelease [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 fake -y --source="'INTERNAL REPO URL'" --version="'5.0.0-rc018-244'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install fake
win_chocolatey:
name: fake
version: '5.0.0-rc018-244'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'fake' do
action :install
source 'INTERNAL REPO URL'
version '5.0.0-rc018-244'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller fake
{
Name = "fake"
Version = "5.0.0-rc018-244"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'fake':
ensure => '5.0.0-rc018-244',
install_options => ['--prerelease'],
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.
There are versions of this package awaiting moderation . See the Version History section below.
This package is exempt from moderation. While it is likely safe for you, there is more risk involved.
"FAKE - F# Make" is a build automation system with capabilities which are similar to make and rake.
It is using an easy domain-specific language (DSL) so that you can start using it without learning F#.
If you need more than the default functionality you can either write F# or simply reference .NET assemblies.
md5: 502263C56F931DF8440D7FD2FA7B7C00 | sha1: 523A3D7C3F4491E67FC710575D8E23314DB2C1A2 | sha256: 94A5DF1227818EDBFD0D5091C6A48F86B4117C38550343F780C604EEE1CD6231 | sha512: 633EFAB26CDED9C3A5E144B81CBBD3B6ADF265134C37D88CFD5F49BB18C345B2FC3A08BA4BBC917B6F64013E275239026829BA08962E94115E94204A47B80221
md5: CB978304B79EF53962408C611DFB20F5 | sha1: ECA42F7754FB0017E86D50D507674981F80BC0B9 | sha256: 90FAE0E7C3644A6754833C42B0AC39B6F23859F9A7CF4B6C8624820F59B9DAD3 | sha512: 369798CD3F37FBAE311B6299DA67D19707D8F770CF46A8D12D5A6C1F25F85FC959AC5B5926BC68112FA9EB62B402E8B495B9E44F44F8949D7D648EA7C572CF8C
md5: 88FF191FD8648099592ED28EE6C442A5 | sha1: 6A4F818B53606A5602C609EC343974C2103BC9CC | sha256: C310CC91464C9431AB0902A561AF947FA5C973925FF70482D3DE017ED3F73B7D | sha512: 942AE86550D4A4886DAC909898621DAB18512C20F3D694A8AD444220AEAD76FA88C481DF39F93C7074DBBC31C3B4DAF97099CFED86C2A0AAA4B63190A4B307FD
md5: 6D778E83F74A4C7FE4C077DC279F6867 | sha1: F5D9CF848F79A57F690DA9841C209B4837C2E6C3 | sha256: A97DCCA76CDB12E985DFF71040815F28508C655AB2B073512E386DD63F4DA325 | sha512: 02EF01583A265532D3970B7D520728AA9B68F2B7C309EE66BD2B38BAF473EF662C9D7A223ACF2DA722587429DA6E4FBC0496253BA5C41E214BEA240CE824E8A2
md5: 94AE25C7A5497CA0BE6882A00644CA64 | sha1: F7AC28BBC47E46485025A51EEB6C304B70CEE215 | sha256: 7EA06B7050F9EA2BCC12AF34374BDF1173646D4E5EBF66AD690B37F4DF5F3D4E | sha512: 83E570B79111706742D0684FC16207AE87A78FA7FFEF58B40AA50A6B9A2C2F77FE023AF732EF577FB7CD2666E33FFAF0E427F41CA04075D83E0F6A52A177C2B0
md5: E2F648AE40D234A3892E1455B4DBBE05 | sha1: D9D750E828B629CFB7B402A3442947545D8D781B | sha256: C8C499B012D0D63B7AFC8B4CA42D6D996B2FCF2E8B5F94CACFBEC9E6F33E8A03 | sha512: 18D4E7A804813D9376427E12DAA444167129277E5FF30502A0FA29A96884BF902B43A5F0E6841EA1582981971843A4F7F928F8AECAC693904AB20CA40EE4E954
md5: E479444BDD4AE4577FD32314A68F5D28 | sha1: 77EDF9509A252E886D4DA388BF9C9294D95498EB | sha256: C85DC081B1964B77D289AAC43CC64746E7B141D036F248A731601EB98F827719 | sha512: 2AFAB302FE0F7476A4254714575D77B584CD2DC5330B9B25B852CD71267CDA365D280F9AA8D544D4687DC388A2614A51C0418864C41AD389E1E847D81C3AB744
md5: 6DB54065B33861967B491DD1C8FD8595 | sha1: ED0938BBC0E2A863859AAD64606B8FC4C69B810A | sha256: 945CC64EE04B1964C1F9FCDC3124DD83973D332F5CFB696CDF128CA5C4CBD0E5 | sha512: AA6F0BCB760D449A3A82AED67CA0F7FB747CBB82E627210F377AF74E0B43A45BA660E9E3FE1AD4CBD2B46B1127108EC4A96C5CF9DE1BDEC36E993D0657A615B6
md5: 2EA3901D7B50BF6071EC8732371B821C | sha1: E7BE926F0F7D842271F7EDC7A4989544F4477DA7 | sha256: 44F6DF4280C8ECC9C6E609B1A4BFEE041332D337D84679CFE0D6678CE8F2998A | sha512: 6BFFAC8E157A913C5660CD2FABD503C09B47D25F9C220DCE8615255C9524E4896EDF76FE2C2CC8BDEF58D9E736F5514A53C8E33D8325476C5F605C2421F15C7D
md5: D97A1CB141C6806F0101A5ED2673A63D | sha1: D31A84C1499A9128A8F0EFEA4230FCFA6C9579BE | sha256: DECCD75FC3FC2BB31338B6FE26DEFFBD7914C6CD6A907E76FD4931B7D141718C | sha512: 0E3202041DEF9D2278416B7826C61621DCED6DEE8269507CE5783C193771F6B26D47FEB0700BBE937D8AFF9F7489890B5263D63203B5BA99E0B4099A5699C620
md5: D0873E21721D04E20B6FFB038ACCF2F1 | sha1: 9E39E505D80D67B347B19A349A1532746C1F7F88 | sha256: BB25CCF8694D1FCFCE85A7159DCF6985FDB54728D29B021CB3D14242F65909CE | sha512: 4B7F2AD9EAD6489E1EA0704CF5F1B1579BAF1061B193D54CC6201FFDDA890A8C8FACB23091DFD851DD70D7922E0C7E95416F623C48EC25137DDD66E32DF9A637
md5: EFF11130BFE0D9C90C0026BF2FB219AE | sha1: CF4C89A6E46090D3D8FEEB9EB697AEA8A26E4088 | sha256: 03AD57C24FF2CF895B5F533F0ECBD10266FD8634C6B9053CC9CB33B814AD5D97 | sha512: 8133FB9F6B92F498413DB3140A80D6624A705F80D9C7AE627DFD48ADEB8C5305A61351BF27BBF02B4D3961F9943E26C55C2A66976251BB61EF1537BC8C212ADD
md5: D500D9E24F33933956DF0E26F087FD91 | sha1: 6C537678AB6CFD6F3EA0DC0F5ABEFD1C4924F0C0 | sha256: BB33A9E906A5863043753C44F6F8165AFE4D5EDB7E55EFA4C7E6E1ED90778ECA | sha512: C89023EB98BF29ADEEBFBCB570427B6DF301DE3D27FF7F4F0A098949F987F7C192E23695888A73F1A2019F1AF06F2135F919F6C606A07C8FA9F07C00C64A34B5
md5: 6F6796D1278670CCE6E2D85199623E27 | sha1: 8AA2155C3D3D5AA23F56CD0BC507255FC953CCC3 | sha256: C4F60F911068AB6D7F578D449BA7B5B9969F08FC683FD0CE8E2705BBF061F507 | sha512: 6E7B134CA930BB33D2822677F31ECA1CB6C1DFF55211296324D2EA9EBDC7C01338F07D22A10C5C5E1179F14B1B5A4E3B0BAFB1C8D39FCF1107C57F9EAF063A7B
md5: 5F73A814936C8E7E4A2DFD68876143C8 | sha1: D960016C4F553E461AFB5B06B039A15D2E76135E | sha256: 96898930FFB338DA45497BE019AE1ADCD63C5851141169D3023E53CE4C7A483E | sha512: 77987906A9D248448FA23DB2A634869B47AE3EC81EA383A74634A8C09244C674ECF9AADCDE298E5996CAFBB8522EDE78D08AAA270FD43C66BEDE24115CDBDFED
md5: A2D7D7711F9C0E3E065B2929FF342666 | sha1: A17B1F36E73B82EF9BFB831058F187535A550EB8 | sha256: 9DAB884071B1F7D7A167F9BEC94BA2BEE875E3365603FA29B31DE286C6A97A1D | sha512: D436B2192C4392A041E20506B2DFB593FE5797F1FDC2CDEB2D7958832C4C0A9E00D3AEA6AA1737D8A9773817FEADF47EE826A6B05FD75AB0BDAE984895C2C4EF
md5: D0289835D97D103BAD0DD7B9637538A1 | sha1: 8CEEBE1E9ABB0044808122557DE8AAB28AD14575 | sha256: 91EEB842973495DEB98CEF0377240D2F9C3D370AC4CF513FD215857E9F265A6A | sha512: 97C47B2E1BFD45B905F51A282683434ED784BFB334B908BF5A47285F90201A23817FF91E21EA0B9CA5F6EE6B69ACAC252EEC55D895F942A94EDD88C4BFD2DAFD
md5: FEE0926AA1BF00F2BEC9DA5DB7B2DE56 | sha1: F5A4EB3D8AC8FB68AF716857629A43CD6BE63473 | sha256: 8EB5270FA99069709C846DB38BE743A1A80A42AA1A88776131F79E1D07CC411C | sha512: 0958759A1C4A4126F80AA5CDD9DF0E18504198AEC6828C8CE8EB5F615AD33BF7EF0231B509ED6FD1304EEAB32878C5A649881901ABD26D05FD686F5EBEF2D1C3
md5: FDBA0DB0A1652D86CD471EAA509E56EA | sha1: 3197CB45787D47BAC80223E3E98851E48A122EFA | sha256: 2257FEA1E71F7058439B3727ED68EF048BD91DCACD64762EB5C64A9D49DF0B57 | sha512: E5056D2BD34DC74FC5F35EA7AA8189AAA86569904B0013A7830314AE0E2763E95483FABDCBA93F6418FB447A4A74AB0F07712ED23F2E1B840E47A099B1E68E18
md5: 12CC7D8017023EF04EBDD28EF9558305 | sha1: F859A66009D1CAAE88BF36B569B63E1FBDAE9493 | sha256: 7670FDEDE524A485C13B11A7C878015E9B0D441B7D8EB15CA675AD6B9C9A7311 | sha512: F62303D98EA7D0DDBE78E4AB4DB31AC283C3A6F56DBE5E3640CBCF8C06353A37776BF914CFE57BBB77FC94CCFA48FAC06E74E27A4333FBDD112554C646838929
md5: 71AF7ED2A72267AAAD8564524903CFF6 | sha1: 8A8437123DE5A22AB843ADC24A01AC06F48DB0D3 | sha256: 5DD4CCD63E6ED07CA3987AB5634CA4207D69C47C2544DFEFC41935617652820F | sha512: 7EC2E0FEBC89263925C0352A2DE8CC13DA37172555C3AF9869F9DBB3D627DD1382D2ED3FDAD90594B3E3B0733F2D3CFDEC45BC713A4B7E85A09C164C3DFA3875
md5: 0D1AA99ED8069BA73CFD74B0FDDC7B3A | sha1: BA1F5384072DF8AF5743F81FD02C98773B5ED147 | sha256: 30D99CE1D732F6C9CF82671E1D9088AA94E720382066B79175E2D16778A3DAD1 | sha512: 6B1A87B1C223B757E5A39486BE60F7DD2956BB505A235DF406BCF693C7DD440E1F6D65FFEF7FDE491371C682F4A8BB3FD4CE8D8E09A6992BB131ADDF11EF2BF9
md5: 19A40AF040BD7ADD901AA967600259D9 | sha1: 05B6322979B0B67526AE5CD6E820596CBE7393E4 | sha256: 4B704B36E1672AE02E697EFD1BF46F11B42D776550BA34A90CD189F6C5C61F92 | sha512: 5CC4D55350A808620A7E8A993A90E7D05B441DA24127A00B15F96AAE902E4538CA4FED5628D7072358E14681543FD750AD49877B75E790D201AB9BAFF6898C8D
md5: BABF80608FD68A09656871EC8597296C | sha1: 33952578924B0376CA4AE6A10B8D4ED749D10688 | sha256: 24C9AA0B70E557A49DAC159C825A013A71A190DF5E7A837BFA047A06BBA59ECA | sha512: 3FFFFD90800DE708D62978CA7B50FE9CE1E47839CDA11ED9E7723ACEC7AB5829FA901595868E4AB029CDFB12137CF8ECD7B685953330D0900F741C894B88257B
md5: 0F079489ABD2B16751CEB7447512A70D | sha1: 679DD712ED1C46FBD9BC8615598DA585D94D5D87 | sha256: F7D450A0F59151BCEFB98D20FCAE35F76029DF57138002DB5651D1B6A33ADC86 | sha512: 92D64299EBDE83A4D7BE36F07F65DD868DA2765EB3B39F5128321AFF66ABD66171C7542E06272CB958901D403CCF69ED716259E0556EE983D2973FAA03C55D3E
md5: 6EA692F862BDEB446E649E4B2893E36F | sha1: 84FCEAE03D28FF1907048ACEE7EAE7E45BAAF2BD | sha256: 9CA21763C528584BDB4EFEBE914FAAF792C9D7360677C87E93BD7BA7BB4367F2 | sha512: 9661C135F50000E0018B3E5C119515CFE977B2F5F88B0F5715E29DF10517B196C81694D074398C99A572A971EC843B3676D6A831714AB632645ED25959D5E3E7
md5: 72E28C902CD947F9A3425B19AC5A64BD | sha1: 9B97F7A43D43CB0F1B87FC75FEF7D9EEEA11E6F7 | sha256: 3CC1377D495260C380E8D225E5EE889CBB2ED22E79862D4278CFA898E58E44D1 | sha512: 58AB6FEDCE2F8EE0970894273886CB20B10D92979B21CDA97AE0C41D0676CC0CD90691C58B223BCE5F338E0718D1716E6CE59A106901FE9706F85C3ACF7855FF
md5: AC290DAD7CB4CA2D93516580452EDA1C | sha1: FA949453557D0049D723F9615E4F390010520EDA | sha256: C0D75D1887C32A1B1006B3CFFC29DF84A0D73C435CDCB404B6964BE176A61382 | sha512: B5E2B9F5A9DD8A482169C7FC05F018AD8FE6AE27CB6540E67679272698BFCA24B2CA5A377FA61897F328B3DEAC10237CAFBD73BC965BF9055765923ABA9478F8
md5: AEC2268601470050E62CB8066DD41A59 | sha1: 363ED259905442C4E3B89901BFD8A43B96BF25E4 | sha256: 7633774EFFE7C0ADD6752FFE90104D633FC8262C87871D096C2FC07C20018ED2 | sha512: 0C14D160BFA3AC52C35FF2F2813B85F8212C5F3AFBCFE71A60CCC2B9E61E51736F0BF37CA1F9975B28968790EA62ED5924FAE4654182F67114BD20D8466C4B8F
md5: 93D3DA06BF894F4FA21007BEE06B5E7D | sha1: 1E47230A7EBCFAF643087A1929A385E0D554AD15 | sha256: F5CF623BA14B017AF4AEC6C15EEE446C647AB6D2A5DEE9D6975ADC69994A113D | sha512: 72BD6D46A464DE74A8DAC4C346C52D068116910587B1C7B97978DF888925216958CE77BE1AE049C3DCCF5BF3FFFB21BC41A0AC329622BC9BBC190DF63ABB25C6
md5: A2F2258C32E3BA9ABF9E9E38EF7DA8C9 | sha1: 116846CA871114B7C54148AB2D968F364DA6142F | sha256: 565A2EEC5449EEEED68B430F2E9B92507F979174F9C9A71D0C36D58B96051C33 | sha512: E98CBC8D958E604EFFA614A3964B3D66B6FC646BDCA9AA679EA5E4EB92EC0497B91485A40742F3471F4FF10DE83122331699EDC56A50F06AE86F21FAD70953FE
md5: 8B0BA750E7B15300482CE6C961A932F0 | sha1: 71A2F5D76D23E48CEF8F258EAAD63E586CFC0E19 | sha256: BECE7BAB83A5D0EC5C35F0841CBBF413E01AC878550FBDB34816ED55185DCFED | sha512: FB646CDCDB462A347ED843312418F037F3212B2481F3897A16C22446824149EE96EB4A4B47A903CA27B1F4D7A352605D4930DF73092C380E3D4D77CE4E972C5A
md5: 35FC66BD813D0F126883E695664E7B83 | sha1: 2FD63C18CC5DC4DEFC7EA82F421050E668F68548 | sha256: 66ABF3A1147751C95689F5BC6A259E55281EC3D06D3332DD0BA464EFFA716735 | sha512: 65F8397DE5C48D3DF8AD79BAF46C1D3A0761F727E918AE63612EA37D96ADF16CC76D70D454A599F37F9BA9B4E2E38EBC845DF4C74FC1E1131720FD0DCB881431
md5: 9910A1BFDC41C5B39F6AF37F0A22AACD | sha1: 47FA76778556F34A5E7910C816C78835109E4050 | sha256: 65DED8D2CE159B2F5569F55B2CAF0E2C90F3694BD88C89DE790A15A49D8386B9 | sha512: A9788D0F8B3F61235EF4740724B4A0D8C0D3CF51F851C367CC9779AB07F208864A7F1B4A44255E0DE8E030D84B63B1BDB58F12C8C20455FF6A55EF6207B31A91
md5: 8D02DD4C29BD490E672D271700511371 | sha1: F3035A756E2E963764912C6B432E74615AE07011 | sha256: C03124BA691B187917BA79078C66E12CBF5387A3741203070BA23980AA471E8B | sha512: D44EF51D3AAF42681659FFFFF4DD1A1957EAF4B8AB7BB798704102555DA127B9D7228580DCED4E0FC98C5F4026B1BAB242808E72A76E09726B0AF839E384C3B0
md5: 41A348F9BEDC8681FB30FA78E45EDB24 | sha1: 66E76C0574A549F293323DD6F863A8A5B54F3F9B | sha256: C9BBC07A033BAB6A828ECC30648B501121586F6F53346B1CD0649D7B648EA60B | sha512: 8C2CB53CCF9719DE87EE65ED2E1947E266EC7E8343246DEF6429C6DF0DC514079F5171ACD1AA637276256C607F1063144494B992D4635B01E09DDEA6F5EEF204
md5: FEFB98394CB9EF4368DA798DEAB00E21 | sha1: 316D86926B558C9F3F6133739C1A8477B9E60740 | sha256: B1E702B840AEBE2E9244CD41512D158A43E6E9516CD2015A84EB962FA3FF0DF7 | sha512: 57476FE9B546E4CAFB1EF4FD1CBD757385BA2D445D1785987AFB46298ACBE4B05266A0C4325868BC4245C2F41E7E2553585BFB5C70910E687F57DAC6A8E911E8
md5: 404604CD100A1E60DFDAF6ECF5BA14C0 | sha1: 58469835AB4B916927B3CABF54AEE4F380FF6748 | sha256: 73CC56F20268BFB329CCD891822E2E70DD70FE21FC7101DEB3FA30C34A08450C | sha512: DA024CCB50D4A2A5355B7712BA896DF850CEE57AA4ADA33AAD0BAE6960BCD1E5E3CEE9488371AB6E19A2073508FBB3F0B257382713A31BC0947A4BF1F7A20BE4
md5: 849F2C3EBF1FCBA33D16153692D5810F | sha1: 1F8EDA52D31512EBFDD546BE60990B95C8E28BFB | sha256: 69885FD581641B4A680846F93C2DD21E5DD8E3BA37409783BC5B3160A919CB5D | sha512: 44DC4200A653363C9A1CB2BDD3DA5F371F7D1FB644D1CE2FF5FE57D939B35130AC8AE27A3F07B82B3428233F07F974628027B0E6B6F70F7B2A8D259BE95222F5
md5: B52A0CA52C9C207874639B62B6082242 | sha1: 6FB845D6A82102FF74BD35F42A2844D8C450413B | sha256: A1D1D6B0CB0A8421D7C0D1297C4C389C95514493CD0A386B49DC517AC1B9A2B0 | sha512: 18834D89376D703BD461EDF7738EB723AD8D54CB92ACC9B6F10CBB55D63DB22C2A0F2F3067FE2CC6FEB775DB397030606608FF791A46BF048016A1333028D0A4
md5: B5AE1290B559675E28546EB000DB94B0 | sha1: 607A156129BDF9954243802DB35BFCF392EA595C | sha256: 1D7ABADBB1231FCAD053C40F17C5C0931F64F517B8F007D6368E7640D31AC069 | sha512: B8EA6028647C758519A556CA249CCE3E108363C15C34819AF647887FAE147CFFCBD9A809919601DE239C057BC9F1DEBA60AB76034EA639E94372A86260F0F237
md5: 1D9C359C677F4803F9DD7423D81BA000 | sha1: E01289DF7E2BE7AEC9242B401136E6A00AF41E78 | sha256: 981ACB598754C22F1ECE9E3F5EB28A058BCCE3AC595861D6C9BF73B71CCC7A7C | sha512: 2D72B57C7BF64837EDE6B472CF0887F6B26CF5993BCB8CABAFE5249D25158BCE0E6E56563C6E699A14AF0D5A07E705E27F148FEAA6ED44B4B0B2B795C72363FD
md5: 437295FDC1929E5C199142B216A9CB52 | sha1: FB987B9EFBCC1815E33533FF97A5D855C3C71F32 | sha256: D99F296BAA27596DF89FE11A9270E400F213787C2EE83B853C4B7A29C4B7285B | sha512: 000EB5CD396749E518DF203DB88A7C481EA8248970E947DB11894FD7C3F0FED41910466CA8A3FD0F23C73B981D31C7CA4F2B706484158D64094A7F73C127902B
md5: 382BEE0C0FCE1F52C6DC7183149979DE | sha1: 69605B070DB12E27CB658503F7E43E9CC10B26DE | sha256: 43713A5F49804D0B3A1747115EC259D4C3E6AC63051B626C2C0DBC2D1B7D6136 | sha512: F9C7C9A0474513FB1E94C042BFCD2693CCEA13C18A596C427E3DCC19AEA38FCBAEA955BF68FAC2B5C6AFFFDB586FCD6CCA087FBE41A4E70B66E12A4EF1F58EF7
md5: 220EC78B2B3A900D5C94DD0C65B6B211 | sha1: A544429E6EED4D583D27E24B013AD2295C1E58D0 | sha256: BA7179971F947846AFCCE3A179EDD089C2724B4F8D26F4C9C08B6BDB5DA18784 | sha512: A74E7C91C5A708594CFBD8DFFB9746AB1AAA40FEB8B69BFC20EC7C2BEF3CEFDF7F7F5A74B748C5D2566251D9EB26D6C69BF74870D699E984898D862B7D609F7F
md5: C105D738D0DB67B2948BDC448388CBB3 | sha1: D4ED4432CD2EF5B49470C1E5EF397F557E8FC0CD | sha256: 89D4A5B0C6057E66DE01FAFBBF9607A787D878214C264A765AD4CE26F5CE6AD5 | sha512: 9DC84B92F88E5C1C047063070B0CFC8D68D523E2880AECF34949D1C2AAEB274E3014F19CCC43E3916AEA00F4BC064F19753643863832AA78542D159CF6AB78C5
md5: F7030196A89193E12BCF859E876341B1 | sha1: CB4DFD2852C14F926A73FE1DEDB30A9E2321018F | sha256: 7BDE6EC69146D118B977F46174D373746ED51CE1F93F4B5544597DC91230494D | sha512: A8380AB7BC8C095C3219B1641B9767EA554315874558140F1F352F65D6B0F33D66898218E36BEB05C4235AB1DB82AD6647404DEBD5858219754A3D80378EA069
md5: C2AFE221DFDE571FAF869489A300042A | sha1: 8367104A37D4E1B5E3E398175DABB0800EAE921C | sha256: 397557CDB209122FE3129F4B9F8BF87F487EEA9660AA81E97F23F7CBC18A256E | sha512: 4B7B23950BA47B6BD7C21A492207DE60254139DE67B4BF1D8329BDD8061F5C2FB88E3AB6267E26BB3E0B0C50588824010FB7C191764F881B6AFD16C4C65520E1
md5: 52C9B72A36E5C5274C7C18A55C11CCCA | sha1: 9970A3B6BC3E846216AB8DC863B21A7DE4B79080 | sha256: 615BD01344090C88A7C3A17B4FB75EAE784B46ABFDA86B46C6A4FFB495C4F0ED | sha512: 0AF2242E779472B8E4B47808642CC588B9EBCA16CBFD2DCB271855865C04D8550FD7620F125E379F76CA13D286F296A7836DE91782ECAAF56865966B4C71EE50
md5: 307681C8687354FB2A83A055B7059FC2 | sha1: 96A74FC2DC46C96FDDF72F56F297482A6B314AAE | sha256: 0EA43EB568FACA08105D4FCF4CF92EB8023FB71E24245789175A09E42642A651 | sha512: 065E9FE0018B7DFADA89A0E2DCFD99BB10E7A97DF8B90985D946CAC48AE950A561695C9D9CFBAAC1897974DA0DCDF9417FEEC7F668428A6EB0646CF26D8F8E10
md5: 6570CFE213FC73695AF27FA8E80862FB | sha1: 67A3D24617C484B877DA62E3E0F933C1B147B28F | sha256: 6567DD029D7C4B1F545DD0CFF3026F4BE8F105A88C23BF25E44F8A90F9714767 | sha512: FC89C5DAE59190006A2AA8067A7CEC8343CA96606C07A689EC353B94C42C3A0E6FDB9CB805C4BC2A3786669CDB607D245B3AFC76F5859969643326B19F6157EC
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.CommandLineParsing</name></assembly>
<members>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Sdh">
<summary>
matches the stdin [-]
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Ell">
<summary>
Marks that the given item can be given multiple times
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Cmd">
<summary>
Fixed command, like "push" in "git push"
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Seq">
<summary>
Sequence of items, if the items are only options then order is ignored.
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Xor">
<summary>
Either the one or the other
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Arg">
<summary>
Named/Positional argument
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Req">
<summary>
Requires the given item
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Sqb">
<summary>
Marks the given item as optional
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Lop">
<summary>
long option
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Sop">
<summary>
Short options
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Ano">
<summary>
Matches an option annotation [options]
</summary>
</member>
<member name="T:Fake.Core.CommandLineParsing.UsageAst.Eps">
<summary>
matches nothing?
</summary>
</member>
<member name="P:Fake.Core.DocHelper.OptionBuilder.Lines">
<summary>
The lines in reversed order
</summary>
</member>
</members>
</doc>
md5: 30B07467E1F42B8E66B3D34BC846D986 | sha1: 636583BDA16A2B4C89621DE579EEE4921F1CEEA7 | sha256: 4EB3D8D1DB405641D10175D4FD9FD6ABBDE9B0B83FA0F93AB97163DE86DE0C25 | sha512: 82435C9C11C487DB013F137F8420F26B78444B9B534C9C9D16190C8B391006E9FD456743318C8D59C26025DFE50D57F4541DDCAE98A51E58B7A72C71A4AA733D
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Core.Context</name></assembly>
<members>
<member name="T:Fake.Core.Context">
<summary>
This module tracks the context of the build.
This allows us to run some modules without any context and change behavior depending on the context
(For example `Fake.Process` kills all processes when the Fake Context exists, but it should not when used as library)
</summary>
</member>
</members>
</doc>
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v2.1/win7-x86",
"signature": "8338d9876835281b8c8d11047a71fe2a97a930e6"
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.1": {},
".NETCoreApp,Version=v2.1/win7-x86": {
"fake/5.0.0-rc018.244+vsts.2afe36531fd4769064e034f550cbd8ab07abf850": {
"dependencies": {
"Chessie": "0.6.0",
"FSharp.Core": "4.3.4",
"Fake.Core.CommandLineParsing": "5.0.0-rc018.244",
"Fake.Core.Context": "5.0.0-rc018.244",
"Fake.Runtime": "5.0.0-rc018.244",
"Microsoft.NETCore.App": "2.1.0",
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"Microsoft.Win32.Primitives": "4.3.0",
"Mono.Cecil": "0.10.0",
"Newtonsoft.Json": "11.0.2",
"Paket.Core": "5.169.6",
"System.AppContext": "4.3.0",
"System.Buffers": "4.4.0",
"System.Collections": "4.3.0",
"System.Collections.Concurrent": "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.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.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.4.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.1",
"System.Security.Cryptography.Csp": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Security.Cryptography.ProtectedData": "4.4.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",
"System.Xml.ReaderWriter": "4.3.1",
"System.Xml.XDocument": "4.3.0",
"System.Xml.XmlDocument": "4.3.0",
"runtime.native.System": "4.3.0",
"runtime.native.System.IO.Compression": "4.3.1",
"runtime.native.System.Security.Cryptography.Apple": "4.3.1",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1"
},
"runtime": {
"fake.dll": {}
}
},
"Chessie/0.6.0": {
"dependencies": {
"FSharp.Core": "4.3.4",
"NETStandard.Library": "2.0.3"
},
"runtime": {
"lib/netstandard1.6/Chessie.dll": {
"assemblyVersion": "0.6.0.0",
"fileVersion": "0.0.0.0"
}
}
},
"FParsec/1.0.3": {
"dependencies": {
"FSharp.Core": "4.3.4",
"NETStandard.Library": "2.0.3"
},
"runtime": {
"lib/netstandard1.6/FParsec.dll": {
"assemblyVersion": "1.0.3.0",
"fileVersion": "1.0.3.0"
},
"lib/netstandard1.6/FParsecCS.dll": {
"assemblyVersion": "1.0.3.0",
"fileVersion": "1.0.3.0"
}
}
},
"FSharp.Compiler.Service/23.0.1": {
"dependencies": {
"FSharp.Core": "4.3.4",
"System.Collections.Immutable": "1.4.0",
"System.Diagnostics.Process": "4.3.0",
"System.Diagnostics.TraceSource": "4.3.0",
"System.Reflection.Emit": "4.3.0",
"System.Reflection.Metadata": "1.5.0",
"System.Reflection.TypeExtensions": "4.4.0",
"System.Runtime.Loader": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.1"
},
"runtime": {
"lib/netstandard2.0/FSharp.Compiler.Service.dll": {
"assemblyVersion": "23.0.1.0",
"fileVersion": "0.0.0.0"
}
}
},
"FSharp.Core/4.3.4": {
"runtime": {
"lib/netstandard1.6/FSharp.Core.dll": {
"assemblyVersion": "4.4.3.0",
"fileVersion": "2018.2.9.3"
}
},
"resources": {
"lib/netstandard1.6/cs/FSharp.Core.resources.dll": {
"locale": "cs"
},
"lib/netstandard1.6/de/FSharp.Core.resources.dll": {
"locale": "de"
},
"lib/netstandard1.6/en/FSharp.Core.resources.dll": {
"locale": "en"
},
"lib/netstandard1.6/es/FSharp.Core.resources.dll": {
"locale": "es"
},
"lib/netstandard1.6/fr/FSharp.Core.resources.dll": {
"locale": "fr"
},
"lib/netstandard1.6/it/FSharp.Core.resources.dll": {
"locale": "it"
},
"lib/netstandard1.6/ja/FSharp.Core.resources.dll": {
"locale": "ja"
},
"lib/netstandard1.6/ko/FSharp.Core.resources.dll": {
"locale": "ko"
},
"lib/netstandard1.6/pl/FSharp.Core.resources.dll": {
"locale": "pl"
},
"lib/netstandard1.6/pt-BR/FSharp.Core.resources.dll": {
"locale": "pt-BR"
},
"lib/netstandard1.6/ru/FSharp.Core.resources.dll": {
"locale": "ru"
},
"lib/netstandard1.6/tr/FSharp.Core.resources.dll": {
"locale": "tr"
},
"lib/netstandard1.6/zh-Hans/FSharp.Core.resources.dll": {
"locale": "zh-Hans"
},
"lib/netstandard1.6/zh-Hant/FSharp.Core.resources.dll": {
"locale": "zh-Hant"
}
}
},
"Microsoft.DotNet.PlatformAbstractions/2.1.0": {
"dependencies": {
"System.AppContext": "4.3.0",
"System.Collections": "4.3.0",
"System.IO": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.Reflection.TypeExtensions": "4.4.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
},
"runtime": {
"lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {
"assemblyVersion": "2.1.0.0",
"fileVersion": "2.1.0.0"
}
}
},
"Microsoft.NETCore.App/2.1.0": {
"dependencies": {
"Microsoft.NETCore.DotNetHostPolicy": "2.1.0",
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"NETStandard.Library": "2.0.3",
"runtime.win-x86.Microsoft.NETCore.App": "2.1.0"
}
},
"Microsoft.NETCore.DotNetAppHost/2.1.0": {
"dependencies": {
"runtime.win-x86.Microsoft.NETCore.DotNetAppHost": "2.1.0"
}
},
"Microsoft.NETCore.DotNetHostPolicy/2.1.0": {
"dependencies": {
"Microsoft.NETCore.DotNetHostResolver": "2.1.0",
"runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy": "2.1.0"
}
},
"Microsoft.NETCore.DotNetHostResolver/2.1.0": {
"dependencies": {
"Microsoft.NETCore.DotNetAppHost": "2.1.0",
"runtime.win-x86.Microsoft.NETCore.DotNetHostResolver": "2.1.0"
}
},
"Microsoft.NETCore.Platforms/2.0.2": {},
"Microsoft.NETCore.Targets/2.0.0": {},
"Microsoft.Win32.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"System.Runtime": "4.3.0"
}
},
"Microsoft.Win32.Registry/4.4.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"System.Security.AccessControl": "4.4.1",
"System.Security.Principal.Windows": "4.4.1"
}
},
"Mono.Cecil/0.10.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Reflection": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.1",
"System.Security.Cryptography.Csp": "4.3.0",
"System.Threading": "4.3.0"
},
"runtime": {
"lib/netstandard1.3/Mono.Cecil.Mdb.dll": {
"assemblyVersion": "0.10.0.0",
"fileVersion": "0.10.0.0"
},
"lib/netstandard1.3/Mono.Cecil.Pdb.dll": {
"assemblyVersion": "0.10.0.0",
"fileVersion": "0.10.0.0"
},
"lib/netstandard1.3/Mono.Cecil.Rocks.dll": {
"assemblyVersion": "0.10.0.0",
"fileVersion": "0.10.0.0"
},
"lib/netstandard1.3/Mono.Cecil.dll": {
"assemblyVersion": "0.10.0.0",
"fileVersion": "0.10.0.0"
}
}
},
"NETStandard.Library/2.0.3": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2"
}
},
"Newtonsoft.Json/11.0.2": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "11.0.0.0",
"fileVersion": "11.0.2.21924"
}
}
},
"Paket.Core/5.169.6": {
"dependencies": {
"Chessie": "0.6.0",
"Mono.Cecil": "0.10.0",
"Newtonsoft.Json": "11.0.2",
"System.Security.Cryptography.ProtectedData": "4.4.0"
},
"runtime": {
"lib/netstandard2.0/Paket.Core.dll": {
"assemblyVersion": "4.4.1.0",
"fileVersion": "0.0.0.0"
}
}
},
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.native.System/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0"
}
},
"runtime.native.System.IO.Compression/4.3.1": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0"
}
},
"runtime.native.System.Security.Cryptography.Apple/4.3.1": {
"dependencies": {
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1"
}
},
"runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"dependencies": {
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
}
},
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.1": {},
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.win-x86.Microsoft.NETCore.App/2.1.0": {
"runtime": {
"runtimes/win-x86/lib/netcoreapp2.1/Microsoft.CSharp.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/Microsoft.VisualBasic.dll": {
"assemblyVersion": "10.0.4.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/Microsoft.Win32.Primitives.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/Microsoft.Win32.Registry.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/SOS.NETCore.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "4.6.26515.7"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.AppContext.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Buffers.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Concurrent.dll": {
"assemblyVersion": "4.0.14.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Immutable.dll": {
"assemblyVersion": "1.2.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Collections.NonGeneric.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Collections.Specialized.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Collections.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.Annotations.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.Primitives.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.TypeConverter.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.ComponentModel.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Configuration.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Console.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Core.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Data.Common.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Data.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Contracts.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Debug.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Process.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.StackTrace.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Tools.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.TraceSource.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Diagnostics.Tracing.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Drawing.Primitives.dll": {
"assemblyVersion": "4.2.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Drawing.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Dynamic.Runtime.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.Calendars.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.Extensions.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Globalization.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.Brotli.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.FileSystem.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.ZipFile.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.IO.Compression.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.AccessControl.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.Primitives.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.Watcher.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.IO.FileSystem.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.IO.IsolatedStorage.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.IO.MemoryMappedFiles.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.IO.Pipes.AccessControl.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.IO.Pipes.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.IO.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Expressions.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Parallel.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Linq.Queryable.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Linq.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Memory.dll": {
"assemblyVersion": "4.1.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Net.Http.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Net.HttpListener.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Net.Mail.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Net.NameResolution.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Net.NetworkInformation.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Net.Ping.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Net.Primitives.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Net.Requests.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Net.Security.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Net.ServicePoint.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Net.Sockets.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebClient.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebHeaderCollection.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebProxy.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebSockets.Client.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Net.WebSockets.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Net.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Numerics.Vectors.dll": {
"assemblyVersion": "4.1.4.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Numerics.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.ObjectModel.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Private.DataContractSerialization.dll": {
"assemblyVersion": "4.1.4.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Private.Uri.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Private.Xml.Linq.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Private.Xml.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.DispatchProxy.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Emit.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Extensions.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Metadata.dll": {
"assemblyVersion": "1.4.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.Primitives.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.TypeExtensions.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Reflection.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Resources.Reader.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Resources.ResourceManager.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Resources.Writer.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Extensions.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Handles.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.InteropServices.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Loader.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Numerics.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Json.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.Xml.dll": {
"assemblyVersion": "4.1.4.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.Serialization.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Runtime.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Security.AccessControl.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Security.Claims.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll": {
"assemblyVersion": "4.3.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {
"assemblyVersion": "4.3.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Csp.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Encoding.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.OpenSsl.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.Primitives.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Security.Principal.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Security.SecureString.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Security.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.ServiceModel.Web.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.ServiceProcess.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Text.Encoding.Extensions.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Text.Encoding.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Text.RegularExpressions.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Overlapped.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll": {
"assemblyVersion": "4.6.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Extensions.dll": {
"assemblyVersion": "4.3.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.Parallel.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Tasks.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Thread.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Threading.ThreadPool.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Threading.Timer.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Threading.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Transactions.Local.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Transactions.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.ValueTuple.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Web.HttpUtility.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Web.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Windows.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Xml.Linq.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Xml.ReaderWriter.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Xml.Serialization.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XDocument.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XPath.XDocument.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XPath.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XmlDocument.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Xml.XmlSerializer.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.Xml.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/System.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/WindowsBase.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/mscorlib.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/lib/netcoreapp2.1/netstandard.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "4.6.26515.6"
}
},
"native": {
"runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll": {
"fileVersion": "14.0.24210.0"
},
"runtimes/win-x86/native/System.Private.CoreLib.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.7"
},
"runtimes/win-x86/native/api-ms-win-core-console-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-datetime-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-debug-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-errorhandling-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-file-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-file-l1-2-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-file-l2-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-handle-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-heap-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-interlocked-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-libraryloader-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-localization-l1-2-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-memory-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-namedpipe-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-processenvironment-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-processthreads-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-processthreads-l1-1-1.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-profile-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-rtlsupport-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-string-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-synch-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-synch-l1-2-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-sysinfo-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-timezone-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-core-util-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-crt-conio-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-crt-convert-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-crt-environment-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-crt-filesystem-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-crt-heap-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-crt-locale-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-crt-math-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-crt-multibyte-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-crt-private-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-crt-process-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-crt-runtime-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-crt-stdio-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-crt-string-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-crt-time-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/api-ms-win-crt-utility-l1-1-0.dll": {
"fileVersion": "10.0.16299.15"
},
"runtimes/win-x86/native/clrcompression.dll": {
"fileVersion": "4.6.26515.6"
},
"runtimes/win-x86/native/clretwrc.dll": {
"fileVersion": "4.6.26515.7"
},
"runtimes/win-x86/native/clrjit.dll": {
"fileVersion": "4.6.26515.7"
},
"runtimes/win-x86/native/coreclr.dll": {
"fileVersion": "4.6.26515.7"
},
"runtimes/win-x86/native/dbgshim.dll": {
"fileVersion": "4.6.26515.7"
},
"runtimes/win-x86/native/mscordaccore.dll": {
"fileVersion": "4.6.26515.7"
},
"runtimes/win-x86/native/mscordaccore_x86_x86_4.6.26515.07.dll": {
"fileVersion": "4.6.26515.7"
},
"runtimes/win-x86/native/mscordbi.dll": {
"fileVersion": "4.6.26515.7"
},
"runtimes/win-x86/native/mscorrc.debug.dll": {
"fileVersion": "4.6.26515.7"
},
"runtimes/win-x86/native/mscorrc.dll": {
"fileVersion": "4.6.26515.7"
},
"runtimes/win-x86/native/sos.dll": {
"fileVersion": "4.6.26515.7"
},
"runtimes/win-x86/native/sos_x86_x86_4.6.26515.07.dll": {
"fileVersion": "4.6.26515.7"
},
"runtimes/win-x86/native/ucrtbase.dll": {
"fileVersion": "10.0.16299.15"
}
}
},
"runtime.win-x86.Microsoft.NETCore.DotNetAppHost/2.1.0": {
"native": {
"runtimes/win-x86/native/apphost.exe": {
"fileVersion": "0.0.0.0"
}
}
},
"runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/2.1.0": {
"dependencies": {
"Microsoft.NETCore.DotNetHostResolver": "2.1.0"
},
"native": {
"runtimes/win-x86/native/hostpolicy.dll": {
"fileVersion": "2.1.26515.5"
}
}
},
"runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/2.1.0": {
"dependencies": {
"Microsoft.NETCore.DotNetAppHost": "2.1.0"
},
"native": {
"runtimes/win-x86/native/hostfxr.dll": {
"fileVersion": "2.1.26515.5"
}
}
},
"System.AppContext/4.3.0": {
"dependencies": {
"System.Runtime": "4.3.0"
}
},
"System.Buffers/4.4.0": {},
"System.Collections/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"System.Runtime": "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.4.0": {},
"System.Diagnostics.Debug/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"System.Runtime": "4.3.0"
}
},
"System.Diagnostics.Process/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.Win32.Primitives": "4.3.0",
"Microsoft.Win32.Registry": "4.4.0",
"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": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"System.Runtime": "4.3.0"
}
},
"System.Diagnostics.TraceSource/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "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.Threading": "4.3.0",
"runtime.native.System": "4.3.0"
}
},
"System.Diagnostics.Tracing/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"System.Runtime": "4.3.0"
}
},
"System.Globalization/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"System.Runtime": "4.3.0"
}
},
"System.IO/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"System.Runtime": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.IO.Compression/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"System.Buffers": "4.4.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.1"
}
},
"System.IO.Compression.ZipFile/4.3.0": {
"dependencies": {
"System.Buffers": "4.4.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": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.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"
}
},
"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.Reflection/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"System.IO": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "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.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"System.Reflection": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Metadata/1.5.0": {},
"System.Reflection.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.TypeExtensions/4.4.0": {},
"System.Resources.ResourceManager/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"System.Globalization": "4.3.0",
"System.Reflection": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0"
}
},
"System.Runtime.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime.Handles/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime.InteropServices/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"System.Reflection": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Handles": "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.Loader/4.3.0": {
"dependencies": {
"System.IO": "4.3.0",
"System.Reflection": "4.3.0",
"System.Runtime": "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.Security.AccessControl/4.4.1": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"System.Security.Principal.Windows": "4.4.1"
}
},
"System.Security.Cryptography.Algorithms/4.3.1": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"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.1",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
}
},
"System.Security.Cryptography.Csp/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"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.1",
"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": "2.0.2",
"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.2"
}
},
"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.4.0": {
"runtime": {
"runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.6.25519.3"
}
}
},
"System.Security.Principal.Windows/4.4.1": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2"
}
},
"System.Text.Encoding/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"System.Runtime": "4.3.0"
}
},
"System.Text.Encoding.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"System.Runtime": "4.3.0",
"System.Text.Encoding": "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.Tasks/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"System.Runtime": "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.Xml.ReaderWriter/4.3.1": {
"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.1"
}
},
"System.Xml.XmlDocument/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.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.1"
}
},
"Fake.Core.CommandLineParsing/5.0.0-rc018.244": {
"dependencies": {
"FParsec": "1.0.3",
"FSharp.Core": "4.3.4",
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"Microsoft.Win32.Primitives": "4.3.0",
"System.AppContext": "4.3.0",
"System.Buffers": "4.4.0",
"System.Collections": "4.3.0",
"System.Collections.Concurrent": "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.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.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.4.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.1",
"System.Security.Cryptography.Csp": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "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",
"System.Xml.ReaderWriter": "4.3.1",
"System.Xml.XDocument": "4.3.0",
"runtime.native.System": "4.3.0",
"runtime.native.System.IO.Compression": "4.3.1",
"runtime.native.System.Security.Cryptography.Apple": "4.3.1",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1"
},
"runtime": {
"Fake.Core.CommandLineParsing.dll": {}
}
},
"Fake.Core.Context/5.0.0-rc018.244": {
"dependencies": {
"FSharp.Core": "4.3.4",
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"Microsoft.Win32.Primitives": "4.3.0",
"System.AppContext": "4.3.0",
"System.Buffers": "4.4.0",
"System.Collections": "4.3.0",
"System.Collections.Concurrent": "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.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.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.4.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.1",
"System.Security.Cryptography.Csp": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "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",
"System.Xml.ReaderWriter": "4.3.1",
"System.Xml.XDocument": "4.3.0",
"runtime.native.System": "4.3.0",
"runtime.native.System.IO.Compression": "4.3.1",
"runtime.native.System.Security.Cryptography.Apple": "4.3.1",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1"
},
"runtime": {
"Fake.Core.Context.dll": {}
}
},
"Fake.Runtime/5.0.0-rc018.244": {
"dependencies": {
"Chessie": "0.6.0",
"FSharp.Compiler.Service": "23.0.1",
"FSharp.Core": "4.3.4",
"Fake.Core.Context": "5.0.0-rc018.244",
"Microsoft.DotNet.PlatformAbstractions": "2.1.0",
"Microsoft.NETCore.Platforms": "2.0.2",
"Microsoft.NETCore.Targets": "2.0.0",
"Microsoft.Win32.Primitives": "4.3.0",
"Microsoft.Win32.Registry": "4.4.0",
"Mono.Cecil": "0.10.0",
"Newtonsoft.Json": "11.0.2",
"Paket.Core": "5.169.6",
"System.AppContext": "4.3.0",
"System.Buffers": "4.4.0",
"System.Collections": "4.3.0",
"System.Collections.Concurrent": "4.3.0",
"System.Collections.Immutable": "1.4.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Process": "4.3.0",
"System.Diagnostics.TraceSource": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Globalization": "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.Reflection": "4.3.0",
"System.Reflection.Emit": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Metadata": "1.5.0",
"System.Reflection.Primitives": "4.3.0",
"System.Reflection.TypeExtensions": "4.4.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.Loader": "4.3.0",
"System.Runtime.Numerics": "4.3.0",
"System.Security.AccessControl": "4.4.1",
"System.Security.Cryptography.Algorithms": "4.3.1",
"System.Security.Cryptography.Csp": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Security.Cryptography.ProtectedData": "4.4.0",
"System.Security.Principal.Windows": "4.4.1",
"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",
"System.Xml.ReaderWriter": "4.3.1",
"System.Xml.XDocument": "4.3.0",
"System.Xml.XmlDocument": "4.3.0",
"runtime.native.System": "4.3.0",
"runtime.native.System.IO.Compression": "4.3.1",
"runtime.native.System.Security.Cryptography.Apple": "4.3.1",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.1"
},
"runtime": {
"Fake.Runtime.dll": {}
}
}
}
},
"libraries": {
"fake/5.0.0-rc018.244+vsts.2afe36531fd4769064e034f550cbd8ab07abf850": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Chessie/0.6.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-EzfvxiU+b9WmW2C1Q4Ns2AX2IAq6I6n8P+Lv4gzKmeDoj8FD+goHLMqwoaE08E91nQwlEzxd9iwkdwf5E5YGCQ==",
"path": "chessie/0.6.0",
"hashPath": "chessie.0.6.0.nupkg.sha512"
},
"FParsec/1.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-0VoZapcSUHsNCixYawx8RFZHJMRVykaKsks5OOUXRP0bZCpr7UCP6kIjbVFGHIqqBGPtICUMy7j521sH0ZcmrQ==",
"path": "fparsec/1.0.3",
"hashPath": "fparsec.1.0.3.nupkg.sha512"
},
"FSharp.Compiler.Service/23.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-F8PiMkcQIZsJRAmpKQhWni0TTRuty2t9YuNc3wepdosSc89TWDQVwCI2P4ihWmtuL0O4qMjpNDiqUkO95RUl/g==",
"path": "fsharp.compiler.service/23.0.1",
"hashPath": "fsharp.compiler.service.23.0.1.nupkg.sha512"
},
"FSharp.Core/4.3.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-u2UeaUl1pt/Lktdpzq3AsaRmOV1mOiQaSbZgYqQQYuqBSjnILWemetff4xMZIAZi0241jlIkcrJQsU5PlLwIJA==",
"path": "fsharp.core/4.3.4",
"hashPath": "fsharp.core.4.3.4.nupkg.sha512"
},
"Microsoft.DotNet.PlatformAbstractions/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-wkCXkBS0q+5hsbeikjfsHCGP3nNe1L1MrDEBPCBKm+4UH8nXqHLxDZuBrTYaVY85CGIx2y1qW90nO6b+ORAfrA==",
"path": "microsoft.dotnet.platformabstractions/2.1.0",
"hashPath": "microsoft.dotnet.platformabstractions.2.1.0.nupkg.sha512"
},
"Microsoft.NETCore.App/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-AvT774nTFgU8cYcGO9j1EMwuayKslxqYTurg32HGpWa2hEYNuW2+XgYVVNcZe6Ndbr84QX6fwaOZfd5n+1m2OA==",
"path": "microsoft.netcore.app/2.1.0",
"hashPath": "microsoft.netcore.app.2.1.0.nupkg.sha512"
},
"Microsoft.NETCore.DotNetAppHost/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-f/47I60Wg3SrveTvnecCQhCZCAMYlUujWF15EQ/AZTqF/54qeEJjbCIAxKcZI8ToUYzSg6JdfrHggsgjCyCE9Q==",
"path": "microsoft.netcore.dotnetapphost/2.1.0",
"hashPath": "microsoft.netcore.dotnetapphost.2.1.0.nupkg.sha512"
},
"Microsoft.NETCore.DotNetHostPolicy/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-p50yZYKzhH64lmArJgoKjtvsNehECa+/sAuOQzZh5uDNBTbRKxjN8IXP1e517xdVsgrFcSNxSEVDKZIOWVjGcQ==",
"path": "microsoft.netcore.dotnethostpolicy/2.1.0",
"hashPath": "microsoft.netcore.dotnethostpolicy.2.1.0.nupkg.sha512"
},
"Microsoft.NETCore.DotNetHostResolver/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-fS9D8a+y55n6mHMbNqgHXaPGkjmpVH9h97OyrBxsCuo3Z8aQaFMJ5xIfmzji2ntUd/3truhMbSgSfIelHOkQpg==",
"path": "microsoft.netcore.dotnethostresolver/2.1.0",
"hashPath": "microsoft.netcore.dotnethostresolver.2.1.0.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/2.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-gID2fXOUeeLy8EOlYDchQITTwhsTAjZ83M156Yci4XK/kNvc+TNl7O/rf72+Xh0IayfNoDcf57Vevmkg689Faw==",
"path": "microsoft.netcore.platforms/2.0.2",
"hashPath": "microsoft.netcore.platforms.2.0.2.nupkg.sha512"
},
"Microsoft.NETCore.Targets/2.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-odP/tJj1z6GylFpNo7pMtbd/xQgTC3Ex2If63dRTL38bBNMwsBnJ+RceUIyHdRBC0oik/3NehYT+oECwBhIM3Q==",
"path": "microsoft.netcore.targets/2.0.0",
"hashPath": "microsoft.netcore.targets.2.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.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dA36TlNVn/XfrZtmf0fiI/z1nd3Wfp2QVzTdj26pqgP9LFWq0i1hYEUAW50xUjGFYn1+/cP3KGuxT2Yn1OUNBQ==",
"path": "microsoft.win32.registry/4.4.0",
"hashPath": "microsoft.win32.registry.4.4.0.nupkg.sha512"
},
"Mono.Cecil/0.10.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-nHSF7wvyZRPAGXl49zgULPFubXHpsXlOH9RXFRUKb0TX0/tKkKljci6yBszVNI09PIDNQ8IP9WJTYvmBkMbbHw==",
"path": "mono.cecil/0.10.0",
"hashPath": "mono.cecil.0.10.0.nupkg.sha512"
},
"NETStandard.Library/2.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
"path": "netstandard.library/2.0.3",
"hashPath": "netstandard.library.2.0.3.nupkg.sha512"
},
"Newtonsoft.Json/11.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
"path": "newtonsoft.json/11.0.2",
"hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
},
"Paket.Core/5.169.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-gY0e+Klg2FboL+QxbX1HhZ2S60z2MHXVV4BM7U9C8cZL8BfsvqH8E4XpJ+jtskvsk+V7kGAMkUYfoICzmDlP2w==",
"path": "paket.core/5.169.6",
"hashPath": "paket.core.5.169.6.nupkg.sha512"
},
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g==",
"path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-0oAaTAm6e2oVH+/Zttt0cuhGaePQYKII1dY8iaqP7CvOpVKgLybKRFvQjXR2LtxXOXTVPNv14j0ot8uV+HrUmw==",
"path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-G24ibsCNi5Kbz0oXWynBoRgtGvsw5ZSVEWjv13/KiCAM8C6wz9zzcCniMeQFIkJ2tasjo2kXlvlBZhplL51kGg==",
"path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.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.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-+XRQ372qQAkjJf1TYv1BRLGxPfT4gbFtwAbpuJ04ReqqYWove1yJyY/vSHXxoIlMJHdnPtyyzIJvYEQNGzUnEg==",
"path": "runtime.native.system.io.compression/4.3.1",
"hashPath": "runtime.native.system.io.compression.4.3.1.nupkg.sha512"
},
"runtime.native.System.Security.Cryptography.Apple/4.3.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-UPrVPlqPRSVZaB4ADmbsQ77KXn9ORiWXyA1RP2W2+byCh3bhgT1bQz0jbeOoog9/2oTQ5wWZSDSMeb74MjezcA==",
"path": "runtime.native.system.security.cryptography.apple/4.3.1",
"hashPath": "runtime.native.system.security.cryptography.apple.4.3.1.nupkg.sha512"
},
"runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-QR1OwtwehHxSeQvZKXe+iSd+d3XZNkEcuWMFYa2i0aG1l+lR739HPicKMlTbJst3spmeekDVBUS7SeS26s4U/g==",
"path": "runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-I+GNKGg2xCHueRd1m9PzeEW7WLbNNLznmTuEi8/vZX71HudUbx1UTwlGkiwMri7JLl8hGaIAWnA/GONhu+LOyQ==",
"path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1Z3TAq1ytS1IBRtPXJvEUZdVsfWfeNEhBkbiOCGEl9wwAfsjP2lz3ZFDx5tq8p60/EqbS0HItG5piHuB71RjoA==",
"path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-t15yGf5r6vMV1rB5O6TgfXKChtCaN3niwFw44M2ImX3eZ8yzueplqMqXPCbWzoBDHJVz9fE+9LFUGCsUmS2Jgg==",
"path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.1",
"hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.1.nupkg.sha512"
},
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-6mU/cVmmHtQiDXhnzUImxIcDL48GbTk+TsptXyJA+MIOG9LRjPoAQC/qBFB7X+UNyK86bmvGwC8t+M66wsYC8w==",
"path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vjwG0GGcTW/PPg6KVud8F9GLWYuAV1rrw1BKAqY0oh4jcUqg15oYF1+qkGR2x2ZHM4DQnWKQ7cJgYbfncz/lYg==",
"path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7KMFpTkHC/zoExs+PwP8jDCWcrK9H6L7soowT80CUx3e+nxP/AFnq0AQAW5W76z2WYbLAYCRyPfwYFG6zkvQRw==",
"path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-xrlmRCnKZJLHxyyLIqkZjNXqgxnKdZxfItrPkjI+6pkRo5lHX8YvSZlWrSI5AVwLMi4HbNWP7064hcAWeZKp5w==",
"path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==",
"path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.win-x86.Microsoft.NETCore.App/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-X81v1xldxh4cEjYsFpkUcqpJLIJasYf8elS30MiJDkx/IwKcNtkH7XU1z38M3hDHhukTctHzO/6cKaMU3bhP8Q==",
"path": "runtime.win-x86.microsoft.netcore.app/2.1.0",
"hashPath": "runtime.win-x86.microsoft.netcore.app.2.1.0.nupkg.sha512"
},
"runtime.win-x86.Microsoft.NETCore.DotNetAppHost/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-EoYojMSBbAdYUqLwnByFTLyqqtPmFDmDjpVgnKcBZFECvpS3GiRvQVWIvOpVEBMnlXIDYhoPmby/M6sxPeNehg==",
"path": "runtime.win-x86.microsoft.netcore.dotnetapphost/2.1.0",
"hashPath": "runtime.win-x86.microsoft.netcore.dotnetapphost.2.1.0.nupkg.sha512"
},
"runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-bJ/X27ZVeIEmLlozX3rW3m0jT9gRX/MgNsmtEdiSXA3JIR9UtBvIV4+WplfTK0Of2q1TMMeiMqWByo58wazhhw==",
"path": "runtime.win-x86.microsoft.netcore.dotnethostpolicy/2.1.0",
"hashPath": "runtime.win-x86.microsoft.netcore.dotnethostpolicy.2.1.0.nupkg.sha512"
},
"runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-tMCZx7SYGvoJXJD6619UlVlPlOFgHOR7qkQaLIzTix93bd4Fqa6Ga/Kav9ihAW8V/gIYqWVPk21j80REBucFCQ==",
"path": "runtime.win-x86.microsoft.netcore.dotnethostresolver/2.1.0",
"hashPath": "runtime.win-x86.microsoft.netcore.dotnethostresolver.2.1.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.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-AwarXzzoDwX6BgrhjoJsk6tUezZEozOT5Y9QKF94Gl4JK91I4PIIBkBco9068Y9/Dra8Dkbie99kXB8+1BaYKw==",
"path": "system.buffers/4.4.0",
"hashPath": "system.buffers.4.4.0.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.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-71hw5RUJRu5+q/geUY69gpXD8Upd12cH+F3MwpXV2zle7Bqqkrmc1JblOTuvUcgmdnUtQvBlV5e1d6RH+H2lvA==",
"path": "system.collections.immutable/1.4.0",
"hashPath": "system.collections.immutable.1.4.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.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.TraceSource/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==",
"path": "system.diagnostics.tracesource/4.3.0",
"hashPath": "system.diagnostics.tracesource.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.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.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.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.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.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-423hF/x1/1/aBT6hjgrp8RH2zdKOd1iTujlHisSesTW/cgv1ixUitfk23ZknVzItMm6jnwp9CBwI2P3r9jpitw==",
"path": "system.reflection.metadata/1.5.0",
"hashPath": "system.reflection.metadata.1.5.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.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dkmh/ySlwnXJp/1qYP9uyKkCK1CXR/REFzl7abHcArxBcV91mY2CgrrzSRA5Z/X4MevJWwXsklGRdR3A7K9zbg==",
"path": "system.reflection.typeextensions/4.4.0",
"hashPath": "system.reflection.typeextensions.4.4.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.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.Loader/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==",
"path": "system.runtime.loader/4.3.0",
"hashPath": "system.runtime.loader.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.Security.AccessControl/4.4.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-M6JMYDOGldrqRp3GrGIt5KRxzmEqh1OqBImgtw8B8PejkY3UOkMpwhpera76Thrv7nr0SDc+jXwv45isNDMbrg==",
"path": "system.security.accesscontrol/4.4.1",
"hashPath": "system.security.accesscontrol.4.4.1.nupkg.sha512"
},
"System.Security.Cryptography.Algorithms/4.3.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-DVUblnRfnarrI5olEC2B/OCsJQd0anjVaObQMndHSc43efbc88/RMOlDyg/EyY0ix5ecyZMXS8zMksb5ukebZA==",
"path": "system.security.cryptography.algorithms/4.3.1",
"hashPath": "system.security.cryptography.algorithms.4.3.1.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.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.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==",
"path": "system.security.cryptography.protecteddata/4.4.0",
"hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512"
},
"System.Security.Principal.Windows/4.4.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-h3ah5DRH1dD0WbtLVZrLAUkkMYL9N3gQ/qrJuc65GzyR4hsaPD0YjEwmpu5+2tNT8BQktW5xw7KlgoY83jqd7w==",
"path": "system.security.principal.windows/4.4.1",
"hashPath": "system.security.principal.windows.4.4.1.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.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.Xml.ReaderWriter/4.3.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-fVU1Xp9TEOHv1neQDtcJ4hNfYJ1pjfXzKY3VFeiRZK6HTV4Af2Ihyvq1FkPLrL1hzZhXv7NTmowQnL5DgTzIKA==",
"path": "system.xml.readerwriter/4.3.1",
"hashPath": "system.xml.readerwriter.4.3.1.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"
},
"System.Xml.XmlDocument/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==",
"path": "system.xml.xmldocument/4.3.0",
"hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512"
},
"Fake.Core.CommandLineParsing/5.0.0-rc018.244": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Fake.Core.Context/5.0.0-rc018.244": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Fake.Runtime/5.0.0-rc018.244": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
md5: 11208B5A7EF85CDA6F516759C1E61E62 | sha1: 872477318F67A463C5E0B6222EE89C58464018FA | sha256: 5E2C886A104942D0B26E9A588C8B99120EA420C5E4232BDF4E1D18C2B46B4482 | sha512: 048A8D8BD896E3C6C362BEC84FE55B07CA0933F30203D36DE976DE86457FD40F7155074FD7534B6F74F4BE826B7370B525D09FC4B317D0FBDDEAF619352B9397
md5: BCCE85B9B85D2F00A17B499D78EEEA3E | sha1: 693EE475EDE12EF40CB66A52362726B6689F9FFD | sha256: CCC6F191F99B00E40159661C4511F5798916B42A5F9F443E7505BF920118EDF1 | sha512: C70064B459678F9B96E23E9C4CA2422ADCD4536465BE23EC22D3A53CBAA50865228156EE4B4023E9C21913BD957A68CAB888D51E8FF5D94288618129324EB24C
md5: EA0F6EEFCA3248D5BA2453E4003EB803 | sha1: C6640DEB6DE6E90F1016FEA732D1F1E946896E10 | sha256: 797D4AC5EADCCB5C12C71FE209D03C14B56E1C2010654718704E89F09499FF52 | sha512: 72DFAD9D3E4AD4D87B54CBB2D3629AC78D1FB14DDE32FB83D78EB24725BB51E2036515737BE730A577A13A05D8E5F91DB849C8AF18129F5A9D457BB1C5599B99
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Fake.Runtime</name></assembly>
<members>
<member name="M:Yaaf.FSharp.Scripting.ScriptHost.CreateNew(Microsoft.FSharp.Core.FSharpOption{Microsoft.FSharp.Collections.FSharpList{System.String}},Microsoft.FSharp.Core.FSharpOption{System.Object},Microsoft.FSharp.Core.FSharpOption{System.Boolean},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
<summary>
Quickly create a new IFsiSession with some sane defaults
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.ScriptHost.CreateForwardWriter(Microsoft.FSharp.Core.FSharpFunc{System.String,Microsoft.FSharp.Core.Unit},Microsoft.FSharp.Core.FSharpOption{System.Boolean},Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
<summary>
Creates a forwarder Textwriter, which forwards all output to the given function.
Set revertRedirect only to "false" if you know that f doesn't print anything to the stdout.
When revertRedirect is true we capture the Console.Out property and set it before calling f.
removeNewLines handles the newline characters properly and calls f for every new line instead of every call to
to the underlaying writers.
The difference is that with removeNewLines you should use printfn and get lines without newline characters.
On the other hand without removeNewLines you are called on every TextWriter.Write call,
so you might be called multiple times for a single lines or a single time for multiple lines.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.ScriptHost.Create(Yaaf.FSharp.Scripting.FsiOptions,Microsoft.FSharp.Core.FSharpOption{System.Object},Microsoft.FSharp.Core.FSharpOption{System.Boolean},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.IO.TextWriter},Microsoft.FSharp.Core.FSharpOption{System.Boolean})">
<summary>
Create a new IFsiSession by specifying all fsi arguments manually.
</summary>
</member>
<member name="P:Yaaf.FSharp.Scripting.FsiOptions.WarnLevel">
<summary>
Sets a warning level (0 to 5). The default level is 3. Each warning is given a level based on its severity. Level 5 gives more, but less severe, warnings than level 1.
Level 5 warnings are: 21 (recursive use checked at runtime), 22 (let rec evaluated out of order), 45 (full abstraction), and 52 (defensive copy). All other warnings are level 2.
</summary>
</member>
<member name="P:Yaaf.FSharp.Scripting.FsiOptions.Default">
<summary>
Sets a warning level (0 to 5). The default level is 3. Each warning is given a level based on its severity. Level 5 gives more, but less severe, warnings than level 1.
Level 5 warnings are: 21 (recursive use checked at runtime), 22 (let rec evaluated out of order), 45 (full abstraction), and 52 (defensive copy). All other warnings are level 2.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.FsiOptions">
<summary>
See https://msdn.microsoft.com/en-us/library/dd233172.aspx
</summary>
</member>
<member name="P:Yaaf.FSharp.Scripting.IFsiSession.DynamicAssembly">
<summary>
Gets the currently build dynamic assembly.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.IFsiSession.TryEvalExpressionWithOutput(System.String)">
<summary>
Try to evaluate the given expression and return its result.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.IFsiSession.EvalScriptWithOutput(System.String)">
<summary>
Evaluate the given script.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.IFsiSession.EvalInteractionWithOutput(System.String)">
<summary>
Evaluate the given interaction.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.IFsiSession">
<summary>
Represents a simple F# interactive session.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.FsiExpressionTypeException">
<summary>
Exception for invalid expression types
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.FsiEvaluationException">
<summary>
This exception indicates that an exception happened while compiling or executing given F# code.
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.Shell.InteractiveSettings">
<summary>
Implements a simple 'fsi' object to be passed to the FSI evaluator
</summary>
</member>
<member name="T:Yaaf.FSharp.Scripting.Shell.SimpleEventLoop">
<summary>
Represents a simple (fake) event loop for the 'fsi' object
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.Handle``1(Yaaf.FSharp.Scripting.IFsiSession,Microsoft.FSharp.Core.FSharpFunc{System.String,``0},System.String)">
<summary>
Handle the given evaluation function
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.WithCurrentDirectory``1(Yaaf.FSharp.Scripting.IFsiSession,System.String,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0})">
<summary>
Same as ChangeCurrentDirectory but takes a function for the scope.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.ChangeCurrentDirectory(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
Change the current directory (so that relative paths within scripts work properly).
Returns a handle to change the current directory back to it's initial state
(Because this will change the current directory of the currently running code as well!).
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.WithCd``1(Yaaf.FSharp.Scripting.IFsiSession,System.String,Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0})">
<summary>
Same as Cd but takes a function for the scope.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.Cd(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
Change the current directory (so that relative paths within scripts work properly).
Returns a handle to change the current directory back to it's initial state
(Because this will change the current directory of the currently running code as well!).
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.Let``1(Yaaf.FSharp.Scripting.IFsiSession,System.String,``0)">
<summary>
Assigns the given object to the given name (ie "let varName = obj")
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.EvalExpression``1(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
Evaluate the given expression and return its result.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.EvalScriptAsInteraction(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
See https://github.com/Microsoft/visualfsharp/issues/1392
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.Extensions.IFsiSession.EvalScriptAsInteractionWithOutput(Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
See https://github.com/Microsoft/visualfsharp/issues/1392
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpFullNameWithTypeArgs(System.Type)">
<summary>
Gets a string that can be used in F# source code to reference the current type instance.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpParamList(System.Type)">
<summary>
The parameter list of the current type, sets "_" if the current instance is a generic definition.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpFullName(System.Type)">
<summary>
Gets the FullName of the current type in F# source code.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_FSharpName(System.Type)">
<summary>
The name of the current type instance in F# source code.
</summary>
</member>
<member name="M:Yaaf.FSharp.Scripting.CompilerServiceExtensions.Type.get_NamespaceName(System.Type)">
<summary>
The FullName but without any generic parameter types.
</summary>
</member>
<member name="M:Fake.Runtime.Environment.hasEnvironVar(System.String)">
<summary>
Returns if the build parameter with the given name was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVarOrNone(System.String)">
<summary>
Retrieves the environment variable or None
</summary>
</member>
<member name="M:Fake.Runtime.Environment.getEnvironmentVarAsBool(System.String)">
<summary>
Retrieves the environment variable with the given name or returns the false if no value was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.getEnvironmentVarAsBoolOrDefault(System.String,System.Boolean)">
<summary>
Retrieves the environment variable with the given name or returns the default bool if no value was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVarOrFail(System.String)">
<summary>
Retrieves the environment variable with the given name or fails if not found
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVarOrDefault(System.String,System.String)">
<summary>
Retrieves the environment variable with the given name or returns the default if no value was set
</summary>
</member>
<member name="M:Fake.Runtime.Environment.setEnvironVar(System.String,System.String)">
<summary>
Sets the environment variable with the given name
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVars">
<summary>
Retrieves all environment variables from the given target
</summary>
</member>
<member name="M:Fake.Runtime.Environment.environVar(System.String)">
<summary>
Retrieves the environment variable with the given name
</summary>
</member>
<member name="P:Fake.Runtime.Environment.fakeVersionStr">
<summary>
Gets the FAKE Version string
</summary>
</member>
<member name="P:Fake.Runtime.Environment.fakeVersion">
<summary>
Gets the FAKE version no.
</summary>
</member>
<member name="T:Fake.Runtime.Environment">
<summary>
This module contains functions which allow to read and write environment variables and build parameters
</summary>
</member>
<member name="T:Fake.Runtime.Path">
<summary>
Contains basic functions for string manipulation.
</summary>
</member>
<member name="M:Fake.Runtime.String.isNotNullOrEmpty(System.String)">
<summary>
Returns if the string is not null or empty
</summary>
</member>
<member name="M:Fake.Runtime.String.isNullOrEmpty(System.String)">
<summary>
Returns if the string is null or empty
</summary>
</member>
<member name="T:Fake.Runtime.String">
<summary>
Contains basic functions for string manipulation.
</summary>
</member>
<member name="M:Fake.Runtime.Trace.ConsoleTraceListener.Fake-Runtime-Trace-ITraceListener-Write(Fake.Runtime.Trace.TraceData)">
<summary>
Writes the given message to the Console.
</summary>
</member>
<member name="T:Fake.Runtime.Trace.ConsoleTraceListener">
<summary>
Implements a TraceListener for System.Console.
## Parameters
- `importantMessagesToStdErr` - Defines whether to trace important messages to StdErr.
- `colorMap` - A function which maps TracePriorities to ConsoleColors.
</summary>
</member>
<member name="T:Fake.Runtime.Trace.ITraceListener">
<summary>
Defines a TraceListener interface
</summary>
</member>
<member name="T:Fake.Runtime.Trace.TraceData">
<summary>
Defines Tracing information for TraceListeners
</summary>
</member>
<member name="M:Fake.Runtime.Trace.traceError(System.String)">
<summary>
Traces an error (in red)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.traceFAKE``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
Writes a trace to the command line (in yellow)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.tracef``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
Writes a message to the command line (in green) and without a line break
</summary>
</member>
<member name="M:Fake.Runtime.Trace.tracefn``1(Microsoft.FSharp.Core.PrintfFormat{``0,Microsoft.FSharp.Core.Unit,System.String,Microsoft.FSharp.Core.Unit})">
<summary>
Writes a message to the command line (in green)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.trace(System.String)">
<summary>
Writes a trace to the command line (in green)
</summary>
</member>
<member name="M:Fake.Runtime.Trace.log(System.String)">
<summary>
Logs the specified string
</summary>
</member>
<member name="P:Fake.Runtime.Trace.fakePath">
<summary>
Gets the path of the current FAKE instance
</summary>
</member>
<member name="M:Fake.Runtime.Trace.postMessage(Fake.Runtime.Trace.TraceData)">
<summary>
Allows to post messages to all trace listeners
</summary>
</member>
<member name="P:Fake.Runtime.Trace.listeners">
<summary>
A List with all registered listeners
</summary>
</member>
<member name="P:Fake.Runtime.Trace.defaultConsoleTraceListener">
<summary>
The default TraceListener for Console.
</summary>
</member>
<member name="M:Fake.Runtime.Trace.colorMap(Fake.Runtime.Trace.TraceData)">
<summary>
A default color map which maps TracePriorities to ConsoleColors
</summary>
</member>
<member name="T:Fake.Runtime.Trace">
<summary>
This module contains function which allow to trace build output
</summary>
</member>
<member name="T:Fake.Runtime.FSharpParser.InterestingItem">
<summary>
Parse #r references for `paket:` lines
</summary>
</member>
<member name="T:Fake.Runtime.Runners">
<summary>
Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="M:Fake.Runtime.CompileRunner.nameParser(System.String,System.String)">
<summary>
public, because it is used by test code
</summary>
</member>
<member name="M:Fake.Runtime.CompileRunner.handleCoreCaching(Fake.Runtime.Runners.FakeContext,System.String,System.String)">
<summary>
Handles a cache store operation, this should not throw as it is executed in a finally block and
therefore might eat other exceptions. And a caching error is not critical.
</summary>
</member>
<member name="T:Fake.Runtime.CompileRunner">
<summary>
Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="M:Fake.Runtime.ScriptRunner.nameParser(System.String)">
<summary>
public, because it is used by test code
</summary>
</member>
<member name="M:Fake.Runtime.ScriptRunner.handleCoreCaching(Fake.Runtime.Runners.FakeContext,Yaaf.FSharp.Scripting.IFsiSession,System.String)">
<summary>
Handles a cache store operation, this should not throw as it is executed in a finally block and
therefore might eat other exceptions. And a caching error is not critical.
</summary>
</member>
<member name="T:Fake.Runtime.ScriptRunner">
<summary>
Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="T:Fake.Runtime.HashGeneration">
<summary>
Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
<member name="T:Fake.Runtime.CoreCache">
<summary>
Contains helper functions which allow to interact with the F# Interactive.
</summary>
</member>
</members>
</doc>
{
"runtimeOptions": {}
}
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>fake</name></assembly>
<members>
<member name="T:Cli">
<summary>
New Command line interface for FAKE that utilises Argu.
</summary>
</member>
</members>
</doc>
md5: B508930BA7F4E87F295EC5057E522255 | sha1: E160F283C4C86FFD6B115D1B9B7C7C7216372F46 | sha256: C5E63264FF4D209E0C45B93F7BB8732FA5050F21B5C5944B740D9743052C87A2 | sha512: 186B7EB6BE544C1E12A9DC1275CBC9E199CBAABC8E8B1FF7CE8920010290585A51EC3C8100329E6160F517B033CC45BF5AF2F61299AA981AA7FD5E7487E513B2
md5: 9429089F36FDBCE49285742E22418923 | sha1: C4C21B40950FCAD7648BBEC2918FCA1B528E0F29 | sha256: 69AB2AE85FEB972C3140B01E1B1FFEDE6D0E037651E89F13281A978098DA5E07 | sha512: C8A7C1997A495606A68BB4FFA54E5BAC94C249A59C7960F5A1BF129F285A17C5AC81F00A111B0FBBE9A0D4CCB16B965CBB3F37FCA9C911FE16FF73B0723B9125
md5: B7ACC35C7358F8FA57CCADC4455A0814 | sha1: AE17A4A42B122E486E576B19DF2EEEA753C5F6B9 | sha256: E46E4C9C9DA372512BB6F71EE751A1E5AF3D0DAC8AA1346B45B7686B6F21A55F | sha512: 7DBD25F691AE5A7D2E8EF2FA3BB4EA7505636C4410AD976ED6538A43254E1C56900C41BE99423505B746FB95CEF5A6E44170323DB3A5EF7E44EEF2B9EFEB826C
md5: AE5AE1CDE4675106646332F10C998939 | sha1: 9AD41C5D78319629A6ABE14D4A462FFDD66E7854 | sha256: 066D84CAFEFA1A4E8ED7C153B93509DE6069DC904A76EF263DC67F4DE721AF6B | sha512: 1636F710E51F3397306CEE283B70687BE23E998CD91173E1B1EDC5652DD4CB8DD168D72F0F654F0E60D92C3E5E93DF20555D5973E9B4C7F71C105A578BC09C6B
md5: 6124B24FBD07195A67447CB5579A398D | sha1: A0699D8D8E779BF4D2E940F1D87AE9149CC49D37 | sha256: 5CEE76754FD70B5E7BD5C892668F2D932DED70C9F51A7788A97F5884F44E59A0 | sha512: 6F7CD81EC175635639E9088A0D466EDCE8A7E0F0CCCE6D90E7C78E2C4E9071C3F76D9A05C2621E92943DC9CBBCB71E79E348687BF0C579EF9272469289B4D9D3
md5: A865AC903B648434A5FFEFAF211441C0 | sha1: 0FD6A3C6F5FF46B788B35CDFEFF1AF138C428693 | sha256: D5C276D1005A5B89600891D9A360D585FF0B4CD795AD87A6BFCA8C137D4DE6A8 | sha512: 806B4B74B191A31BE7426BB0015246427B680EC5681C427093623B4C3428ECF9418406864B630B8988FF9B8AB05331B6D9DCFC9BFD398C037A9A41C00497EAF3
md5: 4DA6E1134DF8E00531B68E2529959F6B | sha1: 7708A08F1C712075B67B5442247B28099D00442F | sha256: BBA571B48AA426ECD9092801A3416BC1C12B7E0922C2F2EE0B676884959B60A5 | sha512: DCB9DB91136A44EFC2B80F34CE6EE06D8F9BE2D137D4B8B3804039D74B5CD36C75933D658D69110DC1C7C36339EE21B0A6A1A2DF1D43962D365B71F0CFA8694A
md5: 945D55C9A9D980715ECD04D360952C95 | sha1: C509E04BE4257A90202701C909C8AC625656E328 | sha256: CFEF6401990EF9CEA72D6444236E822540C88E641337EF0EAA920D3D3CF99E6D | sha512: DF7DF3206C1A0798CBA33CE729DE9B51E7DDE2D1532FD203FD4206271E8C032A92E9674CA8DB3E51EA75C31F8AD2B62363107C648F39A66A7E889380FB5D2459
md5: 6E817A38BE63931D1A98E0CE6EA50358 | sha1: 60CF4B5E5D44ED3F7FD4C9EAF7BE391B033C39BD | sha256: 5740B3E775A9570C2164A562349722D89753406C7F8733DE0D5A55901C5EA4DD | sha512: 3020CEC23B27871B0FEBCC63ED9C40598175FBDABFE180BEA2C2C153779BF1DF20F6640C0B354EF74D95EC40CC101FD9D0FE2273F6126C8861D392C93DC32D92
md5: F81763A794FF58D92638F97A43385009 | sha1: 76471919948053A3151957E0A42CBA19FBE916CE | sha256: EE12F8B2C194D9D7D5ED9DE5C1A61600D6C0508747E96849CB8068ADE982702C | sha512: EFD0F53E3FAE2D8C59753AB7172CA9C5FD0583FE4BB7A41684501CC90803ED25A98EAC1DC5233B5F4A1D86561BBC7AF416778D5286407787660F8F06C97A6F70
md5: 6C9CA518615EB1B36DC827B1CC245109 | sha1: 32DCBC48138C149C8A6E873F1CCBF6A64B42103E | sha256: 8C834FE0A4328AF2B38EB5D94ED9C8975797786314AEE9E9EF812A3247A1B8D2 | sha512: F69409B222B4076BB4EF82343752B0602BBB0CD9BD59FF21AD425A13FA8D6D50203E8B0A10C9FAC181B676F9527420C2A108A207F32A78F98F697E96A245B678
md5: 14C7BDF37EFD821C3FB2999D44B11539 | sha1: 554B1310BE1818FB770703C7A095C9DF076A176A | sha256: 4EA9AC46897947F0D4B201BF37E2762ED0756A11019EC5C1D227DB6BC07FAD2C | sha512: BDCCD3827BB1253EAA7F6CA7EF4C772DF56079E9F3A70AB5E216EC8BCCE715EB44BF84BE63337387D2C935FFC68F5647D60085CA709C11D7033ABF3B2BDFD31B
md5: 8ED1B343DC98E338ACC983A0687DE49E | sha1: D63333AFF2861F9FC39F3AB5DE75B7C8D6DD3340 | sha256: B9C07D7163691CF99134836C74FCB7ED60E9304A45E180990E8DB585A398165E | sha512: 68B4B1C4BC6345BA7796CAA907B84818E806FF0E16D93911562C62E85C274F0950EEABC616C220CC7EAF743171A03D30651F5F8BD0D8E2A5753AD00E96C27368
md5: 5785974EBC045D4D629B4E103A5C6083 | sha1: AEEBF475AD41186E632ED2E71E975C9D1F2A551D | sha256: F1FF874406EB1920C2802E7E6924DDF4FD121E474C88BBFB87D9315922DE92AB | sha512: 37393D26E996430A53553526E80F7FFB16C59B7EF7772BDB799FE9C55903B4B028942EEA504CB28CD1A8C88D5AE9E699729106529A589B190C58199D71D049E9
md5: 50762D59A5B77F6F7F9E5284F0021673 | sha1: BF1A71B108947BD1EA0B484E2A064F01B40CAC72 | sha256: DEBF4875B0EFB26D4E52FE35A684F91AA2A07878910E9443123D2F344CD53552 | sha512: E17950016E74F1C818A1361C8A2ED602258DB13057B8A79FA1E257D06C42E9CCB463F7F1E5FEE21D2E838E5EE68C32AAD819E631764C271B9025C54F07FF00AA
md5: DB535545600F33B058B5B861DA975942 | sha1: F3DF8D00563B6DDC30F4967D7836D25EB4750625 | sha256: DBA42F0172CB033856762CB8DF1686E099DA75DBEA76BAB2A979D7076CFB95BA | sha512: E9DB094FFD63D7B34AD245169917DD1367745A75DE0C12E8583238D96B53CAD7463C37268CEC63A7DA818757487AA65A4713ADB3ABD498CE02F901AA09BC8942
md5: A2FAF9D8021E79B1CD01DF83B73532AA | sha1: 8BEF12EAD0DA484851E42F4C81208AA2764DE754 | sha256: D49C61EDD30450A25B8CF223BDE50A1FB1E5F3542B74F41C2AC3E7B8AE5CB65E | sha512: D9868E3247A8F5EB6E5019E8FAB3042FE459E613FE5FEAAF714A1E314CC1CA15CEA94B5CF5FDBBFFAC5B7DFFCBE724AF4D5B591586ED2B3580E34EE9C0AF9DAA
md5: 816F33B28157A25C0E78C4167C952546 | sha1: 13149DA2075548F120A30F868DCD82E8B0D279C3 | sha256: 5644549A62DD329B053A5EB900EDA850FF87E56301DD7C8B326F1EB58728B795 | sha512: 55C8144CAD54CAE9CAE45D8326383C962992DDD488A0214012E90A23A8558CAD7642DB10743E31ED646AB0EA84C08C0D4A4BC7DECC64F5E429390661E8A37B54
md5: 3DF61D114BB8C7154B069CA3870CE6F3 | sha1: B5474ECCA54033AC8598BF73AE5509E751B9E2E3 | sha256: 8CE50C963D0B04B9923CA6511BB26F1CA954D8073F42201E826B15FE9366BA82 | sha512: 76F55A26BFB7F34AE60767F9C97F7A43BB0985B5F491225A06092C2589D629B05503F81C5A8AD8C13A9032FBE5F7CFBA39290DFED1C8AE7C91ECB8C61B16EA51
md5: CDD467421D75F3597F6E84A8194AA45B | sha1: 77F9658BCD53D2682F78BC38ACC75DDA5B0AEBB5 | sha256: 980ED875BF105C2EC1D5BD46785DF530D076D39959D8D170CEB489FBC358822D | sha512: 3AB5BDB067304744410C4BBDFC21948E59E0E9B73B1C5BE39F68CA0DFF48E620F2E3FD53B91FB9FBF91442190C45D294CB7930D309CBA7F801598909E3740BCB
md5: EBD5CBCB6D8686CD5B9225CDEDF9BEB9 | sha1: E82F22449B3A814EB858174D9C1B38E19E74BEDB | sha256: DE9F44B0855D0FF34A048EC89B53A1730160A96D941A96965EA70B306C095FD0 | sha512: 1287BA6ABD4E330F72A0BF52906902ACB91E7523B6742B13728AD2DF17F3D1F84E2D3E632D599C58BA8052729DFBA3B82FDF1EFDD0A4C4BE8B0BB153EA1AD2D6
md5: EBD5CBCB6D8686CD5B9225CDEDF9BEB9 | sha1: E82F22449B3A814EB858174D9C1B38E19E74BEDB | sha256: DE9F44B0855D0FF34A048EC89B53A1730160A96D941A96965EA70B306C095FD0 | sha512: 1287BA6ABD4E330F72A0BF52906902ACB91E7523B6742B13728AD2DF17F3D1F84E2D3E632D599C58BA8052729DFBA3B82FDF1EFDD0A4C4BE8B0BB153EA1AD2D6
md5: 6B6359B08CC9255F90FA463D59E2E569 | sha1: 998B336FE6FEA18923783C2CFE3FAD7B1B851E5D | sha256: 8586EA72FEAF7C0745925C45CBE7C76AF90A7AA01C09EA5B4084ABDF8B80940B | sha512: 510472D0B5540D930B22D12A26D4EDCDDBBC9D55553F64C1D85341E7E1C555A836A62A493643E8DE4AEC0E596FB61F896962AF9C86C97CCF0D855E7E40FA2DF2
md5: CF07D4D20143F7DA735A82786E097887 | sha1: 783A8FD956F6098D8B7BC070F4045D9B9FB91189 | sha256: 86012D2DBB9AA741E1E1CFB3EEEBF75451A3FFF82DEAA4FFB86BE578E7D46990 | sha512: 6CE1EB9E54F45D03EA58B1E6528D56952F110E828F031C3F1E3D8B114CA21615E91E188D9FE275339A704AF4FC5C5EC88F275BD62F21C8C64867072BADD95640
md5: 2E2FFB985D0FFD299046551942EC976E | sha1: F046346C9ABA8542425EF0BDBC4EDB0C7A03076B | sha256: 437D0A348E87AE85F9CEF89845B575A65CD0D94C6E749BB51235319755B7A115 | sha512: 5B9D8547F68DACEFA6D2F0F780E8B7AB766F39233C6EA28EF4AAD144B74D8594459AFD1865A5018064D0FEC4AF3A9263EA71893E14B40E6E3D7868A7B4DDF48D
md5: 063DF5A4B082EE620A2426EBF49E22B7 | sha1: B32A29749783943B48F0B0DE7CAA5393E6F251DD | sha256: B385472E625EC217AEC32EED83905A113373ADABC84827ACE664CA5EC80959AF | sha512: 1F400937492A7E16C4301D77D6F60FAF22AE90A2EC0E7E2154AECE1A01C8986B45C44BBCE0FAC5C2ED594D9D365830E963FD7DF9CAA833AAFC0DE37C73628E18
md5: A425F4018413A6C8EB8DFA5564CF851E | sha1: A12C4E1A45B2A64FA6364F8C20E69B82D18127A1 | sha256: 8ECBD4BC9437B3E99460D8B67577355ED33BC4569D44C09D21548DBE760FB040 | sha512: 97200D2E6B5ACCCD41D00A063D1E9CB1E3E1E528C5E57AD781FDB1D68EB7003CCA441B0C4B30C9D1DFBB147303A6466DDBA37CC75D25195DD2F16F6B22E3EB68
md5: 328D3E4D99E47F36F3530E1EF9E6AB75 | sha1: 9A5133F9315AA76ED0ED132FC4A64B41D950E774 | sha256: 824222A6F8BDDE186AE8F13E5AFA0A53CDB109F05C7E5D8F4C73630F77A7C6DE | sha512: C61AA344DD0E196EB65C3F014BE8B03E47F9FB0862B7BE5368785990754E1CE2132A80D6A6FF81F9C45758F14846EF83BF41D3B0CB549C8DBB9E5E3FFB4C07A3
md5: 656F3E136F3C8BB28404B79BAD11D40B | sha1: 41D9400AB22DEF10A22163AB3ACACBC5BDBF7AEA | sha256: 9424F29D3C01229CAB03FA1A587B6FD0EB62CFE687E838D9135845EC7D274FB1 | sha512: 466807E90D78CBDE23575AFB110F88A0CB39C5867246F726BC363528966E2ABA379DBBAB4123F8DC29243C48CFAC065D21CC3DCB2F7B4EAB9CB48049FDC06897
md5: E826B37F524B4A6541EF3E750ECA1C93 | sha1: 36C43A0BC771A0B39B39DF4163D6BDFBE8764CC9 | sha256: 1950045B6747D4BFBA268E5C2C8EDFD6ECF581BC730205A4B0EC4C0DFAD59D62 | sha512: 52FF8CBF9CA3FC92D39947CFA384021CC6676240A41B820E59BEB484CFECFE08649D760DD5205F0E1731D0C24B6BFAEEB923E04C8697D689ED6D040EDA4AD0D6
md5: 061C60BAFE5D20190A588A33E72DDA9C | sha1: F8AAA7B4417523AE8C9E83B460E95E2C1AAC8134 | sha256: 0D6ABCCA68A4203944B6E45FA713B2C74A127245E3D11FED1A480C18A782BAFC | sha512: 9F12E8CF947E7E5CC108696B2C6626BB339FD0FF222A9E052333AF602631EC675579D13DBC514F472A9258ED48A49E5103D36704A3AB0938E7576C7688FA9D7F
md5: A2E3422E38D5293AD382E68C8E4E064B | sha1: 916E7B12E19883C6A2ADE8A4FB5AF8CBD1C66E51 | sha256: F542F65A13A204102BAEFBC81942DA08DF20752D3851649EB2E6BB12D8F4EA36 | sha512: AF83D01863EBF4EEFE0ECCDE1685A3337094D016265F0998408091AF9EA18760BE7E92459F459D743267E86EF5A1AAA6FE6533089EC86851B3BF1D23BD0CC17F
md5: 0703B988139A537A8F3121AF7FBEE281 | sha1: 530048535C1916080EF897B403F7CBC492E970D1 | sha256: A7EACFF3C5C3C4E97407632735BFD93F5CE20659AACD66A6870DB3A571839ADB | sha512: D4C6C29D28DB0FD16495D1BFF3306B2BFCB02B8A29AB45B86084572015711ADD63F2B874A0984C303814558FE2E378A1EC032D6F3C82E5C787BE17F83D8BE17A
md5: 41993572391C9B66197823DE9D90B173 | sha1: CBD9A1B0FFE972D4DF6375DE8189326E12A2CDBB | sha256: 44BD19AE3300762EF8101756450446A1536CACED6721E66072487B15E820F56B | sha512: 12B7B528415206AB45544995ECB723C1F20FEBDC36E16C999B272F147C99A2A4981FCD805A92F18C9AD9CAA1B74FD8A36DCFA4C07E5777772CC439A7BA94AC8B
md5: 0703B988139A537A8F3121AF7FBEE281 | sha1: 530048535C1916080EF897B403F7CBC492E970D1 | sha256: A7EACFF3C5C3C4E97407632735BFD93F5CE20659AACD66A6870DB3A571839ADB | sha512: D4C6C29D28DB0FD16495D1BFF3306B2BFCB02B8A29AB45B86084572015711ADD63F2B874A0984C303814558FE2E378A1EC032D6F3C82E5C787BE17F83D8BE17A
md5: FB931AB9C7F13FA4E397FA8914835AD4 | sha1: 2DF921FC18B25F4098216FA6AEAFB9C94E5C355B | sha256: A84A4F32BA816110354263B35B631FFD190462FE93034A154D93B2EDA5DAA7A8 | sha512: EDFEBCBF6794BF55D2CCBDC525070267B07E89E3E6AD2E6584DA96509F6796B135F0D3D4F17E1C692BC26C0056D5EC957C984DE17805348725D64426FAE34326
md5: 51602259A41A5F57729789B3B75DA7F5 | sha1: 0E600B4084A2158A5D86853983784A62A7D1EED9 | sha256: D11A22BBFD872C68F1EA758215F529E63AB768325BF13BA930056E3966FD1F3F | sha512: 3546C193A57C0CAE02D0ADB5DE672F1A371D69930C1BA0066CEDC22A8AB7B0BEF290CF6DFBFBF18676D398683D686CA788CA3CA4089D52020C21609170A89879
md5: BBA08CD4EB41CD840AE28AC6C5A702CF | sha1: 014565BDFD7EB26A48DC75DFB90A2BE550E311FD | sha256: E799C9764B536CF2BBAF245BEC281A3D2D3F23FF444AE235F8C057527C5EA875 | sha512: F04F4C411C66C17534ED0E81823E895A045B43F9D5495D2F2B8E8182364C76001BFEC3132055DE22FF40564755D47AED684FCB0909900354472B9D16EBC1357C
md5: CDFB7A9D7F8B23A90BEB5E932E0DEC73 | sha1: 4A32AC1F154F2280940F8FC551960100F9D766AD | sha256: D62B354CDD893664FA417AF79F9D8D8CFD031ED002004134B404DBF95ADCA49D | sha512: B30C953F92FE71A0BF4E2A7EEC22E84E7095E1B7595AD3403D2EDA9E4DF206ADF890A1B82E887E66FE0385E05EF5960BD2CAAC090669D995816E03F3E9AE1703
md5: E7062F2E3F74752EFB0979F1234D9E76 | sha1: 3F8CB8BE2A8142A8C9B5834A42B9330514365236 | sha256: 14E134BC6E3457A6A74ED492F781547AD447BB3F5660A5E3FAE02A8C78C4B091 | sha512: 0430C6E2194425EF6A7108AA926B0DEE3BE6C7D9312A2F6C3B091C4533A8D42ECBA6B7064A0DBC2B61D01877E53601F6ABA780813F2F42D0F28224D868B75400
md5: 442CF072AD4291B417720B596EFB48A1 | sha1: 0A3EFED48C6A65D58DA4AF8F7A4E4E54524DBF55 | sha256: E03C2AE1864C98828675593DB70B2523AF596663DED44ADABF31110F8267F62F | sha512: 0647C43C28D9FE2E01661C3A11051372BA4096912F3C8263679C3CB6BD94F3C0BBCD34533F9D2039B1BF59360F50A22B2DEEAD23E3CFEB96A1FC85F2C444753A
md5: 9680AE7ACE0F5172118ED41CC90495DB | sha1: 6BCC50A726438CBDEAE991D3900EABCBC4B77D63 | sha256: 04E4E1BA1D6782FA87EBB0DC854AEF474CA440B61A90A6FBC4CAB08C75CCEF45 | sha512: EF8AA86655D8EC2A17532E8269FB74D60BDE179E3AC18BBFD5ED522EE8C4264847472CB7B9CE9A84E523992967F110BBCE3775EE4558C6931DA17A28153BE3EE
md5: 33074B8712994BD03F8339770E7E8283 | sha1: F6242D42CD16B63A38CD95F5E3C7BA917D44F996 | sha256: 8C0CA9C2EC0A571342C8075C31C3C70C2B75B52A1FA0AB2D5F098552349358E2 | sha512: D124DA62297EA563D1694E896BE6DEEB5F4037891918BFD7E7141A2A704DA5B0AA6A26693A86EFEF201A34AFBC0E02EDBC55A85E3138EFCE96FB0DCD36EAEC46
md5: 27B8E1F8D6C99ADB1C283CADC78C0000 | sha1: F0279DFA62BCFBFB314FB000082D98356272524B | sha256: 5BC05986079EB709E3D17E25385C538A42BCE338F8C724797AFA9C2D1C881A1D | sha512: 77A02DB27EEB1ADA7EF3F3CCADF49B9FCE8CF27E3F37401DFCF3C58968E5A8FC01ADA63CE5EA489196AC738EB274B35697A6C56D26C00F2E6D3AEE9F3107E1CC
md5: 2D3C5204056001C2FDE74EFFC98A77CC | sha1: 5ABFF3E7D6A3288ECA2F0938E2627027ABAE2992 | sha256: BA98FF60D2C1438D883E87AE593AC4A6D947FEDD1F7B45CC95FDAF133DA11236 | sha512: 5D2DE142FFF48A80D16F803BBE142614947D0A80546886978E2EF2164C633D0829EE59DFF99AFB399AE22B7F5586DBAF9E71364BC94A9C8B156305FD1CC18F75
md5: 149658F41922EE454EB67E4166355BF9 | sha1: 3FB61D0B36A1A09FA0C3C20BD828FD348F404DFD | sha256: 8A498461C7D487B5FC5FB8693FF6026E458F715389176F64AC69B5B8874841C1 | sha512: 3469FC97E47C4547BAEBD2E8F8F421855B2BDBFCCABE39254A60AA59BF815176E5ED24E8DCAF734E87913EF99F1B7685679C47F6C55DFD76C9BE828473E8624C
md5: E7431CEEC2272625978B22FE3AE72677 | sha1: AF99C01694EDAAD4FF991627ACA34C5EE05F93A2 | sha256: F4C2EDCD9A22F87DA0F6ACC78E8BC3D402AE4277ECFB38DA19A794CD8E95F65E | sha512: C7AB539466BAEEFCD8313307E2B9EA627D4DB9B129314DA51FBEBBC2B942A6F5D13FDDD029642BE01EA6DD0382D019957E331772FA0EE80141C48A0702485B20
md5: 51F2172160B992D8796FE02AA9541568 | sha1: 7D4B6A5E3ADAEE7BC67A4DDB46560245A53E6184 | sha256: 8553B219497CBE6C42A42BB294CE30D363517AECB30554D8036BFFA174CAA259 | sha512: EF391EDE05AFA96C64581282FB6C7FC7F0FDE8485DB2A9A4A9044B45EAB29E31B708201C3D4AA223D6E6C643AE2629AD62AFCD9A666DBA622414513B176EA472
md5: E5B08CEC2221D261ACCEE055D0852540 | sha1: 09EEB2320BCFF540DB367578D8875D8782679933 | sha256: 891F53352E315603FE16DE65CADFDEFB0A4460F88743B36E17EA84D6E6146624 | sha512: 6547773BECC04CA672D4C6359ED28ACD63F26723B57CA4CF5BCA4390A1A735938E73F394FC5EEA22E0ABA37C06403069D89BF2EF271A98353754DBFFF5547046
md5: C42AE43EE666760FB663D5F9B118CEBA | sha1: F63220CE35707F02B9F7F172D95D2CD56B211CF9 | sha256: 6C3EE015686A090486E5E840286F07701853BAE6B1FC6FB31900CBE646489412 | sha512: EAC8120830097A4D1059AB2FCDB9A3A3B43419C3A732651AD42DF17285FE614F0029637C0A618342047CABC4F4444D9220D96D1DD7DA5368FE8D6577BF38B128
md5: E8A8331C417A2A814805970D35401CF0 | sha1: CB5972626EEB8CBCFE7853877BCE431F5794D83D | sha256: 198DA734D39900B07990BB9ED142F339B497DB9634FD0AAD2ECFFB724AA6C4F6 | sha512: 0AE8A2AD3492A3D3844571D79234DB52442889D3B5501553D815CC9316A42FCCD1477AD9E8660BD4E55740A9F40C68660ADDD3689B968B598CF16DA658D77A49
md5: 4564DC957814CD577211C2B612F99B14 | sha1: 82366B876482243834DA4CC52B5A7CE955DB46B8 | sha256: 3C935DE85CB0E4F34BCAAC8B7EB311CCD4508490081E4F8C0445550D0999979D | sha512: 56E1107267EAF440BA2E4E25C6D9FB79E0ACCFA9E792EBD8E7B6EE05BDE0D81FA9A4FE610C3E95E5580C0EE2DB8C87218C08C6EE8E665326E43E7C9BC604AE05
md5: 0B99418D8E53C30FD3E9A40CA7E58C6C | sha1: C949425795FAEAF8F5C05D3B19F7CF7A7184173E | sha256: AEB232B3ACCCFD88E346CDD035BC27B77479DC07D3A09BBB0B198117CAE6EB71 | sha512: 5E3614730E46D671B4279B4250DC64D34A479B20425B54DEBCF488B952BD565B3139876993A2CE968F64CF24991548D4EFD63CE08369CFBBCC71E437E4FFD460
md5: 0468969C4B1A391F693C896049CADA92 | sha1: DC9AE404CF3E1D19D32911B0912D1A171EAAFE73 | sha256: 438D19B4594E378C09EFD850B126B269B2938DA5C9A4E6D4E0F4C4F96AB12EF8 | sha512: 4A990337D021BC6633514BAEEDDC53D565C3151E31581BB7280DD10758D036F4F3A8B87D72F21607F53BBAA2F21F20301B3E60798D139EDDA45E7FCF62497145
md5: 9F067892B4BA41B207AAE8DDA149193B | sha1: 1B5E9BD97707B2B7762985C4388851150ED0D616 | sha256: A11E84247D765B1EF2603017CB77A1057ECCF17AF358937BD404E3F6D4AC34A6 | sha512: A49F4B5EDF63A968927D14D00B0ED588D9627B7A3745F59BEAFE5FD9F90B648B842DEB1364C399EBEA28E848B3A6AE6AAB8D1BBCC139A1A748486FDDF03BB5E9
md5: B2A2A36AA0240AFDDC5248EAF86F297E | sha1: C2DBF283DEFA54740957A3063CB9CD5D4A828298 | sha256: 4F3D9CDF670C9B712A8BAB845A4E22C3D5BAE051D5D6109B4E467EBEB7905423 | sha512: DCB7BC8AB5755EC139A9315DC479EDC59F0C6F129FB5322D92E639830385565923856D91919A088E323AE6603E0A2173B5EF80ECD9D29711000D5BED9AE2AA30
md5: 33FC5F76FC56048A4E1B7DA7466C4961 | sha1: 7B1B344EA5B3812ACE439987A7D5E79784A8FD78 | sha256: 9A14D2CEB8ACE342E71FCCEA199033E7B7687DBDBC3298044CC3A3D5CFBA0959 | sha512: 715D29046934C0532498EBACB347F279489CC9F9C10BA8367224AA1BAB271BB7E9A7738E66DFB734CC951A2C26AB1622BB9CB677BC77847FE15C51E633AF31D5
md5: 8689E3533BE987112B104F8FCECB5792 | sha1: 0A9F50638DE98251B40D084685594A655A607DBA | sha256: A74165FBA613EDAE6CB3E9EBAD87A3ECCBCE271B0732236994E95DCD74789123 | sha512: 6DC3B72D1719696E22E5545606C9F9C96E5572A350AB20E33DD011145747A7850A42B7BC2A9E5152CB1DA0122F75568AD5EECCA2E3ACB3B2D23E873059F56756
md5: 6CD18529C756866F9111BD8D8D96D970 | sha1: BD130996D3976C99F61A93DAA3D2AE5E8D03DFCB | sha256: 129C50888A87410928F23BBFAAA576B7887A547D0A0B8054585E6B635C0F48A3 | sha512: 2BA3F67D18F4E1917EDCCD71507FC5DC5FAF4F58F4BD6AE23BEB79A48922620EECC495D044C389B36DD945968CD31038FB27F45C2220E0B2A6AD55FE145431DD
md5: 045EF342C630413942D456ED163E29CE | sha1: B3DDBD9B9EADCD8A5419BCA3E20F328B6189C7A5 | sha256: A90E0C9F4F8BD89BA1A03D2356EC9E01BBC14F5ACC9852746D64A4999728BF56 | sha512: 8E2E73257260D7A330883490733FE41BC4449BD0005C01FE475BDCDA5DABA31DD4FFC136C0F7C1CD04E452ED175E8E14C61282B40ADEB3C5EB72B4C5F8CE2C11
md5: 9AF2520AA0CD630876B53BD3D13197E6 | sha1: FB28C8F31F5A074AC345D23EA80DF05E170F1C84 | sha256: CD4E1ABFF5607920A5E577F3357C4979CF7290AD56952AB9844B3FDFDCF8F040 | sha512: 9D58F54045EE7A8A9720600FA652FED2C24F2742A2F61463660F13007A0120FA81CD2A6965DE86F78CCC1044B3459496C2C88F9DBA9BBAC26E0DD890C60435D9
md5: F3A3E3B100D03B889C738DDA6BEB4CAF | sha1: F4A16DDBDDAFABD95B826055B97B1A95848D88F6 | sha256: FAF59698ABDF14E8203AC5932C68A011E8717A6FC14CCFC4C3A260FEFDDD696B | sha512: 7F148EA709637A9948893A65C3CDDB1BD1BB622D395DCA33902E016254554401D930CABF3814D3D2481905EDC0101D9A460153CE7D1BD2E5DE684CC70DE809CA
md5: 20DE310AAB36DBBACF3E936368AD998D | sha1: B007604352E615543D9B8B6A5FCAE28C51FAF0B3 | sha256: 100C59A1E9F77AC958A278D07F08AC2E089658C86545D39E62BEDBFBA480F8D1 | sha512: A9AD095092D8D85231E65E0F5ADD4A66F4033380B26F2019D3A6835DA52C0CD5935C0FE2230BDDF2FE8F75C17AF707BB393F277A73A8F66D2FA1537FF16CA523
md5: B797D9A17A4897D98A5FB1F2CEC060D1 | sha1: 0896B75349475468FCE79A5769C1BF04F7152FB4 | sha256: 5BDA8BD3C4D5EEB99D3BEBAF4950B523C4780BA52DD91E844411A5E267BCF685 | sha512: 9FB6769593368A4BB4244090BBA6A89AAB1B94F672AE15C4E89755B3F7CF18FA790662A8CA673D88C5B3A7B39B0DA3F46F47BA1C33C3978E9EF64D1DA19F46C5
md5: 7905437722DC08C68EA3844C5BF3DA6F | sha1: EEA860E15E6F38E8CE9A786D4D1459C05CC74B7C | sha256: 03BC19B6C359665452E0A886DF1B465680F964C657512DA93AC0333A6B49F74D | sha512: 5E6A97D689A4719A8F279ED757BD3FC70EEAF2F68561C26D541C29432A25ABE64ACF5FF382D82284FC698A41A02BBD467F5BA6A035DF7D642FB37E4A39905515
md5: B68B35C5BF21664605D06EC1F8ED8630 | sha1: 157B5D003A29D89080140DC791A409130897119A | sha256: 62C7ABEA54711C74E66EC3D90A864BE038238F1E7EC3A4853CEB597F44041EAE | sha512: 3CBAD390D88270A3267EDCB6E91FA3AF17919E3A4CD9318B7F55765080763A0F378C49DD3C0569480E5DAEA89C7BAC8DC81081BF06B71DDF0B937C00DA7A68BE
md5: 95EF64ECF8E2840175FEAED7C15FB7EE | sha1: 83264FF179F5606F1A9B14621C3B83A7C6997E34 | sha256: D33B659F231CD6C0FAD9381C5AE22A3D2374F7A3F7284827E7A40E58C5DD3F5E | sha512: 9BFC0CC1DE40208A8FBC08D912778E1BC841EF1C38E59F352491F21A687B077F89207A825FCB0968BAEF8C84B263935BB9198B1AF6AE469546D7E316FA734D87
md5: C764C82C8BC10EC0883002D0E4DDDBF6 | sha1: CBB3E826C88F46A99DBE33EF8A99577F958779F0 | sha256: 2CB5C57F9A3C514A1A8C0DFAAC0DFFEC4400BF2069BFB9CD8E6C0DED4F488143 | sha512: 4506DC1015770B9A51B5849AF053F04A13474CC2470E2B8DA8DB6DBCAF6C9B8C010BCC36B9936741104D96F4F26B768820B08A9655BC6B9F37CBCFA8431AD09D
md5: C470FFE71AC51C99BEBFF0DD9EE12768 | sha1: 6DF617D7D98ADC6E1634A889F0F1FB21448349B6 | sha256: 67EE12773C93BAF3A30D4C8662809D661E8A6C9C9E96A9CADF1AD243493D0510 | sha512: D4A6F6396C020E0A5722DC35317F9C0BFA8DF951E2DF26374D3B04724BC1CC9CE950FAC5253FA441DEF817D8A297E3AA3DDFB3F300124D75102DCCF2BD11523E
md5: A4AA936BCF53EDD036C5657506C99735 | sha1: BE9F01F21D9FDD980720F4F74E5E61A5726785F2 | sha256: ABBB512EB09799DF47F326FB4E0078880A6C475B481C0617C2EBDCA0D7EB24C8 | sha512: EEED8A861C1A3E0641339CA7386D81ECC0CF2B1E936D9B7A3A6CD4F2F0594E631961CC363F117435505031AE9A790A6B5E3B94D25EC38CE64CB0D7EA1C54D322
md5: A05DFD07AEDBF534603C288117443FE6 | sha1: 73F4287CC48744E90CAA8571A94FF54B74591C6B | sha256: 6C028EE946F9FA7581657285CE4F4772BC148A4FF28823B3ABFBFC0F63AC91D9 | sha512: 4EC53582D136FF88D1EF36089B3A2DFE6439C56CBE4CBF1F72012E3EC269CD25B584A9F0C2EBC72069A8B22A85487417797FB49075F74316DD860811669ACB0C
md5: 8A4A4BA65CA47394BD948AC717797DCD | sha1: 9EBE22ECE7B0CB8A309372AA92AC180DA9A8A6A9 | sha256: 1C69CD456B0499995179058AFE69F9E0E9E3209B12378C1002098E9D5AD7A399 | sha512: 273EDE57A6A864B32D97587F5C1EC54131846FBD6BD0E90CE3489E4E2079441F699D0F495C19E7A978DF990518BFC2A73EE8B145A82D0A788497D1EEFDFFF6ED
md5: 1D060E4E9F8A8D05FE377C45F25DD127 | sha1: 0C6A96C81DE72A22A9C4DE99B648921146AE4565 | sha256: 87EA4982759B7FE620E39A10906A6F67C198EA2DB35981996DF0F270D8A6C4E2 | sha512: 45EECAEBA649455CEB7661FDFD327C3EFE88410FC0589C618F4CF12E3F117638988FB3FF01BF1A7925302D54C84EE3B7AB724534AE7EE32B39BF8692FF5C6500
md5: 87CE18A030AF6BDB0DAEA6FB3E3DF2D0 | sha1: 34AD23A1BAEB11F53BB529334100143D31DB3D6F | sha256: 749A7319496BC73542D27BD7C9A748F1C0A059882A42D902D42A03B57DA375C7 | sha512: BD07BA5B3F2ED7C43273B1C4363981173CCCE0A119DFFE6D34BED125BCCB49448EF53BC9BE46C36207319878B881A88759BD749D19DDC0547543E2D32B188314
md5: F255BE03D208FAEBADA2733F2D841C60 | sha1: E1AF82EDEE026694C697598FAF40963DB1509F51 | sha256: 95CB316273DDCBAE21028641A0C511527939E9EAAD2992F0B7BF3A74DFD84C09 | sha512: C38B352DA710532F756CBF28DD8D30E8A3A1457A16474E3A630E216BE19BBEC37FED26F5AEC48685B10EEDB7B11D7C87092800362DC099532D63DD1D264FFC45
md5: 81226DE3CB2CF3E72C0DA6819F0C0148 | sha1: 464B3241D477878F3E88BCDC9E205D69DABFAF79 | sha256: 950185CC21FE453A3EC1CAA1FA06C2B30F2BC1F352BC84553D1B47B412719CC8 | sha512: 2833676439BF4AF4A6AB96D93C912926E77FDAFEDF1D9035215984490B5A2022E00AF51295B5C3447D0FED71A00E77615DF54258771D95246FEB99CA4FC71AF4
md5: 40C6A84BB1D71B10DC48E8B6D5E2915F | sha1: 4B9C7DD7EB161863CA32C2AFD044F7AA52E7495F | sha256: 8CD81349FD91E20FDE68FAB85AD7C679C1E0FFC8C86E36A15EAD821A30A071E0 | sha512: 61C87839191419F1E87E675A6303EC876EF757C688BC51C0A8FC969032B7F6A26DC79FA61B7A3FAAC68013FA27DC4FB47C78CCA7E97D92B3986DBF673E5E44CB
md5: 214E39D49C704797FF36410EFB50309B | sha1: 945A2DE8A4FC1FC5B7F26586D0401DC5EE631B34 | sha256: D74140136B5CC88AA3AA7746F4E398D090747EDAB4B198D5AEDA08A3F1C580B0 | sha512: E758E00AD1DBF082A17A4E1542F167B7399A2D786A81F428D45DB5C8FFCCD89FCB9B2DEA61F61BFDC4E001641AF5AF2D4303CEE8E8A365F945D8A3BB53AB6285
md5: 4EA18E0A93B33E42FEF0A3838071C44C | sha1: AF75231BC7E219106CAFC96048BE4334960CFD5C | sha256: 57C7467EB2928800209640B0ECE2B7D4684691D0B407B5CB28805D23BCB13DB4 | sha512: AFE08FBFF0CF1C5C972DB63D040A28553D114B7AFB018EA7D530BF43706052DE6E19F88B12E24B4473306139D2F9741AB82E9AA7C73988D45895751B33BB51ED
md5: 33C5F7EF661E1D9FC5180C843ED31E57 | sha1: C7B5F2637A346427086E9622809DBD33CE07508E | sha256: 54C3804AD8486F3661CB031B9BA86C9382981EC6D40C855C507C40E8AB081C51 | sha512: B8C1136FA490724456DFB54A67B0F2D3DC2576513009A4C3788F2663D6D9DADAB68942D7DBB54F8E38602747E75A8F833449075ECE966DA14FF07FAB5E4D7CDD
md5: AAD06F579E09E7DA3FE74EDDA4FA7679 | sha1: F57BBCAAC89F2C1D0602AE826CE90AB2F5732EAE | sha256: E3CB5ED34CBFC7A433A070AC3A9636005A9A66CB55541578ADC55840EF52A805 | sha512: 1BA970B75DE6C122684DA34617179936E1DFE3C78EACE74F20DAD1157E856EE3791FF1412865B06D560391821F34A5CC326C27B74787F7D49A7E57810FEC239C
md5: 556DBEF8B1BFA9124C61884041B4E175 | sha1: 86C1C1A3538751428540B1B0A751D496EB3D6023 | sha256: 706473E095E7722BD3A86FF7E0BF5055E88F3F9507366D05C46367B1A83AB07B | sha512: DAC1FF78A3EAB45A83DDDACD5EAC12714BC3B73C418C67533863987218C4A6323AF918C54F88BC83102F28B7BC650C96F1C1F4926EE6817D74E6007B54848D5D
md5: 1F780FC48EB85B52375E0CA8EBA0561D | sha1: 84BD4D5B4EF68F97D520B29DBCE56ABE27F96CEA | sha256: A4548ACB053781D90D1627E9FA28442BD7D56579FDCFC1C957BCA183E83649E1 | sha512: D684DC4378435E5F5607DD977A419D429A0EAC5691A23B4DD0FD2F4E0F3903000B2BE3CCFAE08E4D5F6C367EF771FB35B4BB6E2D54D6E5A96A60E173EECC9FF2
md5: 41C6F05611B31F57736E3DEAAD09994E | sha1: CDC05D54F98747E75982AF647A97F381432E71BA | sha256: 0C7BA1D939E58D48E6FD1F128D313FE69192CBC3DE345468B4BF6700376B41F7 | sha512: 28B9905DC11E0338E696FD3E966B1549D78387C3BA6C73FD61BB0DE860799E3DA31210895D95323611394D71F12A8BABE843974396FDCB37E343BE46A4292627
md5: 0DD244C684C03CBB8032E55D16020735 | sha1: 83B210B67BEC127278A42C0BDBEB577DF6331C21 | sha256: 5BEB0C64CE3D3F53848A58D3D498E69AE95ACE8918978D0A2B076D402F071DCF | sha512: 7F15F410432F98AD127F36FDC5DEDB46FB7D60FF39D9965FFD1EDB048B6D92B6DA428802042305884C21430D25A60001088CE31EC0B235C123CB9313009D0636
md5: F3B72E36CBA2C3A2943B326E23CB00D0 | sha1: 961C1222D8C6BBDA35797F3992240F2CE75B46ED | sha256: 029573F212709D1B0D0F695EC663E855242D0A9DDF7FDF185C6AE191209CD838 | sha512: 19A262F1C11AA29FF77DE9C313E03D71C6C54BEF4CACA34E94A1DC28A8A61C22CEA8EFEA693C36F3C473DE9C9F6E995A4682EF2AD4F098A3144D2692AA789B72
md5: 99DD24889898E5EE74C5F06A705AD64F | sha1: B92315286C6B18AB8D9C2D958C7202FC7CAA3545 | sha256: 9D9835DFBACE62160F32C2D6A3D7A3FD0B618DD6AB89282638864697C3AF8213 | sha512: 6C92A6FC13294299699F8D87E6DBC8311B0EEA1E66506CB1D34C9E28AA35F3FAFD964476B3B7A19AC8C15B518F5F37CDFB30CA3D0C7AFE69F3DF11B728292481
md5: 5BD3164729BFF5B4A2C7A5863AE9C06E | sha1: 926369FCD9146CE81306CF03B862E7C6838E9B2F | sha256: 1C698C8A4B3C22CC84190F873F0B873426384B9DBCA5AD2FA18CA65E3C086993 | sha512: 971D9B96125F90514D3639F825247912F61B3F806E4049B2DEACAF4FE7C330B6A8438FF0BF38011C4A3384551D4DF36479AB6DD0CC5A5BC4C1A72BA83499841F
md5: 6BCCE83F54BF06F47FBD13B65AE05EC8 | sha1: F87F042BEE8B9B7E806629757519B4F3D9731EAC | sha256: D452F1907A9096E7B23EEEB0142EE42610AA8E40A2F06C75651860368EE1BCE0 | sha512: 59B62D1CB2F03DE6ABB6D029BC41717B9084AB79C79AC8C008D7EC07C220E455AA2FE0E40F65FA2712FD2C6FC41D0201AD7C8E545FFD46FE058887751AD7C294
md5: 47B78D377706B2D7874D38F16B3E1FC5 | sha1: D3A2ECD5B3987A172427CAF7CDF8F6AD631287D0 | sha256: BF4C7B5647AE457E2100BF49B496779469323A0301F03807CCC6079AF13484B7 | sha512: 3EAB945180F962341DC9B4CE66680EF3BA88912055C9263253C912DE3132F5EA9402D0F242A27D49F96F517D70A393A7B7A5ACFA0AACF3D0B1E646E3CAE80357
md5: A028A788D0D44461DF1AE2920E639286 | sha1: 6B86E0A6180F956ED18D71EB4ACC09AB66D03938 | sha256: 24FEE9AB987020B7F3A36BADBC187F97800993037D56AB61845355273CEA0240 | sha512: 03C9909B1077C73D2DBC4B6F235B12A33203F9569C2704CA0C48F659AD1393E147C4F17CEBFCBC3574642AF78575D84CA8627CF9367A7FC207CBF9E54E2123F5
md5: E7FEB81814B5FD374AB4CF50E58286D3 | sha1: C2A4FC0FC013C0448E9CD9B766E1C5B024ED9126 | sha256: 2144578A8EDF1DB85E1DCBD614BDB5B56FE8A935DCD772DC542EE39F10B4538F | sha512: AC1ADA5A41B8AC7B1BF85B8A21D6B13B960419C9F0E7BF8F0C00323B9C801B94F761EFBB884985A173B81D1B9871FD680A75BBB7A47FEF3C812522E0B4384D67
md5: E0292B4ABD687B29DEDDB06C4610EE20 | sha1: 6339518DC0F56B1D87A24FB46997FF36ADA33EF3 | sha256: 8D6FC9BD24946F30DC614A94CEAC5C03D3F943A09EAB655541756871DB7EAD6C | sha512: 0782C745D180A9BCF46A7A30F8DB249E2106DA01CB6838D3E2A72BC0586932A2D6111A4212AC1BFC3DC7D26ECEA570670D0A918DA0BAD2C54D4ED109F2286B02
md5: 9C1FD244E8BDCB7A0B837B149534B6BF | sha1: FEBBE4DF050317CAF34A75046DFE0B37447E559C | sha256: 5A838028C49502BA30A58A0CC511CBB7F5630D71B5A89E141E828CC67EF261B1 | sha512: D2F44931681A1F45B98CBCF746DB2E1B17DFAF47137618C4004DDE87822EABC0B320B7F444841F77C412992A5653246D6B90DC28A0C791EE635FB7E75644C37A
md5: DA8105DD31EA8D35CEF2FA935BAAC32A | sha1: 85B95678F8A667D9560859D226EFBD40282F3474 | sha256: E6FBA8C0479E2F63C108A368112228C7ED55C43A7AE65F978E8AA669729F316B | sha512: FB42CE160993ABBE984F995317288875136C5E4AA9EF62D5DB0C01CDA692F533F73B51A53FB789E79FF8296F3148D667D23B489E4557E9912A92B7CCEF45BFEF
md5: 8884DB9AAFD0E24FBC4B6ECEEEC88A16 | sha1: AF28FD8D867223968008D2DEF8F2ABF569CACF83 | sha256: C1CFCCAE8B5DCFDF3F5012D81CE2FD1687D1049081991B0B3019DB7F0A1FAD3B | sha512: 09FC219649F16D1BC346A8971647F3463F71CE3285B3E1EBB087BDE869035C12302E5D71DE0A0666672E2FD9178CCE4F1E30366911F49488946D3CA9123225CF
md5: 7FD52C469DC22666FBD3C9002AFCF8C2 | sha1: AA3D32A6DD71EDCD9BF574F573451C9D170D73DC | sha256: 951A62A9FD3CC01371F7737DA91FE9969A6835B97790E7C4FD27AE01F03CE080 | sha512: C163FA749F8F7638DEEE24BDE589E71BB4F6C4F9C7DE77FE1723BADC335DB53DD15A37623F7C9DA65A67C5D064A51407BF24F6102319156146D6D185C1504439
md5: BC38712E903B8F931EC4C111912AAEC8 | sha1: 09268910BA86157919F6A411749E83FD36E4890B | sha256: CE3621CE0A0FB82ADC24AEA899C475DD6717E0D96CFDD6795379EA9086784F20 | sha512: 1D0AB056DE60428380733AF2E27079AE9AF588368204F58A773CA57386E49EB7D2B59E4B177FA34D97E1E131FA15C4D4C623D161A52F36F7829206554B820183
md5: 454E321E22AEBE9AC5DA2242CC0DCDD4 | sha1: E4BF94E0897E25B96B951614C1A7B0344F0B6275 | sha256: F9FC2A9F3F970B439772386807966E6F4B528BC2A69BD1E5A54ED256559FCCCB | sha512: 73880B44BF955392937869DF0C20D1F883FFBB20237BD512547A4078BE5EC1938839FFDFB277B2CB6024E365949204B3C09C422CE5D6C9849545B6228049B244
md5: 2E24D1396FD6DA59BF34AD71695002BC | sha1: 535E779315B958912703E738EDAC28D4FCB1AAAD | sha256: DF6526BB217B714E767990221748E93CB992A5584521FFD70D8FF379D111EAA9 | sha512: BEE5F1B35E9BBCE78BE439CD65CF9C623EE8946C710A03DDEF6000B7540F5F8E82B93B46B892A146291EF85BB42CA894F80E377DCD5D71E85692F454EA0E7FA6
md5: 22F9191D8B91CC7EBCE912F0BDF8E6F1 | sha1: 448565ACAF07672AB7CC32354BE66BBDFCBB1295 | sha256: 86A75B9C07BC560785DABA1A15A8A51E893303F0B92A32A88FDD9ADF14172A47 | sha512: ED985FCC369A964BDAB8EE63F76EDEED10F530A7C6FEF52512D18A6D34FB73CEBD81497B634E14B71E2DB9C3CB47A21E743516B26DC9F8DC9E09B762DDAE4776
md5: 65BED916F7BCF8AB68FC0F45FA6DE165 | sha1: 261EE6E0BDB11F452A7E08C992FB523C4805602A | sha256: 7DE2DC32E79ACC221D06765FDB0E017CDE7D817A5DBADFC7F6DABE8942B59DA8 | sha512: F53315AB17B28D5532EF6DD1C78E714469F692991D0AAB750216F2E2F7EE1259CC51FFD417F43D92AC887471A5B5C36CFC3185179CB5D1DD893C0DB9B8D65842
md5: C5FD62EA1DE9531802C257F274525D1E | sha1: 5798F411FD1A3CAFEAE042CFA9BFBC96F962FCA6 | sha256: 618ABF75604C822EF46F292C49F3D1649A13122E9F976188EB70804F2DAA1594 | sha512: D06BD2B3FF4BDDAA6D3AA25FACA6C4BCC74A830D3C2BB56350D4A17384C0EAE7194ACBE293B402F9C72BB44E7F47D4CC8DDD5DB0A6902CA0C889F44190FF7995
md5: 7B509F47D241A8B072BAE334B73B9AA6 | sha1: C5B6604E409FEE213FB4F4050CC6DB76ED951918 | sha256: 7565068773864B5EB164608825D687FEEEE517452F6B42E311EDBDEC34B62514 | sha512: 188A21CE0D8309CDC30F5655EF196382F0DB59A937A8D0F4A73F281F286FFA2D88AE5B3AD9C86DCF2C9001DA9E0BCF42DDF521A4F81B07F264056E4CCF9D9F4B
md5: 921C23250039ABB6AA52D551506D0108 | sha1: 196A4E61631BBB3D711091F13D74CD8F2A278048 | sha256: 12B0D9FA7F151280067D464F1E73F904E674151224BC6D3A0FCAC878616039B5 | sha512: F13A04712D5DF5B2510D55F30AD14C792986A5F9E1E7E51A6B44109388D3AD497053564307749E91541CD2C83E4C6F9ECEAF7B442749433CEA9D30B79FA03222
md5: 3DE4FE4E3EB4D87A331207642719F56F | sha1: 72B39393AB7E8F3800F1B5D5F06C848D8F83858E | sha256: 205F3C5681A458CD1DC0C9C4C556B6B9E7DDA2D89595A5735B68E4E1C6E8BA3A | sha512: 014C2B8DBC3BE685A75924FB30BB079EB3220D16A7FCDB6C61D8A7CDD4D8CD1355156EE89802DF1A9FAE35A930467D0A82992FAA36E14843A8D01B75EE1EDC46
md5: C4F30393BE89C250E500A0FA389393BE | sha1: 9C9AF716A568BE4C5475EB7F7EE7F7EAAC65B08B | sha256: B6F5BF10972BF1A056F8B4CF092EC666F1928A4F27072193F6A2C4586A640B2B | sha512: 8F48CE3314E67941805D8A438D6C200F27FD69D8CF90CF6162D8280D5C2F629851FDAE4884F9F5ABB6F0873AFB9E9E209466E47EBF1C3E0730F63D7DA3BBECE0
md5: FE1F996770D6C3175FBFFB8C63A5F7F6 | sha1: 25643955544D2B6ACF3B3D6C57A2A146D0B3AE89 | sha256: 1701B9D4D59310D14173615C5E62BA437A559D37DC667F3D576A46176257C759 | sha512: 3A5706D168DF46F7F677EB796B1DFF55E7C2B87E1CEEDD27B421E898C44F62F9B3E027E6BBA0906B511D53854A0465F71BB31608D1C2B4E24AC5336B74FF1AEC
md5: 4681B62F2D229B4800000BE91A02C173 | sha1: E95E059FC253366C9797C7403CDC0C128631234E | sha256: FA9453C688A6F5B7E377115A1E742A3561EF642088916A9AFBCCEB1EF166489C | sha512: 6B4490A68388E42E0C0191CFBF094CD2DD6526E0E49BBA03D13AD9537A56668B28CABC01A36F2552EC8883D4DAD9DC5CFF3EFE0885C6C2BACAEA938422510299
md5: 66C1A3BD2B365665136AB301D65C126C | sha1: 284616325F3F2E60AFD935E340137340ED80CB8D | sha256: 82427BB92ACBD79DA01721EABA084BE4A63AA3110207472FEE6568FF092D6983 | sha512: EE2A77A8D8537FD6E849AE7E8BEFD7CCDB6FFD760A97A9B7B011C6B15E10A7D5AE94B0DD25753C6DABCAE754724CB88124F692A5884D992F55C4156A615BA681
md5: D4B411B9B719C4D7AA7C756004E9300C | sha1: CDB470E97F7D851F03031E5201B7CCA894024176 | sha256: 40287154202C22E29D798D1A902B18CE021603011014E98621F3E44FB316C82F | sha512: 5AF62C37F4D0845000C78CEBB2EC39AE8CAE9C2F558CE877BAEF73AE7538A51B153D76FDA72A34863922012E0880F41D537401A9F1D53011435D37A0FAFAB91E
md5: 3634EC32A1EF2710B5C1E080154CF853 | sha1: 18312ED53E8E1EFE6A5A41EE810FA596B2A4D2EC | sha256: 2AB34FB1CED4AB783F7AA1D605F1ADAE5394B29EA350FC58E9BCE9FF585E11E4 | sha512: 10D51F34D15D2392E9DB50B76265A7741C334110017DEF6A61DD86A73D8ADA6E86C5483AE588E2F3A80780DDC502467BA06DE17CE1173722DBFCB1C8494A2077
md5: C1FC429487B9D3FFAF8375B77DBACC3F | sha1: 96ED328F37568B5758864B0D4EA4D1361F569432 | sha256: FB682EC565DA7A6AF85DEAEC8B7FD1944D99C717735E43D7B7683F410C9EB290 | sha512: A617F2E0586889B4F72897AF21B9FD3680D8B1002C6179693CD7F37B0DB6B19FB798CC03AA18E1BD22EE31B30816D17D3DFEA97F98348900758252B197DC195C
md5: EEBDDF2A7CCD485AC4B8312DADD949FE | sha1: 18BAC2DFF91AAC3E65D3055BB0D3BCC6399247CB | sha256: 3BE76D3048E49A8B55053BF062929AFB67AE7C067B17FAE0AEF84686E826025F | sha512: D3B78E4820291B416E02052DCF25596D3113DC52ED8F42D83046805FCFDBF4B57480C9BDBC6D894F6062A58FA604330597B566057C1E0F4F808E7C345E2972B4
md5: 985343022C2761CCCB096293A6F05FF4 | sha1: FD21A8B0E5C7D1153D4B471AB731CD9E0F07ACF3 | sha256: E36CB28CDCC92FB7CD48DC97F797C92E18CF50CC427C0940805A93D35EDE41A9 | sha512: 52032125E47911BE4F7FD78FCA8527900297F456D493B4A06CB1E7A429F6713B4569AA4D4FE4A72DB87B313BF7A3A301031028B7999009EA9D5EB8653AEC0EBC
md5: 8B77AAC3D49C8CA051FFDBE47CBBD075 | sha1: 9E8F612B8071BB168DAA276945B3F7C0C9B194DB | sha256: 7BE43816B4B8E95CB757453E20E2853D5E27430144F5C6AECE3F1009F2DF7D8B | sha512: 9BDD6DC588D948C5E0603AF382306F97731A68D6E11EA175E9CC0478CD5963ED735EAAD1A664ABD68C1642C4B4858868407AFAA4EE5C11BE01C0FDDA8C87E8A5
md5: 38CD9505B4E275041C6B6BD55F6F0EB7 | sha1: 0CB8C7E8ECC8FEC7CCB0079898BDE4F9C1555EB2 | sha256: 7BA75BAACE605F4AD59489248B82B849EF38071C1DCD7B816DE1AD8249319104 | sha512: 6638E981661A62099679B98DA8CB6B270D50A80BC07080FAB7E12733EB98BAF1451C4023FB6D05A22491C985BE3DC13254F8321461D6595C40A54BEBC5D94B07
md5: 783390CA2F9CD96606C877C98D1504E7 | sha1: DE01A43BDEFD469D254510302D6723233F4C0C12 | sha256: 6DD61FA716B3197321E7598FC94833D7447FFD1040BEDD5D8B76D35D9228A0C2 | sha512: D9BBEE7A71D5DC439F77B01F11114E842B1CEB6A8D2AD59A2BFFCE9221FF23394F9811CDD96431E7DA7C9A761645EDF0F7B9B6D5BAA1D1B000D80BC075FB51AF
md5: 208E61B652E544F24957EA201AE4EF27 | sha1: 1F9BEF4EBEF138CD769E5562441883117EDF46D0 | sha256: 022EC502323AC630972A99B53A3A058E73AC2BCA09ED543C0FC9BF0006E54EAF | sha512: A5F7214F03B1CD1C631DE35A0A8DFB74FA57A7BBBCFEAA946CE1BC5A2F4650D1F89578B1AFDE49B19F621985CF6B5348CC7B87DD3088704264B7EFA3E629FD54
md5: B5954F4F9D1CABE7FDA96ACF9EB7499E | sha1: 5E8F20386711A32EC3C056FC6230E06C2E384E10 | sha256: D9D0F8AE915038D0A7BCCC40A7C09FECB34769EB2337BEEE32712874107B0EAA | sha512: 3413F7890F23C282DCE3CE1F4AF4501CB314BD9C56B68DCDC9301D98AEAA8CDEB8AABFF86BB428E749005FF09B649D6F9B2059BC28106B5E9E936D2AD6E35919
md5: 7BCF96B7E32E2F438990C6BB39EFB307 | sha1: AAB316FDE0195BFDB71C3989EAFDAD627003709D | sha256: 85472F780C3F2C57B8F655F03E469DC8187049AC1809E6C747013CA8CD81EEB0 | sha512: 126854F5CE95985FB36C0433D761A831129E5EB9EE07B477579AE9CE4A0828E3AF922A0021DA2DE5F0E4776768C115FED0ADE3C87E024B5EFB36A76DF27B9769
md5: 0CD2C5AB3D65DD0DAFBD25647322712F | sha1: 16F27DC91FA4E90D8ED439C1A3E666BA363E2962 | sha256: 5D1F72B5D0309141A1B2A695C3EE5288FA5E88DBD2FBBD648861DFFDF046FCB9 | sha512: 8B81D59E5C311CC2E8C9F9E99FCD4D22CFA7728B81EEE99A8D5B99CAABBBC74908F915ECA5A2D3FCCE1FFFE6FC96FBD1397B1EE6707A4101F0CB065920B90E2D
md5: F722F33DEAD191A52B34543C76083E9F | sha1: EE8F4AFC23345FB1969286D1EDB620CB9B62331D | sha256: FB49E43D741F603281E658A07D573E115E7345C41FCA91EB8081F318F7FBFF1C | sha512: A0CFFAF1A7FD4AFBE4D5C4F7791B22E97516B44770F123A2C802A764BEBFCF902A009DFCFC0508BD25C44AE6A7BC045FC95BAA583077A87E996B9E459EE90228
md5: 5C8D89DFA29130662C63053DAE8336B8 | sha1: EEBAF906D0C79B10C4F0CBFE86A210D932D9C92A | sha256: E869DC9F4E0945FA379125C1D03B1E66D741B22ECEF57948102D287A8E5AB42E | sha512: 5C63B958F5D10783B9D516C8DABA1261380782A0057809EB62EA69D6D7641A780EE907CA17DCA2846C62371D30735CF7835B855DD94B01A5F0FDE5434E9485CB
md5: 1801435DAC4D0908A0E628A29E7EB2A4 | sha1: 4C076387B177AC2472C13BE7034693E417B5D9CC | sha256: F0A4E977B6F2D9363FAD7FFD5CE94ED315C15DFC816C33C9D41C6114AA3C7CBA | sha512: 3CC98FB70FDB49E334477142AE874FBB8A129455685E2DC9BC8357BDD2638ADF6EDDEADD84728DA730EAD038F9831785B32EC6DBB833E0C6E1E921C3DC7422D9
md5: CB9BC3651E0909114B44D425B998AC38 | sha1: A22C61F3963DA5489CEEE0F832C16B5FB3DADE23 | sha256: 7BFF6B3BCDE3C8C1D296EAB3B96550B240924A1E766BDCD042EF2988C6C72144 | sha512: DD3AD9D6D4DE9585EF2E4F1C674873BD4978858F8D86118BA8AD5D72856AD82D246CEF3A4417A7094312092387D6A13456AF87FD90C05EB7DCA01CEA79A6237A
md5: 811169F6A3DAE1C8402FFA3A94403716 | sha1: 3B7CD4E2979E544536E003B8B2C1341214FCD0A5 | sha256: 21B2E272C9DCAB8211AB24A98D682DE8DCAF2D91CB663AD0AE217ECE1958DE40 | sha512: 416D1B04BCCF2B6230A36E149595DD766F86D1BDE74D4B1CDF0BB85FEB770363C8B9A6C935D17188B89B26ADCA6F50B6FA44B197F7311F51D4A9760F0740674E
md5: AF46D0B0B2F105317226D839C436D17C | sha1: 857E1C6A5D8B88333D9D25AFD800332D9E35060A | sha256: 71C44CB49AD5B98BD05E218AA9EDF5C9C49A14F2075BE3B034407D863D59D2C0 | sha512: D30BE7B7B03E525F1A60094C32B2CD9EE7A7E550074128EF5E2A290C2DA83AA91C9644B21C0B5C4D6F36FCF56D9863D1731D0A91E81446FC4235BA7C8BB1B4FF
md5: 0D18DE9F72D7E2AED9FEC97430C04F25 | sha1: 72DCDBC32000C8D2E359F1D449CF1F6EDB8BB89B | sha256: ADD944D28839818FF25123FF67DC05FEFFF2522F85CC12F569F32CA6B97A2B0D | sha512: 016E39A0DBDD0205BEE3168A918D8820E5973C2797CCB88F123C36BE58A697C751ECF98E587543CD2D573B1C9E25F4C36199DE2566CB3A63CC4AD8C10190978D
md5: 0EBF64BF6670B26288FFEDB2F168E6CA | sha1: DDB6856598D4A2C4D5D683219355530B71221430 | sha256: 8B6B963866270CA7C8597FE06BB7C78249A0CFB67EB8286338D2961896E242A7 | sha512: 6A8F875741148F80F37CE0DD3CC0978DFDCE67DD51C41BBDB25BB353C72E70ECE7C3E76AE1E0763694D1E3661E63F31F20A7D21377BA72A398B66D14E65C0A5D
md5: 7B1B3C13F5AE95CD359E20B4E21EF43A | sha1: 1B32DCD5ADF16A9ACF45CDCADAB59CAE3C6ECD95 | sha256: 4C58E2B874D849EC1ABF626ED110EF16C8656E10AB8615A9389B1DB8328C4512 | sha512: 3F25BBFB3D0558FFF388B122131FCBA7CDA5E165750AE721B88FE4679A5996DC52C42F9E765B08FDBD8A964D2862EA239CA59D4992579B0FD31FD20E94B1A501
md5: 2C35D95DB99582AAC1077DC3B5DBBEF9 | sha1: 507F185B0694FEEFF9EDD92D4B72E8B7AEE94BEB | sha256: 9219CD29335AA2161B0785D80E0A9BA0C068FADEE72AA17D67E2B09E4068234B | sha512: AFF8550CC8081BFDE71130F11DA70ACDEDC773C3B0D554739F63D7C4F7083B60DFF76BF72B3AFF552B928E44DA984213865EB3A77C537ADD2C4A5D097172FBF5
md5: F54C58E3151341F4935AEC9F100264F1 | sha1: D1E2E0EB72A099B64ECEA1ECDD86498DAC2E7674 | sha256: 835111BF8B26141FDC8CF15616D04397E5034538055C34E507CBD08F7C1FD18C | sha512: 18B84F878F74897B8112B92876E3416856C7054324E523827114A4586590B02228750A03DF45529C250B3BD24D562F0FF142F8EDE6424E17D8014AE3FA4902B3
md5: 77A2292222048ACAC27B39DF13A2E547 | sha1: ECB5CE8DB033F63432A89F10F957AE86E21E82CA | sha256: 8E7BC13FC02658D28B7EE225E878CE06937C8AB25F643E25DFF86213FA7F8665 | sha512: F823CB553D0B656858D8AD952CBEA627A62A3B510ECF9F2861D26EC1125F95D11777D1000B058953C878B277E17B0B8AF1F505D90F52C1096628F9FC720214DB
md5: 385C0C123AA2E0F1C5CB61CDC915BDBE | sha1: F21E603CC17676CF50309255FD7B3D4A5E0E1A74 | sha256: 0C3A9CB9D30C295B79BC28E9E6A3D77C1EED76BAC547E2AD7CDEBD96FB61B278 | sha512: 1227FA55ED29D019E2C2FE2DFF69A4DFFE0A89DF65ABD05C1B5C6C6DA6406B2A4C9158BA8819426D8C490B5175679B55D8763D6666D626ADBEA210C3AC675B93
md5: 989CF15557E1785955270DCA4E8449CB | sha1: B1EEFB8A75F5A9C731C452160D184EC89302ED52 | sha256: 018F6F8D4746B605C0DCBF018BBFE5AC2EF48CEAAAF0010D3BD891128871FBE3 | sha512: 202C6D2EC467F00C98751CA03D254A8D072A69D8A38679333F309FA8C1A25F1D7AAD373655DD3D2B4652965336ACB5B7BC9D7C4D8920B847C2050B2974856B89
md5: 0289A5721D0BEB861588272B1C084170 | sha1: 1354AE51AC2B1705E75E31BBE8214B3B85690F98 | sha256: 3CE69D954660FCE982038798F8464E926A635AEA785A04A688DFFDC6F2CEF612 | sha512: DF528EE95F1E6997E0E6EFC675A8C509107982621FB3D7B79AD70CDDC63BED90AD7BA75C422AD626153360A38BFC7BD4573BCF07097EDB0E97E628BB05CF6E05
md5: 8D615363F30C21BBC7D5E5B725B992D0 | sha1: F0EAB15A70EC664EE7F000D5C40F15504E032A1A | sha256: 96FD127C11BA17BFD33E1FC0B5C449978176E534622353F61254D54DE8CFC135 | sha512: 61AF0C0725F4BB17AF78B0B303C5056F2330BBC26F060D4C41A23B5BE82B1950615E2493A67B6406918C79CD76D7711F5D2E9E0C090EB913FCCCD9AD6ECE7536
md5: AE1E6629F7C749B8C998E641B4D84142 | sha1: C0ABA72282A9EB31A47E3DBD2217103E4DE61CB7 | sha256: 5FD9BB57C9464B5390AEBAE98BC94941F1E9E99A83587F5829854010706082C2 | sha512: 4EE69EFA44BD5C3FE6CE7843E38FC1AAECA9DA04603AC99F311AF66C5018A60BB58E882F40D443FAFC64C4A0BF1FABAB5BB21AB045FFF5AA8AA2E70B2321D0CF
md5: 6E43C7F5A5354D8F3DE1564B5CC162E3 | sha1: C1D4ED16C77907D0C0F4E6F644D6B518729D41F3 | sha256: CA2D30650EF46923A32BEF52994CF2E9B2BCF83B6F26974CCAAE6DEB31E9461D | sha512: EC8F54E728EA6C2AAFE7D1B9C39ADA4D6E8F92BF8CE37C570EF8E087E8280CF7A43C30E4ABE4F40A5063EC368B6C81EAFD842AB37311A3414618F9A1E2108BD0
md5: 0CD2601F0DA0FD575681BD0EDD55755E | sha1: E79C77788FBC5B7F5ACE571F7E77503AAB26DEEE | sha256: 8BB15B386C0DF386C79851F0D6D0C1DA3B684CA456786CF36D8E76D9252EC9C4 | sha512: 616B4CC5C7F865041BCBAC5B8511D49B53EAAEE70F5B670ACB0710D4ED63CE8B9424C2749477DE80CDF8381CB41EC94536B9C50CE1D9A26B7BC041821D3BF7A0
md5: 9A0107C5C4CB4F92EEDB2D9F72A05673 | sha1: DF3F4479D9540E8264856652F56D31B098C67B94 | sha256: D65A2546B9ABA6250502FCA45CA4E038EAEB8093A616A46BA2E30044780CEB56 | sha512: 83D14C7CE68472584C039F9439F1134272E3EB698E3E68914ACF3405E340F0611E79642D7CA287AA54181905B7AE233F69046EE2BAF9830D012FDF060EC3927B
md5: 28536708DBA20502F77CD564635F024F | sha1: 2E59B48C5E841C707F6D7B4B44A15F89A3F65DF5 | sha256: 1AB2EE93E5A245ADEF3120817BAE5043A1EB41850E7E33B21F8C1EB943E904CE | sha512: 1454FD182941F0ED171B53DCAD285F4B9A98024F76AC4D5D9C8863B29CB79A6E34BD67EB9F5421AABDEF1379C021A4334E13D4BFDE78438A7789F89C76E1B01A
md5: A6526097031F70DD895D2CC3727715E9 | sha1: C17D908F3046FB67A5F21E947919FA1F89EF2F2B | sha256: 0D5A398F4611E1B0ACA45A25D4CD6BAF73A72DAC98CA9A2F1A725740A3950EE9 | sha512: CC90246BAF48CA77AD5526B858A30E1BCD52CF081E2A4FC71BE20134EBF747AD9DED5B0BCAE2A6C6D6624902EA080350BF600E6259A7E5D68250E83C1325496D
md5: 883B577E5F32A8ECDFBE0DE58F1F7C65 | sha1: F5EB25E7757CF9407B51346754383CDA31806465 | sha256: 3C5323978A01851FF54F5442AEDC7B968D80262EA079BAEB61D1887D42BBA745 | sha512: CD260D6D7A85BD22EA46DF01D23EAA4660C88D4BFD19DC742D3AF7607732E1C24F565754D6C1CC05771793520AEE01A768410BC7DC17845461FD086B1BB32736
md5: C87616E07F9217E4FD844A69D54A5464 | sha1: 1040F3E07D205D749BE8153D4E6CC9A0A7B90718 | sha256: 18B8F74F512FA61E4E37DFBF23EE4E05F442686D81DD414603143939125A97BE | sha512: 97D966CDB364376C1C193386C5CB16B6627B40EF986B850459DAC82248C66763591BABC99E8380E22827612FDABE73019B11A2C8D62239A637BB7CB1072E8880
md5: 573B26D7B4C00D2BBC1B64596D1E06E7 | sha1: 82A6D76E7C1E336BBC99D5A64037CF0FA30199AA | sha256: 6E3EAEF8F5E8536568360634DEBB2DA79154B18D3B5E3AC00F0F30523D91B7B3 | sha512: 2676284A86377F235C09691B63ECAE00865ED7935E65DB1A088941DF290BE1055DED2B375D47CA512DA1882E19F032CAABD7AC9CAF389FAC810C93FEA725EC35
md5: 95C62B1712FE4670699FC713A8BD99BA | sha1: BCA7AC638916CB764592052B9B29FC42AED09A86 | sha256: 00738AF56EC56C4167030E1183492BCA1E6A1F18E3665A610A22010E72106A83 | sha512: 65390907AFB1B7CE64468B16391CEFFDC740B36FF5EC0B8381B8924A5E5CE738AFA5FE71C53458A94178F8D085CD0B77D5A7A97CE6CA7603F501DF676C4E35E7
md5: 91B5141F40E650DF9F24959E002E6C66 | sha1: AC8675F91A4879042ED660C1D800058185552A57 | sha256: 1C73A1B016CFC8D497106EEC08AF07616F2F4C07E4DDC807C9F120CEACD0A53A | sha512: 6E1F88FC7C1ED560C4CA6168FAE9275583C7D664AF1A70F2A0A97A717D4B7E1D40A33F06B2782BB4ADB47AFC8B30B136DC28C0487A9DAEE183D8156DE5E5161B
md5: 81003092612262E271E7977751C91D61 | sha1: 911918CB69081B3111F05F56650847452FFDF1A7 | sha256: 194084F763B8F99B6FF42FC355BE45F2DCFC8D6EE6B85481B43B1CA302C18962 | sha512: 4041CF9AE1FF9622853EA07757D8CAE9BA85E33B894223EDE52F9DD28E4BC53D4AA905AF1837D7D870C42128399817C7931EC0D358FD6CB980C7DA30316E6AA8
md5: 7E83D3EC486C16D0F00869512D3C5A9B | sha1: D4E205A8FB0C37E58DBB63D36C54DDE7B979B20D | sha256: 7915B3E457ADFC070EDBCE958657B57B2D60B750718702B0C115647E3BB21678 | sha512: 018102095F49B56DE6CF87964D7B0176577F79FE4347830C0F875B1D95811F1F9DD729AB27A119E3AD362D8F25073CA040AFFBBE5D0E0171DF71F04840582D7D
md5: 6B90E7C54571CA02F573C25145D75D8A | sha1: 2F1CBD83AAEF57722D4E3E6EA46D25F3DDA758C3 | sha256: C49DC69C3544606C5F08224A9B37A4D7561798A44E4947A456DD98C83D7DDE49 | sha512: 0BA2D4278CDC43FD4A72781249D413D7EF00615ACEF70D0E2CEC98D3627AB56317A9D82D0EA9B2BAD7C3916A095E03393B942AF16774F4E58AF4E4B82B294478
md5: 45EFB859A4C9DF35C35759B82B5DA70E | sha1: 61D9E7A07F94345232C02AFA9E1D099CBA99EB1C | sha256: 829E7A47C1B0E07B02C1246C9F31B0691DFE37112EA80CF9F5BE22200FFD6A03 | sha512: 8C14E26FE7A31EA0A2E581B5D399186DE3C2184DB434FFC32D08E4973075AB27EBC57AF57F32E3C197E405EFB71F13E399FBF939A0B66239EDCD4D22FF6DFB61
md5: 3139591834576A749369ACF61C0302B6 | sha1: 386019C9A643EA476FC3F882B26BC8F84B232334 | sha256: C5EEEDFB1A952CC4F4ADEECDA540F2B3DC1FE1AA45D4AACD48B77E3F79C2636D | sha512: B88767E3CCD67616D765220DA150157C055DD157083701AC3BB326DA19E543E9F0B533F1A4D5F9D756E40E48FB301BE93F14743E376052C35220A4F95B7FEEE8
md5: F65E4ACBEED128C0ECA181AE147582D5 | sha1: 78383C8B59607CB13BF95F307BE21A4C7EDF07D2 | sha256: 5EF33EF84FEC644F4E2FB941A9FBA512F5E5915DBD4DF4F3ECEA74DBB06C2D5B | sha512: DA06EF15C8755325FC94476DAB24AF907A8EE6DC4E7C809B49ECEFB71016A263004D660CEAAC7D53C1CC021A43BB2F115F61E3DD9BA6C4AE8A645CEAEAE4F8F1
md5: CB4BF6AA44ED573AD1E060A43C8A9ECE | sha1: EC204D98621FA07C496AF9122443DBDB716AD9AC | sha256: 82A8AD1510214E415BEB5D099A9F7043270C62B3AF2F711A8850B8DEB968C164 | sha512: 229AF7FF46AFF16D6A1AB3031D42FDC77138AF51575386A90E853836FD471596B45DC7AC26ACB9577D550D1D22ADC8175BBFAD0F7267EC8252E11F529D7BB468
md5: 9D2CA5ABB4EE48DF756C30675C71E5C1 | sha1: F6B22C526ED5EA53989062C02A6AE40C0680393B | sha256: 7BBE426CE1216DDAE2C73B4256966267DAC25BF424B03B46FF49D7ACA7D4974C | sha512: CDDA51AF2F5F8644A85B27671A6119B6151D6CA0F59054357B0232F23149E8711AEBCFA563791EC92EAF05CB94FEA7EB2BFE050A4A94F59DF53A401A723A8E7D
md5: BE5BE029F32F688431A1A70565CAD2EA | sha1: F6388C58A3680EE125A369CE3AC274BF75BBFB53 | sha256: 8EB8E9A6320D3AEACA194501384A209BA9D70AE121E5C15B543FC215736CE3B9 | sha512: D175CF1228F99708861FBDAD5544DA688DD667B41441394B8813B84B3DFCA16F6DEE93698001C3130F1563287C1EEF761B236ED65C60B4FE37B2B869BB40BBCB
md5: CAC43A3A3334906ADCAA2E089BB56F9E | sha1: 436036CB80F2494162A82BA45EC3C2B1805E3CFD | sha256: 8BC9A37122AFD5ED4288C8DD5028B56704E0AA274F929845663B1F011A552523 | sha512: 91C77154180222AF29E0D2C5813C72EE15E56024F6F1D916C0C236EDD46F8B37F553E6C3E55DD93E76BCF55ABB127F4F6EF1F2DC104653D4E05FEA8E6971C2D0
md5: E7CE3E6CDB783FBC7952D81812CDA096 | sha1: 0A2ED3541620AD2F67F238E39C12ADC21C7380F6 | sha256: AA815633F720A92B94FFEFF7E71E0FAA6A254DC5F18D488188FACD75B271E84C | sha512: E4CB13B27E4D2160D852624C6E4A1409920A0CE9C4E30225142042F2F04240C60DAA2D583249227FAF28484E67FF0D4C7D0576396F6BF91F0B17586ED8DB8F1F
md5: 01863472497076C14AC409E9B2246B3C | sha1: 53C8C60CDB93E2D5F9060E5F0C6F08644E87BF2A | sha256: 2D42D8CA7544928125F89271618A821E452B163AF60848D4DE30D6C36C1CD91B | sha512: 4595E367E761FF7DBE9D98541300C68737FC9EDEF6899A5BCB72FB697CB8F1494FEF671B343AF2B3AD158E46CC820E423B9935F0AC40CA65210CCABEE238C1A2
md5: 696F20B8639B271A422CB01BEB82F856 | sha1: FBDBF94FC44711E59C443AA24075995009B05C43 | sha256: 38B7266F39D46FC03CC78AAEE6329324B90494055DE8075F3144ADB8014C670C | sha512: 8B632F21DD56ABE3B057EF14A0A0EC6449C591E804C40A69F1436603BF670E94A17D8AF5DDD4BF3A53FCD70F20CB84311E482FA2A550B033CDEC82591A5E7A87
md5: 1C646BB737600C7E5B985ECCB07676C7 | sha1: C3C8B4F69BA96EE41085E89B3366C0B21A3878F1 | sha256: FB16641A07549971BBD179BB6D2713746EBE75706556BBDB5701C375FFC33657 | sha512: E90E851C50BBD6A4FBEF0780D9FC70F6B92E6162D466BA249A6183F439478AE05FC19A4F77CE2B19282793203A474C6441417483DC9D513AB202E63CA09AEC15
md5: 8E40E60312EAD13CA3E592D12EFFD28A | sha1: 6AB41F493ACA7A01D39BFE93966D0F2C55504647 | sha256: 5864D7E9FA23D5C4F120FFD2AA3B6741450AE6B65A3D9F0F0E21C720C4185053 | sha512: 7F08A242141D06BC2381238B280F07B320BC9A28951122B7DC9134C58EF53F1E0186A4293C29E92EB3730E3A1D32C07A315CABEF26AF78730C9A7850B1FD3789
md5: 8A0A4B1969E967F7CE32195F4EBC8DBC | sha1: 060BFC9AC047951BB7DE083ADE180EADF4533594 | sha256: 716BB5419D394E5B50B0916E8212261F3E3A5AE9FEB66D96AC37E165CD34A9B3 | sha512: 0A4FC796553305FF4FC31A9584F3AE2AB046EC8107E846B8C4994972B74672F6DF6ABB2BC1C4289033FDECC5641C5322A474271BCE71D1ACCA7CE37138D787A8
md5: F6F52A41174635D49EED528E82664F1C | sha1: B353383E26BF6A21D0AF0230C716CBA8C3F29A08 | sha256: 7B8CC84D170CF7AEB8113DADB3E7B19ED8275764E12AF5DE4A4A947E4D4730AD | sha512: A48872C9F968664DA861F8C123E0FE200541D36422924980782A23120A7876E38ABA4AADC4CC2C4949C6190352B6E3800FA813811C9648543C2E9E17823691D1
md5: B686E804EC0EEBFE451B55A4733FDAD3 | sha1: 872663B415DA27210C084323B7D50F576917B72C | sha256: F61940FC51551961E2C8ABC1711906C64D7588D58B7113BE181CFD5826217D38 | sha512: 6AF82F8AFABC2D5B516D148EDFC80A37B7D9C9ED4E95421BACE0F14C79F28F9CB22050988A5E6429809C4E5A557110FF9E875A3AB849E493B1855140C7730CF7
md5: CC6A21D1ABCDF4FB18EC502998BBE174 | sha1: EC37C059B526C7EEB99A8C17D184D59BDC5D4BF9 | sha256: 319CE80E39387B2FCBD8B893D5766B4957232123766BFB39A2190F71F2699949 | sha512: 69CE6CE69C626B106AFF8347C385E6CA81FFCCE55F8C17D352CFF82562EDE1FCB620317DD1A172AC51DD3B15062477E9B76ADCE81D0351B484B5FAE6A19DDE35
md5: 63AC1117FECC9DD166DCDFBA4B66EB64 | sha1: 7439715361039F4DBF0F8CAA56EEF75942CA5B8D | sha256: 5D0AB24B40A29E9E39724E2B73115C08001921F0C9BD089C69D253BB4990C97B | sha512: 54A5518050AB00ACE55EEE0A0A8030E2CC47754D8ECAE732711FAE182B46F840F0CBE3BB51E5F56C1202CB15D0304D30F23B77ACC7BAEB3C5B36430A163DBF87
md5: 54479F35E2A47A6EBB52990B6CDE8D9E | sha1: 8B34BDC897846B3DAFD6ACE9384D276AD8511E88 | sha256: A0D5E3C56448865AF80F893393139E2F208F043C564757855D08D9D7ECDA986A | sha512: 70432226916D5F25C48744A6E8AE2B89411742B2070A39018FE43D565F37DDBFAF3FA36F1E3A4706010D7187575CEA95BFF0CE17A53144A38B51BBD691569277
md5: 164EBE165A2D4DD573460778D4A90570 | sha1: 200DA9C52355529B70DE4B28E85F7D3C9DABE1AF | sha256: A9909EDA8483CABBD0AA7E7FBCCCEC96EB58961BDE9912B15E3E11B07F9DDD20 | sha512: FB50B8079150D80287F814566930DA65A4FF67C429428D23320F70522F52CB8339F86845556B26964CDD1DE609DEACCCDFC1E192213ED1981D3EC98C8696879F
md5: D6C9845717B71A1398F416F388220ACD | sha1: A15F11F37035C3AFE20CF7AED06ACE713D576546 | sha256: F36B4FAD2F6713F339FB6BFFAEC981DB28C4D93F26BCF489FF56AF7F0A7AB831 | sha512: 5496ABDEC728CA599BB9D2168D78646FF201494C340ED8D9458EA19565D166D4399E82A368059397C26BF6CB547D7EF7B8762A31D56DA9D7861F85F60EE622B6
md5: 8FCF710244BFE850316F306936A6CB46 | sha1: E7F85595C4B5FDE63174C8968D0A0B08211298B1 | sha256: 49F1EA5735EA6FE4BB9EC29BAFCFFD81E9E7A89D18E46DD8CF34140F8B981385 | sha512: EAF5916BDB842C6EE680D3EDCB36EBB19F11C731AB1589A61FDC12748D74199A65E67BFF7911817F6EF79523562012B46FEB4C8B893058D1B6EF36C635217877
md5: A95EC7A46AA88B5CC688BE0B5AE3D0D2 | sha1: 7B34D3540A40A866434811BE8FAACC5BB886B4D6 | sha256: 4BC6FCCC82A43D9327422DA4C297BB957EE9DF9A07BB6870096C5FD5E5EE4B26 | sha512: A032AA3FE3F62E16EC89CB5ACB88A3D1466A5C74809B406771414D3E017DEF11C505EA228EF3F4B55061BDF864C309313C1186FD29B5767D466B02C2968647FF
md5: B0057652EA3FB4B86B0D52B0A90F28F5 | sha1: E35146766B45ED2FF409BFBEC312A4C8DA9CE994 | sha256: A98F1F89327DA3B258B91A3780688EAC9CEC27EAAA5A336D0970D631AB02DBC4 | sha512: 5856D03547253F9B8C04477F1696AD9BB03CB56EAAC71B518B8E58360D5CA9552AC37925565B03418BF4FCAEB7C3D6F66313C4512059861C4F2C0D82957FE49A
md5: 81A8655F4150BF908D422C5809C8BEE7 | sha1: EAFDA8C02C8E993A59DB5DB4D005746321C10F22 | sha256: 404842C7B21CA0085FF6C52B2F7867836D2059F1CF7C024B663853624D9C1DF0 | sha512: 51F8AC8349A49764D60D59954C00D2578C09DEFCD272EA268A64E4F57EB2EC9C85FEB12164DBE03E0687071593602446C0531A8994C00D7989325049FB7599E1
md5: 8AD4AF8C363BD9490CD9FEBC19F944FD | sha1: D3BF2ACC11030205B4428747BA5C6B097C9EBA3B | sha256: 87830B96892D4C7BD0E6DB86314F05FA7431B19B24C91BE234A01B2B2D98A8C2 | sha512: A9427AF7E9316A7D268CA723A06A3E96EB53368C331092131187B2D9DE2F2724AFFBD01C268A3D9C2E841D9ACEFD44D9AD8AE60D92ADEF42AC10CF6CF56BAB62
md5: C1B3AEEDD42880DB014E4B695B957E89 | sha1: C322E0951FE6EDE0C0D3680811A0F9096A2C7D6F | sha256: 197774191E68CE334DB27686738B29FEACE35A74878206E287085DFD23C974E2 | sha512: 68F450139C908D1394EFC08D1CBBCE3CFB1E064637586E8F8C7A7ACD658A413B0BF08B5A1420256DB35395B94FA62039C0C1C27818CDC8492CBC3EA7CABA7D33
md5: 611FDE88A4B6A96A0217EBACA365BDA8 | sha1: 9CEA34A1108F5552B05BE1A086D301522888AF74 | sha256: 2AE11A6CED6497749BB0BCFBDFAFCBC41A7DDBF4627A22B9DE868B0F246A9EA6 | sha512: DE8DE96A17CA1C707436B926C9270DF29E2318E78150677240B9F9624669549B085030B73969ABA028E3F43D12303A6FE18D3E90E05405BA8275E39B57C6DCEF
md5: C1DF7A89725EAB5B3CE196EA004A5EBA | sha1: 3ECA90FB34025B829FA7C34B41C3D9BFA9D61908 | sha256: 507902A1A20AD1889F452F2BDE6DECCE442EB2F0948DB239F2A1BBBC82CE906F | sha512: 811922C6004FB8C3A4BFBE815385CE25CF02545A30E2649823C7245ED3ED941DAEE3D670C09C874FD197BB3070C8AE0DD53EDD1D1E4C1D301433A34E36564D2B
md5: A66F1D8BB113BF11C5C4B675129D7CCD | sha1: 702D5B6C81368A2B021512370CC8985C732AD2EA | sha256: CC9C1E7D3DFD843E0DCB6424D9A368B20D1F17684FB340B9170EDFB51F32993E | sha512: 30ABFC334AD6AF0522938AF8AAFFF145D96507E527C2054091EB05D363E015D8DFC139A4FC5F5C90E946F6E688F21E6E27D2AF9545519D04F8B8EE530E67FA78
md5: 5B58F91AF58355184EAA5F2C203F7FB0 | sha1: 3A1432702E431D1DD8BAB78000215307274EED64 | sha256: 3CA5357331D986EB033F494AE4D623D8262FA30708C83D13038106CA6B634D2B | sha512: B2800832FFA702DE2F3C6D416CF82F8E1214293DC67C93E3189AC37C7782BCAA3F7F04B6E5C45474230F151D6064FDCD3CA8F6B347CC6F0D85169A195930B8EE
md5: 6D38A67B0262F16B76AD5F7E0B555250 | sha1: 58A794CDAD0C02E2A02682BF4D6E9682807E2711 | sha256: 01050662A5B1DC448E5CE7BDB57B36CA881F677C29331A923AE0F48BC3D2E7E7 | sha512: 38BE18A24585AB832DDC9387F916778E38D79D1DA719A9B9BCC8EEF2C56A88BD7D338D99F143D48D8D7094394BDCB1EE9448CD8AB47B3C6B9932996E79B3B030
md5: A538B3F30B857108CF7235C7250D962F | sha1: D32EFEC4FA7880857F21658DE03BB358F4D2C726 | sha256: F3EBEC50813616292001E308F48D28D2E247F4DD652ABD134AEDA8B221CE52EE | sha512: 23A1D7F915B650D0E7C2AA9D0321FEA2445D3231A52DF1D6017F3A7C07ECBC949868E5E6192B20C9F1502345561A6D92A47BFE95EA251164D4E8961510A0F9D9
md5: D6326267AE77655F312D2287903DB4D3 | sha1: 1268BEF8E2CA6EBC5FB974FDFAFF13BE5BA7574F | sha256: 0BB8C77DE80ACF9C43DE59A8FD75E611CC3EB8200C69F11E94389E8AF2CEB7A9 | sha512: 11DB71D286E9DF01CB05ACEF0E639C307EFA3FEF8442E5A762407101640AC95F20BAD58F0A21A4DF7DBCDA268F934B996D9906434BF7E575C4382281028F64D4
md5: 119550715B5C46723A5888FCE38B7C00 | sha1: D905CA67385C5A9F770B4536EDB1CB75CCFEF959 | sha256: D4E388A48CFFA00FD963992435FDF819DC0C01F47DE134696203C22AAB87215F | sha512: 9951E1187CB64C35A4B48B311DD5336B979E4DFA08173DD5240181444CF9D36930FF582F7F7A1DDD73E30FDEE369F8B9365C9E5DBE5C7B1B286BFC0F6BBEC451
md5: 1BC0886C2CA050A52E65687E36FD5E03 | sha1: E85C2E2B58B391FD09636508162E6600ABCFB04C | sha256: 20400FAA3605C7BD981B556D25BFA9784C2BDE7EED9D3CAA2FA6E4D1251AFB2C | sha512: 341E4837D152B5A3D2C34887CDFBEEB599D0718F3B9188B61B8C7BF4404EE659DFBB2B826F2F525A275CFDF30D9B7EC55AC86403F138E423D9B38485FE63E1B5
md5: 7E04AE02D06672A5B36AA7087296A79B | sha1: 0E2038C494149E42EE21DAD749C20BC2620E9BB2 | sha256: 3A9D502DCB0663E41A4F8D4DC78FDE87ACD25F851549533C857D0BAD5A402A14 | sha512: 9E2C5ABA20FAC9EF070744DE3F9A9D94A7CAC82F42F33C067DAD003718C2FA4DE24D069C1A652A94C1F22BF6BA343E6F196D8C521DC84DE6868C95A0B1991EC9
Copyright 2008 "FAKE - F# Make" Project
Copyright 2010 Steffen Forkmann
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this project except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
You may choose to use this library under either the MS-PL or Apache 2.0
licenses. Both are included here for reference.
Unless you explicitly state otherwise, any Contribution intentionally
submitted for inclusion in the Project shall be under the terms and
conditions of the Apache 2.0 license.
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-----------------------------------------
Microsoft Public License (MS-PL)
This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
1. Definitions
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
A "contribution" is the original software, or any additions or changes to the software.
A "contributor" is any person that distributes its contribution under this license.
"Licensed patents" are a contributor's patent claims that read directly on its contribution.
2. Grant of Rights
(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
3. Conditions and Limitations
(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This package is published by the FAKE Project itself. Any binaries will be
identical to other package types published by the project, in particular
the fake-dotnetcore-win7-x86.zip binary release.
Log in or click on link to see number of positives.
- Chessie.dll (1d7abadbb123) - ## / 71
- Microsoft.DiaSymReader.Native.x86.dll (4ea9ac468979) - ## / 67
- System.Security.Cryptography.ProtectedData.dll (1c73a1b016cf) - ## / 71
- api-ms-win-core-console-l1-1-0.dll (94a5df122781) - ## / 70
- api-ms-win-core-datetime-l1-1-0.dll (90fae0e7c364) - ## / 71
- api-ms-win-core-debug-l1-1-0.dll (c310cc91464c) - ## / 72
- api-ms-win-core-errorhandling-l1-1-0.dll (a97dcca76cdb) - ## / 69
- api-ms-win-core-file-l1-1-0.dll (7ea06b7050f9) - ## / 72
- api-ms-win-core-file-l1-2-0.dll (c8c499b012d0) - ## / 70
- api-ms-win-core-file-l2-1-0.dll (c85dc081b196) - ## / 70
- api-ms-win-core-handle-l1-1-0.dll (945cc64ee04b) - ## / 71
- api-ms-win-core-heap-l1-1-0.dll (44f6df4280c8) - ## / 70
- api-ms-win-core-interlocked-l1-1-0.dll (deccd75fc3fc) - ## / 72
- api-ms-win-core-libraryloader-l1-1-0.dll (bb25ccf8694d) - ## / 71
- api-ms-win-core-localization-l1-2-0.dll (03ad57c24ff2) - ## / 71
- api-ms-win-core-memory-l1-1-0.dll (bb33a9e906a5) - ## / 72
- api-ms-win-core-namedpipe-l1-1-0.dll (c4f60f911068) - ## / 70
- api-ms-win-core-processenvironment-l1-1-0.dll (96898930ffb3) - ## / 72
- api-ms-win-core-processthreads-l1-1-0.dll (9dab884071b1) - ## / 72
- api-ms-win-core-processthreads-l1-1-1.dll (91eeb8429734) - ## / 69
- api-ms-win-core-profile-l1-1-0.dll (8eb5270fa990) - ## / 71
- api-ms-win-core-rtlsupport-l1-1-0.dll (2257fea1e71f) - ## / 71
- api-ms-win-core-string-l1-1-0.dll (7670fdede524) - ## / 72
- api-ms-win-core-synch-l1-1-0.dll (5dd4ccd63e6e) - ## / 70
- api-ms-win-core-synch-l1-2-0.dll (30d99ce1d732) - ## / 72
- api-ms-win-core-sysinfo-l1-1-0.dll (4b704b36e167) - ## / 70
- api-ms-win-core-timezone-l1-1-0.dll (24c9aa0b70e5) - ## / 70
- api-ms-win-core-util-l1-1-0.dll (f7d450a0f591) - ## / 71
- api-ms-win-crt-conio-l1-1-0.dll (9ca21763c528) - ## / 72
- api-ms-win-crt-convert-l1-1-0.dll (3cc1377d4952) - ## / 72
- api-ms-win-crt-environment-l1-1-0.dll (c0d75d1887c3) - ## / 69
- api-ms-win-crt-filesystem-l1-1-0.dll (7633774effe7) - ## / 71
- api-ms-win-crt-heap-l1-1-0.dll (f5cf623ba14b) - ## / 69
- api-ms-win-crt-locale-l1-1-0.dll (565a2eec5449) - ## / 71
- api-ms-win-crt-math-l1-1-0.dll (bece7bab83a5) - ## / 72
- api-ms-win-crt-multibyte-l1-1-0.dll (66abf3a11477) - ## / 71
- api-ms-win-crt-private-l1-1-0.dll (65ded8d2ce15) - ## / 72
- api-ms-win-crt-process-l1-1-0.dll (c03124ba691b) - ## / 71
- api-ms-win-crt-runtime-l1-1-0.dll (c9bbc07a033b) - ## / 71
- api-ms-win-crt-stdio-l1-1-0.dll (b1e702b840ae) - ## / 72
- api-ms-win-crt-string-l1-1-0.dll (73cc56f20268) - ## / 71
- api-ms-win-crt-time-l1-1-0.dll (69885fd58164) - ## / 71
- api-ms-win-crt-utility-l1-1-0.dll (a1d1d6b0cb0a) - ## / 72
- ucrtbase.dll (0bb8c77de80a) - ## / 72
- FSharp.Core.dll (5cee76754fd7) - ## / 66
- Mono.Cecil.dll (d49c61edd304) - ## / 68
- Mono.Cecil.Mdb.dll (5644549a62dd) - ## / 69
- Mono.Cecil.Pdb.dll (8ce50c963d0b) - ## / 69
- Mono.Cecil.Rocks.dll (980ed875bf10) - ## / 71
- FSharp.Core.resources.dll (89d4a5b0c605) - ## / 66
- FSharp.Core.resources.dll (397557cdb209) - ## / 66
- FSharp.Core.resources.dll (615bd0134409) - ## / 66
- FSharp.Core.resources.dll (0ea43eb568fa) - ## / 66
- FSharp.Core.resources.dll (e46e4c9c9da3) - ## / 65
- FSharp.Core.resources.dll (cfef6401990e) - ## / 66
- FSharp.Core.resources.dll (5740b3e775a9) - ## / 66
- FSharp.Core.resources.dll (ee12f8b2c194) - ## / 66
- FSharp.Core.resources.dll (1950045b6747) - ## / 65
- FSharp.Core.resources.dll (0d6abcca68a4) - ## / 64
- FSharp.Core.resources.dll (f542f65a13a2) - ## / 57
- FSharp.Core.resources.dll (f3ebec508136) - ## / 57
- FSharp.Core.resources.dll (20400faa3605) - ## / 66
- FSharp.Core.resources.dll (3a9d502dcb06) - ## / 66
- Newtonsoft.Json.dll (824222a6f8bd) - ## / 67
- FParsec.dll (c5e63264ff4d) - ## / 68
- FParsecCS.dll (69ab2ae85feb) - ## / 68
- fake.5.0.0-rc018-244.nupkg (d20700712bd7) - ## / 61
- clrcompression.dll (981acb598754) - ## / 67
- clretwrc.dll (d99f296baa27) - ## / 68
- clrjit.dll (43713a5f4980) - ## / 67
- coreclr.dll (ba7179971f94) - ## / 66
- dbgshim.dll (7bde6ec69146) - ## / 66
- Fake.Core.CommandLineParsing.dll (6567dd029d7c) - ## / 65
- Fake.Core.Context.dll (4eb3d8d1db40) - ## / 66
- fake.dll (5e2c886a1049) - ## / 64
- fake.exe (ccc6f191f99b) - ## / 64
- Fake.Runtime.dll (797d4ac5eadc) - ## / 65
- FSharp.Compiler.Service.dll (066d84cafefa) - ## / 65
- hostfxr.dll (d5c276d1005a) - ## / 67
- hostpolicy.dll (bba571b48aa4) - ## / 67
- Microsoft.CSharp.dll (8c834fe0a432) - ## / 67
- Microsoft.DotNet.PlatformAbstractions.dll (b9c07d716369) - ## / 72
- Microsoft.VisualBasic.dll (f1ff874406eb) - ## / 67
- Microsoft.Win32.Primitives.dll (debf4875b0ef) - ## / 66
- Microsoft.Win32.Registry.dll (dba42f0172cb) - ## / 67
- mscordaccore.dll (de9f44b0855d) - ## / 66
- mscordbi.dll (8586ea72feaf) - ## / 67
- mscorlib.dll (86012d2dbb9a) - ## / 66
- mscorrc.debug.dll (437d0a348e87) - ## / 67
- mscorrc.dll (b385472e625e) - ## / 67
- netstandard.dll (8ecbd4bc9437) - ## / 67
- Paket.Core.dll (9424f29d3c01) - ## / 64
- sos.dll (a7eacff3c5c3) - ## / 67
- SOS.NETCore.dll (44bd19ae3300) - ## / 67
- System.AppContext.dll (a84a4f32ba81) - ## / 67
- System.Buffers.dll (d11a22bbfd87) - ## / 66
- System.Collections.Concurrent.dll (e799c9764b53) - ## / 67
- System.Collections.dll (d62b354cdd89) - ## / 67
- System.Collections.Immutable.dll (14e134bc6e34) - ## / 67
- System.Collections.NonGeneric.dll (e03c2ae1864c) - ## / 67
- System.Collections.Specialized.dll (04e4e1ba1d67) - ## / 67
- System.ComponentModel.Annotations.dll (8c0ca9c2ec0a) - ## / 67
- System.ComponentModel.DataAnnotations.dll (5bc05986079e) - ## / 67
- System.ComponentModel.dll (ba98ff60d2c1) - ## / 67
- System.ComponentModel.EventBasedAsync.dll (8a498461c7d4) - ## / 66
- System.ComponentModel.Primitives.dll (f4c2edcd9a22) - ## / 67
- System.ComponentModel.TypeConverter.dll (8553b219497c) - ## / 67
- System.Configuration.dll (891f53352e31) - ## / 67
- System.Console.dll (6c3ee015686a) - ## / 67
- System.Core.dll (198da734d399) - ## / 67
- System.Data.Common.dll (3c935de85cb0) - ## / 67
- System.Data.dll (aeb232b3accc) - ## / 67
- System.Diagnostics.Contracts.dll (438d19b4594e) - ## / 67
- System.Diagnostics.Debug.dll (a11e84247d76) - ## / 67
- System.Diagnostics.DiagnosticSource.dll (4f3d9cdf670c) - ## / 67
- System.Diagnostics.FileVersionInfo.dll (9a14d2ceb8ac) - ## / 68
- System.Diagnostics.Process.dll (a74165fba613) - ## / 67
- System.Diagnostics.StackTrace.dll (129c50888a87) - ## / 67
- System.Diagnostics.TextWriterTraceListener.dll (a90e0c9f4f8b) - ## / 67
- System.Diagnostics.Tools.dll (cd4e1abff560) - ## / 67
- System.Diagnostics.TraceSource.dll (faf59698abdf) - ## / 67
- System.Diagnostics.Tracing.dll (100c59a1e9f7) - ## / 67
- System.dll (5bda8bd3c4d5) - ## / 67
- System.Drawing.dll (03bc19b6c359) - ## / 67
- System.Drawing.Primitives.dll (62c7abea5471) - ## / 67
- System.Dynamic.Runtime.dll (d33b659f231c) - ## / 67
- System.Globalization.Calendars.dll (2cb5c57f9a3c) - ## / 67
- System.Globalization.dll (67ee12773c93) - ## / 67
- System.Globalization.Extensions.dll (abbb512eb097) - ## / 67
- System.IO.Compression.Brotli.dll (6c028ee946f9) - ## / 67
- System.IO.Compression.dll (1c69cd456b04) - ## / 67
- System.IO.Compression.FileSystem.dll (87ea4982759b) - ## / 66
- System.IO.Compression.ZipFile.dll (749a7319496b) - ## / 67
- System.IO.dll (95cb316273dd) - ## / 67
- System.IO.FileSystem.AccessControl.dll (950185cc21fe) - ## / 67
- System.IO.FileSystem.dll (8cd81349fd91) - ## / 66
- System.IO.FileSystem.DriveInfo.dll (d74140136b5c) - ## / 67
- System.IO.FileSystem.Primitives.dll (57c7467eb292) - ## / 67
- System.IO.FileSystem.Watcher.dll (54c3804ad848) - ## / 67
- System.IO.IsolatedStorage.dll (e3cb5ed34cbf) - ## / 67
- System.IO.MemoryMappedFiles.dll (706473e095e7) - ## / 67
- System.IO.Pipes.AccessControl.dll (a4548acb0537) - ## / 67
- System.IO.Pipes.dll (0c7ba1d939e5) - ## / 67
- System.IO.UnmanagedMemoryStream.dll (5beb0c64ce3d) - ## / 67
- System.Linq.dll (029573f21270) - ## / 67
- System.Linq.Expressions.dll (9d9835dfbace) - ## / 67
- System.Linq.Parallel.dll (1c698c8a4b3c) - ## / 67
- System.Linq.Queryable.dll (d452f1907a90) - ## / 67
- System.Memory.dll (bf4c7b5647ae) - ## / 67
- System.Net.dll (24fee9ab9870) - ## / 67
- System.Net.Http.dll (2144578a8edf) - ## / 67
- System.Net.HttpListener.dll (8d6fc9bd2494) - ## / 67
- System.Net.Mail.dll (5a838028c495) - ## / 67
- System.Net.NameResolution.dll (e6fba8c0479e) - ## / 67
- System.Net.NetworkInformation.dll (c1cfccae8b5d) - ## / 67
- System.Net.Ping.dll (951a62a9fd3c) - ## / 67
- System.Net.Primitives.dll (ce3621ce0a0f) - ## / 67
- System.Net.Requests.dll (f9fc2a9f3f97) - ## / 67
- System.Net.Security.dll (df6526bb217b) - ## / 67
- System.Net.ServicePoint.dll (86a75b9c07bc) - ## / 66
- System.Net.Sockets.dll (7de2dc32e79a) - ## / 67
- System.Net.WebClient.dll (618abf75604c) - ## / 67
- System.Net.WebHeaderCollection.dll (756506877386) - ## / 67
- System.Net.WebProxy.dll (12b0d9fa7f15) - ## / 67
- System.Net.WebSockets.Client.dll (205f3c5681a4) - ## / 67
- System.Net.WebSockets.dll (b6f5bf10972b) - ## / 66
- System.Numerics.dll (1701b9d4d593) - ## / 67
- System.Numerics.Vectors.dll (fa9453c688a6) - ## / 66
- System.ObjectModel.dll (82427bb92acb) - ## / 67
- System.Private.CoreLib.dll (40287154202c) - ## / 66
- System.Private.DataContractSerialization.dll (2ab34fb1ced4) - ## / 67
- System.Private.Uri.dll (fb682ec565da) - ## / 67
- System.Private.Xml.dll (3be76d3048e4) - ## / 67
- System.Private.Xml.Linq.dll (e36cb28cdcc9) - ## / 67
- System.Reflection.DispatchProxy.dll (7be43816b4b8) - ## / 67
- System.Reflection.dll (7ba75baace60) - ## / 67
- System.Reflection.Emit.dll (6dd61fa716b3) - ## / 67
- System.Reflection.Emit.ILGeneration.dll (022ec502323a) - ## / 67
- System.Reflection.Emit.Lightweight.dll (d9d0f8ae9150) - ## / 67
- System.Reflection.Extensions.dll (85472f780c3f) - ## / 67
- System.Reflection.Metadata.dll (ccac320057da) - ## / 67
- System.Reflection.Primitives.dll (5d1f72b5d030) - ## / 66
- System.Reflection.TypeExtensions.dll (fb49e43d741f) - ## / 66
- System.Resources.Reader.dll (e869dc9f4e09) - ## / 66
- System.Resources.ResourceManager.dll (f0a4e977b6f2) - ## / 67
- System.Resources.Writer.dll (7bff6b3bcde3) - ## / 67
- System.Runtime.CompilerServices.VisualC.dll (21b2e272c9dc) - ## / 67
- System.Runtime.dll (71c44cb49ad5) - ## / 67
- System.Runtime.Extensions.dll (add944d28839) - ## / 67
- System.Runtime.Handles.dll (8b6b96386627) - ## / 66
- System.Runtime.InteropServices.dll (4c58e2b874d8) - ## / 67
- System.Runtime.InteropServices.RuntimeInformation.dll (9219cd29335a) - ## / 66
- System.Runtime.InteropServices.WindowsRuntime.dll (835111bf8b26) - ## / 66
- System.Runtime.Loader.dll (8e7bc13fc026) - ## / 67
- System.Runtime.Numerics.dll (0c3a9cb9d30c) - ## / 67
- System.Runtime.Serialization.dll (018f6f8d4746) - ## / 67
- System.Runtime.Serialization.Formatters.dll (3ce69d954660) - ## / 67
- System.Runtime.Serialization.Json.dll (96fd127c11ba) - ## / 67
- System.Runtime.Serialization.Primitives.dll (5fd9bb57c946) - ## / 67
- System.Runtime.Serialization.Xml.dll (ca2d30650ef4) - ## / 66
- System.Security.AccessControl.dll (8bb15b386c0d) - ## / 66
- System.Security.Claims.dll (d65a2546b9ab) - ## / 67
- System.Security.Cryptography.Algorithms.dll (1ab2ee93e5a2) - ## / 67
- System.Security.Cryptography.Cng.dll (0d5a398f4611) - ## / 67
- System.Security.Cryptography.Csp.dll (3c5323978a01) - ## / 66
- System.Security.Cryptography.Encoding.dll (18b8f74f512f) - ## / 68
- System.Security.Cryptography.OpenSsl.dll (6e3eaef8f5e8) - ## / 67
- System.Security.Cryptography.Primitives.dll (00738af56ec5) - ## / 67
- System.Security.Cryptography.X509Certificates.dll (194084f763b8) - ## / 67
- System.Security.dll (7915b3e457ad) - ## / 67
- System.Security.Principal.dll (c49dc69c3544) - ## / 67
- System.Security.Principal.Windows.dll (829e7a47c1b0) - ## / 67
- System.Security.SecureString.dll (c5eeedfb1a95) - ## / 67
- System.ServiceModel.Web.dll (5ef33ef84fec) - ## / 67
- System.ServiceProcess.dll (82a8ad151021) - ## / 66
- System.Text.Encoding.dll (7bbe426ce121) - ## / 67
- System.Text.Encoding.Extensions.dll (8eb8e9a6320d) - ## / 67
- System.Text.RegularExpressions.dll (8bc9a37122af) - ## / 65
- System.Threading.dll (aa815633f720) - ## / 67
- System.Threading.Overlapped.dll (2d42d8ca7544) - ## / 67
- System.Threading.Tasks.Dataflow.dll (38b7266f39d4) - ## / 67
- System.Threading.Tasks.dll (fb16641a0754) - ## / 67
- System.Threading.Tasks.Extensions.dll (5864d7e9fa23) - ## / 67
- System.Threading.Tasks.Parallel.dll (716bb5419d39) - ## / 67
- System.Threading.Thread.dll (7b8cc84d170c) - ## / 67
- System.Threading.ThreadPool.dll (f61940fc5155) - ## / 66
- System.Threading.Timer.dll (319ce80e3938) - ## / 67
- System.Transactions.dll (5d0ab24b40a2) - ## / 67
- System.Transactions.Local.dll (a0d5e3c56448) - ## / 67
- System.ValueTuple.dll (a9909eda8483) - ## / 67
- System.Web.dll (f36b4fad2f67) - ## / 67
- System.Web.HttpUtility.dll (49f1ea5735ea) - ## / 67
- System.Windows.dll (4bc6fccc82a4) - ## / 67
- System.Xml.dll (a98f1f89327d) - ## / 67
- System.Xml.Linq.dll (404842c7b21c) - ## / 67
- System.Xml.ReaderWriter.dll (87830b96892d) - ## / 67
- System.Xml.Serialization.dll (197774191e68) - ## / 67
- System.Xml.XDocument.dll (2ae11a6ced64) - ## / 67
- System.Xml.XmlDocument.dll (507902a1a20a) - ## / 67
- System.Xml.XmlSerializer.dll (cc9c1e7d3dfd) - ## / 67
- System.Xml.XPath.dll (3ca5357331d9) - ## / 67
- System.Xml.XPath.XDocument.dll (01050662a5b1) - ## / 66
- WindowsBase.dll (d4e388a48cff) - ## / 67
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 |
---|---|---|---|---|
FAKE - F# Make 6.1.3 | 72 | Thursday, September 26, 2024 | Approved | |
FAKE - F# Make 6.1.2 | 21 | Tuesday, September 24, 2024 | Approved | |
FAKE - F# Make 6.1.1 | 47 | Sunday, September 1, 2024 | Approved | |
FAKE - F# Make 6.1.0 | 34 | Wednesday, August 21, 2024 | Approved | |
FAKE - F# Make 6.0.0 | 894 | Tuesday, February 21, 2023 | Approved | |
FAKE - F# Make 6.0.0-beta001 | 80 | Wednesday, December 21, 2022 | Approved | |
FAKE - F# Make 6.0.0-alpha004 | 69 | Thursday, November 17, 2022 | Exempted | |
FAKE - F# Make 6.0.0-alpha003 | 67 | Friday, November 11, 2022 | Exempted | |
FAKE - F# Make 6.0.0-alpha002 | 79 | Tuesday, November 1, 2022 | Exempted | |
FAKE - F# Make 6.0.0-alpha001 | 58 | Tuesday, November 1, 2022 | Exempted | |
FAKE - F# Make 5.23.1 | 362 | Friday, October 21, 2022 | Approved | |
FAKE - F# Make 5.23.0 | 198 | Monday, August 1, 2022 | Approved | |
FAKE - F# Make 5.23.0-alpha002 | 82 | Friday, July 22, 2022 | Approved | |
FAKE - F# Make 5.23.0-alpha001 | 79 | Friday, July 15, 2022 | Approved | |
FAKE - F# Make 5.22.0 | 384 | Monday, February 14, 2022 | Approved | |
FAKE - F# Make 5.21.1 | 176 | Sunday, January 30, 2022 | Approved | |
FAKE - F# Make 5.21.0 | 163 | Monday, January 24, 2022 | Approved | |
FAKE - F# Make 5.21.0-alpha004 | 97 | Thursday, January 6, 2022 | Approved | |
FAKE - F# Make 5.21.0-alpha003 | 148 | Thursday, November 11, 2021 | Approved | |
FAKE - F# Make 5.20.4 | 577 | Wednesday, March 31, 2021 | Approved | |
FAKE - F# Make 5.20.4-alpha-1658 | 162 | Tuesday, March 30, 2021 | Approved | |
FAKE - F# Make 5.20.4-alpha-1642 | 313 | Friday, October 23, 2020 | Approved | |
FAKE - F# Make 5.20.3 | 774 | Wednesday, August 5, 2020 | Approved | |
FAKE - F# Make 5.20.2 | 600 | Saturday, June 27, 2020 | Approved | |
FAKE - F# Make 5.20.1 | 317 | Saturday, June 13, 2020 | Approved | |
FAKE - F# Make 5.20.1-alpha-1590 | 260 | Thursday, May 7, 2020 | Approved | |
FAKE - F# Make 5.20.0 | 508 | Tuesday, May 5, 2020 | Approved | |
FAKE - F# Make 5.20.0-alpha-1584 | 242 | Tuesday, May 5, 2020 | Approved | |
FAKE - F# Make 5.20.0-alpha-1583 | 252 | Tuesday, May 5, 2020 | Approved | |
FAKE - F# Make 5.20.0-alpha-1580 | 214 | Monday, May 4, 2020 | Approved | |
FAKE - F# Make 5.20.0-alpha-1566 | 272 | Monday, April 13, 2020 | Approved | |
FAKE - F# Make 5.20.0-alpha-1545 | 292 | Saturday, March 7, 2020 | Pending Automated Review | |
FAKE - F# Make 5.20.0-alpha-1535 | 303 | Friday, March 6, 2020 | Pending Automated Review | |
FAKE - F# Make 5.19.2-alpha-1526 | 198 | Thursday, March 5, 2020 | Approved | |
FAKE - F# Make 5.19.1 | 613 | Sunday, February 9, 2020 | Approved | |
FAKE - F# Make 5.19.0 | 424 | Thursday, December 19, 2019 | Approved | |
FAKE - F# Make 5.19.0-alpha-1473 | 226 | Wednesday, December 18, 2019 | Approved | |
FAKE - F# Make 5.19.0-alpha-1439 | 258 | Monday, December 16, 2019 | Approved | |
FAKE - F# Make 5.18.3 | 572 | Monday, November 4, 2019 | Approved | |
FAKE - F# Make 5.18.2 | 456 | Saturday, October 26, 2019 | Approved | |
FAKE - F# Make 5.18.0 | 424 | Sunday, October 20, 2019 | Approved | |
FAKE - F# Make 5.17.0 | 398 | Saturday, October 12, 2019 | Approved | |
FAKE - F# Make 5.16.2-alpha-1304 | 335 | Tuesday, October 8, 2019 | Approved | |
FAKE - F# Make 5.16.1 | 774 | Sunday, August 25, 2019 | Approved | |
FAKE - F# Make 5.16.0 | 612 | Saturday, August 17, 2019 | Approved | |
FAKE - F# Make 5.16.0-alpha-1228 | 270 | Saturday, August 17, 2019 | Approved | |
FAKE - F# Make 5.15.4 | 609 | Tuesday, July 16, 2019 | Approved | |
FAKE - F# Make 5.15.3 | 424 | Wednesday, July 3, 2019 | Approved | |
FAKE - F# Make 5.15.2 | 409 | Wednesday, July 3, 2019 | Approved | |
FAKE - F# Make 5.15.1 | 405 | Monday, July 1, 2019 | Approved | |
FAKE - F# Make 5.15.1-alpha-1104 | 391 | Friday, June 21, 2019 | Approved | |
FAKE - F# Make 5.15.0 | 552 | Monday, June 17, 2019 | Approved | |
FAKE - F# Make 5.14.1 | 395 | Thursday, June 13, 2019 | Approved | |
FAKE - F# Make 5.14.0 | 424 | Wednesday, June 12, 2019 | Approved | |
FAKE - F# Make 5.14.0-alpha-1085 | 340 | Monday, June 10, 2019 | Approved | |
FAKE - F# Make 5.13.7 | 591 | Sunday, May 12, 2019 | Approved | |
FAKE - F# Make 5.13.5 | 485 | Wednesday, May 1, 2019 | Approved | |
FAKE - F# Make 5.13.3 | 424 | Tuesday, April 30, 2019 | Approved | |
FAKE - F# Make 5.13.2 | 543 | Tuesday, April 23, 2019 | Approved | |
FAKE - F# Make 5.13.1 | 383 | Monday, April 22, 2019 | Approved | |
FAKE - F# Make 5.13.0 | 473 | Sunday, April 14, 2019 | Approved | |
FAKE - F# Make 5.13.0-alpha-987 | 353 | Sunday, April 14, 2019 | Approved | |
FAKE - F# Make 5.13.0-alpha-975 | 412 | Sunday, April 14, 2019 | Approved | |
FAKE - F# Make 5.12.6 | 724 | Sunday, March 17, 2019 | Approved | |
FAKE - F# Make 5.12.4 | 642 | Wednesday, February 27, 2019 | Approved | |
FAKE - F# Make 5.12.2 | 381 | Tuesday, February 26, 2019 | Approved | |
FAKE - F# Make 5.12.1 | 582 | Friday, February 15, 2019 | Approved | |
FAKE - F# Make 5.12.0 | 1063 | Saturday, January 12, 2019 | Approved | |
FAKE - F# Make 5.11.1 | 663 | Thursday, December 6, 2018 | Approved | |
FAKE - F# Make 5.11.0 | 440 | Tuesday, December 4, 2018 | Approved | |
FAKE - F# Make 5.10.1 | 717 | Sunday, November 11, 2018 | Approved | |
FAKE - F# Make 5.9.3 | 680 | Monday, October 15, 2018 | Approved | |
FAKE - F# Make 5.9.2 | 452 | Sunday, October 14, 2018 | Approved | |
FAKE - F# Make 5.9.1 | 391 | Saturday, October 13, 2018 | Approved | |
FAKE - F# Make 5.9.0 | 495 | Saturday, October 13, 2018 | Approved | |
FAKE - F# Make 5.8.4 | 638 | Monday, October 8, 2018 | Approved | |
FAKE - F# Make 5.7.2 | 643 | Monday, September 24, 2018 | Approved | |
FAKE - F# Make 5.7.0 | 428 | Sunday, September 23, 2018 | Approved | |
FAKE - F# Make 5.6.2-alpha-494 | 358 | Sunday, September 23, 2018 | Approved | |
FAKE - F# Make 5.6.2-alpha-491 | 358 | Saturday, September 22, 2018 | Approved | |
FAKE - F# Make 5.6.1 | 574 | Sunday, September 9, 2018 | Approved | |
FAKE - F# Make 5.5.1-alpha-403 | 399 | Sunday, August 26, 2018 | Approved | |
FAKE - F# Make 5.5.0 | 450 | Sunday, August 26, 2018 | Approved | |
FAKE - F# Make 5.4.1 | 528 | Thursday, August 16, 2018 | Approved | |
FAKE - F# Make 5.4.0 | 414 | Saturday, August 11, 2018 | Approved | |
FAKE - F# Make 5.3.1 | 562 | Sunday, August 5, 2018 | Approved | |
FAKE - F# Make 5.3.0 | 520 | Monday, July 30, 2018 | Approved | |
FAKE - F# Make 5.2.0 | 650 | Monday, July 9, 2018 | Approved | |
FAKE - F# Make 5.1.0 | 606 | Sunday, June 17, 2018 | Approved | |
FAKE - F# Make 5.0.0 | 751 | Wednesday, June 6, 2018 | Approved | |
FAKE - F# Make 5.0.0-rc018-248 | 489 | Tuesday, June 5, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc018-244 | 481 | Saturday, June 2, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc017-237 | 391 | Sunday, May 27, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc016-225 | 430 | Monday, May 21, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc015-196 | 429 | Sunday, May 20, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc014-167 | 414 | Saturday, May 19, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc013-141 | 365 | Friday, May 18, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc012-95 | 436 | Saturday, May 12, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc012-93 | 371 | Saturday, May 12, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc011 | 518 | Sunday, May 6, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc010 | 388 | Tuesday, May 1, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc009 | 345 | Tuesday, May 1, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc008 | 443 | Thursday, April 26, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc007 | 439 | Sunday, April 22, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc006 | 381 | Sunday, April 22, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc005 | 442 | Sunday, April 15, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc004 | 419 | Monday, April 9, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc002 | 353 | Monday, April 9, 2018 | Exempted | |
FAKE - F# Make 5.0.0-rc001 | 389 | Saturday, April 7, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta029 | 535 | Sunday, March 25, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta028 | 357 | Saturday, March 24, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta027 | 421 | Saturday, March 24, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta026 | 383 | Saturday, March 24, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta025 | 466 | Monday, March 19, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta024 | 642 | Friday, March 9, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta023 | 523 | Sunday, March 4, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta022 | 392 | Sunday, March 4, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta021 | 384 | Friday, March 2, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta020 | 488 | Monday, February 26, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta019 | 469 | Sunday, February 25, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta018 | 444 | Monday, February 19, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta017 | 390 | Sunday, February 18, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta016 | 384 | Saturday, February 17, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta015 | 341 | Friday, February 16, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta014 | 418 | Saturday, February 10, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta013 | 474 | Saturday, February 3, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta012 | 432 | Sunday, January 28, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta011 | 385 | Saturday, January 27, 2018 | Exempted | |
FAKE - F# Make 5.0.0-beta010 | 676 | Saturday, October 28, 2017 | Exempted | |
FAKE - F# Make 5.0.0-beta009 | 386 | Saturday, October 28, 2017 | Exempted | |
FAKE - F# Make 5.0.0-beta008 | 469 | Monday, October 23, 2017 | Exempted | |
FAKE - F# Make 5.0.0-beta007 | 414 | Monday, October 23, 2017 | Exempted | |
FAKE - F# Make 5.0.0-beta006 | 408 | Sunday, October 22, 2017 | Exempted | |
FAKE - F# Make 5.0.0-beta005 | 525 | Monday, October 2, 2017 | Exempted | |
FAKE - F# Make 5.0.0-beta004 | 425 | Monday, October 2, 2017 | Exempted | |
FAKE - F# Make 5.0.0-beta003 | 508 | Tuesday, September 26, 2017 | Exempted | |
FAKE - F# Make 5.0.0-beta002 | 407 | Monday, September 25, 2017 | Exempted | |
FAKE - F# Make 5.0.0-beta001 | 400 | Monday, September 25, 2017 | Exempted | |
FAKE - F# Make 5.0.0-alpha018 | 380 | Sunday, September 24, 2017 | Exempted | |
FAKE - F# Make 5.0.0-alpha017 | 383 | Saturday, September 23, 2017 | Exempted | |
FAKE - F# Make 5.0.0-alpha016 | 389 | Saturday, September 23, 2017 | Exempted | |
FAKE - F# Make 5.0.0-alpha015 | 665 | Sunday, August 27, 2017 | Exempted | |
FAKE - F# Make 5.0.0-alpha014 | 501 | Friday, July 28, 2017 | Exempted | |
FAKE - F# Make 5.0.0-alpha013 | 465 | Wednesday, July 26, 2017 | Exempted | |
FAKE - F# Make 5.0.0-alpha012 | 434 | Tuesday, July 25, 2017 | Exempted | |
FAKE - F# Make 5.0.0-alpha011 | 441 | Monday, July 24, 2017 | Exempted | |
FAKE - F# Make 5.0.0-alpha010 | 601 | Monday, June 12, 2017 | Exempted | |
FAKE - F# Make 5.0.0-alpha009 | 557 | Saturday, May 27, 2017 | Exempted | |
FAKE - F# Make 5.0.0-alpha004 | 649 | Saturday, April 22, 2017 | Exempted | |
FAKE - F# Make 5.0.0-alpha003 | 534 | Friday, April 21, 2017 | Exempted |
ENHANCEMENT: Upgrade to final release of global tools - https://github.com/fsharp/FAKE/pull/1972
ENHANCEMENT: Upgrade to netcore2.1 - https://github.com/fsharp/FAKE/pull/1972
BUGFIX: Fix issue to hide secrets in output - https://github.com/fsharp/FAKE/pull/1969
This package has no dependencies.
Ground Rules:
- This discussion is only about FAKE - F# Make and the FAKE - F# Make 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 FAKE - F# Make, 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.