Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Aug 1, 2023
1 parent 0b5cb02 commit 5ae9edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [created]
jobs:
release-java:
#if: ${{ false }} # disable for now
if: ${{ false }} # disable for now
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion net/QACover/QACoverReport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<ItemGroup>
<PackageReference Include="PortableCs" Version="2.2.0" />

<PackageReference Include="TdRules" Version="3.5.0.1" />
<PackageReference Include="TdRules" Version="4.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5ae9edb

Please sign in to comment.