Skip to content

Commit

Permalink
Bump Proc from 0.8.1 to 0.8.2 (#822)
Browse files Browse the repository at this point in the history
* Bump Proc from 0.8.1 to 0.8.2

Bumps [Proc](https://github.com/nullean/proc) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/nullean/proc/releases)
- [Commits](nullean/proc@0.8.1...0.8.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Oct 7, 2024
1 parent 08557e9 commit bc6a520
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `Fake.IO.Zip` from 6.1.0 to 6.1.3
- Bumps `Fake.Tools.Git` from 6.1.0 to 6.1.3
- Bumps `CSharpier.Core` from 0.29.1 to 0.29.2
- Bumps `Proc` from 0.8.1 to 0.8.2

## [1.8.0]
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

</PropertyGroup>
<ItemGroup>
<PackageReference Include="Proc" Version="0.8.1" />
<PackageReference Include="Proc" Version="0.8.2" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/scripts.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="Proc" Version="0.8.1" />
<PackageReference Include="Proc" Version="0.8.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion tests/Tests.Core/Tests.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
<PackageReference Include="FluentAssertions" Version="6.12.1" />

<PackageReference Include="DiffPlex" Version="1.7.2" />
<PackageReference Include="Proc" Version="0.8.1" />
<PackageReference Include="Proc" Version="0.8.2" />
</ItemGroup>
</Project>

0 comments on commit bc6a520

Please sign in to comment.