Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

v0.7.0b

Latest
Compare
Choose a tag to compare
@notpeelz notpeelz released this 10 Apr 01:00

Notable changes

  • Changed license from GNU-GPLv2 to Apache 2.0 053f5cd
  • Added support for .NETStandard 1.5 and 1.6 2be12f1
  • Added support for multi-target frameworks (.NETFramework,Version=4.5.x and .NETFramework,Version=4.6.x) 2be12f1
  • Renamed the PowerShell flavor to Simple ca0209b
  • Added support for the plus sign prefix (+) under the Simple flavor 989a51d
  • Removed no-repeated prefix constraint from the Simple flavor 0ab088b

Bug fixes

  • Fixed a premature regexp invalidation that would cause values starting with // (e.g. //hostname:80) to be discarded under the Windows flavor. Hyphens under the POSIX flavor were affected likewise. c7b968b