Skip to content

Commit

Permalink
Bump version to 5.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed Jan 24, 2022
1 parent edf5c34 commit 70ec293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"fake-cli": {
"version": "5.21.0-alpha004",
"version": "1.0.0-1",
"commands": [
"fake"
]
Expand Down

3 comments on commit 70ec293

@charlieturndorf
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @matthid, was the fake-cli version supposed to be 1.0.0-1?

@matthid
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @yazeedobaid this looks like an automatic commit? I don't remember doing things five days ago :D

@charlieturndorf thanks for the hint

@yazeedobaid
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@matthid I saw it before in the previous release and I thought it was by you.
I try to update the fake dotnet tool in the repository after each release but seems this is reverting the changes somehow.

Please sign in to comment.