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

Downloads of v 2.2.0.0:

562

Last Update:

17 Jan 2017

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.2.0.0 | Updated: 17 Jan 2017

Downloads:

8,403

Downloads of v 2.2.0.0:

562

Maintainer(s):

Software Author(s):

  • Bastian Schmidt

Batzendev.Tools 2.2.0.0

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

  • 1
  • 2
  • 3

Some Checks Are Exempted or Have Failed

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 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 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.2.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.2.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.2.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.2.0.0'
end

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


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

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


package { 'batzendev.tools':
  ensure   => '2.2.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 gep13 on 05 Feb 2017.

Description

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


lib\Batzendev.Core.Desktop.dll
md5: 28C2B0AB58BCD164EC4D708643C087C4 | sha1: BD12085423AE5BE794612D4F6EBD46F2E41B8767 | sha256: 4144100BC8FE2CBE92B7E899F67326177F2D9C076D5FE672A9C88CB5E5A8AC79 | sha512: 265BDA420029833B063481B319D4F2693C6ED515C4073083263EC0E16C2F8AE9DD1A7E12A748D886EFD2FC5C72F7DB2403B57E7875B5D755100F55F99F12588C
lib\Batzendev.Core.Desktop.pdb
 
lib\Batzendev.Core.dll
md5: 499EA32AD8685B455D85398816FD9091 | sha1: 4E9F42E789670BABFD63A477CDE7D662EC11ABAF | sha256: 225B8D6E09CAD9417C86F912532D818B708D72897F8EC23F43C80ECEA9E0B51E | sha512: 02920740844F286D0E86EE709F6707935E9B691B13ED4DA8878A7A323F09074C5FEB78F7B2E2F20090AF03DEDDB8DBE480EB1DDABFFE491D109A4E5F8CC6A4BF
lib\Batzendev.Core.pdb
 
lib\Batzendev.Tools.exe
md5: 970354910E07B7E0D8822B8426C99DCD | sha1: 6027BC77FA48397C8B9DD5D1FBA36062EED1DC84 | sha256: 80C7280C8E9F6FD146CEA99A5325BE57799542474FBEAA6EA388014CB1932F1A | sha512: 7D3E8C77734E886A1142E7EA905A76AF7F4A49F60C472BB41AD4F4F3FDA2E7F27CE8B76E685D6E8893E3EDCE8E8DCCEEA3143B69F01AC62138526BBD492F9C74
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" />
    </assemblyBinding>
    <!-- Mutlicore GC (Garbage Collection) -->
    <gcServer enabled="true" />
  </runtime>

  <common>
    <logging>
      <factoryAdapter type="Common.Logging.NLog.NLogLoggerFactoryAdapter, Common.Logging.NLog41">
        <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.6.2" />
  </startup>
</configuration>
lib\Batzendev.Tools.pdb
 
lib\Batzendev.UI.dll
md5: 30EA5F8F24A5150D0407971CD8CFFD1E | sha1: B602A778DF453ABC46349FA7B838733AF8EF320A | sha256: EB112C7E67162EEFD86EEC134ADC7C18CFC2F30662907166BDDB1FF2BCF7C47C | sha512: 9B33B4C7A136DF85900314AF86DB6FC33B35525CA59BF650FDEEE1284F9D137C03D61383269E04F062240AF0661600548B56FD5960565AC70F3D1775558F9284
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.NLog41.dll
md5: 8A23404CD0EE2E2EC6CF7F784FAE1DB8 | sha1: 679C6E1CBEA055330FBC2B5876A1E1186CCF4FF3 | sha256: 3390BE0869DF3B72EB12B5B9C3C6EFADC7DA91A56F0CFFF5F7678137FD276314 | sha512: 42603741BB4735CBCB07F3AE32BC9F19E8E90C87E3EAD55AF57AEB210800813E7388701349E8D2F62DEAF46B383692A22CE11997AB6D5E6036936D6A0EEE47A8
lib\Common.Logging.NLog41.pdb
 
lib\Common.Logging.pdb
 
lib\Dragablz.dll
md5: BA89AA69E83E560FAE487D482E108493 | sha1: 65F114BF216EB7598B93A44B83B69F15CEF42AA3 | sha256: BC19A72A26F89C9366DD53E8027F21FE829D7AA77512F00E3559BF7970491536 | sha512: 09EBA940E3036A38BDD5A77CA872BF2742E3F3659CAB7AC981B5E15B932328E5AD4A3951A8203F1FC3BB54B879DDEF66D08EBF6DCB0E4F5E664D73CA31821A7B
lib\Dragablz.pdb
 
lib\FluentValidation.dll
md5: 875D4FEBE043C022EBC52BA57CFC78DA | sha1: C9EAB3200FFB35F4C352EA1C020FD79F71FE1CDA | sha256: 499FCE444C53A3BF79348DBF6C9CA1EF8B273C40ECAEB66C4D0356774FBBB6D8 | sha512: 2E5DED0FF2D1682B2322D3F329BACC812A7CA2BB1CE52123A6DD9FBAAF0D71C9E7A9712B19289AA5B1AA41BD4E9FC5C6FBC2BBEF9B3336D204545A84B229429C
lib\FluentValidation.pdb
 
lib\MahApps.Metro.dll
md5: CCABB29D145928C8483065EE3F60280E | sha1: A67616DB893BD7FE873D2CB36692CE2DB2711837 | sha256: 04355ECD837F629069303AB5225CAF20ED53F40BE002C5A47E93770375EA4F9D | sha512: 06A0CB3E6AB76CACE2AEEFB341F2ABFDC3054C28BF9B3E22ADBB44AB88E7F5C20083BE9356420D5A623520C13133732E251CD87B7BBFECFB84D641DD8236B027
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.HockeyApp.Core45.dll
md5: 763C8A0C4381E1DA125276D102864212 | sha1: 47C27F5588AE4285B152A16D61119915ECF9243D | sha256: 7EAADC6E8C770CB3C5C682B893FD34E94D48EF30209B250BDED2F8DADA7849B5 | sha512: 704C852F35545831297327729F16AFDF9AA7276D8C850A73A9422574D0BB24E22ECC2895119483B5C9993421338F5808B00B4AF091DF3C1E007673EF6B37444D
lib\Microsoft.HockeyApp.Kit.dll
md5: 51CD217A84F9F106636AA4E5BFD0719F | sha1: 313FBD998ABC46CE8BDE02CF1D9EA62B1639C695 | sha256: 46D7B5B9700A70132ED824989D227CB697F47EC0783AD4392AB0E99ECBAD971B | sha512: F8EBA2218525E30DFEFCA3B825ED1FA4A16B9952F12D1E497D46380D61ED7032EE8E4AC4177482AFAB06B5922BACC65DF6FB940D40365E1A30503826C991AA43
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: CC45201756FD51936F326B3650888AF3 | sha1: FE10971F6FB38591AD09BD811575F3A781588F10 | sha256: 601CAAB55CC45A20740871C6C43A4958924961932B2F78ED84285BD23AE45C7A | sha512: EA885F64798FE85CC198FAAD85FA206079509AFB55236B8BF0C5722F6E6C6DD21A1472C36DE7E49628DF0FB154A5B48CFFC83EDA7702FD4DE44EB8183CC745CB
lib\NuGet.Core.dll
md5: CFE27B330347673C5EB1387C16F9B69B | sha1: AFD5E99854485B34559D9E122D452563AFAD0A82 | sha256: 784D2A3D7FBDB469CC3A67091763AADF283575A9BF3B873F771F5F87ED7327C7 | sha512: 4F4D9FC6A32EEE2EA52085580993645B651EBA2137A985E03D05645CB8A428840246430FA7EA1D080AB0042EEAB6E84E7BAF72A0C4E8515CCF03274063BAE64C
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 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 404 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 500 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

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