Skip to content

Commit

Permalink
updated tomware.releasy tool to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasduft committed Dec 20, 2023
1 parent 3517c8d commit f6bbe6e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"tomware.releasy": {
"version": "0.9.0",
"version": "0.10.0",
"commands": [
"releasy"
]
Expand Down
2 changes: 1 addition & 1 deletion build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ await RunTargetsAndExitAsync(
});
}

private static IEnumerable<string> GetFiles(
private static List<string> GetFiles(
string directoryToScan,
string filter
)
Expand Down
9 changes: 9 additions & 0 deletions changelogs/39c8e18c3ff64387b2a0e544e66139b0.cle
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"Id": "39c8e18c-3ff6-4387-b2a0-e544e66139b0",
"IssueId": "",
"Prefix": "Added",
"Tag": "",
"Message": "Added support for net8.0",
"CreatedAt": "2023-12-20T07:30:32.2949058+00:00",
"CreatedBy": "vscode"
}

0 comments on commit f6bbe6e

Please sign in to comment.