Skip to content
Codeblack edited this page May 25, 2017 · 15 revisions

2.1.1

  • Add script for promoting the package on nuget.org.

2.1.0

  • Change default format for .NET, when SemVer is provided, to '#.#.#.B'

2.0.0

  • Updated for task-based builds

1.5.0

  • Add versioning of dependencies in nuspec-files

1.4.0

  • Add Invoke-Release; to trigger a release in Release Management

1.3.2

  • Fix Invoke-SonarRunner: actually use the SonarPropertiesFileName parameter

1.3.1

  • Fix Update-Version: allow an explicit version to use symbols and reference the version in the build-number

1.3.0

  • Add New-NuGetPackages; to create NuGet (or Chocolatey) packages
  • Add Push-NuGetPackages; to publish NuGet (or Chocolatey) packages

1.2.1

  • Fixed package versioning; NuGet does not fully support SemVer

1.2.0

  • Add package-versioning (nuspec) to Update-Version

1.1.0

  • Add Invoke-SonarRunner; to run sonar-analysis (see SonarQube)
  • Add Remove-BOM; to remove the BOM (Byte Order Mark) from source-files, which is required for some of the tools used by the sonar-runner
  • Add PostBuild script; to be executed during the post-build phase of the build-process (calls Remove-BOM and Invoke-SonarRunner)

1.0.0

  • Added Update-Version function; to update version-attributes in the code before building
  • Added PreBuild script; to be executed during the pre-build phase of the build-process (calls Update-Version)
  • Added installation instructions
  • Added NuGet-package