|
1 |
| -# Release notes for v0.5.8: |
2 |
| -- ### Adding prescripts and postscripts (#91) by @nvarscar |
3 |
| - ------ |
4 |
| - Two new parameters: |
5 |
| - - PreScriptPath |
6 |
| - - PostScriptPath |
7 |
| - |
8 |
| - And one new function: |
9 |
| - Update-DBOPackage that will allow to modify some of the package parameters once it's created. |
10 |
| -- ### Adding return as text switch to Invoke-DBOQuery (#92) by @nvarscar |
11 |
| -- ### Adding nuget package downloader (#93) by @nvarscar |
12 |
| -- ### Fixing Set and Reset-DBODefaultSetting on Linux (#94) by @nvarscar |
13 |
| - ------ |
14 |
| - scope for linux was chosen incorrectly. Now it's chosen dynamically based on OS. |
15 |
| -- ### Re-introducing Oracle tests (#97) by @nvarscar |
16 |
| - ------ |
17 |
| - Switching to "/" as a batch separator - this is a breaking change. |
18 |
| - Tests have been updated to support that change. |
19 |
| - |
20 |
| -- ### Renaming Install-DBOSqlScript to Install-DBOScript (#98) by @nvarscar |
21 |
| -- ### Flexible nuget package versioning (#99) by @nvarscar |
22 |
| - ------ |
23 |
| - Requirements now allow Minimum/Maximum Versions where appropriate, as well as it's possible to target a specific .net framework |
| 1 | +# Release notes for v0.6.0: |
| 2 | +- ### Adding prescripts and postscripts (#91) by @nvarscar |
| 3 | + ------ |
| 4 | + Two new parameters: |
| 5 | + |
| 6 | + - PreScriptPath |
| 7 | + |
| 8 | + - PostScriptPath |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + And one new function: |
| 13 | + |
| 14 | + Update-DBOPackage that will allow to modify some of the package parameters once it's created. |
| 15 | +- ### Adding return as text switch to Invoke-DBOQuery (#92) by @nvarscar |
| 16 | +- ### Adding nuget package downloader (#93) by @nvarscar |
| 17 | +- ### Fixing Set and Reset-DBODefaultSetting on Linux (#94) by @nvarscar |
| 18 | + ------ |
| 19 | + scope for linux was chosen incorrectly. Now it's chosen dynamically based on OS. |
| 20 | +- ### Re-introducing Oracle tests (#97) by @nvarscar |
| 21 | + ------ |
| 22 | + Switching to "/" as a batch separator - this is a breaking change. |
| 23 | + |
| 24 | + Tests have been updated to support that change. |
| 25 | + |
| 26 | + |
| 27 | +- ### Renaming Install-DBOSqlScript to Install-DBOScript (#98) by @nvarscar |
| 28 | +- ### Flexible nuget package versioning (#99) by @nvarscar |
| 29 | + ------ |
| 30 | + Requirements now allow Minimum/Maximum Versions where appropriate, as well as it's possible to target a specific .net framework |
0 commit comments