NetBeauty2 is a packaging and cleanup tool for .NET Framework and .NET Core applications that organizes runtime files and dependencies into a dedicated subdirectory. Its main purpose is to make published application folders cleaner, easier to browse, and easier to ship. The tool supports .NET Framework, .NET Core 3.0 and later, and multiple deployment models, including framework-dependent, self-contained, and framework-dependent executable outputs. It can reduce file clutter by moving libraries into a configurable folder and by hiding selected runtime files on Windows. Developers can use it through a NuGet package, a binary application, or a .NET global tool. It is especially useful for desktop software, suites, and distributable apps where a tidy file structure improves the final user experience.
Features
- .NET Framework and .NET Core support
- Framework-dependent and self-contained deployment support
- Dependency relocation into dedicated folders
- Configurable library directory structure
- Optional Windows file hiding
- NuGet, binary, and global tool usage