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:

639

Downloads of v 1.0.0:

639

Last Update:

16 Dec 2018

Package Maintainer(s):

Software Author(s):

  • Seth Hendrick

Tags:

filesing xforever1313 search file directory directories regex pattern find locate portable

Filesing.Portable

  • 1
  • 2
  • 3

1.0.0 | Updated: 16 Dec 2018

Downloads:

639

Downloads of v 1.0.0:

639

Maintainer(s):

Software Author(s):

  • Seth Hendrick

Filesing.Portable 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 Filesing.Portable, run the following command from the command line or from PowerShell:

>

To upgrade Filesing.Portable, run the following command from the command line or from PowerShell:

>

To uninstall Filesing.Portable, 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 filesing.portable -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 filesing.portable -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 filesing.portable
  win_chocolatey:
    name: filesing.portable
    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 'filesing.portable' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.0.0'
end

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


cChocoPackageInstaller filesing.portable
{
    Name     = "filesing.portable"
    Version  = "1.0.0"
    Source   = "INTERNAL REPO URL"
}

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


package { 'filesing.portable':
  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.

NOTE

This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.

  • Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
  • Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
  • Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.

Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.

Package Approved

This package was approved by moderator gep13 on 20 Dec 2018.

Description

Filesing is a way to search a directory's files for patterns, and have it report what files and filenames match the pattern. This package is the 'portable' application, that includes what is needed from the dotnet core runtime. If you have the dotnet core runtime already installed, you can consider using our NuGet package instead.


clrcompression.dll
md5: E45EA104AF7978C35B3B9C376C34267D | sha1: A56F29FEF630B9493CFA9B72FE1375630A798AE3 | sha256: C59F70F312ED3FFBEA673F48B540C09C26285C89A8B656DB39C36C7D195D9C05 | sha512: 62BFF78C98FD15C5609779FF9B8B3C13AFD42882F0EED94069F548140B21B43991FD5D39DCBD1BAD04C1023B1F5A994941D9EACD27F75FABF270F7C176EA5C76
clrjit.dll
md5: C289E0F448195B8B4888BBABB1A22A3F | sha1: 4D6FB2FB6085F88725A7A50ACFCF428C661B6BC3 | sha256: FA352C5D61DFD8BA180A721920371765B723A2AD12701F53513629DF2D6C0ED3 | sha512: 1831A075B881E8E2B9B4D83F14001D22AD78F67C58DB4FFABE5E938BA5A2076ABF99A934211FCF9DEBC218471DEB570990851FB97BDC6A622550205EBB9682DB
coreclr.dll
md5: 4CB314D3FBEC236C52D08C34D7B1FB11 | sha1: 2BF3AA94D8635D2B60C77C893E4ED549E8670CB5 | sha256: B38D9E65697F872B5E4CA20C8FAB20FD70E5DC7A6730E28EFB1EC1A9117B59E9 | sha512: 1B335E50804848C624CAFEF8A3EB6CA6822F654F58DBBCEA34A49235512560A72085F8D64AEE0D516A65B3E755DB01B96F8EAE639E93A1B45AB92BC0BF3FC04F
Filesing.Api.dll
md5: 57EC8EEAC1F1A53472B1DB8CD8F99169 | sha1: 0AE0248A38F20E0FEDC8FD60BCA25F1FC7C1BFBF | sha256: C6F51F22FB9C6D78098DB524EF0B09611B93807821F229523021B49FD623058B | sha512: 1F5D611FC1A7B563AE0C19D14CF4B18F41DFDB279D42C36EC2AB0FD8255922716BC264599DCA16B720229BB50404858B3E48B4758C648742EFD3CEE3A445BEDF
Filesing.Api.pdb
 
Filesing.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v2.2/win-x64",
    "signature": "5ed27351cec06712bdd9324e63af2b7f16945fc7"
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v2.2": {},
    ".NETCoreApp,Version=v2.2/win-x64": {
      "Filesing/1.0.0": {
        "dependencies": {
          "Filesing.Api": "1.0.0",
          "Microsoft.NETCore.App": "2.2.0",
          "Microsoft.Packaging.Tools.Trimming": "1.1.0-preview1-26619-01",
          "Mono.Options": "5.3.0.1"
        },
        "runtime": {
          "Filesing.dll": {}
        }
      },
      "Microsoft.NETCore.App/2.2.0": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostPolicy": "2.2.0",
          "Microsoft.NETCore.Platforms": "2.2.0",
          "Microsoft.NETCore.Targets": "2.0.0",
          "NETStandard.Library": "2.0.3",
          "runtime.win-x64.Microsoft.NETCore.App": "2.2.0"
        }
      },
      "Microsoft.NETCore.DotNetAppHost/2.2.0": {
        "dependencies": {
          "runtime.win-x64.Microsoft.NETCore.DotNetAppHost": "2.2.0"
        }
      },
      "Microsoft.NETCore.DotNetHostPolicy/2.2.0": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.2.0",
          "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy": "2.2.0"
        }
      },
      "Microsoft.NETCore.DotNetHostResolver/2.2.0": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.2.0",
          "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver": "2.2.0"
        }
      },
      "Microsoft.NETCore.Platforms/2.2.0": {},
      "Microsoft.NETCore.Targets/2.0.0": {},
      "Microsoft.Packaging.Tools.Trimming/1.1.0-preview1-26619-01": {},
      "Mono.Options/5.3.0.1": {
        "runtime": {
          "lib/netstandard1.3/Mono.Options.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.3.0.0"
          }
        }
      },
      "NETStandard.Library/2.0.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.2.0"
        }
      },
      "runtime.win-x64.Microsoft.NETCore.App/2.2.0": {
        "runtime": {
          "runtimes/win-x64/lib/netcoreapp2.2/Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Buffers.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Collections.Concurrent.dll": {
            "assemblyVersion": "4.0.14.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Collections.NonGeneric.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Collections.Specialized.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Collections.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Console.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Diagnostics.Debug.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "4.0.3.1",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Diagnostics.Tools.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.IO.Compression.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.IO.FileSystem.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.IO.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Linq.Expressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Linq.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Memory.dll": {
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Net.Http.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Net.NameResolution.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Net.NetworkInformation.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Net.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Net.Requests.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Net.Security.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Net.ServicePoint.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Net.Sockets.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.ObjectModel.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Private.Uri.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Private.Xml.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Reflection.Emit.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Reflection.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Reflection.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Resources.ResourceManager.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Runtime.Extensions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Runtime.InteropServices.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Runtime.Numerics.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Runtime.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Security.Claims.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.1.1",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Security.Principal.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Text.RegularExpressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Threading.Overlapped.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Threading.Tasks.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Threading.Thread.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Threading.ThreadPool.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Threading.Timer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Threading.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/lib/netcoreapp2.2/netstandard.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "4.6.27110.4"
          }
        },
        "native": {
          "runtimes/win-x64/native/System.Private.CoreLib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/native/clrcompression.dll": {
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/native/clrjit.dll": {
            "fileVersion": "4.6.27110.4"
          },
          "runtimes/win-x64/native/coreclr.dll": {
            "fileVersion": "4.6.27110.4"
          }
        }
      },
      "runtime.win-x64.Microsoft.NETCore.DotNetAppHost/2.2.0": {},
      "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy/2.2.0": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.2.0"
        },
        "native": {
          "runtimes/win-x64/native/hostpolicy.dll": {
            "fileVersion": "2.2.27110.6"
          }
        }
      },
      "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver/2.2.0": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.2.0"
        },
        "native": {
          "runtimes/win-x64/native/hostfxr.dll": {
            "fileVersion": "2.2.27110.6"
          }
        }
      },
      "Filesing.Api/1.0.0": {
        "dependencies": {
          "LibSethCS.Standard": "1.0.0"
        },
        "runtime": {
          "Filesing.Api.dll": {}
        }
      },
      "LibSethCS.Standard/1.0.0": {
        "runtime": {
          "LibSethCS.Standard.dll": {}
        }
      }
    }
  },
  "libraries": {
    "Filesing/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Microsoft.NETCore.App/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-QU8taCyeyePwatrj+h+750lMnsPCq3YPaGmsdtSHXPCjDyjto2KT7QDNVet0oRliX4PjaINpyg0Yzd9DnQ/Wkw==",
      "path": "microsoft.netcore.app/2.2.0",
      "hashPath": "microsoft.netcore.app.2.2.0.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetAppHost/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-qIrVLupwT2NYTrf7KM7Nh+mJr36V5MITVRjyGOByVVCwGmQgQmI/6bjZYQv+QdExi4Cm87eCKJX9FdT6nc00Xg==",
      "path": "microsoft.netcore.dotnetapphost/2.2.0",
      "hashPath": "microsoft.netcore.dotnetapphost.2.2.0.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostPolicy/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5Xvh/3bDr6YAl6TKfeONvRDZ9QOmvVmzFzA0M6g8uubWdf5/o6qdVOqByFBT/fhjVb6okP0E5+v1oxh1Pk+c+w==",
      "path": "microsoft.netcore.dotnethostpolicy/2.2.0",
      "hashPath": "microsoft.netcore.dotnethostpolicy.2.2.0.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostResolver/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Q3j3KC2ugqIVasf7pO4NRDEn7GysZX3ZH6fAHfbjrP8cYXY9cmHeFcbaniw36q8kFhsPt2EnRHzSsLBpbG6l2Q==",
      "path": "microsoft.netcore.dotnethostresolver/2.2.0",
      "hashPath": "microsoft.netcore.dotnethostresolver.2.2.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-39+GVHdbm+cmoOjdvm+fhiMbddnuVyUlBdYS8Yhn5xsNaBoTXpgBsxQQlI2Sv9EjIP0F+itG6yrDaOM2OEGupQ==",
      "path": "microsoft.netcore.platforms/2.2.0",
      "hashPath": "microsoft.netcore.platforms.2.2.0.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.Packaging.Tools.Trimming/1.1.0-preview1-26619-01": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-g8FWpffVsMxlPawe4vRS8cS6dHbUaJpdHTfLXBpHEwAfEDjvmWSQIN8sJrTiXnOOBwMw68BQew3lEsaU6uGCGA==",
      "path": "microsoft.packaging.tools.trimming/1.1.0-preview1-26619-01",
      "hashPath": "microsoft.packaging.tools.trimming.1.1.0-preview1-26619-01.nupkg.sha512"
    },
    "Mono.Options/5.3.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-irTJcHgEoQRf+otUaCqpMv8D4npzdWpsD3PcdPJoj/T0KkQJMKcSzlzaaELZlzu9IVAZl/lyuhEmaT4t43BBPA==",
      "path": "mono.options/5.3.0.1",
      "hashPath": "mono.options.5.3.0.1.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"
    },
    "runtime.win-x64.Microsoft.NETCore.App/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hInt04mxFjd/0WvKg4gd1sPjYuzO7GxrBvzVDItIktEYoWSUv9ydypuXF2Ff7T7ZKPNUnF5D/XLvXB+6NII64A==",
      "path": "runtime.win-x64.microsoft.netcore.app/2.2.0",
      "hashPath": "runtime.win-x64.microsoft.netcore.app.2.2.0.nupkg.sha512"
    },
    "runtime.win-x64.Microsoft.NETCore.DotNetAppHost/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-m1k+pPLB/dvbZOCyFwHkn2NC3Us0tw2OgfC2QObkukg+BURPnKYZgECl/JDEWlLDd0Jx/2ttTGK2db/QGUKFaA==",
      "path": "runtime.win-x64.microsoft.netcore.dotnetapphost/2.2.0",
      "hashPath": "runtime.win-x64.microsoft.netcore.dotnetapphost.2.2.0.nupkg.sha512"
    },
    "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-MqStmGvavBb/fXUhdpTMiEOqJgntM/EEyXXIxTPpFxMIiOC7lV1R4dtuy0W3IGQNC1bcPt60YLgUHyFAknM1LA==",
      "path": "runtime.win-x64.microsoft.netcore.dotnethostpolicy/2.2.0",
      "hashPath": "runtime.win-x64.microsoft.netcore.dotnethostpolicy.2.2.0.nupkg.sha512"
    },
    "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver/2.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hESCMixutkx3K3aGuc+DaS8qua2CF9qqGbwu6gY0bfm+igN7g1lM/j2//Qi8UbnOKqLshX4j8Sv+52WAXVJHkA==",
      "path": "runtime.win-x64.microsoft.netcore.dotnethostresolver/2.2.0",
      "hashPath": "runtime.win-x64.microsoft.netcore.dotnethostresolver.2.2.0.nupkg.sha512"
    },
    "Filesing.Api/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "LibSethCS.Standard/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
