From 30d5f1415e47b82f8e2434945556a42826523872 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 1 Apr 2024 09:29:04 +0800 Subject: [PATCH] version: Release 8.6 --- README.md | 4 ++++ build/resources/App.plist | 4 ++-- src/SourceGit/SourceGit.csproj | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c51ee0d8..21236fe0 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ Opensource Git GUI client. You can download the latest stable from [Releases](https://github.com/sourcegit-scm/sourcegit/releases/latest) or download workflow artifacts from [Github Actions](https://github.com/sourcegit-scm/sourcegit/actions) to try this app based on each commits. +For **Windows** users: + +**MSYS Git is NOT supported**. Please use official [Git for Windows](https://git-scm.com/download/win) instead. + For **macOS** users: * Download `SourceGit.osx-x64.zip` or `SourceGit.osx-arm64.zip` from Releases. `x64` for Intel and `arm64` for Apple Silicon. diff --git a/build/resources/App.plist b/build/resources/App.plist index 7d08956c..07ac6e58 100644 --- a/build/resources/App.plist +++ b/build/resources/App.plist @@ -9,7 +9,7 @@ CFBundleName SourceGit CFBundleVersion - 8.5.0 + 8.6.0 LSMinimumSystemVersion 10.12 CFBundleExecutable @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 8.5 + 8.6 NSHighResolutionCapable diff --git a/src/SourceGit/SourceGit.csproj b/src/SourceGit/SourceGit.csproj index 8a1b5a45..31dc7343 100644 --- a/src/SourceGit/SourceGit.csproj +++ b/src/SourceGit/SourceGit.csproj @@ -5,7 +5,7 @@ true App.manifest App.ico - 8.5 + 8.6 false true true