Skip to content

Commit 30d5f14

Browse files
committed
version: Release 8.6
1 parent d89a00e commit 30d5f14

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Opensource Git GUI client.
3434

3535
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.
3636

37+
For **Windows** users:
38+
39+
**MSYS Git is NOT supported**. Please use official [Git for Windows](https://git-scm.com/download/win) instead.
40+
3741
For **macOS** users:
3842

3943
* Download `SourceGit.osx-x64.zip` or `SourceGit.osx-arm64.zip` from Releases. `x64` for Intel and `arm64` for Apple Silicon.

build/resources/App.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleName</key>
1010
<string>SourceGit</string>
1111
<key>CFBundleVersion</key>
12-
<string>8.5.0</string>
12+
<string>8.6.0</string>
1313
<key>LSMinimumSystemVersion</key>
1414
<string>10.12</string>
1515
<key>CFBundleExecutable</key>
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>8.5</string>
22+
<string>8.6</string>
2323
<key>NSHighResolutionCapable</key>
2424
<true/>
2525
</dict>

src/SourceGit/SourceGit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
66
<ApplicationManifest>App.manifest</ApplicationManifest>
77
<ApplicationIcon>App.ico</ApplicationIcon>
8-
<Version>8.5</Version>
8+
<Version>8.6</Version>
99
<BuiltInComInteropSupport>false</BuiltInComInteropSupport>
1010
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
1111
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>

0 commit comments

Comments
 (0)