Skip to content

Releases: eduherminio/dotnet-combine

v0.4.0

18 Dec 19:05
Compare
Choose a tag to compare

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

23 Mar 13:28
Compare
Choose a tag to compare
  • Add .json as default extension for dotnet-combine zip (#63)

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Nov 18:40
Compare
Choose a tag to compare

Migrate to .NET 6, dropping .NET 5 support.

v0.1.0

01 Dec 20:48
Compare
Choose a tag to compare

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

23 Nov 17:49
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release
v0.1.0-alpha.1