Skip to content

Commit

Permalink
Bump Proc from 0.6.1 to 0.6.2
Browse files Browse the repository at this point in the history
Bumps [Proc](https://github.com/nullean/proc) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/nullean/proc/releases)
- [Commits](nullean/proc@0.6.1...0.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 3, 2023
1 parent f86fbd5 commit 87113e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -13,7 +13,7 @@

</PropertyGroup>
<ItemGroup>
<PackageReference Include="Proc" Version="0.6.1" />
<PackageReference Include="Proc" Version="0.6.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="6.1.0" />
<PackageReference Include="Proc" Version="0.6.1" />
<PackageReference Include="Proc" Version="0.6.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.10.0" />

<PackageReference Include="DiffPlex" Version="1.7.1" />
<PackageReference Include="Proc" Version="0.6.1" />
<PackageReference Include="Proc" Version="0.6.2" />
</ItemGroup>
</Project>

0 comments on commit 87113e4

Please sign in to comment.