Filesing.dll
md5: 2BCF81B0FD0CAAEB1DAD893A1880C817 | sha1: 41EDF82237F9ECCDEEE20EB2630E9A07F7A1FDF8 | sha256: 658992EDB4D6358D02085F3B25C86D3D3FBE1E8ADF0BF79CC6FCA62AB7EA9B8E | sha512: FBC87C0986F990EDFAE695AA22E397773F679328CB90FB5AB868F869FADB0141CAF20323998E9B8EC4C1D4A2B088FDF75986AF4BEDEA7314F70CF2D6C030E209
Filesing.exe
md5: 93DF886AA8839D2BF789FA7F26259872 | sha1: 58065AC6F3BC1BD798FAF30A3918E3A99CED1C11 | sha256: 75CC32A2B00F5CECB24923CD5A5B2850730AC953EA095DBB5E6F0D1665795BEE | sha512: D9DBCCDC561D188884CC557588B80F6D3E5A16CE6647FACE4C68ACF35380967CFB72EA336F62F5D26878D816D9DFE2AAA8E3E2A98A305A42680B12E9121C2F68
Filesing.pdb
 
Filesing.runtimeconfig.json
{
  "runtimeOptions": {}
}
hostfxr.dll
md5: E957B17084C3B72BEBEBC124BE0220FB | sha1: 5C39B4F589B3032B419926A6377A87B7DC38E4EA | sha256: AA502DAEF11F4EB17B638C80D7F1222A6A41846F5E7EA3961EB4E10F2DD4FA19 | sha512: 1BF92A46B18BC8F1F7EC4108FFA5D22E15225899D5B1DFAF587BB388B78D3867CD0EF4AC41711D562ECD3134DB0831EA03A897164B7FE87CC480178B5F9FB7FC
hostpolicy.dll
md5: FB20A72CA2A0C97ACE32337BB8D1C6F9 | sha1: 9A7267AF186027AC0032D3C47D22BBE5DA605458 | sha256: 8460A2394E020481C8EA5111F97B4D9A79D392EAD00F475F435E9C171C0556E9 | sha512: 19B6CDE537D6059E8DA85D1D43DE3F998BFE66C4CEB3F2CF845775A47684A63B8CB5E6CE1B9E9376B76501EF10C4A52EB18FBB0971060E4E7C1D3F673372A959
LibSethCS.Standard.dll
md5: 0B24430ABA4AED1AE47A101157B150A9 | sha1: 207C21CDDA58EC4474649B8005B33FC229C81B01 | sha256: A294F4C69ED61CDDF40EE79CD59D5BED9F4013539976EAEA5B0268DF5A1749C1 | sha512: 90C4A90C188752107E5739FFE579E7DB24025F0A184922C5FCC35B4A404C0481C8A15F0F931B39D81F99D272831738481A8A38C2B41CAA22CB1AAE51A4323F9E
LibSethCS.Standard.pdb
 
