Skip to content

Commit

Permalink
Bump SimpleExec from 12.0.0-rc.1 to 12.0.0
Browse files Browse the repository at this point in the history
Bumps [SimpleExec](https://github.com/adamralph/simple-exec) from 12.0.0-rc.1 to 12.0.0.
- [Changelog](https://github.com/adamralph/simple-exec/blob/main/CHANGELOG.md)
- [Commits](adamralph/simple-exec@12.0.0-rc.1...12.0.0)

---
updated-dependencies:
- dependency-name: SimpleExec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and adamralph committed Jan 17, 2024
1 parent 7ea6456 commit 4d204f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MinVerTests.Infra/MinVerTests.Infra.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
<PackageReference Include="SimpleExec" Version="12.0.0-rc.1" />
<PackageReference Include="SimpleExec" Version="12.0.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion targets/Targets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Bullseye" Version="5.0.0" />
<PackageReference Include="SimpleExec" Version="12.0.0-rc.1" />
<PackageReference Include="SimpleExec" Version="12.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4d204f4

Please sign in to comment.