Skip to content

Releases: buildcenter/DotNetBuild

v3.15.4212.0: Major upgrade

28 Dec 13:27

Choose a tag to compare

This is a stable production release.

Change Log

  • upstream upgrade Builder to latest version.
  • updated to netcore sdk 2.2
  • bugfixes on csproj templating
  • added net45 and net46 targets
  • default to allow no doc for test projects
  • fixed a bug with no output being produced with xunit
  • fixed a bug with message resource (whitespace handling)
  • fixed a bug with unicode char in assembly info file
  • fixed a bug with autoversion feature not working reliably
  • deprecated dependency on PSJapson for JsonPlus
  • removed some unnecessary files for a smaller package size

v3.7.2048.0: Major upgrade

27 Sep 15:34

Choose a tag to compare

This is a stable production release.

Change Log

  • new options: cslang, disableDefaultDependencyPackages
  • bugfixes on package directory and nuget api handling
  • support for netstandard 1.3, 1.5, 1.6 and 2.0
  • bugfix on windows exe and console exe
  • using an all new TextScript templating engine -- templates are generated much faster now!

v1.3.0: Merged scaffold feature

18 Feb 13:41
808e83e

Choose a tag to compare

Scaffold script is now available. You should be able to setup your local repo from scratch with the classic "wget ... | iex" technique. See readme.md for the low-down.

v1.2.0-alpha: Merged scaffold feature

18 Feb 12:54

Choose a tag to compare

Pre-release

Scaffold script is now available. You should be able to setup your local repo from scratch with the classic "wget ... | iex" technique. See readme.md for the low-down.