License.txt
Boost Software License - Version 1.0 - August 17th, 2003

Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:

The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
Microsoft.Win32.Primitives.dll
md5: AE9BFF73E740A1C0CAA1EB0B9672225A | sha1: 128C975C68CE3ACFA42274BAA03597CCE271D90F | sha256: C918D13716BB77FFD4A6910E0F6D1B285D6884414E02FD022FF7BEA6D3D35680 | sha512: B5DDBBC898013DC4CC773F2CCE267AB4C72AB57FE4DC6FCFF4AFD3FACE473FA773C7DC7001BDAFD4E5AE56C7F03AB506608A790A99E4AB56D155C6698E8EC1F0
Mono.Options.dll
md5: C08887BFD151E95AC3627EB1D9B2B6E4 | sha1: A429AED11CBFFDF2625E6640A00B9C654BF99D70 | sha256: A585CF94B660DE05D6139754E0A82DCD7B25E315023377DF3067BACAF642F88D | sha512: DE93C250A389AE02E821F127495B2158E8711A98E0B66D24C8BA1A94C3826E076612A52F0E892C42C6225C27312FB8A12278B4AAC57A10EC7F87682761EFAA4F
netstandard.dll
md5: 632DA0A4D9EA91DA475C95A18D957421 | sha1: 31AE0A7A5195BC935D58BE566D8CBD8A00F2ECEB | sha256: BDCDC6845F419823418456A242A9CFD127B8A7CE762F17505F58B1EBEA7BA742 | sha512: 1751CA09FA8ABE4F2AB0BFAFDEEB074507D5D6C479EE7B06D3988AEDF7E06289517206209F0CA1A6AC30375366E760F7030504EBB80193AF8042D11FD3FB5846
Readme.md
Filesing
-------------

Filesing is a tool that can take in a configuration file and search a directory's contents for files that match regex(s) specified.  The configuration file can also specify which directories and/or files to ignore while searching.

Filesing's name is derived from a "[dowsing](https://en.wikipedia.org/wiki/Dowsing)" device... but instead of finding water, it searchs files for text that matches a list of regexes.

