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,515

Downloads of v 2.1.0.0:

494

Last Update:

11 Dec 2016

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

2.1.0.0 | Updated: 11 Dec 2016

Downloads:

8,515

Downloads of v 2.1.0.0:

494

Maintainer(s):

Software Author(s):

  • Bastian Schmidt

Batzendev.Tools 2.1.0.0

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

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

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="'2.1.0.0'" [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="'2.1.0.0'" 
$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: '2.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 'batzendev.tools' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2.1.0.0'
end

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


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

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


package { 'batzendev.tools':
  ensure   => '2.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 flcdrg on 19 Dec 2016.

Description

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


lib\Batzendev.Core.Desktop.dll
md5: F02C2904FFB1F3A92B4111F97DBACCC6 | sha1: EC99EF4302604570206E116DE60E3FCD658F3DA6 | sha256: 5F04106D340E0B4F3A11ADB6BE2D9F859678D8475DF2DEFA48D70C9086D2865E | sha512: 53FCDA772DF052D60E1C303BA7F64E13121AA418994044470CA828317AA514921FCF54460ABAE9577354A1E85FB22B9BC3A21A40EB03EAEAE03149B913A60491
lib\Batzendev.Core.Desktop.pdb
 
lib\Batzendev.Core.dll
md5: 67B63F0556D727A9B480445E6B59E4AB | sha1: E8569FFC43385E0DB6F12753215BAA7481A0FDDC | sha256: 20F50C6705D10DBB7DFBEF1A5CC07A6ABA1AC74D24EEDD3E41F6398DD534CB1A | sha512: 8581F5A7AD4AA758CAF6DF372A91F94AE48F66A6C52585A012E8904A06509FE1FE35AAF41C605CBD4DADE28D27483E83FA7A87AF9B9544BEAEDEC3A753986232
lib\Batzendev.Core.pdb
 
lib\Batzendev.Tools.exe
md5: 3654268C5A7F654AE122FD0CC235D31F | sha1: EEA4F56652F63059EA257564A39720C189E60B32 | sha256: CE8DA69E2AC3A0E930E4BD033291E395E3583D9F0022F7B2449964E2FB958DCD | sha512: 477D316A791913F7E1C784BB19D2A4BEC792F9EC824F41D0B21551F2D722299D5ECF1491F2FB8CA840850F2BF068D8E0F747D81220F96718A4BB736F1D574F29
lib\Batzendev.Tools.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <sectionGroup name="common">
      <section name="logging" type="Common.Logging.ConfigurationSectionHandler, Common.Logging" />
    </sectionGroup>

    <section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
  </configSections>
  
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <probing privatePath="Plugins" />
      <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="Microsoft.Practices.ServiceLocation" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Common.Logging" publicKeyToken="af08829b84f0328e" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.Web.XmlTransform" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-2.1.0.0" newVersion="2.1.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <!-- Mutlicore GC (Garbage Collection) -->
    <gcServer enabled="true" />
  </runtime>

  <common>
    <logging>
      <factoryAdapter type="Common.Logging.NLog.NLogLoggerFactoryAdapter, Common.Logging.NLog20">
        <arg key="configType" value="FILE" />
        <arg key="configFile" value="~/NLog.config" />
      </factoryAdapter>
    </logging>
  </common>

  <system.net>
    <defaultProxy useDefaultCredentials="true" />
  </system.net>
  
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
  </startup>
</configuration>
lib\Batzendev.Tools.pdb
 
lib\Batzendev.UI.dll
md5: 23DA704C65EA117768D9AD5AC305C2C1 | sha1: E24A07AEE0A7DB915D15D0F5CE155D276A1EF871 | sha256: 3B905B427E227E4564ACEE67EC47F2A6967E7A8D5FA12964EB53D07B23FDD1F6 | sha512: 64E2E9D5956C1F466B38F13A8CD61A3E4FDC5FF99BD6B6E811C545111A988369EE4456718C0CDFDCBC9B97811F07E45C5B4CDA496BF03E8F24BD7AC79ADCDA2D
lib\Batzendev.UI.pdb
 
lib\Common.Logging.Core.dll
md5: 1830CD72D0EA37BAB9AF9FDF81FC96DE | sha1: 3480C6662A0E1C0F579DDC0B30D3FF79278FC915 | sha256: 43D21A6EF97B8B9E02994BE1EAEE2D73EAAD10F2DC1FA100FD57636FFAFF446C | sha512: 1A5D96B92876C796EE6FA1A77F46E202913FFD89939347784F783F664CC11DE880D4627A9D0A4D14AB335ACF29EE8C691EBF06D59B78E7E386F799C53BDEAF1F
lib\Common.Logging.Core.pdb
 
lib\Common.Logging.dll
md5: 7C4C80A7A8B46A7100937018DFF0540E | sha1: 37B979C2A79031AEDF8729ECF46AE1AB9E2B513A | sha256: 7D4435779924F739DD0ABD0117B380FA4CF63BBA552BC6EB9E0D29E24B85E6D1 | sha512: 28850810683AE532FE7448D43D64B7FCF319374DF889565FD8920B090CD4FDDA4478C7E5D7BE29426DBBCC0B66E49544BDEDB719E144F549CA3274D1B19B6B5D
lib\Common.Logging.NLog20.dll
md5: AA2B303F8E358A7F9AF486B6F28C6713 | sha1: A42EFE287903637E14B78C85407523FC0FB7BE02 | sha256: 67650A73ECC720494332DA9AA480014A5A730665C650E82A76177CF4B24C83C9 | sha512: 4D653C00BAEB83E319EB549AB5F0DD0DEFD2791759C9C2588E4EF7736035B5625088E5C4BD86BC358804DAB6064A779119672CCC23131D2285B5A9D7E38F0233
lib\Common.Logging.NLog20.pdb
 
lib\Common.Logging.pdb
 
lib\Dragablz.dll
md5: 12F0B166E2E44D9F3945E91C34920E8D | sha1: 7F0352119976D78FC2295C6C681B4EF837B77F25 | sha256: 61ADFDCEF6D6BDCA1DD3C8AD622251AC1456DA80AB43483D5ED76455D042F298 | sha512: 51D27E617E0EE5BB429BB3F62254F54F6DB9252A6D61C6978A5A1593187371A5559BE189C1213C13F00F847C4EC913E53AC69ACDBCCC24E68841071DF62B438E
lib\Dragablz.pdb
 
lib\FluentValidation.dll
md5: 875D4FEBE043C022EBC52BA57CFC78DA | sha1: C9EAB3200FFB35F4C352EA1C020FD79F71FE1CDA | sha256: 499FCE444C53A3BF79348DBF6C9CA1EF8B273C40ECAEB66C4D0356774FBBB6D8 | sha512: 2E5DED0FF2D1682B2322D3F329BACC812A7CA2BB1CE52123A6DD9FBAAF0D71C9E7A9712B19289AA5B1AA41BD4E9FC5C6FBC2BBEF9B3336D204545A84B229429C
lib\FluentValidation.pdb
 
lib\MahApps.Metro.dll
md5: E15B7C0B90213D2AE1BF067DA016456F | sha1: 01C30F77D3F8F2983483AECC548D06CC1EA9B1CE | sha256: FCA3066BC163D7A3F89A4E61720873F4D8EC7A4C6ED2424A0B32108FDBEED7FB | sha512: 164B7F4E6D49D9357903C1408B597C815A747576B9987A3920175FEC7AA9CE950D9C8F09024EAC8EDEBDBC8ED3F602632698BDDB257B1AA26928EA486FA2F41E
lib\MahApps.Metro.pdb
 
lib\MaterialDesignColors.dll
md5: 7CE94219E89C27F35C66AEA2B1000C02 | sha1: 028EB2918EC78D6C42C562F568319515D974B30B | sha256: 295E5C95753605C43CC9D9D218A6E8DE0DA19AB9172252A80D4A72DB65F79AC4 | sha512: 89310161D3436A687D64E1BBD2E5C3C81410FFF1A0AE03DC7DA20E7E6C8068149DC367CE0873A50A8B5AF46B0D1ACD945066EA953C51A9D226EB92158347DDDA
lib\MaterialDesignColors.pdb
 
lib\MaterialDesignThemes.MahApps.dll
md5: 6482AB1F0C209FE869494AC750BFE0C7 | sha1: 4C0521C7D0B6F4BF398EF1D11734ECDCED4B6FA1 | sha256: 8C933B2CF8BBB6F64217048D055DE44329A4137A56E4D90D5FA7D04EB4A65B4E | sha512: 6E9E445CE8C2924508667B526248B2E2665B818D467D5083FE9F0648DC6F93AAB4763A3F38367BE7A2CBFB7372A4500223A8ACA47C5A46A61F6801AFD80EA3A5
lib\MaterialDesignThemes.Wpf.dll
md5: 46AC738594C9C6BF20D48840207502BD | sha1: 070471B5EBC7A19C283050036786FFAFEA83D48B | sha256: D3A12F61590586D933EEB739CE8F4632C61AC88780F30C805C027C4E095BA98A | sha512: 21741743753443F2802A59856168CE3CA482C8137DF76A1348E2D4CEB2959D2BE1FD1BF07D51E34321D134E934F0F022DC8A6353547471EB2599A4D3C20B50F5
lib\MaterialDesignThemes.Wpf.pdb
 
lib\Microsoft.Web.XmlTransform.dll
md5: 6AD7D1E92C9833F4BDDE6A4BC84F2E1A | sha1: B38D23B6A960F5F07664565835137FE3C8FDB7ED | sha256: 13DCF5066E00152238191314D4A46605204FFABDBB830BDD0C97DF3027D1261D | sha512: 01C4ECC46576618394FBBEE701F5A726F97D31FB39D5F1C6305D21CA7AD0B0ABC09B69FB733C42D4D1203FCE78DD3F3D5129C21EA0BC9B92D0AB3A7BF09C006C
lib\Newtonsoft.Json.dll
md5: C53737821B861D454D5248034C3C097C | sha1: 6B0DA75617A2269493DC1A685D7A0B07F2E48C75 | sha256: 575E30F98E4EA42C9E516EDC8BBB29AD8B50B173A3E6B36B5BA39E133CCE9406 | sha512: 289543F5EEA472E9027030E24011BEA1E49E91059241FE6EB732E78F51822313E47D1E4769FA1C9C7D6139F6A97DCFEF2946836B3383E8643988BF8908162FB9
lib\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>
lib\NLog.dll
md5: 7C63E70D3FE233A1C5308B1B29D51D54 | sha1: DB4C20C2BFB3DEB189DB6E544A91B4282CA25DF1 | sha256: CE85A008C5755E45C4FF316F26A0C3E36AC27E60F3DF0E1DC9CFECC695ACE26A | sha512: D9B6EAD7DF5C955069ED65A97BD07F94C13F06D0016955F53B6A102B892E7089CE061769ABE3D093206F490BE859EF2D344C8C1B2FBA6CB234D6DC1FC2E93265
lib\NuGet.Core.dll
md5: 5FC063C0B98F60A42099C1A02C4D893F | sha1: BB4BB8FA66E2A859B9046B48A4ED87F2DAAFCBBD | sha256: 9198DADF6A653F4E20776A292800D1C80E722E14FD0772DDD05BC23B6CE1001A | sha512: 7D06F294E0F98EF301F43B9DAFBF7123E4D4D7578374FE26B1828129B3DBB997DDA86EC4BB6511752F92C4661DBA11FEDDB5CC2EC308ADFBACB66E7A34359C45
lib\System.Windows.Interactivity.dll
md5: 580244BC805220253A87196913EB3E5E | sha1: CE6C4C18CF638F980905B9CB6710EE1FA73BB397 | sha256: 93FBC59E4880AFC9F136C3AC0976ADA7F3FAA7CACEDCE5C824B337CBCA9D2EBF | sha512: 2666B594F13CE9DF2352D10A3D8836BF447EAF6A08DA528B027436BB4AFFAAD9CD5466B4337A3EAF7B41D3021016B53C5448C7A52C037708CAE9501DB89A73F0
lib\ThirdPartyComponents.json
[
    {
        "Name":  "Common.Logging",
        "Version":  "3.3.1.0",
        "ComponentUrl":  "https://www.nuget.org/packages/Common.Logging/",
        "LicenseUrl":  null
    },
    {
        "Name":  "Common.Logging.Core",
        "Version":  "3.3.1.0",
        "ComponentUrl":  "https://www.nuget.org/packages/Common.Logging.Core/",
        "LicenseUrl":  null
    },
    {
        "Name":  "FluentValidation",
        "Version":  "6.2.1.0",
        "ComponentUrl":  "https://www.nuget.org/packages/FluentValidation/",
        "LicenseUrl":  "https://github.com/JeremySkinner/FluentValidation/blob/master/License.txt"
    },
    {
        "Name":  "Fody",
        "Version":  "1.29.4.0",
        "ComponentUrl":  "https://www.nuget.org/packages/Fody/",
        "LicenseUrl":  "http://www.opensource.org/licenses/mit-license.php"
    },
    {
        "Name":  "Microsoft.Web.Xdt",
        "Version":  "2.1.1.0",
        "ComponentUrl":  "https://www.nuget.org/packages/Microsoft.Web.Xdt/",
        "LicenseUrl":  "http://go.microsoft.com/fwlink/?LinkId=273778"
    },
    {
        "Name":  "Newtonsoft.Json",
        "Version":  "9.0.1.0",
        "ComponentUrl":  "https://www.nuget.org/packages/Newtonsoft.Json/",
        "LicenseUrl":  "https://raw.github.com/JamesNK/Newtonsoft.Json/master/LICENSE.md"
    },
    {
        "Name":  "NuGet.Core",
        "Version":  "2.12.0.0",
        "ComponentUrl":  "https://www.nuget.org/packages/NuGet.Core/",
        "LicenseUrl":  "https://raw.githubusercontent.com/NuGet/NuGet2/master/LICENSE.txt"
    },
    {
        "Name":  "PropertyChanged.Fody",
        "Version":  "1.52.1.0",
        "ComponentUrl":  "https://www.nuget.org/packages/PropertyChanged.Fody/",
        "LicenseUrl":  "http://www.opensource.org/licenses/mit-license.php"
    },
    {
        "Name":  "MaterialDesignColors",
        "Version":  "1.1.3.0",
        "ComponentUrl":  "https://www.nuget.org/packages/MaterialDesignColors/",
        "LicenseUrl":  "http://opensource.org/licenses/MS-PL"
    },
    {
        "Name":  "MaterialDesignThemes",
        "Version":  "2.2.0.725",
        "ComponentUrl":  "https://www.nuget.org/packages/MaterialDesignThemes/",
        "LicenseUrl":  "http://opensource.org/licenses/MS-PL"
    },
    {
        "Name":  "SimpleHelpers.FileEncoding",
        "Version":  "1.4.0.0",
        "ComponentUrl":  "https://www.nuget.org/packages/SimpleHelpers.FileEncoding/",
        "LicenseUrl":  "https://raw.github.com/khalidsalomao/SimpleHelpers.Net/master/SimpleHelpers/LICENSE.txt"
    },
    {
        "Name":  "UDE.CSharp",
        "Version":  "1.1.0.0",
        "ComponentUrl":  "https://www.nuget.org/packages/UDE.CSharp/",
        "LicenseUrl":  null
    },
    {
        "Name":  "NUnit",
        "Version":  "3.5.0.0",
        "ComponentUrl":  "https://www.nuget.org/packages/NUnit/",
        "LicenseUrl":  "http://nunit.org/nuget/nunit3-license.txt"
    },
    {
        "Name":  "Common.Logging.NLog20",
        "Version":  "3.3.1.0",
        "ComponentUrl":  "https://www.nuget.org/packages/Common.Logging.NLog20/",
        "LicenseUrl":  null
    },
    {
        "Name":  "Dragablz",
        "Version":  "0.0.3.176",
        "ComponentUrl":  "https://www.nuget.org/packages/Dragablz/",
        "LicenseUrl":  "http://opensource.org/licenses/MS-PL"
    },
    {
        "Name":  "DryIoc",
        "Version":  "2.8.5.0",
        "ComponentUrl":  "https://www.nuget.org/packages/DryIoc/",
        "LicenseUrl":  "http://opensource.org/licenses/MIT"
    },
    {
        "Name":  "DryIoc.MefAttributedModel",
        "Version":  "2.5.0.0",
        "ComponentUrl":  "https://www.nuget.org/packages/DryIoc.MefAttributedModel/",
        "LicenseUrl":  "http://opensource.org/licenses/MIT"
    },
    {
        "Name":  "DryIocAttributes",
        "Version":  "2.5.0.0",
        "ComponentUrl":  "https://www.nuget.org/packages/DryIocAttributes/",
        "LicenseUrl":  "http://opensource.org/licenses/MIT"
    },
    {
        "Name":  "MahApps.Metro",
        "Version":  "1.3.0.0",
        "ComponentUrl":  "https://www.nuget.org/packages/MahApps.Metro/",
        "LicenseUrl":  "https://github.com/MahApps/MahApps.Metro/blob/master/LICENSE"
    },
    {
        "Name":  "MaterialDesignThemes.MahApps",
        "Version":  "0.0.8.0",
        "ComponentUrl":  "https://www.nuget.org/packages/MaterialDesignThemes.MahApps/",
        "LicenseUrl":  "http://opensource.org/licenses/MS-PL"
    },
    {
        "Name":  "NLog",
        "Version":  "4.3.10.0",
        "ComponentUrl":  "https://www.nuget.org/packages/NLog/",
        "LicenseUrl":  "http://raw.github.com/NLog/NLog/master/LICENSE.txt"
    },
    {
        "Name":  "NLog.Schema",
        "Version":  "4.3.10.0",
        "ComponentUrl":  "https://www.nuget.org/packages/NLog.Schema/",
        "LicenseUrl":  "http://raw.github.com/NLog/NLog/master/LICENSE.txt"
    }
]
lib\Ude.dll
md5: 9F96AEE193D53A925D18B2769E7958E0 | sha1: C11C5A4522A879D4351D4726AB212D3AA3A55243 | sha256: 5A120F43A4B9E7A0D811A680EEAB34948D1A7EDA4DCC988AA203EEFCC33043B6 | sha512: 057BD406CED46ABBA4F1D09B8EEA11CA088295FEAE8077212425B1B8A8E4E1C679CA47EE339FA428A47A134A44D299391835F4D569E407562C284CD3CE36E1CA
tools\chocolateyInstall.ps1
$installDir = $env:chocolateyPackageFolder
$installLibDir = Join-Path $installDir "lib"

@(
'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
}

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 51 Sunday, October 15, 2023 Approved
Batzendev.Tools 5.2.2 233 Friday, January 20, 2023 Approved
Batzendev.Tools 5.2.1 42 Saturday, January 14, 2023 Approved
Batzendev.Tools 5.2.0 39 Thursday, January 12, 2023 Approved
Batzendev.Tools 5.1.0 57 Saturday, January 7, 2023 Approved
Batzendev.Tools 5.0.1 51 Wednesday, December 14, 2022 Approved
Batzendev.Tools 5.0.0 64 Wednesday, November 30, 2022 Approved
Batzendev.Tools 4.1.1 150 Saturday, February 19, 2022 Approved
Batzendev.Tools 4.1.0 71 Sunday, February 13, 2022 Approved
Batzendev.Tools 4.0.0 282 Saturday, October 24, 2020 Approved
Batzendev.Tools 4.0.0-rc0185 230 Wednesday, July 8, 2020 Approved
Batzendev.Tools 4.0.0-rc0184 155 Wednesday, June 17, 2020 Approved
Batzendev.Tools 4.0.0-rc0181 135 Tuesday, June 16, 2020 Approved
Batzendev.Tools 4.0.0-rc0159 188 Sunday, May 17, 2020 Approved
Batzendev.Tools 3.0.3 521 Tuesday, January 8, 2019 Approved
Batzendev.Tools 3.0.2 282 Monday, January 7, 2019 Approved
Batzendev.Tools 3.0.1 272 Saturday, December 15, 2018 Approved
Batzendev.Tools 3.0.0 242 Saturday, December 15, 2018 Approved
Batzendev.Tools 2.4.0 406 Sunday, February 25, 2018 Approved
Batzendev.Tools 2.3.1 365 Sunday, February 18, 2018 Approved
Batzendev.Tools 2.3.0 352 Monday, February 12, 2018 Approved
Batzendev.Tools 2.2.0.0 569 Tuesday, January 17, 2017 Approved
Batzendev.Tools 2.1.0.0 494 Sunday, December 11, 2016 Approved
Batzendev.Tools 2.0.1.0 487 Tuesday, November 8, 2016 Approved
Batzendev.Tools 2.0.0.0 503 Sunday, November 6, 2016 Approved
Batzendev.Tools 1.0.1.1 867 Sunday, March 23, 2014 Approved
Batzendev.Tools 1.0.1.0 516 Friday, March 14, 2014 Approved
Batzendev.Tools 1.0.0.0 476 Friday, March 14, 2014 Approved

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