Skip to content

Commit ccb14ec

Browse files
committed
v2.6.6
1 parent b006702 commit ccb14ec

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

packaging/build-osx-app.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ emit_plist() {
3333
<key>CFBundleIdentifier</key>
3434
<string>net.steampp.app</string>
3535
<key>CFBundleShortVersionString</key>
36-
<string>2.6.5</string>
36+
<string>2.6.6</string>
3737
<key>CFBundleVersion</key>
38-
<string>2.6.5.0</string>
38+
<string>2.6.6.0</string>
3939
<key>LSMinimumSystemVersion</key>
4040
<string>10.14</string>
4141
<key>CFBundleDevelopmentRegion</key>

release-template.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
- .nupkg 文件可使用解压工具打开或解压,找到此文件复制即可
5151

5252
[![steampp.net](https://img.shields.io/badge/WebSite-steampp.net-brightgreen.svg?style=flat-square&color=61dafb)](https://steampp.net)
53-
[![Steam++ v2.6.5](https://img.shields.io/badge/Steam++-v2.6.5-brightgreen.svg?style=flat-square&color=512bd4)]()
53+
[![Steam++ v2.6.6](https://img.shields.io/badge/Steam++-v2.6.6-brightgreen.svg?style=flat-square&color=512bd4)]()
5454

5555

5656
##### [不知道该下载哪个文件?](./download-guide.md)
@@ -59,21 +59,21 @@
5959
### 文件校验
6060
| File | Checksum (SHA256) |
6161
| ---- | ---- |
62-
| Steam++_win_x64_v2.6.5.7z | SHA256 |
63-
| Steam++_win_x64_fde_v2.6.5.7z | SHA256 |
62+
| Steam++_win_x64_v2.6.6.7z | SHA256 |
63+
| Steam++_win_x64_fde_v2.6.6.7z | SHA256 |
6464
| | |
65-
| Steam++_win_x64_v2.6.5.exe | SHA256 |
66-
| Steam++_win_x64_fde_v2.6.5.exe | SHA256 |
65+
| Steam++_win_x64_v2.6.6.exe | SHA256 |
66+
| Steam++_win_x64_fde_v2.6.6.exe | SHA256 |
6767
| | |
68-
| Steam++_linux_x64_v2.6.5.7z | SHA256 |
69-
| Steam++_linux_arm64_v2.6.5.7z | SHA256 |
68+
| Steam++_linux_x64_v2.6.6.7z | SHA256 |
69+
| Steam++_linux_arm64_v2.6.6.7z | SHA256 |
7070
| | |
71-
| Steam++_linux_x64_v2.6.5.deb | SHA256 |
72-
| Steam++_linux_arm64_v2.6.5.deb | SHA256 |
71+
| Steam++_linux_x64_v2.6.6.deb | SHA256 |
72+
| Steam++_linux_arm64_v2.6.6.deb | SHA256 |
7373
| | |
74-
| Steam++_linux_x64_v2.6.5.rpm | SHA256 |
75-
| Steam++_linux_arm64_v2.6.5.rpm | SHA256 |
74+
| Steam++_linux_x64_v2.6.6.rpm | SHA256 |
75+
| Steam++_linux_arm64_v2.6.6.rpm | SHA256 |
7676
| | |
77-
| Steam++_macos_x64_v2.6.5.dmg | SHA256 |
77+
| Steam++_macos_x64_v2.6.6.dmg | SHA256 |
7878
| | |
79-
| Steam++_android_v2.6.5.apk | SHA256 |
79+
| Steam++_android_v2.6.6.apk | SHA256 |

src/Common.CoreLib/Properties/ThisAssembly.Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ static partial class ThisAssembly
1212
/// <item> macOS:\packaging\build-osx-app.sh &lt;CFBundleVersion&gt; &lt;CFBundleShortVersionString&gt; </item>
1313
/// </list>
1414
/// </summary>
15-
public const string Version = "2.6.5.1";
15+
public const string Version = "2.6.6";
1616

1717
//public const string InfoVersion = Version + "-beta";
1818
}

src/ST.Client.Mobile.Droid.App/Properties/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="20220206" android:versionName="2.6.5" package="net.steampp.app" android:installLocation="auto">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="20220206" android:versionName="2.6.6" package="net.steampp.app" android:installLocation="auto">
33
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31" />
44
<application android:fullBackupContent="@xml/auto_backup_rules"></application>
55
<!-- Required for API Level 30 to make sure the app can detect browsers and other apps where communication is needed.-->

0 commit comments

Comments
 (0)