Skip to content

Commit 3223fc1

Browse files
committed
Bump version to 0.5.0
1 parent 80a3ee0 commit 3223fc1

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
1010
### Added
1111

12-
- Ability to run multiple scripts in a single call (e.g. `dotnet r build test pack`) ([#10][])
13-
- Support for globbing in script names (e.g `dotnet r test:*` will match `test:unit` and `test:integration`) ([#79][])
12+
- Ability to run multiple scripts in a single call (e.g. `dotnet r build test pack`) ([#10](https://github.com/xt0rted/dotnet-run-script/pull/10))
13+
- Support for globbing in script names (e.g `dotnet r test:*` will match `test:unit` and `test:integration`) ([#79](https://github.com/xt0rted/dotnet-run-script/pull/79
14+
))
1415

1516
### Updated
1617

@@ -55,6 +56,3 @@
5556
- Built-in `env` command to list available environment variables
5657
- Flow parameters after `--` to the running script
5758
- Skip commands that aren't found with the `--if-present` parameter
58-
59-
[#10]: https://github.com/xt0rted/dotnet-run-script/pull/10
60-
[#79]: https://github.com/xt0rted/dotnet-run-script/pull/79

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<PropertyGroup>
17-
<VersionPrefix>0.4.0</VersionPrefix>
17+
<VersionPrefix>0.5.0</VersionPrefix>
1818
<Authors>Brian Surowiec</Authors>
1919
</PropertyGroup>
2020

0 commit comments

Comments
 (0)