Releases: aesalazar/GitDiffMargin
Releases · aesalazar/GitDiffMargin
3.12.5 - Visual Studio 2026 Fix - Take 2
Version 3.12.4 worked but included references to System.Text.Encodings.Web.dll and Microsoft.VisualStudio.Extensibility.Editor.Contracts.dll when the VSIX was rebuilt in the latest VS 2026. This could create problem if installed on an instance of Visual Studio that contained references to those same libraries but different versions of the files. This release updates the project to prevent those files from being copied.
Remember to check its Properties (Right Click -> Properties) to see if it needs to be Unblocked.
3.12.4 - Visual Studio 2026 Fix
This is a quick fix to get it up and running again for Visual Studio 2026. Since the original project has not heard from the owner in 4 years, I figured I would put this up for now to get it working. Just some quick notes:
- This is ONLY tested in Visual Studio 2026.
- Stick with the official version in the Marketplace for Visual Studio 2022 and older.
- This is unsigned since it is not posted to the Marketplace so you will have to clone and recompile if that is a requirement.
- If you get an error launching the installer, check its Properties (Right Click ->
Properties) to see if it needs to be Unblocked. - This has been upgraded from .net 4.6 to 4.8.1.