Skip to content

Commit

Permalink
[Dependencies] Updating LibGit2Sharp (Build Infrastructure) to 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Dec 3, 2024
1 parent 54448eb commit f6b647a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated NSubstitute.Analyzers.CSharp to 1.0.17
- Dependencies - Updated TeamCity.VSTest.TestAdapter to 1.0.40
- Dependencies - Updated coverlet to 6.0.2
- Dependencies - Updated LibGit2Sharp to 0.30.0
- Dependencies - Updated Credfeto.Enumeration.Source.Generation to 1.1.5.315
- Dependencies - Updated SmartAnalyzers.CSharpExtensions.Annotations to 4.2.11
- Dependencies - Updated CSharpIsNullAnalyzer to 0.1.593
Expand All @@ -37,6 +36,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated Credfeto.Version.Information.Generator to 1.0.25.170
- Dependencies - Updated Credfeto.Extensions.Linq to 1.0.49.542
- Dependencies - Updated Credfeto.Enumeration to 1.2.39.744
- Dependencies - Updated LibGit2Sharp to 0.31.0
### Removed
### Deployment Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Credfeto.Extensions.Linq" Version="1.0.49.542" />
<PackageReference Include="LibGit2Sharp" Version="0.30.0" />
<PackageReference Include="LibGit2Sharp" Version="0.31.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</PropertyGroup>
<Import Project="$(SolutionDir)FunFair.props" />
<ItemGroup>
<PackageReference Include="LibGit2Sharp" Version="0.30.0" />
<PackageReference Include="LibGit2Sharp" Version="0.31.0" />
<PackageReference Include="NuGet.Versioning" Version="6.12.1" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit f6b647a

Please sign in to comment.