Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/xunit-2.6.6
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia authored Jan 22, 2024
2 parents fa7e1a5 + e1ecb38 commit db5ecc6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `Bogus` from 34.0.2 to 35.3.0
- Bumps `Octokit` from 9.0.0 to 9.1.0
- Bumps `FSharp.Core` from 8.0.100 to 8.0.101
- Bumps `Proc` from 0.6.2 to 0.8.0
- Bumps `Proc` from 0.6.2 to 0.8.1

## [1.6.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.0" />
<PackageReference Include="Proc" Version="0.8.1" />
<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 @@ -44,6 +44,6 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

<PackageReference Include="Octokit" Version="9.1.0" />
<PackageReference Include="Proc" Version="0.8.0" />
<PackageReference Include="Proc" Version="0.8.1" />
</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.0" />

<PackageReference Include="DiffPlex" Version="1.7.1" />
<PackageReference Include="Proc" Version="0.8.0" />
<PackageReference Include="Proc" Version="0.8.1" />
</ItemGroup>
</Project>

0 comments on commit db5ecc6

Please sign in to comment.