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:

8,401

Downloads of v 3.0.3:

513

Last Update:

08 Jan 2019

Package Maintainer(s):

Software Author(s):

  • Bastian Schmidt

Tags:

files find search text batzendev

Batzendev.Tools

This is not the latest version of Batzendev.Tools available.

  • 1
  • 2
  • 3

3.0.3 | Updated: 08 Jan 2019

Downloads:

8,401

Downloads of v 3.0.3:

513

Maintainer(s):

Software Author(s):

  • Bastian Schmidt

Batzendev.Tools 3.0.3

This is not the latest version of Batzendev.Tools available.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Depends on 4.6.2 which has an exemption on the verifier, so this package requires the same.

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Batzendev.Tools, run the following command from the command line or from PowerShell:

>

To upgrade Batzendev.Tools, run the following command from the command line or from PowerShell:

>

To uninstall Batzendev.Tools, 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 batzendev.tools -y --source="'INTERNAL REPO URL'" --version="'3.0.3'" [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 batzendev.tools -y --source="'INTERNAL REPO URL'" --version="'3.0.3'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install batzendev.tools
  win_chocolatey:
    name: batzendev.tools
    version: '3.0.3'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'batzendev.tools' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '3.0.3'
end

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


cChocoPackageInstaller batzendev.tools
{
    Name     = "batzendev.tools"
    Version  = "3.0.3"
    Source   = "INTERNAL REPO URL"
}

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


package { 'batzendev.tools':
  ensure   => '3.0.3',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

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


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 08 Jan 2019.

Description

Just a suite of tools.
Currently included:
- Finder (searches and replaces text in files)


tools\Batzendev.Core.Desktop.dll
md5: 09612492F864552D4A3EE3E921E5FD8B | sha1: 13338B36A59487B965E5D466BD6119D2813B7B4E | sha256: AE69D471E035E75E8AE271672C8ADC6D8BDA6C9A98F60261F7D5F2D518F80C7E | sha512: 3C0B65291CD76309E887A3CB494DA509EB5B42E1AB591D372DAA78D771D86D0B98CF4528D1B88618890F73E79245B9B72C200F69E8467920AA038C6CF59C5341
tools\Batzendev.Core.Desktop.pdb
 
tools\Batzendev.Core.dll
md5: AB1C2FD6982D808742B1A575A448E6D7 | sha1: 1A2AB8F07AAC4D9A2A041FBE5C06B501DA4E8307 | sha256: 26DEA8869E755EA89C6EEBA64D8C0A4357B5039350934DF974E14A8A413DE043 | sha512: 2AE3FA0F499E1B39FC7B511781F6DD26A0E6D2B6D64040CA18A0B72013D3D4A8963E8D37E15E6C60457E317EC069BE9D8BDB7A3CCDC95CB401F815414CD12AC9
tools\Batzendev.Core.pdb
 
tools\Batzendev.Tools.exe
md5: F55534511161791F0BF5590C814641F0 | sha1: 1AEF7F37341F41280A4F455F87AE4BB35B150320 | sha256: 8193EF1BE38501BC4E9CF64EDC500363700C3CACACAF24539893164D1F0126F2 | sha512: 3BA1E5A003E8A6C416309F7C6D18BE55BA5BD2007F2099D1796DFAEEC45A9665FEB0EECFC1E0A736E14409AACE30FC20DFBC41B3CDD1AB3B9F1C26F2C61D083B
tools\Batzendev.Tools.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration> 
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <probing privatePath="Plugins" />
    </assemblyBinding>

    <gcConcurrent enabled="true"/>
  </runtime>

  <system.net>
    <defaultProxy useDefaultCredentials="true" />
  </system.net>
  
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
  </startup>
</configuration>
tools\Batzendev.Tools.pdb
 
tools\Batzendev.UI.dll
md5: E834A742B77BC83EF22E07FA4C745CD0 | sha1: C48C67BB7AC9814172BEB9E578638B2DBB72765E | sha256: FE5A2C7E3EE8BEDD46E00BB9D5AD5936800D00E30AF5DA6A42BB2538C2B7B6D2 | sha512: 6902C85B82936C7CD7078934B3154DC46E1F40AA52BCCD9FE8046F4B08E6A07E0F07A58C97CFDC43A816D807EF82BA92028652081230A4ED1BA146D9425E0695
tools\Batzendev.UI.pdb
 
tools\chocolateyInstall.ps1
$installDir = $env:chocolateyPackageFolder
$installLibDir = Join-Path $installDir "tools"

@(
'Batzendev.Tools'
) | % {
  New-Item "$installLibDir\$_.exe.gui" -Type file -Force | Out-Null
}

$desktop = $([System.Environment]::GetFolderPath([System.Environment+SpecialFolder]::DesktopDirectory))
$shortcutFilePath = Join-Path $desktop "Batzendev.Tools.lnk"

$targetShortcutPath = Join-Path $installLibDir "Batzendev.Tools.exe"

Install-ChocolateyShortcut -ShortcutFilePath $shortcutFilePath -TargetPath $targetShortcutPath
tools\chocolateyUninstall.ps1
$desktop = $([System.Environment]::GetFolderPath([System.Environment+SpecialFolder]::DesktopDirectory))
$shortcutFilePath = Join-Path $desktop "Batzendev.Tools.lnk"

if (Test-Path($shortcutFilePath)) {
	Remove-Item $shortcutFilePath
}
tools\ControlzEx.dll
md5: 827F44317858ECEC670189E942081E33 | sha1: F9CA6758520DDF9BD68FD11517BC647034789ABB | sha256: B010BB8EFB3770B543ADBF47F2775DDB12667DFEFB7CB562FAE834ECDBD0241F | sha512: 0CD47F7C79D02A0F40B43B0B634C8AEEB12B6543F118C3680FF92B4DFDE74791CD8A2FB26D869DB0F938C89D3B0AB8D6CF6E505B8C7B1080F260B2039D21419A
tools\ControlzEx.pdb
 
tools\FluentValidation.dll
md5: CF1284E26F9E3DF8AABA5552C4D23BBF | sha1: 22C068CC222FDB505F1B02871058F85EEEDA9203 | sha256: 1966E8E0026A0FA7878B28C9E1C869D815138C89C0BAB4F10553FCC01DEA4FFF | sha512: 776B0AB16E85774A3346D08DD455CF2A4DB2533C5ABD310128FB94EEA54D593C525BF3E4A41EABDE0FE7AC020E4592E07D34181A8746CAE84E025E99E39D55E8
tools\LICENSE.txt
From: https://choosealicense.com/licenses/mit/

LICENSE

MIT License

Copyright (c) 2009 - 2018 Bastian Schmidt

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

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

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
tools\MahApps.Metro.dll
md5: 6C72E62D2264D8FC9E05EB7CABCACAE5 | sha1: 884A4B3F4C532B1F619524BC4E6ECE4C5C58B680 | sha256: 3D449C01010FCAA92A550962F45495E3EA09F54BEFCD76D70F6DB21976A3E596 | sha512: 255D9CAAA18C48260C3D9873D10E34B63F1B11810A90B89AFBB0009B6BBF6D576779FA688BF7AFF234EA0F8FD6C6CAAECB79820FBCE9A0F0016C34CF18BEC945
tools\MahApps.Metro.IconPacks.Core.dll
md5: 6F9B687832123F87CC889F9E00548C1C | sha1: 38C1E2495218DDFD57BF57747474CC674B0CC245 | sha256: C57A84967D0EC29F7406DFAC483429038AE787E300252756FB76BB2CC14AA8EB | sha512: 72768E11CBEE786E411837CAE8A2956D0A1BD876E955397F07EE9A5B7B18CFB2E98FC0F8F3C93C707ED45A276A2725459341A09CAD5BC125AFF5E211954B93AF
tools\MahApps.Metro.IconPacks.Core.pdb
 
tools\MahApps.Metro.IconPacks.dll
md5: 3A30A4524A3E9F21F0968C2F0DBAD927 | sha1: F26706FD574F153288127B519141811B1814D766 | sha256: 74C49771E76BC06BE6249C0BFCB194B45FB078971637811ED0FCCC6AEC022E2D | sha512: F52B15E8105436D6F63CA978C439D5F9B594A353F31E5F0B8CCE23C1CC1E3FBE483ABBA721F482B3CF13307670679E1BCCBFE11231A6BAADAF2A009B8694B840
tools\MahApps.Metro.IconPacks.pdb
 
tools\MahApps.Metro.pdb
 
tools\Microsoft.HockeyApp.Core45.dll
md5: B71C8CFBB6E5D6CAEFFA27BDE7E11DA3 | sha1: 18A0AD578C4E24ED99B95AC4207E0B9E949D7446 | sha256: 7D232981C3B130C0B88AA33A525932D4E854C2E62713280B2D453E7C9C7F8190 | sha512: 0689D7CC250C8253DCCFF8CD1FE9ED03165D5A7EC7808A6CC927276CD327BBAFBBFD52DAE88991D5E3FF8B8D12E2B03FF15915F38ABF1C6BEE3AC3E2198DEDC1
tools\Microsoft.HockeyApp.Kit.dll
md5: 06256EC1FFA28D5CECF73EF5F7BF0A73 | sha1: CC00A7130641E7E646A70DF3667FB2297421A02B | sha256: D136DB43961519D2405C2E8E7FD3F20C1EFEE8E660EB60BE32A50B6096B85AA6 | sha512: 116A18E2985173FDA006E84ABE5E4C09B4BEBF86D9BA0EA40B0B5D921D5FCBDD3C828D0936A7D752C392426E23591BFA8B8064C273366E84E9DBDF8FC88D0126
tools\Microsoft.Web.XmlTransform.dll
md5: 6AD7D1E92C9833F4BDDE6A4BC84F2E1A | sha1: B38D23B6A960F5F07664565835137FE3C8FDB7ED | sha256: 13DCF5066E00152238191314D4A46605204FFABDBB830BDD0C97DF3027D1261D | sha512: 01C4ECC46576618394FBBEE701F5A726F97D31FB39D5F1C6305D21CA7AD0B0ABC09B69FB733C42D4D1203FCE78DD3F3D5129C21EA0BC9B92D0AB3A7BF09C006C
tools\Newtonsoft.Json.dll
md5: 5AFDA7C7D4F7085E744C2E7599279DB3 | sha1: 3A833EB7C6BE203F16799D7B7CCD8B8C9D439261 | sha256: F58C374FFCAAE4E36D740D90FBF7FE70D0ABB7328CD9AF3A0A7B70803E994BA4 | sha512: 7CBBBEF742F56AF80F1012D7DA86FE5375AC05813045756FB45D0691C36EF13C069361457500BA4200157D5EE7922FD118BF4C0635E5192E3F8C6183FD580944
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">
  <targets>
      <target xsi:type="Debugger"
              name="debugger" />

      <target xsi:type="Trace"
              name="trace" />      
  </targets>

  <rules>
    <logger name="*"
            writeTo="debugger" />

      <logger name="*"
              enabled="false"
              writeTo="trace" />
  </rules>
</nlog>
tools\NuGet.Core.dll
md5: CFE27B330347673C5EB1387C16F9B69B | sha1: AFD5E99854485B34559D9E122D452563AFAD0A82 | sha256: 784D2A3D7FBDB469CC3A67091763AADF283575A9BF3B873F771F5F87ED7327C7 | sha512: 4F4D9FC6A32EEE2EA52085580993645B651EBA2137A985E03D05645CB8A428840246430FA7EA1D080AB0042EEAB6E84E7BAF72A0C4E8515CCF03274063BAE64C
tools\PropertyChanged.dll
md5: A6F1ECF90F1A3FA478E9F48864176A9D | sha1: 2479A0360D5BC5D091AE4A6213D32A3F4C32B8B5 | sha256: DB0023064CE5DADF0B79C68783CDD7CAB545C750A11C1F8ABA6DF2C8071FBFEA | sha512: 34842D24FFC2B861DD12546DEFF91E0CB983037A61DAD6F27BFC3A54FECA596C0227B77CBA9D31F8C3C046859C01C169B947E52A35EBE0F4C390A5CE1780DAAE
tools\Serilog.dll
md5: FBFBF8C2DE7F389105D728037BFCC11F | sha1: 91DD7E807FFCFDC9CB67F5A75D85DCF537475583 | sha256: E7C7528F8A920988862B8C22D0AE4C40DF6824332780C1CEC41D84FE633B6BED | sha512: 264667B13FF54E8AE24663F6EA11225794946C5DB34D440BD68CC90C940C92D1DA7FAF39DFA551D13A19F5E21C82130662FFAB2A2E2EBFB004576D880E9FB369
tools\Serilog.pdb
 
tools\Serilog.Sinks.File.dll
md5: 6509CA95A38AC29C03379113172CACB7 | sha1: F94B8D751FEFCD29D28875E291FD570E103D12D7 | sha256: 85AD8530ADC1DEC3B97F2074C720B81528BA5EA6C7274E1A98A906304BCCD12F | sha512: D8BD0B8998725E2FA361BCB446F48B6105BD603707BF914BB978C63B5C40958BCD2A3FEF1F666541793F1D06377F3F2967D1241E445BEE6919EB8F84F5A5D7F5
tools\Serilog.Sinks.Trace.dll
md5: 833711A287BC11B8CB78EB746202D9FC | sha1: 63653F648DD57B8F2C20A5D628A97A97655D65AF | sha256: 596C733522F2E1621E53A5FAB5A188B86FA58CFE6821EF17C005ED2675E51AAB | sha512: 4A9B693A6D6D5523BB4F98D2ACD6B573D94A6A6AF1ECD9732EBB582F503422C60700B40F67D795A820148526B1798B28549DC6EF1CDDA2DF48FADF35A950E58A
tools\System.ComponentModel.Annotations.dll
md5: 9174A34DB752B17DFBECC009EBE218CA | sha1: 8482E58549C667F092BCB9F09E9D876596EC3174 | sha256: 74B979F2DF60176FB534732D9D3146D680E5D98AE95187376E8EF8C8CCF7CFF4 | sha512: 9E5854C821AC09D5DF60A90E927E854CF5BCAFADA72DF89A00A8808958627841FDA24BE5D05BDCC57C6FA452F84964FD76FD908F7CD9463C1BA05FFE172185C3
tools\System.ComponentModel.Primitives.dll
md5: A06DF42A0BB358F8F3AF43B6831F3E70 | sha1: 148EF67987B0A33AB2F8D41CB6199E5E1EDC54AE | sha256: BF2CED8B51EFBA148E67C156062FF51CA873B51DD8A3A6098A99D1C357E884DD | sha512: 9C22DE5B6222AC6FDAC8FB7F2E93CA4D498BA8F512B139510E5F1E241F41CB2FD5A60B52B7167A05D2479975A195E4B2B2499DC05D52480070AC14297404F987
tools\System.ValueTuple.dll
md5: 8C9424E37A28DB7D70E7D52F0DF33CF8 | sha1: 81CD1ACB53D493C54C8D56F379D790A901A355AC | sha256: E4774AEAD2793F440E0CED6C097048423D118E0B6ED238C6FE5B456ACB07817F | sha512: CB6364C136F9D07191CF89EA2D3B89E08DB0CD5911BF835C32AE81E4D51E0789DDC92D47E80B7FF7E24985890ED29A00B0A391834B43CF11DB303CD980D834F4
tools\System.Windows.Interactivity.dll
md5: 580244BC805220253A87196913EB3E5E | sha1: CE6C4C18CF638F980905B9CB6710EE1FA73BB397 | sha256: 93FBC59E4880AFC9F136C3AC0976ADA7F3FAA7CACEDCE5C824B337CBCA9D2EBF | sha512: 2666B594F13CE9DF2352D10A3D8836BF447EAF6A08DA528B027436BB4AFFAAD9CD5466B4337A3EAF7B41D3021016B53C5448C7A52C037708CAE9501DB89A73F0
tools\ThirdPartyComponents.json
[
    {
        "Name":  "DryIoc",
        "ComponentUri":  "https://bitbucket.org/dadhi/dryioc",
        "LicenseUri":  "http://opensource.org/licenses/MIT"
    },
    {
        "Name":  "DryIoc.MefAttributedModel",
        "ComponentUri":  "https://bitbucket.org/dadhi/dryioc",
        "LicenseUri":  "http://opensource.org/licenses/MIT"
    },
    {
        "Name":  "DryIocAttributes",
        "ComponentUri":  "https://bitbucket.org/dadhi/dryioc",
        "LicenseUri":  "http://opensource.org/licenses/MIT"
    },
    {
        "Name":  "FluentValidation",
        "ComponentUri":  "http://github.com/JeremySkinner/fluentvalidation",
        "LicenseUri":  "https://github.com/JeremySkinner/FluentValidation/blob/master/License.txt"
    },
    {
        "Name":  "Fody",
        "ComponentUri":  "http://github.com/Fody/Fody",
        "LicenseUri":  "http://www.opensource.org/licenses/mit-license.php"
    },
    {
        "Name":  "HockeySDK.Core",
        "ComponentUri":  "https://github.com/bitstadium/HockeySDK-Windows",
        "LicenseUri":  "https://github.com/bitstadium/HockeySDK-Windows/blob/master/LICENSE.txt"
    },
    {
        "Name":  "HockeySDK.WPF",
        "ComponentUri":  "https://github.com/bitstadium/HockeySDK-Windows",
        "LicenseUri":  "https://github.com/bitstadium/HockeySDK-Windows/blob/master/LICENSE.txt"
    },
    {
        "Name":  "MahApps.Metro",
        "ComponentUri":  "https://github.com/MahApps/MahApps.Metro",
        "LicenseUri":  "https://github.com/MahApps/MahApps.Metro/blob/master/LICENSE"
    },
    {
        "Name":  "Microsoft.Web.Xdt",
        "ComponentUri":  "",
        "LicenseUri":  "http://go.microsoft.com/fwlink/?LinkId=273778"
    },
    {
        "Name":  "Newtonsoft.Json",
        "ComponentUri":  "https://www.newtonsoft.com/json",
        "LicenseUri":  "https://raw.github.com/JamesNK/Newtonsoft.Json/master/LICENSE.md"
    },
    {
        "Name":  "NuGet.Core",
        "ComponentUri":  "https://github.com/NuGet/NuGet2",
        "LicenseUri":  "https://raw.githubusercontent.com/NuGet/NuGet2/master/LICENSE.txt"
    },
    {
        "Name":  "PropertyChanged.Fody",
        "ComponentUri":  "http://github.com/Fody/PropertyChanged",
        "LicenseUri":  "http://www.opensource.org/licenses/mit-license.php"
    },
    {
        "Name":  "Serilog",
        "ComponentUri":  "http://serilog.net/",
        "LicenseUri":  "http://www.apache.org/licenses/LICENSE-2.0"
    },
    {
        "Name":  "Serilog.Sinks.File",
        "ComponentUri":  "http://serilog.net/",
        "LicenseUri":  "http://www.apache.org/licenses/LICENSE-2.0"
    },
    {
        "Name":  "Serilog.Sinks.Trace",
        "ComponentUri":  "http://serilog.net/",
        "LicenseUri":  "http://www.apache.org/licenses/LICENSE-2.0"
    },
    {
        "Name":  "UDE.CSharp",
        "ComponentUri":  "https://github.com/errepi/ude",
        "LicenseUri":  ""
    }
]
tools\Ude.dll
md5: 9F96AEE193D53A925D18B2769E7958E0 | sha1: C11C5A4522A879D4351D4726AB212D3AA3A55243 | sha256: 5A120F43A4B9E7A0D811A680EEAB34948D1A7EDA4DCC988AA203EEFCC33043B6 | sha512: 057BD406CED46ABBA4F1D09B8EEA11CA088295FEAE8077212425B1B8A8E4E1C679CA47EE339FA428A47A134A44D299391835F4D569E407562C284CD3CE36E1CA
tools\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 vendor itself. 
There is no need to include checksums in this file as the binaries are 
all contained in this package and not aquired from a third party website.

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
Batzendev.Tools 6.0.0 48 Sunday, October 15, 2023 Approved
Batzendev.Tools 5.2.2 229 Friday, January 20, 2023 Approved
Batzendev.Tools 5.2.1 41 Saturday, January 14, 2023 Approved
Batzendev.Tools 5.2.0 38 Thursday, January 12, 2023 Approved
Batzendev.Tools 5.1.0 55 Saturday, January 7, 2023 Approved
Batzendev.Tools 5.0.1 50 Wednesday, December 14, 2022 Approved
Batzendev.Tools 5.0.0 62 Wednesday, November 30, 2022 Approved
Batzendev.Tools 4.1.1 149 Saturday, February 19, 2022 Approved
Batzendev.Tools 4.1.0 70 Sunday, February 13, 2022 Approved
Batzendev.Tools 4.0.0 277 Saturday, October 24, 2020 Approved
Batzendev.Tools 4.0.0-rc0185 227 Wednesday, July 8, 2020 Approved
Batzendev.Tools 4.0.0-rc0184 152 Wednesday, June 17, 2020 Approved
Batzendev.Tools 4.0.0-rc0181 134 Tuesday, June 16, 2020 Approved
Batzendev.Tools 4.0.0-rc0159 187 Sunday, May 17, 2020 Approved
Batzendev.Tools 3.0.3 513 Tuesday, January 8, 2019 Approved
Batzendev.Tools 3.0.2 274 Monday, January 7, 2019 Approved
Batzendev.Tools 3.0.1 267 Saturday, December 15, 2018 Approved
Batzendev.Tools 3.0.0 235 Saturday, December 15, 2018 Approved
Batzendev.Tools 2.4.0 403 Sunday, February 25, 2018 Approved
Batzendev.Tools 2.3.1 362 Sunday, February 18, 2018 Approved
Batzendev.Tools 2.3.0 349 Monday, February 12, 2018 Approved
Batzendev.Tools 2.2.0.0 562 Tuesday, January 17, 2017 Approved
Batzendev.Tools 2.1.0.0 489 Sunday, December 11, 2016 Approved
Batzendev.Tools 2.0.1.0 482 Tuesday, November 8, 2016 Approved
Batzendev.Tools 2.0.0.0 499 Sunday, November 6, 2016 Approved
Batzendev.Tools 1.0.1.1 860 Sunday, March 23, 2014 Approved
Batzendev.Tools 1.0.1.0 509 Friday, March 14, 2014 Approved
Batzendev.Tools 1.0.0.0 468 Friday, March 14, 2014 Approved

v3.0.3:
- Fixing focus issues

v3.0.2:
- Fixing default value for base color
- Some small performance improvements
- Some layout fixes
- Fixing focus issues
- Fixing crash when cancelling search
- Fixing issues with unsaved settings
- Adding more file extensions for ignored binary files

v3.0.1:
- Fixing default value for base color

v3.0.0:
- Replacing MaterialDesignInXaml with MahApps.Metro
By this change your current theme settings will be reset. Sorry for that.
- Fixing issues with histories (search pattern etc.)
- Some performance improvements
- Extended list of binary extensions
- Adding key binding (ALT + R) for replace
- Forwarding key bindings from the current view to the window (like CTRL + L)
- Fixing issues when saving settings
- Enabling per monitor DPI
- Fixing rendering issues in results view
- Updated icon

v2.4.0:
- Adding notifications for things that went wrong while searching or replacing
- Fixing various issues with encoding detection
- Some performance improvements

v2.3.1:
- Fixing install-script to create a correct desktop shortcut

v2.3.0:
- Adding visual hints for search
- Adding more logging
- Adding editor commandline template for Visual Studio Code

v2.2.1.1:
- Fixing a massive memory leak by updating third party components
- Adding long path support

v2.2.0:
- Adding proper handling and reporting for errors
- Adding a feedback button, so you can make suggestions or report errors manually
- Fixing issues while closing tabs
- Fixing crash because notepad.exe could not be found

v2.1.0:
- Adding "Open with" to contextmenu so you can choose the editor to open selected occurences with
- Adding "Reset all settings and restart application" to options
- Fixing file content duplication during replace
- Fixing issue with empty history entries
- Fixing history list editor not saving changes
- Some performance improvements

v2.0.1:
- Fixing native memory leak while looking files

v2.0.0:
- Modernized UI

- Improved performance when finding and replacing
- Fixed encoding detection for file operations by using Ude

- No self update anymore, just showing notifications about new versions. Update/Upgrades should be done through chocolatey.


Discussion for the Batzendev.Tools Package

Ground Rules:

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