Build Status
------
[![Build status](https://ci.appveyor.com/api/projects/status/a8ghu6tqt2v2gb7d?svg=true)](https://ci.appveyor.com/project/xforever1313/filesing) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/25263a32d625446fbe0dc19afa671b13)](https://www.codacy.com/app/xforever1313/Filesing?utm_source=github.com&utm_medium=referral&utm_content=xforever1313/Filesing&utm_campaign=Badge_Grade)

Packages
------
[![NuGet](https://img.shields.io/nuget/v/Filesing.svg)](https://www.nuget.org/packages/Filesing/) [![Chocolatey](https://img.shields.io/chocolatey/v/filesing.portable.svg)](https://chocolatey.org/packages/filesing.portable/)

Installing
------
You can install Filesing from [Chocolatey](https://chocolatey.org/packages/filesing.portable) via ```choco install filesing.portable```.  This puts filesing.exe on the path,
so you can call it from the command line.

You can also choose to install Filesing from [NuGet](https://www.nuget.org/packages/Filesing/) by running on a command line ```nuget install filesing -ExcludeVersion```.  This will install filesing in the current directory in a folder named "Filesing".  Inside of Filesing will contain all of the dlls and ```filesing.bat``` and ```filesing```.  On Windows, run ```filesing.bat``` to launch filesing.  On Unix systems, running ```filesing``` will launch filesing.

The difference between the Chocolatey and the NuGet package is Chocolatey includes everything needed from the Dotnet core runtime, NuGet does not.  Therefore, with the NuGet package, you must have the [dotnet core runtime](https://dotnet.microsoft.com/download) installed on the PC, and the dotnet executable must be on the PATH environmental variable.  You do not need this installed with the Chocolatey package, since its included with it.  The Chocolatey package is also Windows only, the NuGet package is not.

Usage
------

Run ```filesing``` on the command line in order to invoke it.  Here are the the command line arguments:
```
  -h, --help                 Shows this message and exits.
      --version              Shows the version and exits.
      --license              Shows the license information and exits.
  -f, --configfile=VALUE     The input file to determine which patterns to
                               search for.  Required if regex is not specified.
  -d, --searchdir=VALUE      The directory to search for files that match the
                               patterns.  Required.
  -j, --numthreads=VALUE     The number of threads to use.  0 for the processor
                               count. Defaulted to 1.
  -v, --verbosity=VALUE      How verbose the output should be.  Levels are 0, 1,
                                2, and 3.  0 (the default) or less prints the
                               least, 3 or more prints the most.
  -e, --exit_code_on_find=VALUE
                             If ANY matches are found, what the exit code
                               should be.  Defaulted to 0.
  -r, --regex=VALUE          Searches the diretory for this regex.  If a config
                               file is specified as well, the global ignore/
                               require settings in the config file are applied
                               when searching for this regex. Optional (uses
                               regexes in config file if not specified).
```

```searchdir``` is the directory to search.  Filesing will search the directory recursively for files whose path and/or contents match any of the specified regex(es).

```configfile``` is the configuration file to use.  The file contains the list of regexes to use while searching along with any files or directories to ignore.  An example of the config file can be found [here](https://raw.githubusercontent.com/xforever1313/Filesing/master/Documentation/SampleFilesingConfig.xml).  This argument is required if the ```regex``` command is not specified.  If ```regex``` is used with this command, all regexes in the config file are ignored, but global settings about files to ignore and files to search for are still used.

```regex``` is the regex to use while searching the directory.  If this argument is not specified, ```configfile``` is required, as filesing uses the config file to get the regexes to use.

```exit_code_on_find``` if ANY matches are found, filesing will exit with this exit code.  This can be useful in CI environments where if you DON'T want something committed for some reason, but it is found in the repository, you can fail the build.
System.Buffers.dll
md5: 1CCCF549CF7E85E75E5BFFC8A2CE5F30 | sha1: A0552E96947541F522799612E3033F61A89487F7 | sha256: F882EA136E46F5A880EEDA5218CAED94F465FC1CAE5D32D4F86B8E0DC5CB6143 | sha512: 6565B5E1A11F4D39AB6F215EE9B00E71CED1AE915963447FD3B73D98845A794DCE83F35DEDE6984BA656D473E2B17A102BE24153A22B75E43CACFA782C6EC71C
System.Collections.Concurrent.dll
md5: BBC627BCB32F5AF97A54F5872B0C3420 | sha1: 210E169D43B5309DC02A9C996ED3DCA1F8FE6509 | sha256: 09303E0C8774BF314615B1D5E2E0824CE78AA262A742EBB55022B980AE35C0A3 | sha512: 0B1FE31CCAEEF2027F7B1D98384294E83224940CCA5CB070A94D559602E577755FDCBD7930454517F043E4EFB0AC8421108215DBA895A47288316C6D14B71760
System.Collections.dll
md5: FE438BF9251DE23F05FFB01966B8ED2A | sha1: 049A8355E3480C83E1C7B6E879DD69C302315B2D | sha256: 19FC33143A2171D7330768533EA45BA5496E6D3657FBE8BE9A73A43DAC3A5DC8 | sha512: FABCAA2E83E59A9C97C970A8718E4FCBBD2DA859DE47F27CA41DBEE733BBEAAA4B17B14966220C411E4EE90D4F24680A9D58C2346B65ACC3B271F7857EEFC738
System.Collections.NonGeneric.dll
md5: 903AF55B65373D7787D13ADA385B1017 | sha1: A852268B636A979633D16EE6D200EA0C60282637 | sha256: C2AB08E9ECA5447C74CDA0664B4AE3293DBAE0474F82F09619CB2B10B3568CF6 | sha512: 48A6215925B14BA7AE8D7D79F4AC38316AC1650831986530EC56B41F71643188F9BA24342F2A8BE3A3FCFA8B6CD5939C248D06C282963E3968EC7F53FBC12344
System.Collections.Specialized.dll
md5: 1F56610BC6AD2C6E08C6F35B88123019 | sha1: CDEE33A415957CD9AC8DF615C069D212EA771CB1 | sha256: 10B67640EEA496E8E84FF69E08883776A7E815A875B6C419C7C3A32F91AADD93 | sha512: 3CBB0A18C7FBB75899651C2A207A5486DDCF1D9F523963CE89DB83079D89E61DC1C769387EBC271373F4C574E0DC10DB274A5462671940C765DEFD4831621D43
System.Console.dll
md5: 0EA9A19545BA064FC70178C814FE89D0 | sha1: 89917A3D68A8C65B4BDEF9F78C9134D64EA32C22 | sha256: 16EE35752F188E542A1964220B96DD2EBF4704562C788C6F3CC9E437628640CD | sha512: F8795199138FA01527283677B4F1C2F83B4FA1E07C8A5048EBC0800AF9F41930E8740340DE563CA9E7650732666171601D090AFF5B2B1ED3F627695056EC30F0
System.Diagnostics.Debug.dll
md5: E04CA88AF8BF48B514123538511B585E | sha1: 9AAACBC3F536617E83450E8D8DF135F31EBF7AB3 | sha256: 48B3289339F774B1D68765BBF2A0AEA014EF62C3BEF020F356F453735082DF39 | sha512: 687F876A310A81347BD0FCF5755103C90A8DCFC811DB557C94D1D987E5F0A46ED239C687EE1D99513FD0DF8782F2365F58EA91A57436B3DE77112908AD889465
System.Diagnostics.DiagnosticSource.dll
md5: 3083AAF84FACA6A89D23E55372E7E2B3 | sha1: 8472A5B91810A53E8B1E37C0559FA9EB125FB2C3 | sha256: A8C650C7941B4899B4A382125ED393E5B442B8A4F32D3CADCCA7396F7F3231E5 | sha512: 00A2F11FD50401099D35A0224E861997F077C6095E6B842B35F89BFED6C1AA6E15AD0F256FB7F245DF75409BC99ED641F30BAEACE6C2FE9EB451395D5FA58FEA
System.Diagnostics.Tools.dll
md5: 750C5C3484E2F0E01212786AB77E680B | sha1: 7841FD0A0DF1C9116829B8738ACC593293E97B02 | sha256: 77FDFE61A91B0DE69EE618A5F3B508E6B7BBC83BE87513D87A9F4A067EC301A6 | sha512: 564AC8919EE7E5AB6F395AB03FF2864386DD0AA41C1DAC402743C66DADFA81A0B25EC0498460E4218D0EEC837E0DFB3407FA5E3E0E3617A0F5D24659206FEF2C
System.Diagnostics.TraceSource.dll
md5: E3742C43ED86FE96EDC1DC14A3D60814 | sha1: 2A3AEDEF387E9F68C2CED5414776BE6E50BE01CB | sha256: 9FA541E1F04274A6C521DE386DF6B117465CC8A144A227FCD4051F7A06E38723 | sha512: 7A24A5A709E5EB5E0432E7711EFAFC8388D187BC3D8C0F232F1E470BD08630BC08482A7C08D023D9A390A76ECBAF14232DC13349372B8E23B077C9D47CBFB15F
System.Diagnostics.Tracing.dll
md5: 1F385B9DD06384012CF54B77081831E4 | sha1: 214D8876C98602953C4136DB7337FC6D1F67DEEF | sha256: B0F2A935AB2CFAECAF568FC5F045602E0DDE863F05E2DE6BFE82548C61E80DFD | sha512: A4CDB1B06C258CDB2F15091111C85733194B5F6143DDF05704FA321603C608E1CE4CE2AD4A783BC2A64676E229DD42F5CED6CAF261961CB8BBF9507B5417264A
System.IO.Compression.dll
md5: C7FAB52799D11100AF0622C944A117A2 | sha1: 411950192F2EA1342EE0DB8D843ED8B75DA62C54 | sha256: C149F41AD600E8A00666C78EFE342756EC94D00CE02FBF92E223F448B2DFDB27 | sha512: 8251A55A546A3E28B606E0A6C8ADD7C969F4389F2AA5592D76946029F4A5019E9A200AF5818088BDC1FB0773A67D3CDE9B24619F8A6766B16EC185F0B71698BC
System.IO.dll
md5: B0A4BEE7FA127383D3773CE12772F435 | sha1: 3CDE4CD8AC56FEB18FC96EAD4BB925D4B998C162 | sha256: AEB667CB1E98FABBC8075FBE6323E50DE756B4E74F8C82A8BDA654DA7F451B65 | sha512: D49212570A257050B7061A76BEBC1EB6B80B1C7F26F0CD8248BE233B162729BD1598FF79645A80CA4B73C0656148623E64396FD815615DEE18A394DC91557A32
System.IO.FileSystem.dll
md5: F0FFD572D7F1C53021BC5417E8E52884 | sha1: ED041FF87F14C757AD87BE9D94E0515EBED32DCC | sha256: 879EBBDF78249D8118D645BBED56561926A0149EEE061849464DB73714B55E68 | sha512: 14929032CF7B29246F16988FCEAC0D4161E43622E7E77010B53A42342E884CED4416254C165765089E347DDBA37B995481E37C1D25814A7F354FB164B93A87C2
System.Linq.dll
md5: D5F153036E487D588BB5990501FD7599 | sha1: CD8C246D8D122367A8FF8BFC8B58D4FA752AC4AD | sha256: FB1DBA268385CCC18B6F43BE0273556EC45C929A1D300EE49FECFA56174DCF55 | sha512: D9FBDE6D2FB9DE3082E42AC62EDDC1606549686868464DC8DADCBCF7B98A51A8C413E9496D968CDDCC07E3C183D2C65926F1C1184367E1359678CD620DE614AB
System.Linq.Expressions.dll
md5: 260146DFF1FD42FE9662C739DD1D19B2 | sha1: 20E186D8799F72233DAA157C3624675916E9345D | sha256: A3A9F03F12A968ED66DC1B4125506020090A0DCB0A1C678717ADCC0A7FAD0F42 | sha512: 957178EFD7E5C7BBC97948FEDFE820CEDE96E517D25A2A9565EC5AC184679D0BD83983AA86541DBA4D0A822F90EAF41F38612FCAC142C5D050472D587F888089
System.Memory.dll
md5: 35612D1337F36FDCD347C7B473F240D3 | sha1: B618B40667DDCC96949F0F91D161D89D5A719F3C | sha256: 36B7DB69688D546C38B43E456A8204B6AFB7C857EB04AE9437F98C9571E0416C | sha512: 2D322339F4C59F224DBB04DDA13B2FD0CECED735C21FA89F87DFC97B2CAE5E50313D6D4C252DF2F3170F055D89BB44E4B3615B1F248F63DD4B807AB6D70912FA
System.Net.Http.dll
md5: 0052533548D519AC30D6178ADA6D0F85 | sha1: 9A2DD5B1DD7F2E99FFC8DD80A9B19CAF8D85D75B | sha256: 892D36A74EC2D1B8BC2809C5A27CFC3E7FA303660D5A423EF983071A0499D09B | sha512: AE6855668CF5A0336FC87D48250355EFE15F34D2D19C198B7C0D082445A5BC2083DE2AA0BCFB47259D9EDF2E31E88646881D3BC88F107D6CD404C78A391665D5
System.Net.NameResolution.dll
md5: AF3921C9BB3D074CB7EA442CC361D33F | sha1: A893734C25C7D5F7AAB129622DCA70FB52C6BA3F | sha256: 4AF1CDE55A03EB56210DE3FB1A6FCD72A2DB9569C57C52213A5C20F1C88ECD41 | sha512: 679A5448D6D8ADCF42E314F618273D75E264F47AECB0F1FE0E36B872050D49D489042BA3BE4EAC0706B6C4DE8A92E343A1215E797B692B476E105DD101E4134E
System.Net.NetworkInformation.dll
md5: DC4459393DB6EB91EB6701674ABFDDC1 | sha1: FA1C4B567637CA6A1436931C4FBE5513D93D14FD | sha256: F8EF79478FD9F41B504530F94F299E58F5D9AC6AAE8E332196B17AEC33729394 | sha512: 15D1A4A306EB385AEA2F9D1A0105E8EBD605DF7CB1C560D5D477068C99D4C97441612FC8E548B536581641DE9797838D5DDD03641A963D652C40C92CBB3E92E4
System.Net.Primitives.dll
md5: 7F6A371B66BF419FFC09EFD08C20BAFB | sha1: 653915822503AD7C90708D9B74B578F62183C37C | sha256: E3637B64D12E2B7C9FD39277D311739ABB874C7413914984AAE6D04C3B12C08C | sha512: F4439AD59CA8E81A1BEFC2EAE01942D4F68A0090BBA9EBFD121E0276966B9904BACD8063DF07B67D8593B84B427C8BE31C85FDBD75AE985DB2A721EEFB27E4F1
System.Net.Requests.dll
md5: 517ADA0FA9E3B4BE1F13CB1CBDEA1B66 | sha1: 8A17AB48C2944FF34C9F148762E8FC3B946EC06F | sha256: 1EB2E68B556CE2DA8974D40874C52B81D8CC8AFBB440AC9247E6521AC10C314D | sha512: FFE9755720DD8CD96A0A2D08C6AD5C98DBB5D96783EC6C14948E2AC7C886996EE93C9D0DCCC4DB5BB03D95EC27F428D46BC1546777E1EB7ACC6337EC5EAB91B1
System.Net.Security.dll
md5: 4EDA2C811DFDADED8AB1522CE7651E2C | sha1: E00C7793AF4D5EBC6D380EDB6E62AC7246496535 | sha256: 1C67DCD26C61951B9EB0DBEF37EB35F0F597869CC2540201B97FA62FB6FEB20F | sha512: F225FE2E9B721836CE55EA1CC3C25EC2668083A6FDDC423DFC46FF0CF89B84A1422AD941C2B1DA437AEACD4FC2F312A97B35DFE683E20AC294204993171C234D
System.Net.ServicePoint.dll
md5: C974213468F26EF1D01762DA3BC52684 | sha1: 0470F843B151DE9FBC0418C32DED06244B2F8570 | sha256: 3A35748690ED8079717E5F0A8768C7EB5CEFADB10919AE26A5E149808CF5DCCA | sha512: D72609E6E585F602EEEDC4B2EF7F5B277560A7BAEF4EA3192653F702E77CB6AA9E8C8C25CFB21937C25EC3130E1063B63BED2F4C0CD39771587115606C78A2DC
System.Net.Sockets.dll
md5: B0689996EB42A61F66AB1C57234B2456 | sha1: A22F99EEFBFE1E556B64D9CA25CD3F289D4F3693 | sha256: A14715C7BCEBCCEEBED16677E180F5ED0C4A7D3326C6969DCCCFA2FD12C89EC1 | sha512: FA5C7ED20A5B68651671E801CD15D3900C1F2EA5C943EBDDE288EECD466AAC5091AC5DE67334825C611D956DFC369DCE44EC38DAF9DA2D2B7DC6C87F79A2920D
System.Net.WebHeaderCollection.dll
md5: 1C5FBDC852938F9E0451315AEFFEFFDA | sha1: 72267094710B689BD6F3854F59BA7989A1C09A32 | sha256: 7589A60B5D168018300E364329E9AC5E134C8916EC1A9D8D1D8A98007AE3FEBF | sha512: E2B2BA8F98383E07695872C9FFFA0E227D121B1E5E26DE6B2EAA422E799B37CA07CB0B5D52949A88BA8454E8CA7D74DE316E98F25CE952896BE3AD3A55C4DFEF
System.ObjectModel.dll
md5: 913DACE01B3D1FB2C43391E8FCBE40C2 | sha1: 9EADA47EF633CC9810381E2835FA9260DB977143 | sha256: F75CA235EBE7D7805C5B693C2DAB4FD5E0D5742B0F3EEE35D7E166F5F503F60C | sha512: 293405696BCB957633E4374F8609FC221CE328658DA6090BE71187FB18E75BB70862EB88D72AF2ED24296A9B74A20AC5C7E038BD7BF298A76E7FFD5E58C28A6F
System.Private.CoreLib.dll
md5: 6F6340B119C024437EF5649D1CA280D3 | sha1: B16DDAF8602BBFFBD0429481D0EC7110EFD7FE04 | sha256: 6B7360313A2C08EB14A0FD7C07ADDCC202E04D9D2F32BDB053F284C51456A38F | sha512: 09D665851C3023C307FCE9936E940A391886EC9854D22530995348DEA342EABE01E6A61499ED455EDC16C6B828A87899D7332232820D9ACB50E7E31161F95BD5
System.Private.Uri.dll
md5: A6D8884DB0685B45391F3FFEF0472AA3 | sha1: B8CAAC17E8B14756353BF512243198AE1D0D56D8 | sha256: 6165301DA6E66C8A5C319C6E34F89E94B77A4692502398962F6AC8C25F3A1F28 | sha512: B06FD6523FFB6ED630B06EFCD24782D84D16EC032B0E2275C9A9D052A1C58B965F7F0FCE64A4CD0AB4915A8363E563E792975373A09AD53150CF407DD9E8F833
System.Private.Xml.dll
md5: BBFAA4F4BC5C294CA3C7A5663D72B43F | sha1: 35167CEC5128BB9847A4E620B0DE079F3E519A56 | sha256: BA54A8CB3F3614F5BCA5E98B330B2385B6EE3258B6833FF0B2D9A1C94003D755 | sha512: 12B5CAF9C28BBA879842B991F0FC76C0226CEF5025144D9E2486C425A348CB2F7CD0B0E5756EA857BA0DD16111DECB5F8D66B92E518F382BBD081666F8CFAACF
System.Reflection.dll
md5: A878F242A8939B9D0C2C619B8CF9AB27 | sha1: 542401ED544046B1CB769E81999496D93555647D | sha256: C326063E04B7D03808543A8E85FBC0EA7EE3D6AD93F829533A786ECF551144C9 | sha512: 3A0E21558972E3A1B7606B6F268CCC64FEE0D518260C5E2B9A27E3B5D679C29C2DD662A4AC962A2B858A2A0AFF2042A9B38392B977B472D141AF9F742203A6D3
System.Reflection.Emit.dll
md5: DD71E2D276B4CD329FD71019EF064268 | sha1: 83973A0CE1D4C9A142014F7BE0D6FC312C0BD735 | sha256: 278A5071B503FFEE8B98D83E64CDD16770AF4360C2FCC0C623ECA227D50B0F62 | sha512: 7C64AF4CFFBCA0F8138DF6B53EDF23EEE5B434E0EE634D086821646157409BA407E76F7E489B2C9ADEC5099E2EDC70586B35B62A739BE77E23BE9ABF1C9562B4
System.Reflection.Emit.ILGeneration.dll
md5: 4311B7A2D92C56DBBC06D57B1603FD4C | sha1: 1D0854BDB8B73A519667AB02CF56C1845B5C8B83 | sha256: D115D0E5B0416AC0C1BE6CC79F625741AE4880E5EFF1CA10E1EFFF634D829350 | sha512: E0F6FC5DA43CC60332E8800D7DC1293C79873CF4897AF0FD1B950D9EFC0642D22ACE17A7A1856AC146F654D04EF89ADE017E4A2F577BAB70A694298D2CE2E95D
System.Reflection.Emit.Lightweight.dll
md5: AEE227A134AE6D6379D33701E38F165A | sha1: 24BBFA9E564C351394E14E52DACEAAABBC124B1C | sha256: C7557FDBFE1DBB64CE8BD6763AEEB07203BA644541772C110253B871F10ABE62 | sha512: 843BA8BD08B67A1EAD792BCE413A302A056DE3DB5BE2311CA5C449FF7A84B83546FB4929808E057ECC8AC476A8DDB08FCE5DCFB8D262CAD6F466B50C20D759FC
System.Reflection.Primitives.dll
md5: 71C89CC5CA47DE3B4A6F137F1951F9F7 | sha1: 4505EE728BB93AB6BC2CDD4172A6F0856E0DEE85 | sha256: 883D3559DB9A3D880BC88F361D85D97D09E8B8355D3A8822568ACC2D3EA93FA3 | sha512: 78FDE157FDA322D0A29EA73B008E49083F8AA65F785E1BE6193454ADD4EA72CC12A93C61ECBA19F69F01B195BE7C7AADC21B3860AD4216BFD5B1FBD62DB41EE5
System.Resources.ResourceManager.dll
md5: 7EDECF34BCD18063C9B0C79B4F624831 | sha1: EFDB224A2B30E9A23EF53EA7F4EC8AFFBEEBC483 | sha256: 2421C571365220121D8BED01A3FC45ECFEFE24EBBD8A4A95FB0CBF46E200372A | sha512: 09D817115271658A92A40338B353E144F506B35746ECF81BC3358E4F137B590D05C39E9C94FF1FA0739C1150FDD5CF1815242F23AFFBEE3866C1650E08602862
System.Runtime.dll
md5: 2AA0F2E86CBFE4C5192EE999CA3A09C3 | sha1: CA19049B8142DBA623F8F0FDC93FC2B2C3E4B86E | sha256: C151693F72DC363A093777AE21EDD2A802DE2116E773C95ADA841904FC8F81EE | sha512: 2F826091EF8F5EABD83BC25FDD6B7DE43094900F1113CB339D7CA3B401E03A49670DF488601BE53B722613E351745130F8F07C4A68D071041B77587F981DCD6D
System.Runtime.Extensions.dll
md5: 9689B0421C01FAB9F91792420BA7A1C8 | sha1: 3B1FE7D026326E89332725D78C521A7111F42647 | sha256: 8613A44690B1274E675BD44BE56165213D0455CCC9FB1682E3F06C12B92C7C7A | sha512: F902E3DEA0D16281D1A308BDAEEA229285B0ED986DEF8E87FA3D3C6ECDF8314FE232686D4F419A4DB0344A241FFF2C4EF8CF729271761829BC009BB2FC509C68
System.Runtime.InteropServices.dll
md5: 261A5B6F9A27AE0610B48A9F1B8841EA | sha1: 8F762D57E6D963C9700E190FA3352A1ADC284EDF | sha256: 5E4CBA1C7132A513D78CAB52312266B387FA7405DEF04ED74B9314481D648BF3 | sha512: 370C0613974D85B040048A774573C07C1DA18328249B59F6E4E56EA9CFD02A5323791A8BF575E9A2DFC8F14FFA3599E7F52183E82784B175EBAAD9C26141E760
System.Runtime.InteropServices.RuntimeInformation.dll
md5: C4A955FCD6FC656DFC1E8F0E67AD25A6 | sha1: B42EA117BAD6D389A7F96E0FEC9CAC9427765885 | sha256: 74F53AADDC47FE7EBF143FE654E757A3DFE8844F290B81EB3C0B5A1628EA2AC3 | sha512: 7E4454C7DA82D56E1AE163CDCF9981889340EC685F77B9FA8DE9E11315A80B19699E9205DC1289067C8B9A76A1390F545B3CE60CBACBE380514393C66002376E
System.Runtime.Numerics.dll
md5: 5EFB465AE3ADA2345BBF648989F21CA3 | sha1: 3244E9486BB445BDD92F5175B95D37FFCAAE7891 | sha256: 5B35C8111A19CBA44EC0E7FD27BBAAA481B360719C42FA62ACFAE673DCA111F6 | sha512: 67E658486DE7C1548369CFBE15F4F27AE6DE736E09DEDF8CB2982E0D87648903C8F53D418B364DC721B3C09FF521309AF155041FC6EF9E57C03D70E2B196B5F9
System.Security.Claims.dll
md5: 08EBF71050FEFF9F0659581559677D14 | sha1: 5A8F8C37027A5D4A5F8F6BF9275DD94F026205F6 | sha256: 470285E4D386698F1C21E1A148313645FCDDD90B9E04CBB83F2156757772B676 | sha512: 29538A18B48AE4F847CC1775A0633C68A492CC603FE92B0F4146A545DEE817F63D7A34DD856B939FDE5BC47AF1B1B46A5FAA3A59D7F867A3BCD9C685F44EB3C8
System.Security.Cryptography.Algorithms.dll
md5: 613EDB8C03FB9CEBD4F0EEBABFA26D2C | sha1: DD18A172E9BA9C9CF976D7DF8C2D6611A9F87B3C | sha256: E9118BBBE60BAA3FCEAF87F6A4ED9055CA337EAB2045B15C235DE5E79E882786 | sha512: 86CC4A7E2D98A2CFEBB83163E72D6FBBEA2299D46C054A658D38C75CD0773CE9224BF96F0E36427B63CB019ADDD15A8DE7FFE689F63390C725836C50804CAC21
System.Security.Cryptography.Cng.dll
md5: 457A4ED5FAC62C885B26CAF31E727C16 | sha1: A49F148F25B719FD4C0EB113CBA35D77157B05A7 | sha256: 22EA54E669F28B53B60A297464D696869916C5E2F5D2581C868AEFA83F5371B5 | sha512: 7DA6E4B6C780D24A4C2532AFC95890A8411FA139658B60E30D63BD60F2A50665CD476DAE3FB3B0ECA9692C1901CD33890CAA3EDC3E87A628A5BE9A530416BE5E
System.Security.Cryptography.Csp.dll
md5: 377CE539C4CE75D07DEE2EEBC0740511 | sha1: 9708029A2E0EEA6006041875EE6C4CFB03F9D1C6 | sha256: 704F1782473BF3EF5EB9EE508C9CB07C45027C836E40EC5BDAD5ED224C8FB45D | sha512: 511000E133524AFBDFAC6F10E5FD6E569C9B53035E40EF6CC69F887586DE560EB0558B98128F57C166DA804BE1187C590CD6493733099B9945F5AF389AE861DE
System.Security.Cryptography.Encoding.dll
md5: 0E0453E0F2BB89BEB248484D6F6DDDF6 | sha1: 6EF069C3E9A8111B9B091251AC8C8E2042D9BB51 | sha256: EDCFA45F4A1599CD6B6F647D62DEAE846687EE76C4A106D6281CC068D62781CD | sha512: 52FC33AEADFBACA3FE455FA8374346D1752D9809FDF5653C62999BDBE6EA4639B646A2F8570E5FEDE009EB29398D00F72D4E1FE70344FD8F57DDF502CAAA550F
System.Security.Cryptography.Primitives.dll
md5: D4726F9DA484F4871AE5FD3233586F05 | sha1: 411C0260B4BF96583B5E5FA54EDF311CC6EC4252 | sha256: 4053F24B01DEF90BD8D903533F2F21FA311D6BECA71F5A17B988A9420D7BC022 | sha512: D06B80151DD45539D6F96FDC52169F67074BACD3CEE9C676388B0188F1E5C90A5767370BE6E13DBEF8B10A805ECDCDA6CB341F0F951ED6F0AB7E384EF1F32360
System.Security.Cryptography.X509Certificates.dll
md5: 2281207E7727377BD693CA6E7CF6FBB0 | sha1: 1B78B230427195E054E2BEA9E0E6294692057A78 | sha256: 9FEE5E7E166FFC6B736329375B014DAC48D6D966AF01E5101D0F6069711A5163 | sha512: 25BED8F759D96D9D87BD48DDAD126D799747E1A65A41BEEA1EA7982A24881B916DBE512BEDC926E22529961D6AF15EBAC67E00D2AA487A9ECD3784BEE5D352FD
System.Security.Principal.dll
md5: 0AC9C5B42C23AB5BDBB48FE5BE8A0BF4 | sha1: 0ADF0CA47C9716B5504B7FAFC5E81F46337ACC66 | sha256: 3A5E3F90DEF324C71E7DD095FC3AB290C57B7890343E13002872D17D4BDF4DC2 | sha512: 8B214360348BAE5EF1D0743D0D38F6D2F4EEB09A4A3B740567920A14635F7383E079BD27A6EF39AD350AD3FCC895E02CEC25E8926CA3D7349540663435D3636A
System.Security.Principal.Windows.dll
md5: A4C386B3FA28724B2862942DE2B2CB4D | sha1: D6D80D512CB268201735A51704D48D4BEEFF5F17 | sha256: 7D1B35EE4A65F41B5B6F5E6E22029706939AF41D5FF932D40E1CDBDF48D2F445 | sha512: 0A238970636D54D5E6A80303C090AD660F3734977134D0E04665691DA8C6E83433CBB0B5E133C54F4D5E8A909C839029A213FF14260098D8C3E02F9DA2526876
System.Text.Encoding.Extensions.dll
md5: 64E418B6F706BEFFD2749999186AA2A2 | sha1: 64D3C67EF667D051BE88F606F8B8FCFE4ECD9138 | sha256: 8CF83E094F4161F6FA466F2D5822B77B78F9F1A773D17E6A1256BF0CFBF0BC0D | sha512: 37201DFFA92231B46BCB49FBA6596136A71764EC3E67D33F3FC10282D02AD4780F301E7679E7A3F1EB0471B2C8A72B0052DAB0AD4C8EE1CFC9A59B425855BF03
System.Text.RegularExpressions.dll
md5: B0F1B78D743E50F1E88250BF30EB3408 | sha1: 6DD40E1CEB4326784038D6D1A4B497776BFCCEB2 | sha256: D58EF509BCE2BAC87504BC4F457F2FE459ADCDDD49A39CA88865AAE93744D3DF | sha512: 577E90BBCA27AB6896903BE3D78212126F8FE3771A58D27F5881A6AD577673DAD8BF25DA7E16B9F39180E8416B99D1CEDF68A0A35FF34A2A0A62E4AE750147D5
System.Threading.dll
md5: 4D5E03E55BC82BD2FFC4900C94709DB7 | sha1: CACC02A8396D9E2BF03934ECF4E5D627447BAD3C | sha256: F0CE9EA5F735908F83049A1F2FBF1FE6F653740C0F9F7425E64EA18C4710B9FC | sha512: 52689699C898B18207BC322C72575F6A468815857DCBAD17C3CA3B74FAD130309DB851B2198CF00332F35884EF3FEDF67BC46BF2EF4484F597B8091B0205AB96
System.Threading.Overlapped.dll
md5: 674056CDB3BEFCC1FEA40FA30F150B24 | sha1: BA4AFC9D7E959FC08AEB4B3AF32E1722DD55D5D0 | sha256: 9065CA1B9E4A6C5207637203D43731777003A13E0DFDD52F8E2E448F9EF67BB2 | sha512: 69BB6DA14188B970C624CB34E09EA7AE2B508B5A020F70190E42524261B8EB94EF444039DFF18447F435B54C1A5ACC77D2CBA2F5A47AB5DEEEC096B03B887A7E
System.Threading.Tasks.dll
md5: F857CA650A4D2843FC6A9081B19C4634 | sha1: FC5999AD6A10F536ED2689F38542A7C85836E3AF | sha256: C003909D67AD19CDB0D3BB7B2A5075EA6C106D79F4B86E1F59672DEE06C5D67F | sha512: 76D24317F9FF19EE191F5926C09E05478B8E802767AC5FF04006B784F0F0BB54D6DFAFC54FC12392029AAFFB282112B1EB4ED9B0F115F1D37B17048AAC0AE5F4
System.Threading.Thread.dll
md5: 0EE8854356CCE4009CBE4FBCD11B5070 | sha1: 35D33547D19C423693B55B653667831443DF5A16 | sha256: FDD1D69E55CFC59766C54EED8C13DBBB99F6E9B2E72B97EC3854C410A53CD415 | sha512: F136A3583519806F5AF648899ACB3A267EE8ECCEB686A3059D3EA5807DF3D4860B6B761387D2ECD7A277049717E271FBBA24FF859BCF5BF983D9060AC883E944
System.Threading.ThreadPool.dll
md5: B6991BF0A9C5851E6D7C53E2070E082D | sha1: 2EE6C718856E38463647DE8C513E936E52479570 | sha256: 9DA0F3DB476A5AA8A3067B0FFF1317C58A9A6DD97997A6B1AF64F446CD8285E0 | sha512: C3B50DFEB02719093866C39EE3E9E96E6E9CC3E5252E96C81E7F52E57F96FE4E766EA6C8E97859BB9895337E625D3E476F7FC2FEA9DBC65C098EC01DDBA2610B
System.Threading.Timer.dll
md5: FB1644B20D341C48B666A83304AFA28D | sha1: BA2311AC61140F97BBB83CE27B850682C822140C | sha256: 517672E0FB16FFC7781CFB12A207110F3D5A244679103F92EA9A4043492AED5B | sha512: 5DB63E70A85849EA5A7367966FBBC0E47D5C754D3C3E51A616DABC329345788E1718FD7FA456F5FA883DD9DC1A1617C2EAC6BC889DB36B817141D5062ECFFF1C
System.Xml.ReaderWriter.dll
md5: 3BE766F5E751C5BC5197C253B27CD263 | sha1: 5D06AC875822E9E7D55E3E0D755F0126957FC3F8 | sha256: D87BE66F66296D50FBA6B40DC76937E4F29AE857DBD40A76617FED98D17D5413 | sha512: 87103E57510B44D289C76203E125AF77604C05525C6DB4BAA4FA3C7FC37654B07CD0946088C13368809D48A0C5BC4F8C7174621994D9EA3C1832163586514A52
VERIFICATION.txt
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 author of Filesing, Seth Hendrick.
The binaries are the same binaries that are published in the NuGet package
(https://www.nuget.org/packages/Filesing/), plus some additional dlls
and the exe to make it work on Windows.

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

This package has no dependencies.

Discussion for the Filesing.Portable Package

Ground Rules:

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