Unpacking Software Livestream

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

Learn More

Chocolatey Product Spotlight

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

Learn More

Chocolatey Coding Livestream

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

Learn More

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

Webinar from
Wednesday, 17 January 2024

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

Watch On-Demand
Chocolatey Community Coffee Break

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

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

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

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

Livestream from
Thursday, 9 June 2022

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

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

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

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

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

Watch On-Demand

Downloads:

1,063

Downloads of v 1.0.0:

694

Last Update:

15 Mar 2017

Package Maintainer(s):

Software Author(s):

  • tiksn

Tags:

grocerychecklistshell admin

Grocery Checklist Shell

  • 1
  • 2
  • 3

1.0.0 | Updated: 15 Mar 2017

Downloads:

1,063

Downloads of v 1.0.0:

694

Maintainer(s):

Software Author(s):

  • tiksn

Grocery Checklist Shell 1.0.0

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

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

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

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Grocery Checklist Shell, run the following command from the command line or from PowerShell:

>

To upgrade Grocery Checklist Shell, run the following command from the command line or from PowerShell:

>

To uninstall Grocery Checklist Shell, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

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

1. Enter Your Internal Repository Url

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


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade grocery-checklist-shell -y --source="'INTERNAL REPO URL'" [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 grocery-checklist-shell -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install grocery-checklist-shell
  win_chocolatey:
    name: grocery-checklist-shell
    version: '1.0.0'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'grocery-checklist-shell' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.0.0'
end

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


cChocoPackageInstaller grocery-checklist-shell
{
    Name     = "grocery-checklist-shell"
    Version  = "1.0.0"
    Source   = "INTERNAL REPO URL"
}

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


package { 'grocery-checklist-shell':
  ensure   => '1.0.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

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


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator AdmiringWorm on 04 Apr 2017.

Description

This package is a tool for Grocery Checklist API admins


tools\Autofac.dll
md5: 5CC8BB2FB6C717232F2E2BC3F215CB80 | sha1: 387335BE6220C19CCEA3A5341DF389C97AF1CAAC | sha256: 7DD751A02D709B2DAB01F7753878E0BDE6825BD633CC657A7F01FDCB361E7E09 | sha512: 94137E83F67FCC06506E64A8B9C1E406A5782BFEC74B6BC15D7E1C390426F8CF997E706CFD9F74D4A9AFC7875805C6EFEB8C8084C04C39820638572BE4AE2466
tools\Autofac.Extensions.DependencyInjection.dll
md5: 04F82181B2448271B47ED3D4828AA5A6 | sha1: EB77811E2F58F86FF015D2FF637289F6B4AD96FE | sha256: 10CA841FF2E8BBC40A6A6BF81F1B6D06AA1069852C96B91A2B4437A31939A82F | sha512: E9C0EEAD446D2E66ED92BFB87FB55203781D0284E8626CF727DF13E0EFB84600302A4B21196FCC878B233EB9CB29D740C9E11E58BE4ECD23AC90144AA264E172
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';

Function SetRegistryDefaultValue([string]$key, [string]$valueName, [Microsoft.Win32.RegistryValueKind]$valueType, $defaultValue) {
if ((Get-ItemProperty $key -Name $valueName -ErrorAction SilentlyContinue | select -exp $valueName) -eq $null) {
    Set-ItemProperty $key -Name $valueName -Type $valueType -Value $defaultValue -ErrorAction Continue
    }
}

Function CreateRegistryKey([string]$key) {
if ((Test-Path $key) -eq $false) {
    New-Item $key -ErrorAction Continue -Force
    }
}

CreateRegistryKey 'HKLM:SOFTWARE\TIKSN Lab\Grocery Checklist' | Out-Null
CreateRegistryKey 'HKLM:SOFTWARE\TIKSN Lab\Grocery Checklist\ConnectionStrings' | Out-Null

SetRegistryDefaultValue 'HKLM:SOFTWARE\TIKSN Lab\Grocery Checklist' 'RandomKeyLength' DWord 8
SetRegistryDefaultValue 'HKLM:SOFTWARE\TIKSN Lab\Grocery Checklist' 'ApplicationSecretLength' DWord 64
SetRegistryDefaultValue 'HKLM:SOFTWARE\TIKSN Lab\Grocery Checklist' 'FileNameLength' DWord 8
SetRegistryDefaultValue 'HKLM:SOFTWARE\TIKSN Lab\Grocery Checklist' 'ApplicationSecretLength' DWord 32
SetRegistryDefaultValue 'HKLM:SOFTWARE\TIKSN Lab\Grocery Checklist\ConnectionStrings' 'AzureTableStorage' String 'UseDevelopmentStorage=true'
SetRegistryDefaultValue 'HKLM:SOFTWARE\TIKSN Lab\Grocery Checklist\ConnectionStrings' 'AzureBlobStorage' String 'UseDevelopmentStorage=true'
tools\ConsoleTables.dll
md5: D6D8D3E92A7837E46916E7202AD834E5 | sha1: BBF6BD90458C7C547EB33B494B9C3B393E622491 | sha256: 15E39F9BE854E592F1D0F479E06FF56710704A388066B67DD881CB59FF780358 | sha512: 85F638F9F951FA98E0AFC29B0484E53E0DB88B866F6B42A968838F817A5C3AA52AF853A75ACC3D9163C07A5CDA8C98929BB2590C14C127752961B6A81EC7109C
tools\Data.dll
md5: 6E360CF2FB0EA0ABADFD5298FB928F60 | sha1: E521FC0B6CC712399BEB741A97095976FD824021 | sha256: 037B868F5BB652E4C8A4CF49BD38D6DBAC643B2C506AD615DB37B6B508015DBC | sha512: 6A30640031BDDD8B19B7529801208E5C3F3E070683A832FABC37AC0128B0B71328FDE86AB8A64AAA1B356007B0A70C2BCD2A47D314E71C2D1297441516A274AD
tools\DataModel.dll
md5: 451B81FBB21930D610227305D171FA21 | sha1: 580932692464EB93BB087C70D8C1B4A9D27ACA47 | sha256: 829097F721FD71AEFB169ED6FF11C27889A54A63BAAEFA1743A2BD21C41F61B9 | sha512: 2D966604AF46FC4179DB0001D88BFB6C15DDC47065759CDDE159C4EB7602BC3B265EC6915025B883E9A409B3B79DF9B952C1337F5F33E8688FD15164ABAC02C5
tools\DataService.dll
md5: 0C5958FE29B417233120CB8C76F87E03 | sha1: 3056D88055F067940AFFDD29A01501CA161B2B1D | sha256: E2247B3E4B7C92EBCF1D977D8D7FB2A7BD852EE5F9713516D4DAC4768FE0123C | sha512: 326C7A0882734AA4E9FE71D958C487766559EE8A67DEBA6FD06EC230C94B95E6D5960C73518FE3EFF0EDE7247D8E29148E72D0FCA10DAD3633213E7B666B0617
tools\Exceptionless.dll
md5: F9908EAAFE65784164E6E0E0949D4685 | sha1: 4BC133FA20FB594A37E33A26508A01FEE50A84BA | sha256: 97729736F6834211C6B1C71989B5A3A9BD3B049FF1135407F6860184FEBCC5CD | sha512: F0D071AFE2C7C11F910B357A9D47F61A89D036DACC88D31AC226F0DE7179EF37CDF876897E953063BA4612F944BF07262B0C6510875A835340F669A63A5B3B2A
tools\Exceptionless.Signed.dll
md5: 1B0128F8B2BF3AAFEC28817C2031DC70 | sha1: B3AE68CB40A7FA82105E82D292D3E037F1A8D50F | sha256: 98672DFD5C31B77AFEBC9853539A828836EC72E7D9B0D5F5F5267AD2EBDA16BA | sha512: 40E340EF2ED967AA055FD053C80B69A09404A70E97A63AEC5598C992C907AC2AF40934B6CC81C0980291AB4E89EC16E6EB47E7BC0FB587B4BC2C13D8E26497D7
tools\GroceryChecklistShell.exe
md5: 5BB34F1D6AD54418D2A39EDA429BAE41 | sha1: 0CF00E6C13C18CA677F5ECC3436A17177C4C3071 | sha256: 1930C5D9E87818EC591CDD83184AA7E0F203C06FF50366BC4C205D71AF240725 | sha512: 1984277D780B15012C46A10AF024A5E49AF2AE54331AFF18FB50AADFBF87ACFEB1A57E9BEC6AF0F172D720010011ED6E0257359009B1254B4163D77B1239EB21
tools\GroceryChecklistShell.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <section name="exceptionless" type="Exceptionless.ExceptionlessSection, Exceptionless" />
  </configSections>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
  </startup>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Security.Cryptography.X509Certificates" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Win32.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.1.0" newVersion="1.1.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Extensions.Configuration.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.1.0" newVersion="1.1.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="adb9793829ddae60" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.4.0.0" newVersion="4.4.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Interactive.Async" publicKeyToken="94bc3704cddfc263" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-3.0.3000.0" newVersion="3.0.3000.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Data.Services.Client" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-5.8.1.0" newVersion="5.8.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Data.OData" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-5.8.1.0" newVersion="5.8.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Data.Edm" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-5.8.1.0" newVersion="5.8.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Azure.KeyVault.Core" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Console" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.HockeyApp.Core45" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.5.1043" newVersion="4.1.5.1043" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Extensions.Options" publicKeyToken="adb9793829ddae60" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.1.0" newVersion="1.1.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Extensions.Configuration" publicKeyToken="adb9793829ddae60" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.1.0" newVersion="1.1.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Extensions.Logging.Debug" publicKeyToken="adb9793829ddae60" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.1.0" newVersion="1.1.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Extensions.Localization.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Extensions.Localization" publicKeyToken="adb9793829ddae60" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.EntityFrameworkCore" publicKeyToken="adb9793829ddae60" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Extensions.Logging" publicKeyToken="adb9793829ddae60" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
  <exceptionless apiKey="API_KEY_HERE" />
</configuration>
tools\LICENSE.txt
From: http://www.apache.org/licenses/LICENSE-2.0

LICENSE

   Copyright 2017 - TIKSN Lab

   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.
tools\LiteGuard.dll
md5: 134FC7804D55863075DF0C3B904B36D2 | sha1: DFFED5254FA6EF57470E76EB8B9C5F5BD232F973 | sha256: 0B685A7EC8E0B029F045D237AD0BEE53F3D50072ADFED05122936BC5A4D161B9 | sha512: D07C0272B5A00B737994C9E8CF29F3AEA244A31EEB691BFD649AC168AC2519D8A87410B0D045EFC6F1E6300B7B03A24A2730C001DCEDD8A32628B159EB03A852
tools\Microsoft.AspNetCore.Hosting.Abstractions.dll
md5: 841C675E4FBE4BBCE9C46367E30A35F3 | sha1: 85DAC27C7F5E4A0F1C2A45CFBBABA3A05252C72A | sha256: D4355DE1FAC4E20D90B6A6657D6BD8A336613C308E47D92BE1362C1445A6FB7B | sha512: 4D6648F76591BB9FBB018FBB9DCB02C1E8E44EA2C774FBFEA5DF0C6F588E4A31A0A710655C6D11BDBA19D7F34CBBC91FA06D67D3E576C7B78A97B754E8AA8FCC
tools\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
md5: 0FAAAE02828AA27C75DEBA044DDB7220 | sha1: 9A465B819BB4C1C7516E4060ACA2786F006FD511 | sha256: D0F0AC06D9C01B1E3732689A8ED4B78EE68ABA19E98BE4EDDBE015977D08A5BA | sha512: B9D43921282FEDB817687B4FC008D045914E10A59BAE386256B26971DB1DC45CCE3433F84A85229838F523D17E1DF075C82A49B1D40AC8B6DA8870F12E78D7C5
tools\Microsoft.AspNetCore.Http.Abstractions.dll
md5: 742615E01CBBAAEC2CE791731BA3E7C1 | sha1: D234651F1E226275B650685EAEF9FEF14795117E | sha256: 7DC571C735A6FA9D57D62FDA092A38ED1749AE5CC264E220F8C65561FB801514 | sha512: 6A1E8C41B42382AA328B3B96BFD24F90E48D352898CD092824E18DF75A8A7DDBA86554F599385EFC5F80D97748E1E151F6E2B9E7AA19090036C11B8DDC9A0D37
tools\Microsoft.AspNetCore.Http.Features.dll
md5: 2EA1D9499F8A6973582630C58792E5D1 | sha1: 3C3549C7773A2EFD9082A1433B12C0BB60FECEA9 | sha256: 7476C3986D9D8CF75A2D4FA3BE2F7BE599E635D9B6E150E7326CA817C4BA1DD0 | sha512: F7B6C347B098EF0B6DEE00AE4AE22C3574F8906C495AB5BCBAC472A90E5F9F320BA41306ED94154B001B4DC209CA1A85159DA337BA160EB5DDAF4C577A4941D0
tools\Microsoft.Azure.KeyVault.Core.dll
md5: 1B7343A8C2F5A9D15B3C5E5B1BEBBF44 | sha1: B52410429DA7AB49DA06AA8FCF4B6426ABAA285C | sha256: 1CC1538738AB44324C5B389CE60EC6B8095ADAA2453649CAD6FACDB14AB112D3 | sha512: A75FF75E298CD6AAF2FDD7286C4667399FE8AD7E493C7A6AF808FF243BE08AE9E4A6F11316AB3C0FA7A83E3D88732087D20AF8217D4DE1FAE209A36A3ABB38DB
tools\Microsoft.Data.Edm.dll
md5: 383FE8CAD1F26D4A307FFD490B96D307 | sha1: B5D13E6B49B72825627B44C3501091A12580F741 | sha256: 2488A00E8045A929110BC35F4719D40C653C89F1799CB97767CB01FE94CF3E3B | sha512: E8F7A59764BE375BED343E3F60F12A7537973DA219D2101796CCCD455EB70ECD8AF784C0A2A7D96D7FB3D6A4DA73C784889DEC086019CF0D26CB700E738BB042
tools\Microsoft.Data.OData.dll
md5: F631F51807B66AC4E3C9869122FC1309 | sha1: 496EBB02213A694101849ADFCE095F4671459D5B | sha256: 9E635E1F33493D570A5C42B394450569B14FF418026FE530CA364FC4AB395778 | sha512: 26FB696407D8218E80995732FA176BD7EDE900C358004AF4B7F5D359863A4ABC1B9462B6BCA3540C72A6A342CFED962252B06D58B63A469148EA48AE6D47AF53
tools\Microsoft.Data.Services.Client.dll
md5: 4BFA717A55B04C1E1896010B437D4672 | sha1: 4AD6FADD00BA0058F60890FB5B1D54876F0FFE2E | sha256: 43F0FFB269CD41A26BD1180F895DCD8A7ECCA7447F2B8E08CA3B0038ABE7C72A | sha512: F4DB703E9678701C4C1F31E801CC4C1E2A5EE7B178EA6D142E5CCB4EF51AF246B625F26CEC3D4D32B1C4294D18AD443604A4C48A8CEEC106141E522B238344BA
tools\Microsoft.EntityFrameworkCore.dll
md5: A0508CB424D6170A0D793CCECAB0AEA4 | sha1: A1BE2F272367C1F678A6111ECA0293973328E1C2 | sha256: 3B6A1F5CE1E89160613519E1F25EDC13A979D2A8A34C8B9A47273FE7252124D9 | sha512: 0A85D5B5FD1480E6776950473BC27B1B15CE445F2D52BCBD853BB50E346082B71E3E1E5827BD878380E878D9D8127B7DC7922930AC94DF9A855C86EB79E9A9FA
tools\Microsoft.Extensions.Caching.Abstractions.dll
md5: D61BD806524000B476C17C1B736F8229 | sha1: 6C1F7620FD3C16EFF9BC88E775DA231EA91B52B7 | sha256: 10C939609366CC9C65EA16AF79FBC5DD35D89FF6089821C6948DDCD5FA81A4F3 | sha512: 5736E80FE164157E14B594C16B338D3454738886B8FF4F006016420B0C436725A9D746A36C4084AA3C462D3DBB944267C01AE9321EC67FC30ACB99A3E234024F
tools\Microsoft.Extensions.Caching.Memory.dll
md5: 8FE68AFCD2DD15AE5BC0B24C9DBEA780 | sha1: 838CA3B8A1F6B269CF493DC79BA56D821C27CE19 | sha256: 6567FB01907ED6E8973611E8AE1B7DCE59D8CF888ADE909C299579F05DC52067 | sha512: 6E862C568AA73E2DF47CB7EE8BF5688B67A541CAF2B1D0E02C4AEE33F7E428D5F4BD34E5190DA846922BC61F11B3E58BA3268692CF78A9CDA1B84B94D5ED15EF
tools\Microsoft.Extensions.Configuration.Abstractions.dll
md5: D253A331A0FAB9271940B814987A1049 | sha1: EEB1B59350B1136F3DC96F5D439CDB13C50EC398 | sha256: 7E97CE2A212E7B4736FAE426427061786FFA567C7241EE0468A4286C54923861 | sha512: 66A688D450EDD870088AB8280E0B543DDA1769B7A65A5387CA3BBF691874F3CD799F30A8AA74585384DFBCD60B8994062CBD5A48DDB3E7EA7B3D9156A5AB669C
tools\Microsoft.Extensions.Configuration.Binder.dll
md5: F4882B848A2A98BC0B2D40B437ABEBA2 | sha1: 83DC07222D0CF9DB156D3BEBAA4929F85D872DFF | sha256: E1BCA26A1E4FE0156099CE8EE3B1395845A93C444DDC80D0895F00632E3281A9 | sha512: 10BC6CF0BA3F211C01F7B946929BA0232EECB134981965F1EDE854C08A419F8F20DE724081981061D903820BF43EE3DC046365C5B6E19172D04C748E0A146C0A
tools\Microsoft.Extensions.Configuration.dll
md5: B512FDB2AE324DB2DF5B30F3131CBA4F | sha1: 70547E4C9DBF0C2C6C0AC8A38435097682A509AE | sha256: CD577FC265F7057D22E5B845058CDB118506FC3D9BCD0AA2B6FEBCCE58959790 | sha512: BCF553E713A07BDE4DCDCB1A47BB130D79523604E2FEF8A7BFE236879E132871318A62FC3419CC40473C0AB4601591FBEC1C8AD9AB78417C1E92F8BCD26BEF7C
tools\Microsoft.Extensions.DependencyInjection.Abstractions.dll
md5: 55CDA99A31E2C36203357420B840DED8 | sha1: BA262390280BD71ABF9D70DE90D9132AB6FED05D | sha256: 331543777B55A9DBA20E534A4CC1B873BD93D57FD12A8CD5C0D5A674C181656A | sha512: 147914FB484DB018C11B7389BCBB6427DE2FD28A360FA18B0CF1423DC2FD97D04430C1ECFE8A017F92B226ECCB92E404E45B5A69A1D3274651F92AF49C3B0E52
tools\Microsoft.Extensions.DependencyInjection.dll
md5: 13E27FDA640C6A0EC63C1098E514AE6C | sha1: 3591F59B224F7BED71A08B12F192F26657D30C32 | sha256: AC5E76E43AB3B6BCCA2EA1A3439F44E670E594F59829A730C7B4CDB973E92184 | sha512: CF4CF7C38EB5B262FDF3020F3ED193954EF33FC0E75B9341E6E60F513D226FA084B6221285C1F41E9BC4D0CEF84D2CDA408556D2D1026656775967DB53FDFE99
tools\Microsoft.Extensions.FileProviders.Abstractions.dll
md5: 513337B653D724A3D4DA4F9884E7A2C4 | sha1: 794C2E5CD23ACA9648B09E124D54A9A9CAF5C7DE | sha256: 541C48E45447D09B9705FF4B246A8507180152ACB870BE2B973468119AE494E4 | sha512: 63E735F2B8BE4C1842856547B57EFBCB4036E9EBF9F5C0CE2093110E0361E06AFB3D8191656B9F01DEDCC9648D76EE509989B5C6563115751E3E9C5736CC4AAE
tools\Microsoft.Extensions.Localization.Abstractions.dll
md5: 21BB49EE0CFBE9406FF065A4CC13CCF4 | sha1: 8BCC11CADE417FC70DBE00512A1D20912FB1CAFA | sha256: 5206683C31A59510AEF8AD563E02447793DAD851D2708F896413987F4F5F0503 | sha512: ED20F0BB78D3774AB65249AFEBE29EB35246D358EBADB8EE2EDCC1697262506F4D459B2584817F5987DD7699D3691F3C61DC8E31714CBEB76D1BA8047C050DD2
tools\Microsoft.Extensions.Localization.dll
md5: 80718BC963FDA421E4B4BC04A8A1534C | sha1: F3E40D97CD833BA9BA8E05298769B91C40472051 | sha256: 13EC234DEC667108D7D28CF7CA3E3423DCCE54A73F131B606C1D71154381095D | sha512: 8D974060769EB074482D401906EE1C5519F56DA29BA2FA25A1178DD7B2766B44A56F4342755CE3302750656C9A4D8FA98F825F0D26B3BE06FC53760BF784F849
tools\Microsoft.Extensions.Logging.Abstractions.dll
md5: D222EAF2E08AB803CDAB5C7C11A747E5 | sha1: A63FB34F78BC97A3400514EDD47F2B7C6FC80597 | sha256: 2FA497E70218A5C2CD5D20743F361E65E40CC7DB358336AD51CCD2AC52D8E97F | sha512: 996268C3A139D50DBD0AB657CCACFE8F5128C09435FEF8A834BF589455136D24D29764B68B21AC83C29413222BAA9389EB213721457AF309762C71632507561B
tools\Microsoft.Extensions.Logging.Console.dll
md5: E9B5AF7173F6E51C9A665BB9E50C6C28 | sha1: 7C1145950892A164706D18B075C879AD60C74A60 | sha256: BA39497E26703E08D19D51F912D27A6EA85F508A49928401748A3AAAE64DC684 | sha512: 322E5AC100F989F657DDBE69E8150F108B9ADA4BA15DFBC57E6E81D9853383D8BEF5410B015681B5B8DD2022BB024AB9CCC1AE2AD0B4251FA0AA6231684D4F12
tools\Microsoft.Extensions.Logging.Debug.dll
md5: 51DD1868D153F49BCB3A75B4698A0FDB | sha1: B874EC3F09FC5B0C0FF5A72BE5CF7F202AE77BC4 | sha256: 85D44F170C6A756573A33334FF523633A8663E0B2FC796091A1A5BB650D1031E | sha512: 2C4C680B0851D8AFD319AED5AE2F7FECC9FE83F1F65CE5FA08C7CC86EFE3684D4384224DB73B77FFF23B664F4E3434C64DDD47C708979C195B6DBDADA797E2B3
tools\Microsoft.Extensions.Logging.dll
md5: 77C00348DABAD3DD3A8F1DB7825A35F1 | sha1: 1EBC2FAD307F9A8E8FD73A109DAE89FD90FAB4E6 | sha256: 963BC5005186E5D168E52E7EAD62C7B5301CBFA31CC7C602DA5A3CB146EB27F0 | sha512: FC793467F5B2765584375DA5B31C3EFF09DB8D18D3FE54AFFAF4059ADEBD42CA104B4672CBBBAEAE7C17B305651E5C2F69F86A1F8CF0B78DE79CCC47A9803B4E
tools\Microsoft.Extensions.Options.ConfigurationExtensions.dll
md5: 41B3F08387ED5CB925D483C2744FEB5C | sha1: 0426A60D6BFB4169CC4B47ED64F37CB74997AC81 | sha256: 1ACAB954C02ABC9425E952E2915849F0769A1DB2F8D972EA66167E3F39342322 | sha512: 3E8D1560AE72D4093D082F1330C0822E466E20CBEAE9218B8EE5AC85FFE1BEEB6577B6AF517BD11C9955D5CD240F91480402B94606F92FDF99279CDC455F6160
tools\Microsoft.Extensions.Options.dll
md5: 9812547F836658B05E64E5BBB2526BD0 | sha1: E263A97EE09B964E9E4EC48165B515A689B4563C | sha256: 45C27DD7B6F59321DA2E57B86FB1C9F539C080DE3DEE72395ED82E2C19C0320F | sha512: 931068DC387A73F58E4B17B16394EAE9CD9F67B892E0EFBAB8E2F49799F3AE43C075DAEDCD62E73051E8F8ACBEE9FCC87A9CE5527FD2CA3784432D22D5B67807
tools\Microsoft.Extensions.Primitives.dll
md5: 4F7B9AC45A46A62D09686E770312AE54 | sha1: 361291A1EE751146A37A952B34D239BC86A51855 | sha256: CF5A5650CD2BE7EC17BC8A7C11D4A7DE7B50990EC84675FE59F105BB92A2A5F3 | sha512: 96CFBD6017BBF0D6F585B40AE92DDD323E751FC707F1E5518985136A2BE2712E9F74571D23A1B3EC8ECEAE7D009C593671E42BFC2F86BE69E3E44476BB0573ED
tools\Microsoft.HockeyApp.Core45.dll
md5: B71C8CFBB6E5D6CAEFFA27BDE7E11DA3 | sha1: 18A0AD578C4E24ED99B95AC4207E0B9E949D7446 | sha256: 7D232981C3B130C0B88AA33A525932D4E854C2E62713280B2D453E7C9C7F8190 | sha512: 0689D7CC250C8253DCCFF8CD1FE9ED03165D5A7EC7808A6CC927276CD327BBAFBBFD52DAE88991D5E3FF8B8D12E2B03FF15915F38ABF1C6BEE3AC3E2198DEDC1
tools\Microsoft.Management.Infrastructure.dll
md5: E1F8E4D9E8E73E8FCE878AC4E3BE2BEE | sha1: 040094A3BB0FB6A2D54668E65F4C6C470F23078C | sha256: 730B8551397A9CAF96091A083419704F03DF9F0A7F6AEF6A3ACF99ADB82ACF99 | sha512: 9A5FB02F0FEF6662D928930917BFA4D739C2EF63FAD5F04AE067BB7486C78A1E563228CC5FF13E0058E37FF9EC2E62DBBEEEC4DF8CD6263AEFE9A1F7EDE3D4D9
tools\Microsoft.Win32.Primitives.dll
md5: 9E12D3A3500F09D1DED5FE6830E4F8DB | sha1: AFA308C0166D8CBDD1D5E6FDAA8C9B87EB9184E7 | sha256: E281D04D35118B7F3A2406014333E0581B74EA4B62F4F2388AD3AD8B32223C83 | sha512: 459C90A4942B6014EC90A311C7AE45370E0D49CA4BE3961570A2F50D340637ADE1B6DEF90AA4722A91E3CEDB0D14E5F8802C02745E72C5BCF705AC6499AE396E
tools\Microsoft.Win32.Registry.dll
md5: 3AA2523128DCE35A2ECDAA2E423E46D1 | sha1: AF75F4CD369D267A95E2647F71C524BD7642F1B7 | sha256: D641EB0065BD5CDB541C5BF0D2FF976720D35D62416AB959727651ABF0ABA2CA | sha512: 00B48864CE9C0AD1F74FC069BC8B07CF87F4C0D8EEE03ACFE2A3AE947D1595558A72605EC7BFD934447D0A7D00F40C3C4CBF440D91D152AB1E2B94B17A0BF99D
tools\Microsoft.WindowsAzure.Storage.dll
md5: 327E2579258C7E534A022A8CBDB557EB | sha1: 358C2FDEB1102AF7014233F8A6868172F31B02C5 | sha256: 76EC04F98C5DE3A4AE2958FC2BCAB137C1082E02CEA876BB67AF78AF067F6128 | sha512: 063DCC6153BF9B8F19DC24727FC9586171402373E97256104963A4D3834132250DA9976023CFACC04ADC3D2B0F28CCD0A72F018040BF225192422EE33304B4CB
tools\Models.dll
md5: 7F77CFBE4BC838A671DC6315726BB580 | sha1: F3271053876B391D0B8576396D0F8D6E9924FAC1 | sha256: BE0CC57B544B8E532D7CA69B7305BB85F3CAE20527DE44EC334CEF07D257E127 | sha512: EF4289AB3C1F2FEE85924506F36858CCD37704B33C1CE1926423E9FFE2C4A5D6524D37A39DCE90302368A18E6B6D1266B775BCBAA923E0358B51872DA17548D4
tools\Newtonsoft.Json.dll
md5: C53737821B861D454D5248034C3C097C | sha1: 6B0DA75617A2269493DC1A685D7A0B07F2E48C75 | sha256: 575E30F98E4EA42C9E516EDC8BBB29AD8B50B173A3E6B36B5BA39E133CCE9406 | sha512: 289543F5EEA472E9027030E24011BEA1E49E91059241FE6EB732E78F51822313E47D1E4769FA1C9C7D6139F6A97DCFEF2946836B3383E8643988BF8908162FB9
tools\Nito.AsyncEx.Concurrent.dll
md5: 65D5505562120A490A7BB13246D97CDE | sha1: 8AE36111B9B3954EB46B9948356E70131E0ED3BD | sha256: 259BFE98DCDDE0318185CE122C260E18D2AC68AB2072904E019C640BE976609B | sha512: 89C5D0ADB596B1759FEF06142A925E468D0BC55FB47B8588C5FF5EE67767C4A4785E365457B45440D2465FEA1796015604AC28C8B8ECF22AF14AF999D3A84F40
tools\Nito.AsyncEx.dll
md5: DAB21194DF1836BF31C4B20DDB7B7315 | sha1: 5E141B2FC67CB0E94925F23721BD6CD25AF22F94 | sha256: 02C77B05BE9DCE92B3CE732972D2D8A285DC011352522B341F212F67BC71DFD5 | sha512: CF545F69AE8F79C74520D64C920B4E3140D9A5BEA47C2977A329056AB27E466F5CE5ACB793F3FC4CDF1195343DB1CBAD396347F80D9B8585EDD047098CF6C9F5
tools\Nito.AsyncEx.Enlightenment.dll
md5: 26D418749748CE2765408F63B375C494 | sha1: F35DC8929A4F6BFB36CC35018D7D46D9A1E9EEA1 | sha256: C8611C9F268DE90C16C8910747D49D5BD4E107D19818F2E714A3761105C3BD9F | sha512: E460F6FA8C248AE881AB55BECA84C60782825D7F2262CF0C1A613771ABA760EA428B574E2C6034D56BA7591902912D8C27436AE20D6182EB15906851ADD8C28D
tools\NLog.config
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd"
      autoReload="true"
      throwExceptions="false"
      internalLogLevel="Off" internalLogFile="c:\temp\nlog-internal.log">

  <!-- optional, add some variables
  https://github.com/nlog/NLog/wiki/Configuration-file#variables
  -->
  <variable name="myvar" value="myvalue"/>

  <!--
  See https://github.com/nlog/nlog/wiki/Configuration-file
  for information on customizing logging rules and outputs.
   -->
  <targets>

    <!--
    add your targets here
    See https://github.com/nlog/NLog/wiki/Targets for possible targets.
    See https://github.com/nlog/NLog/wiki/Layout-Renderers for the possible layout renderers.
    -->

    <!--
    Write events to a file with the date in the filename.
    <target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log"
            layout="${longdate} ${uppercase:${level}} ${message}" />
    -->
  </targets>

  <rules>
    <!-- add your logging rules here -->

    <!--
    Write all events with minimal level of Debug (So Debug, Info, Warn, Error and Fatal, but not Trace)  to "f"
    <logger name="*" minlevel="Debug" writeTo="f" />
    -->
  </rules>
</nlog>
tools\NLog.dll
md5: F244E489D9D384C8EDE8589893150E3B | sha1: 4AD61A0F6A4F601337067FC0286A05A7A865FE2F | sha256: 6F28B41771B1EC800E13DD1AE406E9B616894E673B9DC729389E6FC14A82FC87 | sha512: F2E5EAF24A252CE28EE641FCF744EA9084B920AA7EE4BAAC1DFA5E399E86EA090BFE90AFE2F0115ABE3D11281B614786A8A7F59CA64E7A2ACF814332583AFAA0
tools\Remotion.Linq.dll
md5: D1BC71BCE98AA4F7DCF4C59EAE2B3307 | sha1: 865723F5A2CBD475618CC0674D281C806F8EB9D4 | sha256: 7BC49E595E3D5611C62A040FC6BE5129C78E8DB02A79E30A0261883D2C3C06A3 | sha512: 6A48A2874DB8EC0CD492FD59FA834A3456146CF08FB497EA2DE8678467C07A110D45F8A8D469E568F1278E6280D310ACBE75A339C2B5162B8A9D2618118414CF
tools\Serilog.dll
md5: 98E8794DBAE26403C016F3F6DCA9D6EE | sha1: 843F22CB2C9DD4CE600F36EBE9C0383DD6625334 | sha256: 20C26DC4929D675848425DBF049ECA5BED99769B6367363990CBB3E792DE51BD | sha512: D9BFC61E70BBA713E218A95CFE67E58E44F4BA652FDD97E281295E9E7BC0CF27F9FB553AA53C557BD0D6CDA45FDAA06E955F86ACD9A7C838050CB37E9000370A
tools\Serilog.Extensions.Logging.dll
md5: 73F4FA041A8C2AEB7F93C02974FE265E | sha1: A91F8E79A89B817720AA083C0979955096E54861 | sha256: 51AC2824110EEC92E506BE3B6315C0765DB03C670BCBA18E0A9260EBFCFB5B1F | sha512: F36DD9892ECD3598CADA2057C7767B2146ED57D0D2F6693FFFEEDDD218E14EC7FE9BD4B8F49EF021B6E754B6EA2F413367810B331C8E76F7A7BA7123868255B7
tools\Serilog.Sinks.NLog.dll
md5: FF2F162A287165749E8E266D778DB53A | sha1: E196EF94AB9CCD01F190440E7E340DC0DFBD39E1 | sha256: 85977CB8512C5EDDD8CCD4416E7F8E165E9E97779962575380843AD359AB90D5 | sha512: B06DDB0BE77A13BD90D82557107D2B3B0046BAEDE09CC4BAFEE0E377361041364E86337EEFD43EB5BF34B5D1299AF658AF6A8CB210CBA83A4E7A551CAB771C9B
tools\ServiceConfiguration.dll
md5: 726F5DF0B479F1914A53532BA68ABFDD | sha1: AB58CAC5C5B20192A2EE7A6AEECE0BA76DCE8DA0 | sha256: 0200FA850E4BA3213EDED59577AE869AF30E268BE1CC5667229AE42FAEEBA44D | sha512: 4D45338F8DC11C4C17189A41FAF697013BC0F623F586A0A926CAFEE3BA74F0201D582EB6D2E5C5F79B917551C40E59A90185BB590C7E35053D4B09D33AD1A325
tools\ServiceInfrastructure.dll
md5: 59FA5EA3F4DA17651EC9978FD8C7A5B4 | sha1: 6A5132EE2859FFE06C65F6AD26D99B9C308CE421 | sha256: 4A8DED3867D5D058C5465AEC9EF293D260CB735311C584FD7EC83568B6EA4B30 | sha512: F7666C585646A428418EAFB3754A3F3D7E99F78F7AD43F15E574BBBCDA69464AD29E7253E04BDEF7BA99E4CCEFBCF5DB8ED5822450E4306B9D3529D10012C8D0
tools\ShellProgressBar.dll
md5: 6A9BDDC339D7FA371B2D3B1E7F8076B9 | sha1: A39ACFFBDC1867E8191ED09F82D07F0E73A8C594 | sha256: 0084DC2118FF33833FCB8593A48457E989601CA44113C2CB17A46E63492CDAD6 | sha512: 17D821EC72037DA8E2102321754A68525872AD10E20403CE40831D08E409827E3944FB4053EA55CC11BE1649263932A20591AC5458D1C0CE32BFE80664710C30
tools\SQLite.Net.Async.dll
md5: 2A837ECE762B568E0107723912327595 | sha1: 965D60F7831CBE14F49F5CC6AE401F6357E2D502 | sha256: B3FC98697920703560B57DC969A43F4AE18648184A56853B9E40D3511EF0D258 | sha512: 17C4BDC954E8697588C1826BA5C983AA9E8CA9978C23594256D593BD6D53B86D61AEE6611700313F6A06DCC4B4227B3D8BA47B722CE3DB511C8C8E3FD24C0848
tools\SQLite.Net.dll
md5: 550A07C3634E823EE240BDDCED0384AB | sha1: CD1C530C2A426565B55033692974ADAA95CD9F2D | sha256: B1CC1F903A9714E207969CD2E3820030E638C9F15FFC3CC752E0DF2BB0B43D69 | sha512: F4FA7604E6D36CECCEB0C234AEE86249346ADF7D1158D83BE23FA5191CB244D29E6D57991DEDF56FC4A32CB7893A8D2B480334616B7522A2F1B409F29600EEA0
tools\SQLite.Net.Platform.Generic.dll
md5: 7EFED1FAAF72DE10BAB517CB27C6F64B | sha1: 3B64AC254AD8BCCDDFD09B32C53E65BC7E4CCC01 | sha256: 83F62F315FDB8618811C1616B53FA868D06333CA075D60AA62408CA9BCE698EC | sha512: DFF5FB6E8E93DC473DD2F3FFC939139745577B7EC3EF919E746D5169D0443C5C6675F92393E92A6FE35C3BF3B18053F1F97448DA3FE7461849013D74015DEA26
tools\SQLite.Net.Platform.Win32.dll
md5: AB8BFDA530EE69B96B9530C1611C33B2 | sha1: 8EB2BDCDE3652D52FCBC84F800DD4A9875AA4501 | sha256: 365C4C46FBD92D22939004A3E9BBEFBD97264672CBC9983449BFAADC34B3EE0F | sha512: 23DB655543DD03449A28722CDEE3B520FD29558D0D50A59329AE4082B094D9D21021E9C327596BB7A5E3ADD5CD3566330B84290198C4FDE820F4394FD8B143F4
tools\System.AppContext.dll
md5: B906366572177D428A8C3218B203B417 | sha1: C9A0C7200AD55960A1E1824B04718CBF6CA84581 | sha256: EA3A3003E10F44280074810934261B61A209C1EC1E9029B932742C853BDE743E | sha512: ADB0D6F982E9F586D49EEC0B8D775B98C87515E5C540968FD919864285AE6F970D00AF7F8F5D0BDCCE29B4C77F7FCF3247F461821781B020AA1413D2FA8B1282
tools\System.Collections.Immutable.dll
md5: AAD3B7C5828E16B4C8071E5AD64B3F7D | sha1: A9049B07B9F5C9F4C3DA4D4568781BA58564B896 | sha256: A8E9CE5D4DB1897A939E60860154617300B0DFA4C4D3E10341F21AF0DE4BBFD5 | sha512: 5EB044397DB450090C41B20B99385C085F5E08D4983BF2BB34F2BF026F6DF747B37839AB309846AD1FC1B76519EF77DEB28CE4831F8140C9DCDD8FB1700690FB
tools\System.ComponentModel.Primitives.dll
md5: A06DF42A0BB358F8F3AF43B6831F3E70 | sha1: 148EF67987B0A33AB2F8D41CB6199E5E1EDC54AE | sha256: BF2CED8B51EFBA148E67C156062FF51CA873B51DD8A3A6098A99D1C357E884DD | sha512: 9C22DE5B6222AC6FDAC8FB7F2E93CA4D498BA8F512B139510E5F1E241F41CB2FD5A60B52B7167A05D2479975A195E4B2B2499DC05D52480070AC14297404F987
tools\System.ComponentModel.TypeConverter.dll
md5: 9EB3A9D63B71E9CCA4840500A416CE9F | sha1: B3A5B4AED05A5B96C7A275333C0752599F7D2407 | sha256: 57E654C493CD2BEDE0584CD38B6A61950CAFD24D3DD684ADCEEE3B0D74945A82 | sha512: 2C3A9BB00FF3E0DADD70CBEBC1524ACF8BC2D77942D78A945561AB411145755B1274E4D1ED1DEE47B3682DEE1F270B4ECA53A079586D8F9879CD62D9F902C259
tools\System.Console.dll
md5: F6B8A8FE0174E9657C3544B0A4ACA494 | sha1: B5102629939EBDD4BCD0F407A92828DEE5F2B565 | sha256: 083F8649DB8063F231EB38AF39A450CC4CB9C8D381804BD189BCF589EB9F0951 | sha512: F8FDBFEC7882239689D2A6EFD9B6E59EC68B3075EAE153F11BDCC203A7D207A3762765B89D3001EFAC7D10934E9D6C923900720B85376D6B0A95A584761CB6B7
tools\System.Diagnostics.DiagnosticSource.dll
md5: 8D9DF432109F1CFDD86723B5F171E3D7 | sha1: 85DC92EDD4B0049ED9049E075C4DEF8A3D64E43B | sha256: D22133818A30313E0BECF010D78A556A56B34EA361DBD33588C9817631FED540 | sha512: 5C83303934EECFA61C43A071D29C98E5804D37A5DC7F7B035772D6A168B0C5E65DFABEF20B46214E65493C4BDA44831CAFEE83615498FBE9E718C884F4650EDF
tools\System.Globalization.Calendars.dll
md5: 11702033DE781F5FB80AFF3570DB0A7B | sha1: 30AE8C8E57BCABE27BA675FA84D4DA6AF3C10EAD | sha256: 8E5A549C6C0339A5F88217E6B5B75B745A3C20FE97081B48062B684C4FA5D441 | sha512: 20882A6634C4CBB93502379C43AAFABC999C6280F59A63D4776BA2914D879CF182F00325F62CF4A720F0459EA9B0B23F4B64D4359C5F15AF10A63EA1EE8A742C
tools\System.Interactive.Async.dll
md5: 19D1305912C4AF8E8A3BBCC844E197D2 | sha1: B19587108A43B520FB3418A4FA453186291F388E | sha256: 0A083F7E39E52CD205DE4401FCD54638FD93982EC5ED1833C374A50868A527E8 | sha512: 6CB11BE095E703F7E43BAE77E81C09E2D593A0A7D4FC5C97F38FF436E1196F9A23BA4700F142CCA9E66C08C6D38E2D2F7F22A0DADB8374CB4E96C2D7D424DDAB
tools\System.IO.Compression.dll
md5: 9661714578A06ECB815369DB1D364FE9 | sha1: 629CE95C12B21678D877359EC4552D431C1CFBAB | sha256: B963EB95627B5F223E813FCE8A53E6C9D72891714923DE7263111473FAEBF3EF | sha512: 3DCFDD4916BA5AF0ECC585405DD7A9FF58C79C583D8F5F62F12E75A9F12B6530E39637F4F795E39A23B2A0A9F476818F28EA9E9D1557AA5E6E14B5F5F56AC1CC
tools\System.IO.Compression.ZipFile.dll
md5: DCDA916372128F13ADA8B07026C1B3E7 | sha1: 99D6C187DE8510206A93D2EED9C65E65E0C86E72 | sha256: B5C12E9099643E2EDA9B49EDD0D98BDAED153C72A7E8E6235D8E78714402D16A | sha512: D66DE5D61CF7090CE2E11CA8064723A44C2FDBD7ED937F1CF4198EBE13083037941B816AD9022D332BBB853666785600FA8B1FACA94C498D2F82DE73FE1E42F9
tools\System.IO.FileSystem.dll
md5: 84ABEC24A10C4D4F4B10887CB85FDE6A | sha1: B46AD93384323ED4AA88E8AF3CDEE208A88F1F6D | sha256: 2D917D520488B56673E74AC9DC610A2488AE70A7EBBBBFF097C2E855BA1EF590 | sha512: 54973FD33C986714556C97FE25A6A345B3DF42F8B1F3A89D52B639A98D1D58AEB535AB7E75A8DF0F0FE1CF4A558EE30E62C5FA4520CE62A837AAB227E5A3D443
tools\System.IO.FileSystem.Primitives.dll
md5: 17A701768A6F07F5F96A07A8A37BC8BC | sha1: 8374975CA07A300021EF0ACAA4F908D5BFB102FB | sha256: 02A6F9601AA48557FC5C3BFED80E31762A0785B9F78EC568C9F2F0722EEB9C0B | sha512: F8EE9515D4F3B15495C19E967C8EEBF31CB5FC61A0E034D02EF03360515F970656AE38404F27F5DFB0FB61F423626D89CCD2DD4E08BB5F5CD7A67813F40B78C8
tools\System.Management.Automation.dll
md5: ABCD646CB66D95CE0283AC6A888BEFB7 | sha1: 5F375E113DA40C0870D0027625E1FFB129A9727F | sha256: 40AECC98D1878C93ACAD8F41DB3C310C382BE92C3BCE396E3F6E6A03A37DF193 | sha512: F69F25E39264B5552B80B3500F917C202C1AB16D2F03CA42F7D30104F6492A427BC3280E68F813D01C1AE0B1D111CA7403DF4A040E5358CA0737C8E7A1A4410F
tools\System.Net.Http.dll
md5: 6011A6C23D4E60B9C3224B6975F61E04 | sha1: 67C4E76B810C075A6A2939625A5A20E512DB67B9 | sha256: 6052668AB065A88067C529CEA726171852B60F4A60F6C5C69EEEC34F14FFE559 | sha512: 181843426B4F62200D5A23F8801286ACBB6D262AB1C9B2AA89889ECE7EDD928DDDBC3570FD43CF84EEE2851D89AA6B10D9DEB75092D4E4DC3CB9A0501574FF48
tools\System.Net.Sockets.dll
md5: DC223BCDC08C6628F6FBB4339770F112 | sha1: 00278D53E59026CD8C22889773466FEF27D52BBF | sha256: EEFA668DA7A0D5880F794AD9A9205637997E88EA1FC084E402702EB62D1DA120 | sha512: 8510A2C45CCFB97ABD7C98A8AE152B3E17C2A0430328AA71F16EAAAFDEA5F69B67598855D0CDA1F1CCF0FC1AB585322F00B369E9704A10C177764DBE7F2974C2
tools\System.Reactive.Core.dll
md5: 39DBA19C792581D4B454D58E35878D86 | sha1: 08C83CE7CC2219C9BD80DEC9C6A42E8777F99E79 | sha256: EB0DED63A40EF4D8B2E2A78BCA52A8A8F74B8A2394867BB8547223B15AF380AA | sha512: 7F6241CE8B47C0AB91FB6AEBA509CF72B24C807C625DB5C75AA692452AC0DF025E8C14553C093FE979717634C63BEB07BED62AE313C5EFA814C9B53CF34FE712
tools\System.Reactive.Interfaces.dll
md5: B80E8C6C63A953FC1258D28996B0CA8F | sha1: 161C6845C2663B574D226FDF9BDE0F256D72DDD6 | sha256: ED6131702DF41A1C2C4AB1027614BC028C61D54C3261D7090D43838A79BD9266 | sha512: 253834FBD6C121674B2AF71CB591E210563D18E29B8511FD854B25EEC52D5137DE66D03BBFD0B79AE7F4A2FFB8398CE7F68D99090F01F9A863E53EDEEC4F4F96
tools\System.Reactive.Linq.dll
md5: 46DA475B75EE3F8DDE6D6541DCF7D9D2 | sha1: 47F67EE228FE6C201CD2C8E3F0F11D3983713B22 | sha256: C0689C2BBED77CD0595E7AF9EC42A0D49D8D5AF1CDAB736F16DD24BB95DF123B | sha512: E0082003D6B73EBAE7963C1BAE93F112CB24ADA68E492BCD776FC4288E49A0E2CF24401DC7B909AD60BBBA2390E941EE33514C00D1FA82219364AEDDAE63ED3F
tools\System.Reflection.TypeExtensions.dll
md5: 6F9137AA51DBCB7E0A60C8E9B37078E1 | sha1: 4A74F579FF57AA0B7F77A936ACE433412A68337B | sha256: 321A1F04E0B951379BE9CC9D02ED2A570261B0D631B080D78D0FF47FF42F1AF2 | sha512: 94D4092A356C956BD73AF961D03CD93A2D4101471E443FB920D7737F3CAF42AC7C8732BD8FC114E38643612701ED93A7CE7DB6C27EE39120D7F05CAF4D960180
tools\System.Runtime.CompilerServices.Unsafe.dll
md5: 0F5DD5886848C919C9AE40A85BE65C31 | sha1: 192149FD30313696A1D3FAAC7D7936D84A2BA7AB | sha256: 5CB754E284442516AF05D01A3B57F22B71901DE0EA396B92064FFC6A70B659F2 | sha512: 45E9488DBCD674655BAB26C7B51343147251543BA220792B65EC28A02436996D1A53C143B872E2501C267FF4BB425378C86C21A5629D51DBD7496B8E538D5A84
tools\System.Runtime.InteropServices.RuntimeInformation.dll
md5: 82DEB78891F430007E871A35CE28FAC4 | sha1: 4E490D7EC139A6CDE53E3932D3122A48AA379904 | sha256: 2F141B72A2AF0458993E27559395D8A8CDB0B752D79B1703541A61E728B55237 | sha512: E47F741AA9153CFAFC5F6BE39987D7C7D8FB745566C4D9A4525B9F30CBE6DF450D27BCDF8998DEC7AF824A7BE0F5E9EECAD2A39072B956A6320D23D94A0DA71A
tools\System.Security.Cryptography.Algorithms.dll
md5: 82BBB4AB9A6A775D34BBBC93C2BD4EBB | sha1: 413C96C3AE407532DB4C1CE3085A8F99675A8AD4 | sha256: F14DF3A548A8C43CFE7F60D325AC5E95D92C605F482BBEE17A39F98BCFCC7216 | sha512: 22A56E6202CA6CEA3EB5695BB186593355A243BEC92A022D65B02E5222B0DCB9F1FDC6BD17E4963CF76D7FCD8A177D7A49D27AFF13C16BCD48DE9CB88BA18ED1
tools\System.Security.Cryptography.Encoding.dll
md5: 5F859D35CA74D84CCE62533E086DC27F | sha1: A0F2C03CB813317460133DE80231D7B1FB62DCC5 | sha256: 91C7C02D46F754193B3988C28050135C804E47DC3456D0C3DDE028AC0341FBE2 | sha512: EAB5017628E4C576A1076EAB0E906523987CD82E6ACCC5B01B19B048FAED81B6A4EE7C4D09454A7A9516F72A87A34D0C4CC83C74494F8854CC7D83583459DBFA
tools\System.Security.Cryptography.Primitives.dll
md5: ECAC83E551B639409899919D47CD7588 | sha1: 62A622557CC0D6FCED9C1A14BE28DBC39E9BD6FC | sha256: 5A6C8F69A8DEA8A775331273AAAE707EEE2A2743FB1498C3CC4DBAB679125D11 | sha512: FB618860626B72D6FCF959E35BF9B3785A8B0D01B29FC8931D0151EBF001DC4470CA55AC62D5CECFEC97FCD5973858185050E3EF414D1282B674CD880EA0E1B0
tools\System.Security.Cryptography.X509Certificates.dll
md5: 480CA4042FF3CBB3CDBB14EF0643C14D | sha1: 4BEB5C11208AFFAD40BDAC6672A7B0B7B4558E7B | sha256: 132AE80C89F38750D1ADE43BD1E588F4D0971EA813B4DF5DCA5AF3C113E9E713 | sha512: 7630BD40398FA55EEDAD8807CADCB7D0142717AE60073DC5187B9463824EEBAB993E8867AB3E43FCD34DE73F2990D58397008CB1880882569E83B22F5D6B3175
tools\System.Spatial.dll
md5: 24D3CEA692F9059250118784F989B613 | sha1: 358A51E92937385BFA66C0BCA4212B9B01C48F12 | sha256: 126F2F2EE7BFCF6CF6B24F3AA8E8176A292A09AC8C77FFD415B134E0DC7116D8 | sha512: A1B5346A6D8FB0B48CA6B1CD60EF0687EEC911DCBCD21D9B591A3E4A7DADE9F92F91F8D03E9100B4BAD78297C8655E274FDF11C697E6C9DD49A1770681801EF2
tools\System.Text.Encodings.Web.dll
md5: 07BA14BEC36323F35FF0B96006F3780D | sha1: D68B4933BBCC08700E5FF4F0AB7F4F02F0D91031 | sha256: 629201354EE923BAC4D96715BF356E62D7ADB6B6A8C473CBC1B6CFAA82361078 | sha512: EDD5AB73D760E97D5BBF2D4DC5316EDE630A5CAF5F278DD240EE0B95754772637868ADE9D216B6E22E41A2CF48005361F10A06AA7DF2316F3A59AFF0C7233930
tools\System.Xml.ReaderWriter.dll
md5: D08A9C2E710F47617A0F4F1413D182F1 | sha1: 765C9E4D36B4F2986514C1AB24B5E5E56AFFF448 | sha256: CDD78DF6E1544F04BB71CD21317FAC274C5B05802A061913777CFAFBF80E93C1 | sha512: 6A067867A1153DEE575AE860B803A73B724DC42CAD430A91B090ACFD0A5EF28665B018970E09034B7C3E3195F0289886D89D65D81CEB184610F3213831D79A4B
tools\Texts.dll
md5: FBC5BE64C01393F79D40C28B609E072C | sha1: C2EB1F72587FD551EE22A43C432102EB1FB5A2AF | sha256: 6E1DBF721BB89D002FB59C25F7D87CC6FA161D8393D3CF7D1E929909C3C67CB3 | sha512: C9699BB269E1F37F9D6F6EE551C54E0F4CB9589A95CFAB4DBAAAD02AB687055F43F42F80AE7498EB6AA582226C8B2B3A1A4E91BB3D31F48CE17D706EAA10B161
tools\TIKSN.Core.dll
md5: 4857E4ED27FDBB01F6B3B015CAC8D569 | sha1: 489F83F70EAC8B013B1A6EA0007634D0127BF978 | sha256: 7664C33C62DAC6E60AB560B26F418FC95BB5F00D6257956BF797AA1A3137BC49 | sha512: FEEB8E405011335C6750C37908CC02F3A374DD8F5BC9FE6E317423D6C2C941C5D10AA78A3B8BCDCD7A7AA391BBFD9AC2D28D78BFDD0EFE0ABFEDFE5B3462C99E
tools\TIKSN.Framework.Full.dll
md5: 80F29E6E38512CAE1D21AF0FC627D84F | sha1: 0D37F9C308289D2DEE28FB885AD70D5A1FB7CB5E | sha256: 0B545994C35D1F09BBBF792B382A40A6A8F6F9431AE994D5A7C7904122AE1602 | sha512: 610D439B448D7D75B2FC90BD714BECA70DE04C88980915E2CF67BF46697EDAB4472379B107184686D74BBEDC68855568D997E1CCFADDBD27AB480962F7AB0E93
tools\ToolkitCore.dll
md5: 5BE1CCE1523CB32F380D63DA7C530066 | sha1: 26C4DA978DFCEE15F5B53E9F9B2BE4D35934A577 | sha256: 7D8C8C7BE11B7507253BC58F51135FB05FB5E2145BF96FDCEFD74A432C64B842 | sha512: 2C62255C4A23FF05E8CFBB09FB31EA87AE5C824620F22223E8259973F0BC522D1271CCFD1CA617C8B73407E06E07A70D91243752445F022E3C7C565271588214
tools\ToolkitCore.dll.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <section name="exceptionless" type="Exceptionless.ExceptionlessSection, Exceptionless" />
  </configSections>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.4.0.0" newVersion="4.4.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Interactive.Async" publicKeyToken="94bc3704cddfc263" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-3.0.3000.0" newVersion="3.0.3000.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Console" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.1.0" newVersion="1.1.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Extensions.Configuration.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.1.0" newVersion="1.1.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Extensions.Options" publicKeyToken="adb9793829ddae60" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.1.0" newVersion="1.1.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Extensions.Configuration" publicKeyToken="adb9793829ddae60" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.1.0" newVersion="1.1.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Extensions.Logging.Debug" publicKeyToken="adb9793829ddae60" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.1.0" newVersion="1.1.1.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
  <exceptionless apiKey="API_KEY_HERE" />
</configuration>
tools\VERIFICATION.txt

Note: Include this file if including binaries you have the right to distribute. 
Otherwise delete. this file.

===DELETE ABOVE THIS LINE AND THIS LINE===

VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
<Include details of how to verify checksum contents>

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

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Grocery Checklist Shell 0.1.0 369 Saturday, January 14, 2017 Approved

This package has no dependencies.

Discussion for the Grocery Checklist Shell Package

Ground Rules:

  • This discussion is only about Grocery Checklist Shell and the Grocery Checklist Shell 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 Grocery Checklist Shell, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus