Skip to content

0.3.0

Compare
Choose a tag to compare
@odinserj odinserj released this 22 Jan 09:52
· 38 commits to main since this release
v0.3.0
ad465d2

Release Notes

  • AddedCollect-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 new dotnet toolchain it's performed automatically.
  • Changed – Switch to using the dotnet command instead of the msbuild one.
  • Changed – Replace implementation for the Create-Package cmdlet to enable source link setup.
  • Changed – Replace the Merge-Assembly cmdlet with the Repack-Assembly one based on ILRepack.
  • Changed – Replace path separators with nix-friendly ones, just in case.
  • Changed – Get rid of $solution, $solution_path and other unnecessary variables.