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