Releases: buildcenter/DotNetBuild
Releases · buildcenter/DotNetBuild
v3.15.4212.0: Major upgrade
This is a stable production release.
Change Log
- upstream upgrade
Builderto 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
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
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
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.