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

Downloads of v 2.4.0:

405

Last Update:

25 Feb 2018

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.4.0 | Updated: 25 Feb 2018

Downloads:

8,451

Downloads of v 2.4.0:

405

Maintainer(s):

Software Author(s):

  • Bastian Schmidt

Batzendev.Tools 2.4.0

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="'2.4.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.4.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.4.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.4.0'
end

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


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

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


package { 'batzendev.tools':
  ensure   => '2.4.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 as a trusted package on 25 Feb 2018.

Description

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


tools\Batzendev.Core.Desktop.dll
md5: 1292DAA10F59C76F4C00C12C9DE48998 | sha1: 649B033A58AE1EE60CF1047BCA0CC9972FE18E44 | sha256: 695B43997753F19479A206D3F056E230C4CFFC5BF27DB2A9352AB909FDEAF342 | sha512: B51CB5513BF48D0DBBCC86431A9F11C156E8FE46ACB588D749428F687D538CE03BCCFF42D8665AA6771CA742D123FA73012B033E12FCB8CCE8A69941D29DAAE8
tools\Batzendev.Core.Desktop.pdb
 
tools\Batzendev.Core.dll
md5: 0860DB491BD3CCB56D6D87C90803982C | sha1: 907E474C087D52D96113566524735665C0225795 | sha256: 8CBDAE6BC57D0215FBA0D3BB7A0B3A16CAC9C329E6E5DF562747A986A90672A7 | sha512: 3E094486645452C28F68D9641793B356EFB658095566E2F2C60128C660809397B78F7A898E0BDC2DB7A84B78A426F532A9FA6BF814EA3C43717DC76D774371FB
tools\Batzendev.Core.pdb
 
tools\Batzendev.Tools.exe
md5: 0C1B422C01D90463EF20E2DBA388058A | sha1: 67A078961C0F9646130E90BE96FCC875E75D77CE | sha256: F467F5C1EBD4B4E5AD4E08050ECDBA99548DB0AB9E083BC37CA27FEB677E695F | sha512: 53FE00E33E3E17751ACEBA68C6F57F4726D6724E7ABEE9C2861EA06EBD9B1E84C504DEF5F74F36B99853F073F123D62AB6C68EB7E6E4D5BB552DCFBEFFDFD2C2
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: 804DFEDDACBB5545B85D044146AAD371 | sha1: D44ECA35116D305ECA4E9899F18DDDF09D595A4D | sha256: 0546332EB668DBE80F3B5FB60B789CB1E90001EA8DF517D2001151897DB9B0A2 | sha512: 5D2E89F7E8FF90B60E0C8A300CF2BF7B939E35D526F2913FE57DB7370DCE8C854A3A8E1382A89B1F26EC654F186177C6DF6AEE30B7BB844318738E19C918B19D
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\Dragablz.dll
md5: 3C890B4E583AF277E27036329D292C36 | sha1: C0CD9FCE9604099947D5DAE2D37B9489B53F70A5 | sha256: 2B5D30342FD93191E3E35484194E9B18C4EEAF93B8F3A0F3718BCA14D778348E | sha512: B84FEE1F292EE0627B81AE44C853E254B838BFF0607100A06A155374B6D6CB02A7E94BB44DAF17A8AF011DFAB4C3181AE50CC67E75E85D3216A651FCC28BF4B0
tools\Dragablz.pdb
 
tools\FluentValidation.dll
md5: F02163D78BCA49D82BBAEB4438E8D27F | sha1: B5E2862F556BDAB81AC5150E37C8750AE3F2FE21 | sha256: 68F710B1C1342654BB41D677F767D5BADE5AECF28991296F6281B557266B615E | sha512: 6913B3B3DB448EF6FC7F1B006DAE95A0ADCC0EF3F21E60ED6B534F4C5AAC787EAE96CE9AD2A39722F36AEC2F4FB78FE9EC19EBD432CFFA36579C6A4161AEABD2
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: A1B84E1D85EF46E744E0A492C73CEFA1 | sha1: 492240E4796D1F7B62F16B90C530BB2BB1FEB3BF | sha256: F1A8D821A17D9A38C878B6239F1C142F04495607AD17457022EF58796C127D51 | sha512: 813A63572FD0682BA57DA714402DE7FF8F250C535A0238711E6CEAEEE7BB482360E1CFD2A4BFE40D59756FF12598CA3750DF9CB34DD756E29E4E197AEA7F1B88
tools\MahApps.Metro.pdb
 
tools\MaterialDesignColors.dll
md5: 7CE94219E89C27F35C66AEA2B1000C02 | sha1: 028EB2918EC78D6C42C562F568319515D974B30B | sha256: 295E5C95753605C43CC9D9D218A6E8DE0DA19AB9172252A80D4A72DB65F79AC4 | sha512: 89310161D3436A687D64E1BBD2E5C3C81410FFF1A0AE03DC7DA20E7E6C8068149DC367CE0873A50A8B5AF46B0D1ACD945066EA953C51A9D226EB92158347DDDA
tools\MaterialDesignColors.pdb
 
tools\MaterialDesignThemes.MahApps.dll
md5: 2C4B6ED70C1F696AFEAA6B519B42F079 | sha1: 4FB74D5AFB3A1EC82FD801059F632F601498113A | sha256: 46C4D7CEB78DE21C17109E778DC18B1D974A6F8BE34C48EC054264559FD3CAEC | sha512: EE6B8F724D51D69D4FF538A755F2F12E03663F121027D9F8D8C4D250DA4C9A62333B651F11B598287C2C944FA60DC19FBF956B7221294F657908D3DEDE66D239
tools\MaterialDesignThemes.Wpf.dll
md5: D7D3AB58978E6A276384CF0C9F0561B4 | sha1: BC36F1888B0959A936CF1561C8EB5CBB710315F8 | sha256: ACE67BD72FC0F3E359AA0921E337B1D04BAF688DD850F1778E6707794D6CC7DB | sha512: EB4FA5C46F03B9113FD8C1E42FBE4CCF55DCAF38C380CF8CBD4E1FD69E6AECBD8E57CD316B6FBF81D19E1B3BC3934D994E9979C746162B32C3BAAB380D58F324
tools\MaterialDesignThemes.Wpf.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: F33CBE589B769956284868104686CC2D | sha1: 2FB0BE100DE03680FC4309C9FA5A29E69397A980 | sha256: 973FD70CE48E5AC433A101B42871680C51E2FEBA2AEEC3D400DEA4115AF3A278 | sha512: FFD65F6487BC71C967ABCF90A666080C67B8DB010D5282D2060C9D87A9828519A14F5D3A6FE76D81E1D3251C2104A2E9E6186AF0EFFD5F331B1342682811EBF4
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\Serilog.dll
md5: 9EAD4CBA3C333F97EBFF907F0C2323C8 | sha1: 3EECE3266A6B1B28EDB8E12296C87DE83372D808 | sha256: 7BCD38B3FAE4EA502A4F0BF3FA3D092EC15772EF2C1AE9F6422E32D77D48382A | sha512: 37A3FB6761AF76F584705597BA305E409B7512172A1CD9CAC8BB1BE4CAA312D28D1A528EEA57614BD4D750D0782A94781F1841DF728B1DBC531DF5FFABDF083B
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.Windows.Interactivity.dll
md5: 580244BC805220253A87196913EB3E5E | sha1: CE6C4C18CF638F980905B9CB6710EE1FA73BB397 | sha256: 93FBC59E4880AFC9F136C3AC0976ADA7F3FAA7CACEDCE5C824B337CBCA9D2EBF | sha512: 2666B594F13CE9DF2352D10A3D8836BF447EAF6A08DA528B027436BB4AFFAAD9CD5466B4337A3EAF7B41D3021016B53C5448C7A52C037708CAE9501DB89A73F0
tools\ThirdPartyComponents.json
[
    {
        "Name":  "Dragablz",
        "Version":  "0.0.3.197",
        "ComponentUri":  "http://dragablz.net/",
        "LicenseUri":  "http://opensource.org/licenses/MS-PL"
    },
    {
        "Name":  "DryIoc",
        "Version":  "2.12.0",
        "ComponentUri":  "https://bitbucket.org/dadhi/dryioc",
        "LicenseUri":  "http://opensource.org/licenses/MIT"
    },
    {
        "Name":  "DryIoc.MefAttributedModel",
        "Version":  "3.1.3",
        "ComponentUri":  "https://bitbucket.org/dadhi/dryioc",
        "LicenseUri":  "http://opensource.org/licenses/MIT"
    },
    {
        "Name":  "DryIocAttributes",
        "Version":  "3.1.0",
        "ComponentUri":  "https://bitbucket.org/dadhi/dryioc",
        "LicenseUri":  "http://opensource.org/licenses/MIT"
    },
    {
        "Name":  "FluentValidation",
        "Version":  "7.1.1",
        "ComponentUri":  "http://github.com/JeremySkinner/fluentvalidation",
        "LicenseUri":  "https://github.com/JeremySkinner/FluentValidation/blob/master/License.txt"
    },
    {
        "Name":  "Fody",
        "Version":  "2.1.2",
        "ComponentUri":  "http://github.com/Fody/Fody",
        "LicenseUri":  "http://www.opensource.org/licenses/mit-license.php"
    },
    {
        "Name":  "HockeySDK.Core",
        "Version":  "4.1.6",
        "ComponentUri":  "https://github.com/bitstadium/HockeySDK-Windows",
        "LicenseUri":  "https://github.com/bitstadium/HockeySDK-Windows/blob/master/LICENSE.txt"
    },
    {
        "Name":  "HockeySDK.WPF",
        "Version":  "4.1.6",
        "ComponentUri":  "https://github.com/bitstadium/HockeySDK-Windows",
        "LicenseUri":  "https://github.com/bitstadium/HockeySDK-Windows/blob/master/LICENSE.txt"
    },
    {
        "Name":  "MahApps.Metro",
        "Version":  "1.5.0",
        "ComponentUri":  "https://github.com/MahApps/MahApps.Metro",
        "LicenseUri":  "https://github.com/MahApps/MahApps.Metro/blob/master/LICENSE"
    },
    {
        "Name":  "MaterialDesignColors",
        "Version":  "1.1.3",
        "ComponentUri":  "https://github.com/ButchersBoy/MaterialDesignInXamlToolkit",
        "LicenseUri":  "http://opensource.org/licenses/MS-PL"
    },
    {
        "Name":  "MaterialDesignThemes",
        "Version":  "2.3.1.953",
        "ComponentUri":  "https://github.com/ButchersBoy/MaterialDesignInXamlToolkit",
        "LicenseUri":  "https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/blob/master/LICENSE"
    },
    {
        "Name":  "MaterialDesignThemes.MahApps",
        "Version":  "0.0.11",
        "ComponentUri":  "https://github.com/ButchersBoy/MaterialDesignInXamlToolkit",
        "LicenseUri":  "http://opensource.org/licenses/MS-PL"
    },
    {
        "Name":  "Microsoft.Web.Xdt",
        "Version":  "2.1.1",
        "ComponentUri":  "",
        "LicenseUri":  "http://go.microsoft.com/fwlink/?LinkId=273778"
    },
    {
        "Name":  "Newtonsoft.Json",
        "Version":  "10.0.3",
        "ComponentUri":  "https://www.newtonsoft.com/json",
        "LicenseUri":  "https://raw.github.com/JamesNK/Newtonsoft.Json/master/LICENSE.md"
    },
    {
        "Name":  "NuGet.Core",
        "Version":  "2.14.0",
        "ComponentUri":  "https://github.com/NuGet/NuGet2",
        "LicenseUri":  "https://raw.githubusercontent.com/NuGet/NuGet2/master/LICENSE.txt"
    },
    {
        "Name":  "PropertyChanged.Fody",
        "Version":  "2.1.4",
        "ComponentUri":  "http://github.com/Fody/PropertyChanged",
        "LicenseUri":  "http://www.opensource.org/licenses/mit-license.php"
    },
    {
        "Name":  "Serilog",
        "Version":  "2.6.0",
        "ComponentUri":  "http://serilog.net/",
        "LicenseUri":  "http://www.apache.org/licenses/LICENSE-2.0"
    },
    {
        "Name":  "Serilog.Sinks.File",
        "Version":  "4.0.0",
        "ComponentUri":  "http://serilog.net/",
        "LicenseUri":  "http://www.apache.org/licenses/LICENSE-2.0"
    },
    {
        "Name":  "Serilog.Sinks.Trace",
        "Version":  "2.1.0",
        "ComponentUri":  "http://serilog.net/",
        "LicenseUri":  "http://www.apache.org/licenses/LICENSE-2.0"
    },
    {
        "Name":  "UDE.CSharp",
        "Version":  "1.1.0",
        "ComponentUri":  "http://code.google.com/p/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 50 Sunday, October 15, 2023 Approved
Batzendev.Tools 5.2.2 230 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 63 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 279 Saturday, October 24, 2020 Approved
Batzendev.Tools 4.0.0-rc0185 229 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 519 Tuesday, January 8, 2019 Approved
Batzendev.Tools 3.0.2 277 Monday, January 7, 2019 Approved
Batzendev.Tools 3.0.1 268 Saturday, December 15, 2018 Approved
Batzendev.Tools 3.0.0 240 Saturday, December 15, 2018 Approved
Batzendev.Tools 2.4.0 405 Sunday, February 25, 2018 Approved
Batzendev.Tools 2.3.1 364 Sunday, February 18, 2018 Approved
Batzendev.Tools 2.3.0 351 Monday, February 12, 2018 Approved
Batzendev.Tools 2.2.0.0 566 Tuesday, January 17, 2017 Approved
Batzendev.Tools 2.1.0.0 492 Sunday, December 11, 2016 Approved
Batzendev.Tools 2.0.1.0 484 Tuesday, November 8, 2016 Approved
Batzendev.Tools 2.0.0.0 501 Sunday, November 6, 2016 Approved
Batzendev.Tools 1.0.1.1 864 Sunday, March 23, 2014 Approved
Batzendev.Tools 1.0.1.0 511 Friday, March 14, 2014 Approved
Batzendev.Tools 1.0.0.0 470 Friday, March 14, 2014 Approved

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