From 8010af7e18a9644ec2be8b2222bebeca963c3224 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sun, 10 Oct 2021 20:57:18 -0500 Subject: [PATCH] fix: libgit2sharp pdb file no longer bundled with exe Applies to Windows only. No `PackageReference` explicitly changed since it's already using wildcard version. So the next release will naturally have the fix. But it's worth pointing out in the changelog. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 457ce1fd..8c08a91d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### FIXED + +- libgit2sharp PDB is no longer required with trash.exe on Windows. + ## [1.6.3] - 2021-07-31 ### FIXED