Downloads:
9,272
Downloads of v 3.0.1:
291
Last Update:
15 Dec 2018
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
3.0.1 | Updated: 15 Dec 2018
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
9,272
Downloads of v 3.0.1:
291
Maintainer(s):
Software Author(s):
- Bastian Schmidt
Batzendev.Tools 3.0.1
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
This Package Contains an Exempted Check
Not All Tests Have Passed
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=3.0.1 --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="'3.0.1'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade batzendev.tools -y --source="'INTERNAL REPO URL'" --version="'3.0.1'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install batzendev.tools
win_chocolatey:
name: batzendev.tools
version: '3.0.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'batzendev.tools' do
action :install
source 'INTERNAL REPO URL'
version '3.0.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller batzendev.tools
{
Name = "batzendev.tools"
Version = "3.0.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'batzendev.tools':
ensure => '3.0.1',
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 as a trusted package on 15 Dec 2018.
Just a suite of tools.
Currently included:
- Finder (searches and replaces text in files)
md5: 2475AFAD74B6817CD1A63084DAF2B454 | sha1: 7E78DE70AFD22D92B0C590B31758F8EB16DCA32A | sha256: E6860C664CCD6734783053253B920C46E490B99549C3B1769D291111CA3BCC5B | sha512: 5F478CFB15ABFD488CEA8EC4F20206E4C4DB2C28554FD544D3B73A87A6ABEFAC5AF27B03C279679E5BF644B9667D3CF3189E8B85AFB8D0FFB26E1911D7117438
md5: 967244741154C1F5808085826285D31B | sha1: A40949EA0FCEDDD6B1A71818BCCFBCA70F95822E | sha256: 481FCD15B0D46585E53917CE068B9DF8E672DCC767CE6E13A28F97B552C7E523 | sha512: 8D09E280F6A18E250C1ECE399DAB383E4E53B5877396FCDD6AEA37DFA9C7F28329018EAB5E22241E072733662E1E5CE8F14C41BDACB870CACACEB0DA4344CDD0
md5: 8A2451F52134F038A11DB1DCDB747B17 | sha1: C081E42DC63483A41C9BF76F6C9478F8E28D60BE | sha256: A3AA2677A5802B2B8B6B6CB2ED5D8C3957B80885C2A35C54C0C7333631AB2860 | sha512: A291F0E6A53C590363AF92F3B6E9432A0D9F3D8D17C1C4167A1BCBD403D04EC0B2D0947E6196244E8B3D4DEA8CCCD451424D4BCE004EB5086F53E3338D88D506
<?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>
md5: 6D756BE657B600A83777A8D7BA7DA1C3 | sha1: 8330D7A782979664F8C4B07F1C404C4CC9938AAE | sha256: F46AA85F40F6B3F6D2525B05369235D22211DBF6B721384B76EDBE3C916DAC12 | sha512: 15C9C860129FE0995D4F8A493A08B9EA48EE260305D540EBA7A4663D61BF1E15D70A99E9055B84EB200DA18AEB692581E3A8E7F4345DCD1542B6A6FC8C5F39E9
$desktop = $([System.Environment]::GetFolderPath([System.Environment+SpecialFolder]::DesktopDirectory))
$shortcutFilePath = Join-Path $desktop "Batzendev.Tools.lnk"
if (Test-Path($shortcutFilePath)) {
Remove-Item $shortcutFilePath
}
md5: 827F44317858ECEC670189E942081E33 | sha1: F9CA6758520DDF9BD68FD11517BC647034789ABB | sha256: B010BB8EFB3770B543ADBF47F2775DDB12667DFEFB7CB562FAE834ECDBD0241F | sha512: 0CD47F7C79D02A0F40B43B0B634C8AEEB12B6543F118C3680FF92B4DFDE74791CD8A2FB26D869DB0F938C89D3B0AB8D6CF6E505B8C7B1080F260B2039D21419A
md5: CF1284E26F9E3DF8AABA5552C4D23BBF | sha1: 22C068CC222FDB505F1B02871058F85EEEDA9203 | sha256: 1966E8E0026A0FA7878B28C9E1C869D815138C89C0BAB4F10553FCC01DEA4FFF | sha512: 776B0AB16E85774A3346D08DD455CF2A4DB2533C5ABD310128FB94EEA54D593C525BF3E4A41EABDE0FE7AC020E4592E07D34181A8746CAE84E025E99E39D55E8
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.
md5: 6C72E62D2264D8FC9E05EB7CABCACAE5 | sha1: 884A4B3F4C532B1F619524BC4E6ECE4C5C58B680 | sha256: 3D449C01010FCAA92A550962F45495E3EA09F54BEFCD76D70F6DB21976A3E596 | sha512: 255D9CAAA18C48260C3D9873D10E34B63F1B11810A90B89AFBB0009B6BBF6D576779FA688BF7AFF234EA0F8FD6C6CAAECB79820FBCE9A0F0016C34CF18BEC945
md5: B71C8CFBB6E5D6CAEFFA27BDE7E11DA3 | sha1: 18A0AD578C4E24ED99B95AC4207E0B9E949D7446 | sha256: 7D232981C3B130C0B88AA33A525932D4E854C2E62713280B2D453E7C9C7F8190 | sha512: 0689D7CC250C8253DCCFF8CD1FE9ED03165D5A7EC7808A6CC927276CD327BBAFBBFD52DAE88991D5E3FF8B8D12E2B03FF15915F38ABF1C6BEE3AC3E2198DEDC1
md5: 06256EC1FFA28D5CECF73EF5F7BF0A73 | sha1: CC00A7130641E7E646A70DF3667FB2297421A02B | sha256: D136DB43961519D2405C2E8E7FD3F20C1EFEE8E660EB60BE32A50B6096B85AA6 | sha512: 116A18E2985173FDA006E84ABE5E4C09B4BEBF86D9BA0EA40B0B5D921D5FCBDD3C828D0936A7D752C392426E23591BFA8B8064C273366E84E9DBDF8FC88D0126
md5: 6AD7D1E92C9833F4BDDE6A4BC84F2E1A | sha1: B38D23B6A960F5F07664565835137FE3C8FDB7ED | sha256: 13DCF5066E00152238191314D4A46605204FFABDBB830BDD0C97DF3027D1261D | sha512: 01C4ECC46576618394FBBEE701F5A726F97D31FB39D5F1C6305D21CA7AD0B0ABC09B69FB733C42D4D1203FCE78DD3F3D5129C21EA0BC9B92D0AB3A7BF09C006C
md5: 5AFDA7C7D4F7085E744C2E7599279DB3 | sha1: 3A833EB7C6BE203F16799D7B7CCD8B8C9D439261 | sha256: F58C374FFCAAE4E36D740D90FBF7FE70D0ABB7328CD9AF3A0A7B70803E994BA4 | sha512: 7CBBBEF742F56AF80F1012D7DA86FE5375AC05813045756FB45D0691C36EF13C069361457500BA4200157D5EE7922FD118BF4C0635E5192E3F8C6183FD580944
<?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: CFE27B330347673C5EB1387C16F9B69B | sha1: AFD5E99854485B34559D9E122D452563AFAD0A82 | sha256: 784D2A3D7FBDB469CC3A67091763AADF283575A9BF3B873F771F5F87ED7327C7 | sha512: 4F4D9FC6A32EEE2EA52085580993645B651EBA2137A985E03D05645CB8A428840246430FA7EA1D080AB0042EEAB6E84E7BAF72A0C4E8515CCF03274063BAE64C
md5: A6F1ECF90F1A3FA478E9F48864176A9D | sha1: 2479A0360D5BC5D091AE4A6213D32A3F4C32B8B5 | sha256: DB0023064CE5DADF0B79C68783CDD7CAB545C750A11C1F8ABA6DF2C8071FBFEA | sha512: 34842D24FFC2B861DD12546DEFF91E0CB983037A61DAD6F27BFC3A54FECA596C0227B77CBA9D31F8C3C046859C01C169B947E52A35EBE0F4C390A5CE1780DAAE
md5: FBFBF8C2DE7F389105D728037BFCC11F | sha1: 91DD7E807FFCFDC9CB67F5A75D85DCF537475583 | sha256: E7C7528F8A920988862B8C22D0AE4C40DF6824332780C1CEC41D84FE633B6BED | sha512: 264667B13FF54E8AE24663F6EA11225794946C5DB34D440BD68CC90C940C92D1DA7FAF39DFA551D13A19F5E21C82130662FFAB2A2E2EBFB004576D880E9FB369
md5: 6509CA95A38AC29C03379113172CACB7 | sha1: F94B8D751FEFCD29D28875E291FD570E103D12D7 | sha256: 85AD8530ADC1DEC3B97F2074C720B81528BA5EA6C7274E1A98A906304BCCD12F | sha512: D8BD0B8998725E2FA361BCB446F48B6105BD603707BF914BB978C63B5C40958BCD2A3FEF1F666541793F1D06377F3F2967D1241E445BEE6919EB8F84F5A5D7F5
md5: 833711A287BC11B8CB78EB746202D9FC | sha1: 63653F648DD57B8F2C20A5D628A97A97655D65AF | sha256: 596C733522F2E1621E53A5FAB5A188B86FA58CFE6821EF17C005ED2675E51AAB | sha512: 4A9B693A6D6D5523BB4F98D2ACD6B573D94A6A6AF1ECD9732EBB582F503422C60700B40F67D795A820148526B1798B28549DC6EF1CDDA2DF48FADF35A950E58A
md5: 9174A34DB752B17DFBECC009EBE218CA | sha1: 8482E58549C667F092BCB9F09E9D876596EC3174 | sha256: 74B979F2DF60176FB534732D9D3146D680E5D98AE95187376E8EF8C8CCF7CFF4 | sha512: 9E5854C821AC09D5DF60A90E927E854CF5BCAFADA72DF89A00A8808958627841FDA24BE5D05BDCC57C6FA452F84964FD76FD908F7CD9463C1BA05FFE172185C3
md5: A06DF42A0BB358F8F3AF43B6831F3E70 | sha1: 148EF67987B0A33AB2F8D41CB6199E5E1EDC54AE | sha256: BF2CED8B51EFBA148E67C156062FF51CA873B51DD8A3A6098A99D1C357E884DD | sha512: 9C22DE5B6222AC6FDAC8FB7F2E93CA4D498BA8F512B139510E5F1E241F41CB2FD5A60B52B7167A05D2479975A195E4B2B2499DC05D52480070AC14297404F987
md5: 8C9424E37A28DB7D70E7D52F0DF33CF8 | sha1: 81CD1ACB53D493C54C8D56F379D790A901A355AC | sha256: E4774AEAD2793F440E0CED6C097048423D118E0B6ED238C6FE5B456ACB07817F | sha512: CB6364C136F9D07191CF89EA2D3B89E08DB0CD5911BF835C32AE81E4D51E0789DDC92D47E80B7FF7E24985890ED29A00B0A391834B43CF11DB303CD980D834F4
md5: 580244BC805220253A87196913EB3E5E | sha1: CE6C4C18CF638F980905B9CB6710EE1FA73BB397 | sha256: 93FBC59E4880AFC9F136C3AC0976ADA7F3FAA7CACEDCE5C824B337CBCA9D2EBF | sha512: 2666B594F13CE9DF2352D10A3D8836BF447EAF6A08DA528B027436BB4AFFAAD9CD5466B4337A3EAF7B41D3021016B53C5448C7A52C037708CAE9501DB89A73F0
[
{
"Name": "DryIoc",
"ComponentUri": "https://bitbucket.org/dadhi/dryioc",
"LicenseUri": "http://opensource.org/licenses/MIT"
},
{
"Name": "DryIoc.MefAttributedModel",
"ComponentUri": "https://bitbucket.org/dadhi/dryioc",
"LicenseUri": "http://opensource.org/licenses/MIT"
},
{
"Name": "DryIocAttributes",
"ComponentUri": "https://bitbucket.org/dadhi/dryioc",
"LicenseUri": "http://opensource.org/licenses/MIT"
},
{
"Name": "FluentValidation",
"ComponentUri": "http://github.com/JeremySkinner/fluentvalidation",
"LicenseUri": "https://github.com/JeremySkinner/FluentValidation/blob/master/License.txt"
},
{
"Name": "Fody",
"ComponentUri": "http://github.com/Fody/Fody",
"LicenseUri": "http://www.opensource.org/licenses/mit-license.php"
},
{
"Name": "HockeySDK.Core",
"ComponentUri": "https://github.com/bitstadium/HockeySDK-Windows",
"LicenseUri": "https://github.com/bitstadium/HockeySDK-Windows/blob/master/LICENSE.txt"
},
{
"Name": "HockeySDK.WPF",
"ComponentUri": "https://github.com/bitstadium/HockeySDK-Windows",
"LicenseUri": "https://github.com/bitstadium/HockeySDK-Windows/blob/master/LICENSE.txt"
},
{
"Name": "MahApps.Metro",
"ComponentUri": "https://github.com/MahApps/MahApps.Metro",
"LicenseUri": "https://github.com/MahApps/MahApps.Metro/blob/master/LICENSE"
},
{
"Name": "Microsoft.Web.Xdt",
"ComponentUri": "",
"LicenseUri": "http://go.microsoft.com/fwlink/?LinkId=273778"
},
{
"Name": "Newtonsoft.Json",
"ComponentUri": "https://www.newtonsoft.com/json",
"LicenseUri": "https://raw.github.com/JamesNK/Newtonsoft.Json/master/LICENSE.md"
},
{
"Name": "NuGet.Core",
"ComponentUri": "https://github.com/NuGet/NuGet2",
"LicenseUri": "https://raw.githubusercontent.com/NuGet/NuGet2/master/LICENSE.txt"
},
{
"Name": "PropertyChanged.Fody",
"ComponentUri": "http://github.com/Fody/PropertyChanged",
"LicenseUri": "http://www.opensource.org/licenses/mit-license.php"
},
{
"Name": "Serilog",
"ComponentUri": "http://serilog.net/",
"LicenseUri": "http://www.apache.org/licenses/LICENSE-2.0"
},
{
"Name": "Serilog.Sinks.File",
"ComponentUri": "http://serilog.net/",
"LicenseUri": "http://www.apache.org/licenses/LICENSE-2.0"
},
{
"Name": "Serilog.Sinks.Trace",
"ComponentUri": "http://serilog.net/",
"LicenseUri": "http://www.apache.org/licenses/LICENSE-2.0"
},
{
"Name": "UDE.CSharp",
"ComponentUri": "https://github.com/errepi/ude",
"LicenseUri": ""
}
]
md5: 9F96AEE193D53A925D18B2769E7958E0 | sha1: C11C5A4522A879D4351D4726AB212D3AA3A55243 | sha256: 5A120F43A4B9E7A0D811A680EEAB34948D1A7EDA4DCC988AA203EEFCC33043B6 | sha512: 057BD406CED46ABBA4F1D09B8EEA11CA088295FEAE8077212425B1B8A8E4E1C679CA47EE339FA428A47A134A44D299391835F4D569E407562C284CD3CE36E1CA
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.
- System.Windows.Interactivity.dll (93fbc59e4880) - ## / 68
- Microsoft.Web.XmlTransform.dll (13dcf5066e00) - ## / 65
- Ude.dll (5a120f43a4b9) - ## / 70
- System.ComponentModel.Primitives.dll (bf2ced8b51ef) - ## / 67
- NuGet.Core.dll (784d2a3d7fbd) - ## / 68
- Microsoft.HockeyApp.Core45.dll (7d232981c3b1) - ## / 68
- Serilog.Sinks.Trace.dll (596c733522f2) - ## / 56
- Microsoft.HockeyApp.Kit.dll (d136db439615) - ## / 68
- Serilog.Sinks.File.dll (85ad8530adc1) - ## / 67
- Newtonsoft.Json.dll (f58c374ffcaa) - ## / 55
- System.ComponentModel.Annotations.dll (74b979f2df60) - ## / 65
- Serilog.dll (e7c7528f8a92) - ## / 67
- Batzendev.Tools.3.0.1.nupkg (5ccf0c55ac8a) - ## / 62
- Batzendev.Core.Desktop.dll (e6860c664ccd) - ## / 69
- Batzendev.Core.dll (481fcd15b0d4) - ## / 69
- Batzendev.Tools.exe (a3aa2677a580) - ## / 69
- Batzendev.UI.dll (f46aa85f40f6) - ## / 67
- ControlzEx.dll (b010bb8efb37) - ## / 69
- FluentValidation.dll (1966e8e0026a) - ## / 67
- MahApps.Metro.dll (3d449c01010f) - ## / 69
- MahApps.Metro.IconPacks.Core.dll (c57a84967d0e) - ## / 66
- MahApps.Metro.IconPacks.dll (74c49771e76b) - ## / 68
- PropertyChanged.dll (db0023064ce5) - ## / 68
- System.ValueTuple.dll (e4774aead279) - ## / 74
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 | 181 | Tuesday, October 17, 2023 | Approved | |
Batzendev.Tools 6.0.0 | 65 | Sunday, October 15, 2023 | Approved | |
Batzendev.Tools 5.2.2 | 268 | 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 | 86 | Wednesday, December 14, 2022 | Approved | |
Batzendev.Tools 5.0.0 | 99 | Wednesday, November 30, 2022 | Approved | |
Batzendev.Tools 4.1.1 | 164 | Saturday, February 19, 2022 | Approved | |
Batzendev.Tools 4.1.0 | 85 | Sunday, February 13, 2022 | Approved | |
Batzendev.Tools 4.0.0 | 299 | 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 | 226 | Sunday, May 17, 2020 | Approved | |
Batzendev.Tools 3.0.3 | 539 | Tuesday, January 8, 2019 | Approved | |
Batzendev.Tools 3.0.2 | 299 | Monday, January 7, 2019 | Approved | |
Batzendev.Tools 3.0.1 | 291 | Saturday, December 15, 2018 | Approved | |
Batzendev.Tools 3.0.0 | 262 | Saturday, December 15, 2018 | Approved | |
Batzendev.Tools 2.4.0 | 437 | 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 | 585 | Tuesday, January 17, 2017 | Approved | |
Batzendev.Tools 2.1.0.0 | 511 | Sunday, December 11, 2016 | Approved | |
Batzendev.Tools 2.0.1.0 | 514 | Tuesday, November 8, 2016 | Approved | |
Batzendev.Tools 2.0.0.0 | 523 | Sunday, November 6, 2016 | Approved | |
Batzendev.Tools 1.0.1.1 | 887 | Sunday, March 23, 2014 | Approved | |
Batzendev.Tools 1.0.1.0 | 539 | Friday, March 14, 2014 | Approved | |
Batzendev.Tools 1.0.0.0 | 497 | Friday, March 14, 2014 | Approved |
Copyright 2009 - 2018 Bastian Schmidt
v3.0.1:
- Fixing default value for base color
v3.0.0:
- Replacing MaterialDesignInXaml with MahApps.Metro
By this change your current theme settings will be reset. Sorry for that.
- Fixing issues with histories (search pattern etc.)
- Some performance improvements
- Extended list of binary extensions
- Adding key binding (ALT + R) for replace
- Forwarding key bindings from the current view to the window (like CTRL + L)
- Fixing issues when saving settings
- Enabling per monitor DPI
- Fixing rendering issues in results view
- Updated icon
v2.4.0:
- Adding notifications for things that went wrong while searching or replacing
- Fixing various issues with encoding detection
- Some performance improvements
v2.3.1:
- Fixing install-script to create a correct desktop shortcut
v2.3.0:
- Adding visual hints for search
- Adding more logging
- Adding editor commandline template for Visual Studio Code
v2.2.1.1:
- Fixing a massive memory leak by updating third party components
- Adding long path support
v2.2.0:
- Adding proper handling and reporting for errors
- Adding a feedback button, so you can make suggestions or report errors manually
- Fixing issues while closing tabs
- Fixing crash because notepad.exe could not be found
v2.1.0:
- Adding "Open with" to contextmenu so you can choose the editor to open selected occurences with
- Adding "Reset all settings and restart application" to options
- Fixing file content duplication during replace
- Fixing issue with empty history entries
- Fixing history list editor not saving changes
- Some performance improvements
v2.0.1:
- Fixing native memory leak while looking files
v2.0.0:
- Modernized UI
- Improved performance when finding and replacing
- Fixed encoding detection for file operations by using Ude
- No self update anymore, just showing notifications about new versions. Update/Upgrades should be done through chocolatey.
-
- dotnet4.6.2 (≥ 4.6.1590)
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.