Skip to content

Commit 21223a8

Browse files
committed
build: bump LibGit2Sharp to preview for M1 compatibility (#49)
fixes #49
1 parent 9fcaa31 commit 21223a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8686
8787
* Took audit fields off of DTO
8888

89+
* Bumped LibGit2Sharp to preview for M1 compatibility
90+
8991
### Fixed
9092

9193
* Batch endpoint route updated to `batch` along with a functional testing route

Craftsman/Craftsman.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageReference Include="FluentValidation" Version="10.3.0" />
3030
<PackageReference Include="FluentValidation.AspNetCore" Version="10.3.0" />
3131
<PackageReference Include="Humanizer.Core" Version="2.13.14" />
32-
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
32+
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-0175" />
3333
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
3434
<PackageReference Include="RestSharp" Version="106.12.0" />
3535
<PackageReference Include="Spectre.Console" Version="0.41.0" />

0 commit comments

Comments
 (0)