Skip to content

v0.6.0

Compare
Choose a tag to compare
@nvarscar nvarscar released this 08 Jan 06:19
d423d55
  • Adding prescripts and postscripts (#91) by @nvarscar


    Two new parameters:

    • PreScriptPath

    • PostScriptPath

    And one new function:

    Update-DBOPackage that will allow to modify some of the package parameters once it's created.

  • Adding return as text switch to Invoke-DBOQuery (#92) by @nvarscar

  • Adding nuget package downloader (#93) by @nvarscar

  • Fixing Set and Reset-DBODefaultSetting on Linux (#94) by @nvarscar


    scope for linux was chosen incorrectly. Now it's chosen dynamically based on OS.

  • Re-introducing Oracle tests (#97) by @nvarscar


    Switching to "/" as a batch separator - this is a breaking change.

    Tests have been updated to support that change.

  • Renaming Install-DBOSqlScript to Install-DBOScript (#98) by @nvarscar

  • Flexible nuget package versioning (#99) by @nvarscar


    Requirements now allow Minimum/Maximum Versions where appropriate, as well as it's possible to target a specific .net framework