Releases: HangfireIO/Hangfire.Build
Releases · HangfireIO/Hangfire.Build
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
Release Notes
- Added – Add the
Sign-ArchiveContents
cmdlet to common functions for signing with SignPath. - Changed – Don't require 7-Zip executable for creating archives, use
Compress-Archive
. - Fixed – Correctly pass exit code on build script errors to ensure build itself is failed.
- Project – Enable required signature verification for NuGet packages via
NuGet.config
file. - Project – Sign NuGet package and their contents on build with a company certificate.
0.3.2
0.3.1
0.3.0
Release Notes
- Added –
Collect-Localizations
cmdlet for collecting satellite assemblies during the build. - Changed – Update
NuGet.exe
to the latest version 6.8.0. - Changed – Remove the
Restore
step, since with the newdotnet
toolchain it's performed automatically. - Changed – Switch to using the
dotnet
command instead of themsbuild
one. - Changed – Replace implementation for the
Create-Package
cmdlet to enable source link setup. - Changed – Replace the
Merge-Assembly
cmdlet with theRepack-Assembly
one based onILRepack
. - Changed – Replace path separators with nix-friendly ones, just in case.
- Changed – Get rid of
$solution
,$solution_path
and other unnecessary variables.