Releases: eduherminio/dotnet-combine
Releases · eduherminio/dotnet-combine
v0.4.0
single-file
command:
- File scoped namespaces support (#93)
--format
option, especially useful for those file scoped namespaces (#93)- Unify file output cross-OS, using '/' as path separator (#94)
- 🐛 Exclude output files from input (#94)
- 🐛 Missing preprocessor directives at the end of the file (#97)
- 🐛 Missing preprocessor directives at the beginning of the file (#99)
zip
command:
.json
files are included by default (#88)
Full Changelog: v0.3.0...v0.4.0
v0.3.0
- Add .json as default extension for
dotnet-combine zip
(#63)
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Migrate to .NET 6, dropping .NET 5 support.
v0.1.0
First stable version of dotnet-combine
.
The tool is composed by:
dotnet-combine single-file
, inspired by TomKirby/CGCompactor, which allows you to combine multiple C# files into a single, valid one.dotnet-combine zip
, which allows you to created zip file based on file extensions and paths.
More details can found in the README.
v0.1.0-alpha.1
v0.1.0-alpha.1