MSI
WinGet
Git Extensions
Git Extensions Team · 5.1.0.17965 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i GitExtensions-x64-5.1.0.17965-f9e558c2f.msi /quiet /norestart
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{726F278F-6547-43A9-8535-BE5CC7F29F0C}
Product version operator
Greater than or equal to
Product version
5.1.0.17965
MSI Properties
Product Code
{726F278F-6547-43A9-8535-BE5CC7F29F0C}
File Identity
Filename
GitExtensions-x64-5.1.0.17965-f9e558c2f.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
GitExtensionsTeam.GitExtensions
Version
5.1.0.17965
Description
Git Extensions is a graphical user interface for Git that allows you to control Git without using the commandline
License
GNU General Public License v3.0
↗
Homepage
https://gitextensions.github.io/
Installer URL
https://github.com/gitextensions/gitextensions/releases/download/v5.1/GitExtensions-x64-5.1.0.17965-f9e558c2f.msi
Upgrade Behavior
install(Install over existing)
Release Notes
DownloadsRelease Notes Highlights
- Required: .NET 8.0 Desktop Runtime v8.0.10 or later
- Recommended: Git 2.46.0 or later
- Several bugfixes including for diff display in case diff.external is configured for Git
- Allow ^ and .. in manual branch filters
- Improve in-line diff highlight, add anchor markers indicating where text was added / removed
- Add Output tab with the output from interactively run Git commands
- Performance improvements
- UI and usability improvements
What's Changed
- fix:…