Skip to content

Commit

Permalink
chore(release): cut the 0.41.4 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot authored and ostridm committed Jun 13, 2024
1 parent d7dce84 commit c9c79d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/composite/net/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ runs:
with:
dotnet-version: 6.x.x

- name: Install dotnet-format
if: runner.os == 'Windows'
run: dotnet tool install -g dotnet-format

- name: Dependency Caching
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>0.41.3</Version>
<Version>0.41.4</Version>
<LangVersion>10</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit c9c79d8

Please sign in to comment.