Downloads:
9,323
Downloads of v 2.1.0.0:
512
Last Update:
11 Dec 2016
Package Maintainer(s):
Software Author(s):
- Bastian Schmidt
Tags:
files find search text batzendev- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Batzendev.Tools
This is not the latest version of Batzendev.Tools available.
- 1
- 2
- 3
2.1.0.0 | Updated: 11 Dec 2016
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
9,323
Downloads of v 2.1.0.0:
512
Maintainer(s):
Software Author(s):
- Bastian Schmidt
Batzendev.Tools 2.1.0.0
This is not the latest version of Batzendev.Tools available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Bastian Schmidt. The inclusion of Bastian Schmidt trademark(s), if any, upon this webpage is solely to identify Bastian Schmidt goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
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:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download batzendev.tools --internalize --version=2.1.0.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
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.
This package was approved by moderator flcdrg on 19 Dec 2016.
Just a suite of tools.
Currently included:
- Finder (searches and replaces text in files)
md5: F02C2904FFB1F3A92B4111F97DBACCC6 | sha1: EC99EF4302604570206E116DE60E3FCD658F3DA6 | sha256: 5F04106D340E0B4F3A11ADB6BE2D9F859678D8475DF2DEFA48D70C9086D2865E | sha512: 53FCDA772DF052D60E1C303BA7F64E13121AA418994044470CA828317AA514921FCF54460ABAE9577354A1E85FB22B9BC3A21A40EB03EAEAE03149B913A60491
md5: 67B63F0556D727A9B480445E6B59E4AB | sha1: E8569FFC43385E0DB6F12753215BAA7481A0FDDC | sha256: 20F50C6705D10DBB7DFBEF1A5CC07A6ABA1AC74D24EEDD3E41F6398DD534CB1A | sha512: 8581F5A7AD4AA758CAF6DF372A91F94AE48F66A6C52585A012E8904A06509FE1FE35AAF41C605CBD4DADE28D27483E83FA7A87AF9B9544BEAEDEC3A753986232
md5: 3654268C5A7F654AE122FD0CC235D31F | sha1: EEA4F56652F63059EA257564A39720C189E60B32 | sha256: CE8DA69E2AC3A0E930E4BD033291E395E3583D9F0022F7B2449964E2FB958DCD | sha512: 477D316A791913F7E1C784BB19D2A4BEC792F9EC824F41D0B21551F2D722299D5ECF1491F2FB8CA840850F2BF068D8E0F747D81220F96718A4BB736F1D574F29
<?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>
md5: 23DA704C65EA117768D9AD5AC305C2C1 | sha1: E24A07AEE0A7DB915D15D0F5CE155D276A1EF871 | sha256: 3B905B427E227E4564ACEE67EC47F2A6967E7A8D5FA12964EB53D07B23FDD1F6 | sha512: 64E2E9D5956C1F466B38F13A8CD61A3E4FDC5FF99BD6B6E811C545111A988369EE4456718C0CDFDCBC9B97811F07E45C5B4CDA496BF03E8F24BD7AC79ADCDA2D
md5: 1830CD72D0EA37BAB9AF9FDF81FC96DE | sha1: 3480C6662A0E1C0F579DDC0B30D3FF79278FC915 | sha256: 43D21A6EF97B8B9E02994BE1EAEE2D73EAAD10F2DC1FA100FD57636FFAFF446C | sha512: 1A5D96B92876C796EE6FA1A77F46E202913FFD89939347784F783F664CC11DE880D4627A9D0A4D14AB335ACF29EE8C691EBF06D59B78E7E386F799C53BDEAF1F
md5: 7C4C80A7A8B46A7100937018DFF0540E | sha1: 37B979C2A79031AEDF8729ECF46AE1AB9E2B513A | sha256: 7D4435779924F739DD0ABD0117B380FA4CF63BBA552BC6EB9E0D29E24B85E6D1 | sha512: 28850810683AE532FE7448D43D64B7FCF319374DF889565FD8920B090CD4FDDA4478C7E5D7BE29426DBBCC0B66E49544BDEDB719E144F549CA3274D1B19B6B5D
md5: AA2B303F8E358A7F9AF486B6F28C6713 | sha1: A42EFE287903637E14B78C85407523FC0FB7BE02 | sha256: 67650A73ECC720494332DA9AA480014A5A730665C650E82A76177CF4B24C83C9 | sha512: 4D653C00BAEB83E319EB549AB5F0DD0DEFD2791759C9C2588E4EF7736035B5625088E5C4BD86BC358804DAB6064A779119672CCC23131D2285B5A9D7E38F0233
md5: 12F0B166E2E44D9F3945E91C34920E8D | sha1: 7F0352119976D78FC2295C6C681B4EF837B77F25 | sha256: 61ADFDCEF6D6BDCA1DD3C8AD622251AC1456DA80AB43483D5ED76455D042F298 | sha512: 51D27E617E0EE5BB429BB3F62254F54F6DB9252A6D61C6978A5A1593187371A5559BE189C1213C13F00F847C4EC913E53AC69ACDBCCC24E68841071DF62B438E
md5: 875D4FEBE043C022EBC52BA57CFC78DA | sha1: C9EAB3200FFB35F4C352EA1C020FD79F71FE1CDA | sha256: 499FCE444C53A3BF79348DBF6C9CA1EF8B273C40ECAEB66C4D0356774FBBB6D8 | sha512: 2E5DED0FF2D1682B2322D3F329BACC812A7CA2BB1CE52123A6DD9FBAAF0D71C9E7A9712B19289AA5B1AA41BD4E9FC5C6FBC2BBEF9B3336D204545A84B229429C
md5: E15B7C0B90213D2AE1BF067DA016456F | sha1: 01C30F77D3F8F2983483AECC548D06CC1EA9B1CE | sha256: FCA3066BC163D7A3F89A4E61720873F4D8EC7A4C6ED2424A0B32108FDBEED7FB | sha512: 164B7F4E6D49D9357903C1408B597C815A747576B9987A3920175FEC7AA9CE950D9C8F09024EAC8EDEBDBC8ED3F602632698BDDB257B1AA26928EA486FA2F41E
md5: 7CE94219E89C27F35C66AEA2B1000C02 | sha1: 028EB2918EC78D6C42C562F568319515D974B30B | sha256: 295E5C95753605C43CC9D9D218A6E8DE0DA19AB9172252A80D4A72DB65F79AC4 | sha512: 89310161D3436A687D64E1BBD2E5C3C81410FFF1A0AE03DC7DA20E7E6C8068149DC367CE0873A50A8B5AF46B0D1ACD945066EA953C51A9D226EB92158347DDDA
md5: 6482AB1F0C209FE869494AC750BFE0C7 | sha1: 4C0521C7D0B6F4BF398EF1D11734ECDCED4B6FA1 | sha256: 8C933B2CF8BBB6F64217048D055DE44329A4137A56E4D90D5FA7D04EB4A65B4E | sha512: 6E9E445CE8C2924508667B526248B2E2665B818D467D5083FE9F0648DC6F93AAB4763A3F38367BE7A2CBFB7372A4500223A8ACA47C5A46A61F6801AFD80EA3A5
md5: 46AC738594C9C6BF20D48840207502BD | sha1: 070471B5EBC7A19C283050036786FFAFEA83D48B | sha256: D3A12F61590586D933EEB739CE8F4632C61AC88780F30C805C027C4E095BA98A | sha512: 21741743753443F2802A59856168CE3CA482C8137DF76A1348E2D4CEB2959D2BE1FD1BF07D51E34321D134E934F0F022DC8A6353547471EB2599A4D3C20B50F5
md5: 6AD7D1E92C9833F4BDDE6A4BC84F2E1A | sha1: B38D23B6A960F5F07664565835137FE3C8FDB7ED | sha256: 13DCF5066E00152238191314D4A46605204FFABDBB830BDD0C97DF3027D1261D | sha512: 01C4ECC46576618394FBBEE701F5A726F97D31FB39D5F1C6305D21CA7AD0B0ABC09B69FB733C42D4D1203FCE78DD3F3D5129C21EA0BC9B92D0AB3A7BF09C006C
md5: C53737821B861D454D5248034C3C097C | sha1: 6B0DA75617A2269493DC1A685D7A0B07F2E48C75 | sha256: 575E30F98E4EA42C9E516EDC8BBB29AD8B50B173A3E6B36B5BA39E133CCE9406 | sha512: 289543F5EEA472E9027030E24011BEA1E49E91059241FE6EB732E78F51822313E47D1E4769FA1C9C7D6139F6A97DCFEF2946836B3383E8643988BF8908162FB9
<?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>
md5: 7C63E70D3FE233A1C5308B1B29D51D54 | sha1: DB4C20C2BFB3DEB189DB6E544A91B4282CA25DF1 | sha256: CE85A008C5755E45C4FF316F26A0C3E36AC27E60F3DF0E1DC9CFECC695ACE26A | sha512: D9B6EAD7DF5C955069ED65A97BD07F94C13F06D0016955F53B6A102B892E7089CE061769ABE3D093206F490BE859EF2D344C8C1B2FBA6CB234D6DC1FC2E93265
md5: 5FC063C0B98F60A42099C1A02C4D893F | sha1: BB4BB8FA66E2A859B9046B48A4ED87F2DAAFCBBD | sha256: 9198DADF6A653F4E20776A292800D1C80E722E14FD0772DDD05BC23B6CE1001A | sha512: 7D06F294E0F98EF301F43B9DAFBF7123E4D4D7578374FE26B1828129B3DBB997DDA86EC4BB6511752F92C4661DBA11FEDDB5CC2EC308ADFBACB66E7A34359C45
md5: 580244BC805220253A87196913EB3E5E | sha1: CE6C4C18CF638F980905B9CB6710EE1FA73BB397 | sha256: 93FBC59E4880AFC9F136C3AC0976ADA7F3FAA7CACEDCE5C824B337CBCA9D2EBF | sha512: 2666B594F13CE9DF2352D10A3D8836BF447EAF6A08DA528B027436BB4AFFAAD9CD5466B4337A3EAF7B41D3021016B53C5448C7A52C037708CAE9501DB89A73F0
[
{
"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"
}
]
md5: 9F96AEE193D53A925D18B2769E7958E0 | sha1: C11C5A4522A879D4351D4726AB212D3AA3A55243 | sha256: 5A120F43A4B9E7A0D811A680EEAB34948D1A7EDA4DCC988AA203EEFCC33043B6 | sha512: 057BD406CED46ABBA4F1D09B8EEA11CA088295FEAE8077212425B1B8A8E4E1C679CA47EE339FA428A47A134A44D299391835F4D569E407562C284CD3CE36E1CA
$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.
- System.Windows.Interactivity.dll (93fbc59e4880) - ## / 68
- Microsoft.Web.XmlTransform.dll (13dcf5066e00) - ## / 65
- Newtonsoft.Json.dll (575e30f98e4e) - ## / 65
- NuGet.Core.dll (9198dadf6a65) - ## / 62
- MahApps.Metro.dll (fca3066bc163) - ## / 61
- Common.Logging.Core.dll (43d21a6ef97b) - ## / 56
- Common.Logging.dll (7d4435779924) - ## / 58
- Common.Logging.NLog20.dll (67650a73ecc7) - ## / 56
- FluentValidation.dll (499fce444c53) - ## / 56
- MaterialDesignColors.dll (295e5c957536) - ## / 65
- MaterialDesignThemes.MahApps.dll (8c933b2cf8bb) - ## / 57
- Ude.dll (5a120f43a4b9) - ## / 70
- NLog.dll (ce85a008c575) - ## / 56
- Batzendev.Tools.2.1.0.0.nupkg (264fb273e6cc) - ## / 56
- Batzendev.Core.Desktop.dll (5f04106d340e) - ## / 57
- Batzendev.Core.dll (20f50c6705d1) - ## / 57
- Batzendev.Tools.exe (ce8da69e2ac3) - ## / 57
- Batzendev.UI.dll (3b905b427e22) - ## / 57
- Dragablz.dll (61adfdcef6d6) - ## / 57
- MaterialDesignThemes.Wpf.dll (d3a12f615905) - ## / 56
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.1 | 184 | Tuesday, October 17, 2023 | Approved | |
Batzendev.Tools 6.0.0 | 65 | Sunday, October 15, 2023 | Approved | |
Batzendev.Tools 5.2.2 | 274 | Friday, January 20, 2023 | Approved | |
Batzendev.Tools 5.2.1 | 55 | Saturday, January 14, 2023 | Approved | |
Batzendev.Tools 5.2.0 | 78 | Thursday, January 12, 2023 | Approved | |
Batzendev.Tools 5.1.0 | 75 | Saturday, January 7, 2023 | Approved | |
Batzendev.Tools 5.0.1 | 88 | Wednesday, December 14, 2022 | Approved | |
Batzendev.Tools 5.0.0 | 100 | Wednesday, November 30, 2022 | Approved | |
Batzendev.Tools 4.1.1 | 165 | Saturday, February 19, 2022 | Approved | |
Batzendev.Tools 4.1.0 | 86 | Sunday, February 13, 2022 | Approved | |
Batzendev.Tools 4.0.0 | 301 | Saturday, October 24, 2020 | Approved | |
Batzendev.Tools 4.0.0-rc0185 | 289 | Wednesday, July 8, 2020 | Approved | |
Batzendev.Tools 4.0.0-rc0184 | 185 | Wednesday, June 17, 2020 | Approved | |
Batzendev.Tools 4.0.0-rc0181 | 151 | Tuesday, June 16, 2020 | Approved | |
Batzendev.Tools 4.0.0-rc0159 | 229 | Sunday, May 17, 2020 | Approved | |
Batzendev.Tools 3.0.3 | 539 | Tuesday, January 8, 2019 | Approved | |
Batzendev.Tools 3.0.2 | 300 | Monday, January 7, 2019 | Approved | |
Batzendev.Tools 3.0.1 | 294 | Saturday, December 15, 2018 | Approved | |
Batzendev.Tools 3.0.0 | 262 | Saturday, December 15, 2018 | Approved | |
Batzendev.Tools 2.4.0 | 441 | Sunday, February 25, 2018 | Approved | |
Batzendev.Tools 2.3.1 | 394 | Sunday, February 18, 2018 | Approved | |
Batzendev.Tools 2.3.0 | 366 | Monday, February 12, 2018 | Approved | |
Batzendev.Tools 2.2.0.0 | 591 | Tuesday, January 17, 2017 | Approved | |
Batzendev.Tools 2.1.0.0 | 512 | Sunday, December 11, 2016 | Approved | |
Batzendev.Tools 2.0.1.0 | 518 | Tuesday, November 8, 2016 | Approved | |
Batzendev.Tools 2.0.0.0 | 526 | Sunday, November 6, 2016 | Approved | |
Batzendev.Tools 1.0.1.1 | 891 | Sunday, March 23, 2014 | Approved | |
Batzendev.Tools 1.0.1.0 | 543 | Friday, March 14, 2014 | Approved | |
Batzendev.Tools 1.0.0.0 | 498 | Friday, March 14, 2014 | Approved |
Copyright 2009 - 2016 Bastian Schmidt
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.
-
- DotNet4.5 (≥ 4.5.20120822)
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.