Downloads:
10,986
Downloads of v 6.1.0-rc0140:
43
Last Update:
23 Feb 2025
Package Maintainer(s):
Software Author(s):
- Bastian Schmidt
Tags:
- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Batzendev.Tools
This is a prerelease version of Batzendev.Tools.
- 1
- 2
- 3
6.1.0-rc0140 | Updated: 23 Feb 2025
- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
10,986
Downloads of v 6.1.0-rc0140:
43
Maintainer(s):
Software Author(s):
- Bastian Schmidt
Batzendev.Tools 6.1.0-rc0140
This is a prerelease version of Batzendev.Tools.
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
Some Checks Are Exempted or Have Failed
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 --pre --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'" --prerelease [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'" --prerelease
$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: '6.1.0-rc0140'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
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 '6.1.0-rc0140'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller batzendev.tools
{
Name = "batzendev.tools"
Version = "6.1.0-rc0140"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'batzendev.tools':
ensure => '6.1.0-rc0140',
install_options => ['--prerelease'],
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 23 Feb 2025.
Just a small suite of tools.
Currently included:
- Text-Finder: Search and replace text in files
- File-Finder: Search for files and directories
- Disk-Usage: Analyze disk usage
- Copy: Copy directories and files (via CLI, UI or Explorer extension)
- Delete: Delete directories and files (via CLI, UI or Explorer extension)
If you encounter any issues or have ideas for improvements feel free to provide feedback at https://github.com/batzen/Batzendev.Tools
md5: 2229C70737E7D71315C17E62328AF369 | sha1: C6E83A8C2301FB55D027654BAB05C4AC5C965E36 | sha256: 0FAAD06C79FC3EBE7985F25CBD2FEC33DB3917243CA246B52360D155A71698BC | sha512: AED2068D3C3E16B6B2F37199BAAC78474FA92A5805073CD3691B3DA6C6C0BFA02CE913E846AD011DD5959D5E6A35DAA3BC8E17E222DAE5940E44F8C1E22942D7
md5: 56E51C7C60AFEE7F2EC0FCA45BAFEB34 | sha1: 234131733BA344AC7BEF03AE362E482FBCF6F269 | sha256: 4BBE28FBB0C74690050ABE197EAB755A053C86DCC5BA1E99BB7D8E50AC4044FA | sha512: BC2525D9DFE50C1B0BD7CCA8CA4FF598716E7FB0B60E49F7D9A56C3D79609082E82830398B2D74B4D10C34BCCB5F8C38864AFB5D4C6B2E625F4F5B6EFD31DEE5
md5: 101D24330971B19F0628E20C575DCC36 | sha1: 338C45281E05770626352C7405C3E9D62A08E9A6 | sha256: CA2E2D4D0347B6D2A2D355EB97A93FEDE9031B782FDB6C15317C3004D40DE046 | sha512: 7CB2806A330ACF3B00362A50C6EBA64D9C44EF6C2B8B120C598C4E0769B52F028538E3C45E5A0842579F24067F0C638511B25D8A297AAAA08CAF8560FFBEBA29
md5: 9D1C2CC599662E857917B0DD559CE9B8 | sha1: C4E64B388FA23A78A9FFB62FD07DAA9E310EF394 | sha256: 7452BFA1B0C268DE7EA431D123994F600B5FC07478DDCB35B501C408CACF6C31 | sha512: 264A8F3ADF93C612983C33CDB0ADDF46E314ADF97F136AAC54682AAFC5FE1DC1E8A5A4BEAD975141D0AA6DE5CD3F8B73D8D021CD7D1D7CC2B81DDC42317BA90C
$desktop = $([System.Environment]::GetFolderPath([System.Environment+SpecialFolder]::DesktopDirectory))
$shortcutFilePath = Join-Path $desktop "Batzendev.Tools.lnk"
if (Test-Path($shortcutFilePath)) {
Remove-Item $shortcutFilePath
}
From: https://choosealicense.com/licenses/mit/
LICENSE
MIT License
Copyright (c) 2009 - 2022 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.
[
{
"PackageName": "Avalonia",
"PackageVersion": "11.2.0",
"PackageUrl": "https://avaloniaui.net/",
"Copyright": "Copyright 2013-2024 © The AvaloniaUI Project",
"Authors": [
"Avalonia Team"
],
"Description": "Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Angle.Windows.Natives",
"PackageVersion": "2.1.22045.20230930",
"PackageUrl": "https://avaloniaui.net/",
"Copyright": "Copyright 2013-2023 © The AvaloniaUI Project",
"Authors": [
"Avalonia Team"
],
"Description": "Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.",
"LicenseUrl": "https://www.nuget.org/packages/Avalonia.Angle.Windows.Natives/2.1.22045.20230930/License",
"LicenseType": "LICENSE"
},
{
"PackageName": "Avalonia.BuildServices",
"PackageVersion": "0.0.29",
"PackageUrl": "",
"Copyright": "",
"Authors": [
"Avalonia.BuildServices"
],
"Description": "Package Description",
"LicenseUrl": "",
"LicenseType": ""
},
{
"PackageName": "Avalonia.Controls.ColorPicker",
"PackageVersion": "11.2.0",
"PackageUrl": "https://avaloniaui.net/",
"Copyright": "Copyright 2013-2024 © The AvaloniaUI Project",
"Authors": [
"Avalonia Team"
],
"Description": "Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Controls.DataGrid",
"PackageVersion": "11.2.0",
"PackageUrl": "https://avaloniaui.net/",
"Copyright": "Copyright 2013-2024 © The AvaloniaUI Project",
"Authors": [
"Avalonia Team"
],
"Description": "Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Controls.TreeDataGrid",
"PackageVersion": "11.0.10",
"PackageUrl": "",
"Copyright": "Copyright © AvaloniaUI 2023",
"Authors": [
"Steven Kirk"
],
"Description": "TreeDataGrid is a control which displays hierarchical and tabular data together in a single view. It is a combination of a TreeView and DataGrid control.",
"LicenseUrl": "",
"LicenseType": ""
},
{
"PackageName": "Avalonia.Desktop",
"PackageVersion": "11.2.0",
"PackageUrl": "https://avaloniaui.net/",
"Copyright": "Copyright 2013-2024 © The AvaloniaUI Project",
"Authors": [
"Avalonia Team"
],
"Description": "Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Diagnostics",
"PackageVersion": "11.2.0",
"PackageUrl": "https://avaloniaui.net/",
"Copyright": "Copyright 2013-2024 © The AvaloniaUI Project",
"Authors": [
"Avalonia Team"
],
"Description": "Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.FreeDesktop",
"PackageVersion": "11.2.0",
"PackageUrl": "https://avaloniaui.net/",
"Copyright": "Copyright 2013-2024 © The AvaloniaUI Project",
"Authors": [
"Avalonia Team"
],
"Description": "Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Native",
"PackageVersion": "11.2.0",
"PackageUrl": "https://avaloniaui.net/",
"Copyright": "Copyright 2013-2024 © The AvaloniaUI Project",
"Authors": [
"Avalonia Team"
],
"Description": "Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Remote.Protocol",
"PackageVersion": "11.2.0",
"PackageUrl": "https://avaloniaui.net/",
"Copyright": "Copyright 2013-2024 © The AvaloniaUI Project",
"Authors": [
"Avalonia Team"
],
"Description": "Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Skia",
"PackageVersion": "11.2.0",
"PackageUrl": "https://avaloniaui.net/",
"Copyright": "Copyright 2013-2024 © The AvaloniaUI Project",
"Authors": [
"Avalonia Team"
],
"Description": "Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Themes.Fluent",
"PackageVersion": "11.2.0",
"PackageUrl": "https://avaloniaui.net/",
"Copyright": "Copyright 2013-2024 © The AvaloniaUI Project",
"Authors": [
"Avalonia Team"
],
"Description": "Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Themes.Simple",
"PackageVersion": "11.2.0",
"PackageUrl": "https://avaloniaui.net/",
"Copyright": "Copyright 2013-2024 © The AvaloniaUI Project",
"Authors": [
"Avalonia Team"
],
"Description": "Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Win32",
"PackageVersion": "11.2.0",
"PackageUrl": "https://avaloniaui.net/",
"Copyright": "Copyright 2013-2024 © The AvaloniaUI Project",
"Authors": [
"Avalonia Team"
],
"Description": "Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.X11",
"PackageVersion": "11.2.0",
"PackageUrl": "https://avaloniaui.net/",
"Copyright": "Copyright 2013-2024 © The AvaloniaUI Project",
"Authors": [
"Avalonia Team"
],
"Description": "Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Xaml.Behaviors",
"PackageVersion": "11.2.0",
"PackageUrl": "https://github.com/wieslawsoltes/AvaloniaBehaviors",
"Copyright": "Copyright © Wiesław Šoltés 2024",
"Authors": [
"Wiesław Šoltés"
],
"Description": "Easily add interactivity to your Avalonia apps using XAML Behaviors. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Xaml.Interactions",
"PackageVersion": "11.2.0",
"PackageUrl": "https://github.com/wieslawsoltes/AvaloniaBehaviors",
"Copyright": "Copyright © Wiesław Šoltés 2024",
"Authors": [
"Wiesław Šoltés"
],
"Description": "Easily add interactivity to your Avalonia apps using XAML Behaviors. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Xaml.Interactions.Custom",
"PackageVersion": "11.2.0",
"PackageUrl": "https://github.com/wieslawsoltes/AvaloniaBehaviors",
"Copyright": "Copyright © Wiesław Šoltés 2024",
"Authors": [
"Wiesław Šoltés"
],
"Description": "Easily add interactivity to your Avalonia apps using XAML Behaviors. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Xaml.Interactions.DragAndDrop",
"PackageVersion": "11.2.0",
"PackageUrl": "https://github.com/wieslawsoltes/AvaloniaBehaviors",
"Copyright": "Copyright © Wiesław Šoltés 2024",
"Authors": [
"Wiesław Šoltés"
],
"Description": "Easily add interactivity to your Avalonia apps using XAML Behaviors. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Xaml.Interactions.Draggable",
"PackageVersion": "11.2.0",
"PackageUrl": "https://github.com/wieslawsoltes/AvaloniaBehaviors",
"Copyright": "Copyright © Wiesław Šoltés 2024",
"Authors": [
"Wiesław Šoltés"
],
"Description": "Easily add interactivity to your Avalonia apps using XAML Behaviors. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Xaml.Interactions.Events",
"PackageVersion": "11.2.0",
"PackageUrl": "https://github.com/wieslawsoltes/AvaloniaBehaviors",
"Copyright": "Copyright © Wiesław Šoltés 2024",
"Authors": [
"Wiesław Šoltés"
],
"Description": "Easily add interactivity to your Avalonia apps using XAML Behaviors. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Xaml.Interactions.Responsive",
"PackageVersion": "11.2.0",
"PackageUrl": "https://github.com/wieslawsoltes/AvaloniaBehaviors",
"Copyright": "Copyright © Wiesław Šoltés 2024",
"Authors": [
"Wiesław Šoltés"
],
"Description": "Easily add interactivity to your Avalonia apps using XAML Behaviors. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Avalonia.Xaml.Interactivity",
"PackageVersion": "11.2.0",
"PackageUrl": "https://github.com/wieslawsoltes/AvaloniaBehaviors",
"Copyright": "Copyright © Wiesław Šoltés 2024",
"Authors": [
"Wiesław Šoltés"
],
"Description": "Easily add interactivity to your Avalonia apps using XAML Behaviors. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Ben.Demystifier",
"PackageVersion": "0.4.1",
"PackageUrl": "https://github.com/benaadams/Ben.Demystifier",
"Copyright": "",
"Authors": [
"Ben Adams"
],
"Description": "High performance understanding for stack traces (Make error logs more productive)",
"LicenseUrl": "https://licenses.nuget.org/Apache-2.0",
"LicenseType": "Apache-2.0"
},
{
"PackageName": "CommonServiceLocator",
"PackageVersion": "2.0.7",
"PackageUrl": "https://github.com/unitycontainer/commonservicelocator",
"Copyright": "Copyright © .NET Foundation and Contributors. All Rights Reserved",
"Authors": [
".NET Foundation and Contributors"
],
"Description": "The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.",
"LicenseUrl": "https://opensource.org/licenses/MS-PL",
"LicenseType": "MS-PL"
},
{
"PackageName": "CommunityToolkit.HighPerformance",
"PackageVersion": "8.3.2",
"PackageUrl": "https://github.com/CommunityToolkit/dotnet",
"Copyright": "(c) .NET Foundation and Contributors. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "This package includes high performance .NET helpers such as:\r\n - Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas.\r\n - ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>.\r\n - MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances.\r\n - MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor.\r\n - SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it.\r\n - StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers.\r\n - String, array, Memory<T>, Span<T> extensions and more, all focused on high performance.\r\n - HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values.\r\n - BitHelper: a class with helper methods to perform bit operations on numeric types.\r\n - ParallelHelper: helpers to work with parallel code in a highly optimized manner.\r\n - Box<T>: a type mapping boxed value types and exposing some utility and high performance methods.\r\n - Ref<T>: a stack-only struct that can store a reference to a value of a specified type.\r\n - NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "ControlzEx",
"PackageVersion": "7.0.0-rc0118",
"PackageUrl": "https://github.com/ControlzEx/ControlzEx",
"Copyright": "Copyright © 2015 - 2024 Jan Karger, Bastian Schmidt, James Willock",
"Authors": [
"Jan Karger",
" Bastian Schmidt",
" James Willock"
],
"Description": "ControlzEx is a library with some shared Controls for WPF.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "DialogHost.Avalonia",
"PackageVersion": "0.8.1",
"PackageUrl": "https://github.com/AvaloniaUtils/DialogHost.Avalonia/",
"Copyright": "",
"Authors": [
"SKProCH"
],
"Description": "Avalonia Dialog Host control that provides a simple way to display a dialog with information or prompt the user when information is required",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "DryIoc.CommonServiceLocator.dll",
"PackageVersion": "4.1.0",
"PackageUrl": "https://github.com/dadhi/DryIoc",
"Copyright": "Copyright © 2013-2020 Maksim Volkau",
"Authors": [
"Maksim Volkau"
],
"Description": "Implementation of CommonServiceLocator for DryIoc container, see rationale at https://github.com/unitycontainer/commonservicelocator",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "DryIoc.dll",
"PackageVersion": "5.4.3",
"PackageUrl": "https://github.com/dadhi/DryIoc",
"Copyright": "Copyright © 2013-2023 Maksim Volkau",
"Authors": [
"Maksim Volkau"
],
"Description": "DryIoc is fast, small, full-featured IoC Container for .NET",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "DynamicData",
"PackageVersion": "9.0.4",
"PackageUrl": "http://dynamic-data.org/",
"Copyright": "Copyright (c) Roland Pheasant 2011-2024",
"Authors": [
"Roland Pheasant"
],
"Description": "Bring the power of Rx to collections using Dynamic Data.\r\nDynamic Data is a comprehensive caching and data manipulation solution which introduces domain centric observable collections.\r\n Linq extensions enable dynamic filtering, sorting, grouping, transforms, binding, pagination, data virtualisation, expiration, disposal management plus more.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "FluentValidation",
"PackageVersion": "11.10.0",
"PackageUrl": "https://fluentvalidation.net/",
"Copyright": "Copyright (c) Jeremy Skinner, .NET Foundation, and contributors 2008-2023",
"Authors": [
"Jeremy Skinner"
],
"Description": "A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.",
"LicenseUrl": "https://licenses.nuget.org/Apache-2.0",
"LicenseType": "Apache-2.0"
},
{
"PackageName": "Fody",
"PackageVersion": "6.8.2",
"PackageUrl": "https://github.com/Fody/Fody",
"Copyright": "",
"Authors": [
"Fody"
],
"Description": "Extensible tool for weaving .net assemblies.",
"LicenseUrl": "https://www.nuget.org/packages/Fody/6.8.2/License",
"LicenseType": "License.txt"
},
{
"PackageName": "GitVersion.MsBuild",
"PackageVersion": "5.12.0",
"PackageUrl": "https://github.com/GitTools/GitVersion",
"Copyright": "Copyright GitTools 2023.",
"Authors": [
"GitTools and Contributors"
],
"Description": "Stamps an assembly with git information based on SemVer.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "HarfBuzzSharp",
"PackageVersion": "7.3.0.2",
"PackageUrl": "https://go.microsoft.com/fwlink/?linkid=868515",
"Copyright": "© Microsoft Corporation. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.",
"LicenseUrl": "https://go.microsoft.com/fwlink/?linkid=868514",
"LicenseType": ""
},
{
"PackageName": "HarfBuzzSharp.NativeAssets.Linux",
"PackageVersion": "7.3.0.2",
"PackageUrl": "https://go.microsoft.com/fwlink/?linkid=868515",
"Copyright": "© Microsoft Corporation. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.",
"LicenseUrl": "https://go.microsoft.com/fwlink/?linkid=868514",
"LicenseType": ""
},
{
"PackageName": "HarfBuzzSharp.NativeAssets.macOS",
"PackageVersion": "7.3.0.2",
"PackageUrl": "https://go.microsoft.com/fwlink/?linkid=868515",
"Copyright": "© Microsoft Corporation. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.",
"LicenseUrl": "https://go.microsoft.com/fwlink/?linkid=868514",
"LicenseType": ""
},
{
"PackageName": "HarfBuzzSharp.NativeAssets.WebAssembly",
"PackageVersion": "7.3.0.3-preview.2.2",
"PackageUrl": "https://go.microsoft.com/fwlink/?linkid=868515",
"Copyright": "© Microsoft Corporation. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "HarfBuzzSharp.NativeAssets.Win32",
"PackageVersion": "7.3.0.2",
"PackageUrl": "https://go.microsoft.com/fwlink/?linkid=868515",
"Copyright": "© Microsoft Corporation. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.",
"LicenseUrl": "https://go.microsoft.com/fwlink/?linkid=868514",
"LicenseType": ""
},
{
"PackageName": "JetBrains.Annotations",
"PackageVersion": "2024.3.0",
"PackageUrl": "https://www.jetbrains.com/help/resharper/Code_Analysis__Code_Annotations.html",
"Copyright": "Copyright (c) 2016-2024 JetBrains s.r.o.",
"Authors": [
"JetBrains"
],
"Description": "JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.\r\n\r\nAll usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "LiveChartsCore",
"PackageVersion": "2.0.0-rc4.5",
"PackageUrl": "",
"Copyright": "",
"Authors": [
"BetoRodriguez"
],
"Description": "Simple, flexible, interactive and powerful data visualization for .Net, this is the core package probably you need another package also unless you are building your own backed.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "LiveChartsCore.SkiaSharpView",
"PackageVersion": "2.0.0-rc4.5",
"PackageUrl": "",
"Copyright": "",
"Authors": [
"BetoRodriguez"
],
"Description": "Simple, flexible, interactive and powerful data visualization for .Net, this package contains the SkiaSharp backend.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "LiveChartsCore.SkiaSharpView.Avalonia",
"PackageVersion": "2.0.0-rc4.5",
"PackageUrl": "",
"Copyright": "",
"Authors": [
"BetoRodriguez"
],
"Description": "Simple, flexible, interactive and powerful data visualization for AvaloniaUI.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "MahApps.Metro",
"PackageVersion": "3.0.0-alpha0513",
"PackageUrl": "https://github.com/MahApps/MahApps.Metro",
"Copyright": "Copyright © 2024 .NET Foundation and Contributors. All rights reserved.",
"Authors": [
"Jan Karger",
" Bastian Schmidt",
" Dennis Daume",
" Brendan Forster",
" Alex Mitchell",
" Paul Jenkins",
" Jake Ginnivan"
],
"Description": "The goal of MahApps.Metro is to allow devs to quickly and easily cobble together a 'Modern' UI for their WPF apps (.Net 4.6.2 and later), with minimal effort.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "MahApps.Metro.IconPacks.Core",
"PackageVersion": "5.1.0",
"PackageUrl": "https://github.com/MahApps/MahApps.Metro.IconPacks",
"Copyright": "Copyright © 2016 - 2024 MahApps.Metro",
"Authors": [
"Jan Karger"
],
"Description": "IconPacks for stylish awesome WPF and UWP applications.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "MahApps.Metro.IconPacks.Material",
"PackageVersion": "5.1.0",
"PackageUrl": "https://github.com/MahApps/MahApps.Metro.IconPacks",
"Copyright": "Copyright © 2016 - 2024 MahApps.Metro",
"Authors": [
"Jan Karger"
],
"Description": "IconPacks for stylish awesome WPF and UWP applications.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Material.Icons",
"PackageVersion": "2.1.10",
"PackageUrl": "https://github.com/SKProCH/Material.Icons/",
"Copyright": "",
"Authors": [
"SKProCH"
],
"Description": "Parsed icons set from materialdesignicons.com",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Material.Icons.Avalonia",
"PackageVersion": "2.1.10",
"PackageUrl": "https://github.com/AvaloniaUtils/Material.Icons.Avalonia/",
"Copyright": "",
"Authors": [
"SKProCH"
],
"Description": "Avalonia control for display material icons from Material.Icons",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "MessageBox.Avalonia",
"PackageVersion": "3.2.0",
"PackageUrl": "https://github.com/CreateLab/MessageBox.Avalonia",
"Copyright": "",
"Authors": [
"Lary"
],
"Description": "Messagebox for AvaloniaUI",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "MicroCom.Runtime",
"PackageVersion": "0.11.0",
"PackageUrl": "",
"Copyright": "Copyright 2021 © Nikita Tsukanov",
"Authors": [
"MicroCom.Runtime"
],
"Description": "IDL-based COM interop codegen. Consumes MIDL-like IDL file, generates efficient cross-platform C# interop and C++ header files.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Newtonsoft.Json",
"PackageVersion": "13.0.3",
"PackageUrl": "https://www.newtonsoft.com/json",
"Copyright": "Copyright © James Newton-King 2008",
"Authors": [
"James Newton-King"
],
"Description": "Json.NET is a popular high-performance JSON framework for .NET",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "NuGet.Common",
"PackageVersion": "6.11.1",
"PackageUrl": "https://aka.ms/nugetprj",
"Copyright": "© Microsoft Corporation. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "Common utilities and interfaces for all NuGet libraries.",
"LicenseUrl": "https://licenses.nuget.org/Apache-2.0",
"LicenseType": "Apache-2.0"
},
{
"PackageName": "NuGet.Configuration",
"PackageVersion": "6.11.1",
"PackageUrl": "https://aka.ms/nugetprj",
"Copyright": "© Microsoft Corporation. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "NuGet's configuration settings implementation.",
"LicenseUrl": "https://licenses.nuget.org/Apache-2.0",
"LicenseType": "Apache-2.0"
},
{
"PackageName": "NuGet.Frameworks",
"PackageVersion": "6.11.1",
"PackageUrl": "https://aka.ms/nugetprj",
"Copyright": "© Microsoft Corporation. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "NuGet's understanding of target frameworks.",
"LicenseUrl": "https://licenses.nuget.org/Apache-2.0",
"LicenseType": "Apache-2.0"
},
{
"PackageName": "NuGet.Packaging",
"PackageVersion": "6.11.1",
"PackageUrl": "https://aka.ms/nugetprj",
"Copyright": "© Microsoft Corporation. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "NuGet's understanding of packages. Reading nuspec, nupkgs and package signing.",
"LicenseUrl": "https://licenses.nuget.org/Apache-2.0",
"LicenseType": "Apache-2.0"
},
{
"PackageName": "NuGet.Protocol",
"PackageVersion": "6.11.1",
"PackageUrl": "https://aka.ms/nugetprj",
"Copyright": "© Microsoft Corporation. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "NuGet's implementation for interacting with feeds. Contains functionality for all feed types.",
"LicenseUrl": "https://licenses.nuget.org/Apache-2.0",
"LicenseType": "Apache-2.0"
},
{
"PackageName": "NuGet.Versioning",
"PackageVersion": "6.11.1",
"PackageUrl": "https://aka.ms/nugetprj",
"Copyright": "© Microsoft Corporation. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "NuGet's implementation of Semantic Versioning.",
"LicenseUrl": "https://licenses.nuget.org/Apache-2.0",
"LicenseType": "Apache-2.0"
},
{
"PackageName": "PropertyChanged.Fody",
"PackageVersion": "4.1.0",
"PackageUrl": "https://github.com/Fody/PropertyChanged",
"Copyright": "",
"Authors": [
"Simon Cropp"
],
"Description": "Add property notification to all classes that implement INotifyPropertyChanged.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "ReactiveUI",
"PackageVersion": "20.1.63",
"PackageUrl": "https://reactiveui.net/",
"Copyright": "Copyright (c) .NET Foundation and Contributors",
"Authors": [
".NET Foundation and Contributors"
],
"Description": "A MVVM framework that integrates with the Reactive Extensions for .NET to create elegant, testable User Interfaces that run on any mobile or desktop platform. This is the base package with the base platform implementations",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "ReactiveUI.WPF",
"PackageVersion": "20.1.63",
"PackageUrl": "https://reactiveui.net/",
"Copyright": "Copyright (c) .NET Foundation and Contributors",
"Authors": [
".NET Foundation and Contributors"
],
"Description": "Contains the ReactiveUI platform specific extensions for Windows Presentation Foundation (WPF)",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Serilog",
"PackageVersion": "4.1.0",
"PackageUrl": "https://serilog.net/",
"Copyright": "Copyright © Serilog Contributors",
"Authors": [
"Serilog Contributors"
],
"Description": "Simple .NET logging with fully-structured events",
"LicenseUrl": "https://licenses.nuget.org/Apache-2.0",
"LicenseType": "Apache-2.0"
},
{
"PackageName": "Serilog.Sinks.Async",
"PackageVersion": "2.1.0",
"PackageUrl": "https://serilog.net/",
"Copyright": "",
"Authors": [
"Jezz Santos",
"Serilog Contributors"
],
"Description": "Asynchronous sink wrapper for Serilog.",
"LicenseUrl": "https://licenses.nuget.org/Apache-2.0",
"LicenseType": "Apache-2.0"
},
{
"PackageName": "Serilog.Sinks.File",
"PackageVersion": "6.0.0",
"PackageUrl": "https://github.com/serilog/serilog-sinks-file",
"Copyright": "",
"Authors": [
"Serilog Contributors"
],
"Description": "Write Serilog events to text files in plain or JSON format.",
"LicenseUrl": "https://licenses.nuget.org/Apache-2.0",
"LicenseType": "Apache-2.0"
},
{
"PackageName": "Serilog.Sinks.Trace",
"PackageVersion": "4.0.0",
"PackageUrl": "https://github.com/serilog/serilog-sinks-trace",
"Copyright": "",
"Authors": [
"Serilog Contributors"
],
"Description": "The System.Diagnostics.Trace sink for Serilog.",
"LicenseUrl": "https://licenses.nuget.org/Apache-2.0",
"LicenseType": "Apache-2.0"
},
{
"PackageName": "SkiaSharp",
"PackageVersion": "2.88.8",
"PackageUrl": "https://go.microsoft.com/fwlink/?linkid=868515",
"Copyright": "© Microsoft Corporation. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.\r\nIt provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.",
"LicenseUrl": "https://go.microsoft.com/fwlink/?linkid=868514",
"LicenseType": ""
},
{
"PackageName": "SkiaSharp.HarfBuzz",
"PackageVersion": "2.88.8",
"PackageUrl": "https://go.microsoft.com/fwlink/?linkid=868515",
"Copyright": "© Microsoft Corporation. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "This package adds text shaping support to SkiaSharp via HarfBuzz.",
"LicenseUrl": "https://go.microsoft.com/fwlink/?linkid=868514",
"LicenseType": ""
},
{
"PackageName": "SkiaSharp.NativeAssets.Linux",
"PackageVersion": "2.88.8",
"PackageUrl": "https://go.microsoft.com/fwlink/?linkid=868515",
"Copyright": "© Microsoft Corporation. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.\r\nIt provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.",
"LicenseUrl": "https://go.microsoft.com/fwlink/?linkid=868514",
"LicenseType": ""
},
{
"PackageName": "SkiaSharp.NativeAssets.macOS",
"PackageVersion": "2.88.8",
"PackageUrl": "https://go.microsoft.com/fwlink/?linkid=868515",
"Copyright": "© Microsoft Corporation. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.\r\nIt provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.",
"LicenseUrl": "https://go.microsoft.com/fwlink/?linkid=868514",
"LicenseType": ""
},
{
"PackageName": "SkiaSharp.NativeAssets.WebAssembly",
"PackageVersion": "2.88.8",
"PackageUrl": "https://go.microsoft.com/fwlink/?linkid=868515",
"Copyright": "© Microsoft Corporation. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.\r\nIt provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.",
"LicenseUrl": "https://go.microsoft.com/fwlink/?linkid=868514",
"LicenseType": ""
},
{
"PackageName": "SkiaSharp.NativeAssets.Win32",
"PackageVersion": "2.88.8",
"PackageUrl": "https://go.microsoft.com/fwlink/?linkid=868515",
"Copyright": "© Microsoft Corporation. All rights reserved.",
"Authors": [
"Microsoft"
],
"Description": "SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.\r\nIt provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.",
"LicenseUrl": "https://go.microsoft.com/fwlink/?linkid=868514",
"LicenseType": ""
},
{
"PackageName": "Spectre.Console",
"PackageVersion": "0.49.1",
"PackageUrl": "https://github.com/spectreconsole/spectre.console",
"Copyright": "Patrik Svensson, Phil Scott, Nils Andresen, Cédric Luthi, Frank Ray",
"Authors": [
"Patrik Svensson",
" Phil Scott",
" Nils Andresen",
" Cédric Luthi",
" Frank Ray"
],
"Description": "A library that makes it easier to create beautiful console applications.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Spectre.Console.Cli",
"PackageVersion": "0.49.1",
"PackageUrl": "https://github.com/spectreconsole/spectre.console",
"Copyright": "Patrik Svensson, Phil Scott, Nils Andresen, Cédric Luthi, Frank Ray",
"Authors": [
"Patrik Svensson",
" Phil Scott",
" Nils Andresen",
" Cédric Luthi",
" Frank Ray"
],
"Description": "A library that makes it easier to create beautiful console applications.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Splat",
"PackageVersion": "15.1.1",
"PackageUrl": "https://github.com/reactiveui/splat/",
"Copyright": "Copyright (c) .NET Foundation and Contributors",
"Authors": [
".NET Foundation and Contributors"
],
"Description": "A library to make things cross-platform that should be.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "TextCopy",
"PackageVersion": "6.2.1",
"PackageUrl": "https://github.com/CopyText/TextCopy",
"Copyright": "Copyright 2022. All rights reserved",
"Authors": [
"https://github.com/CopyText/TextCopy/graphs/contributors"
],
"Description": "A cross platform package to copy text to the clipboard.",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
},
{
"PackageName": "Tmds.DBus.Protocol",
"PackageVersion": "0.20.0",
"PackageUrl": "",
"Copyright": "Tom Deseyn",
"Authors": [
"Tom Deseyn"
],
"Description": "Tmds.DBus.Protocol Library",
"LicenseUrl": "https://licenses.nuget.org/MIT",
"LicenseType": "MIT"
}
]
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.
- Batzendev.Tools.6.1.0-rc0140.nupkg (8dcff7b1d192) - ## / 69
- Batzendev.Tools.exe (0faad06c79fc) - ## / 74
- Batzendev.Tools.WindowsShellExtension.x64.dll (4bbe28fbb0c7) - ## / 76
- bdevtools.exe (ca2e2d4d0347) - ## / 76
- bdevtools_ui.exe (7452bfa1b0c2) - ## / 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.1.0-rc0140 | 43 | Sunday, February 23, 2025 | Approved | |
Batzendev.Tools 6.0.1 | 344 | Tuesday, October 17, 2023 | Approved | |
Batzendev.Tools 6.0.0 | 118 | Sunday, October 15, 2023 | Approved | |
Batzendev.Tools 5.2.2 | 347 | Friday, January 20, 2023 | Approved | |
Batzendev.Tools 5.2.1 | 104 | Saturday, January 14, 2023 | Approved | |
Batzendev.Tools 5.2.0 | 133 | Thursday, January 12, 2023 | Approved | |
Batzendev.Tools 5.1.0 | 138 | Saturday, January 7, 2023 | Approved | |
Batzendev.Tools 5.0.1 | 148 | Wednesday, December 14, 2022 | Approved | |
Batzendev.Tools 5.0.0 | 151 | Wednesday, November 30, 2022 | Approved | |
Batzendev.Tools 4.1.1 | 234 | Saturday, February 19, 2022 | Approved | |
Batzendev.Tools 4.1.0 | 148 | Sunday, February 13, 2022 | Approved | |
Batzendev.Tools 4.0.0 | 362 | Saturday, October 24, 2020 | Approved | |
Batzendev.Tools 4.0.0-rc0185 | 348 | Wednesday, July 8, 2020 | Approved | |
Batzendev.Tools 4.0.0-rc0184 | 243 | Wednesday, June 17, 2020 | Approved | |
Batzendev.Tools 4.0.0-rc0181 | 205 | Tuesday, June 16, 2020 | Approved | |
Batzendev.Tools 4.0.0-rc0159 | 288 | Sunday, May 17, 2020 | Approved | |
Batzendev.Tools 3.0.3 | 585 | Tuesday, January 8, 2019 | Approved | |
Batzendev.Tools 3.0.2 | 347 | Monday, January 7, 2019 | Approved | |
Batzendev.Tools 3.0.1 | 336 | Saturday, December 15, 2018 | Approved | |
Batzendev.Tools 3.0.0 | 308 | Saturday, December 15, 2018 | Approved | |
Batzendev.Tools 2.4.0 | 486 | Sunday, February 25, 2018 | Approved | |
Batzendev.Tools 2.3.1 | 439 | Sunday, February 18, 2018 | Approved | |
Batzendev.Tools 2.3.0 | 409 | Monday, February 12, 2018 | Approved | |
Batzendev.Tools 2.2.0.0 | 634 | Tuesday, January 17, 2017 | Approved | |
Batzendev.Tools 2.1.0.0 | 560 | Sunday, December 11, 2016 | Approved | |
Batzendev.Tools 2.0.1.0 | 562 | Tuesday, November 8, 2016 | Approved | |
Batzendev.Tools 2.0.0.0 | 568 | Sunday, November 6, 2016 | Approved | |
Batzendev.Tools 1.0.1.1 | 937 | Sunday, March 23, 2014 | Approved | |
Batzendev.Tools 1.0.1.0 | 581 | Friday, March 14, 2014 | Approved | |
Batzendev.Tools 1.0.0.0 | 552 | Friday, March 14, 2014 | Approved |
Copyright © 2009 - 2025 by Bastian Schmidt
v6.1.0:
- Improved performance
- Fixed a few smaller issues
- Added pause/resume to copy/delete
v6.0.1:
- Fixed plugin overview
v6.0.0:
- Changed from self-contained to single-file application
That means you now have to install .NET 7 to run this application - Fixed a memory leak in disk usage
- Improved overall memory usage and performance
- Added refresh for items in disk usage view
- Added "bdevtools.exe", a commandline version which includes:
- Searching for files
- Disk usage
- Copying directories and files
- Deleting directories and files
- Shell extension for copy and delete (console and UI)
- Added "bdevtools_ui.exe" as a UI app for copy and delete
v5.2.2:
- Fixed a crash when cancelling operations
v5.2.1:
- Fixed a crash when cancelling operations
v5.2.0:
- Text search now starts immediately instead of waiting for all files to be found
- Improved performance for all operations that look for files
- Fixed tree map when display scaling is not at 100%
v5.1.0:
- Added extensions view to disk usage
- Added tree map to disk usage
- Increased performance of disk usage
- Fixed critical file span reader bug
v5.0.1:
- Massively increased performance of disk usage
- Fixed crashes in disk usage
v5.0.0:
- Increased performance
- Added disk usage
- Shell context menu now works for items from different directories
- Fixed cancel in file finder
v4.1.1:
- Fixed theme loading
v4.1.0:
- Increased performance
- Added dedicated file finding
- Replaced AppCenter with manual reporting of issues on GitHub https://github.com/batzen/Batzendev.Tools
- Upgraded to .NET 6
v4.0.0:
- Fixed an issue that caused the current tab to be closed instead of the one the close button was clicked on
- Fixed a crash that occured when grouping results
- Sort order of results is preserved during tab changes
- Added copy options to the context menu of search results
- Increased performance
- Replaced HockeyApp with AppCenter
- Switched to .NET core and made app self contained (that's why the download size is now larger)
-
- dotnet-7.0-desktopruntime (≥ 7.0.3 && < 8.0.0)
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.