Skip to content

Commit 2e445d7

Browse files
committed
misc
1 parent c51ce26 commit 2e445d7

File tree

6 files changed

+5
-14
lines changed

6 files changed

+5
-14
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
PLUGIN_NAME: "ASFEnhance.dll"
1212
PROJECT_NAME2: "ASFEnhance.IPC"
1313
PLUGIN_NAME2: "ASFEnhance.IPC.dll"
14-
DOTNET_SDK_VERSION: 9.0
14+
DOTNET_SDK_VERSION: 10.0
1515

1616
jobs:
1717
build:

ASFEnhance/Event/WebRequest.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -291,13 +291,4 @@ internal static async Task MakeWinterSteamAwardVote(Bot bot, int gameID, int cat
291291
return response?.Content?.Response;
292292
}
293293

294-
internal static async Task<object?> QueryCommunityInventory(Bot bot)
295-
{
296-
var token = bot.AccessToken ?? throw new AccessTokenNullException(bot);
297-
var request = new Uri(SteamApiURL, $"/IQuestService/GetCommunityInventory/v1/?access_token={token}");
298-
299-
var response = await bot.ArchiWebHandler.UrlGetToJsonObjectWithSession<AbstractResponse<QueryRewardItemsResponse>>(request).ConfigureAwait(false);
300-
301-
return response?.Content?.Response;
302-
}
303294
}

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>2.3.14.0</Version>
3+
<Version>2.3.14.1</Version>
44
</PropertyGroup>
55

66
<PropertyGroup>

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Command: `UPDATEPLUGINS stable ASFEnhance`
117117

118118
| ASFEnhance Version | Depended ASF Version | Description |
119119
| ---------------------------------------------------------------------- | :------------------: | ------------------------------------------------------------ |
120-
| [2.3.14.0](https://github.com/chr233/ASFEnhance/releases/tag/2.3.14.0) | 6.3.0.1 | ASF -> 6.3.0.1, .Net 10 |
120+
| [2.3.14.1](https://github.com/chr233/ASFEnhance/releases/tag/2.3.14.1) | 6.3.0.1 | ASF -> 6.3.0.1, .Net 10 |
121121
| [2.3.13.1](https://github.com/chr233/ASFEnhance/releases/tag/2.3.13.1) | 6.2.2.3 | ASF -> 6.2.2.3, 新增 `GETPROFILEMODIFIER` 命令 |
122122
| [2.3.12.0](https://github.com/chr233/ASFEnhance/releases/tag/2.3.12.0) | 6.2.1.2 | ASF -> 6.2.1.2 |
123123
| [2.3.11.0](https://github.com/chr233/ASFEnhance/releases/tag/2.3.11.0) | 6.2.0.5 | ASF -> 6.2.0.5 |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ASFEnhance 介绍 & 使用指南: [https://keylol.com/t804841-1-1](https://keylo
116116

117117
| ASFEnhance 版本 | 适配 ASF 版本 | 更新说明 |
118118
| ---------------------------------------------------------------------- | :-----------: | ------------------------------------------------------------ |
119-
| [2.3.14.0](https://github.com/chr233/ASFEnhance/releases/tag/2.3.14.0) | 6.3.0.1 | ASF -> 6.3.0.1, .Net 10 |
119+
| [2.3.14.1](https://github.com/chr233/ASFEnhance/releases/tag/2.3.14.1) | 6.3.0.1 | ASF -> 6.3.0.1, .Net 10 |
120120
| [2.3.13.1](https://github.com/chr233/ASFEnhance/releases/tag/2.3.13.1) | 6.2.2.3 | ASF -> 6.2.2.3, 新增 `GETPROFILEMODIFIER` 命令 |
121121
| [2.3.12.0](https://github.com/chr233/ASFEnhance/releases/tag/2.3.12.0) | 6.2.1.2 | ASF -> 6.2.1.2 |
122122
| [2.3.11.0](https://github.com/chr233/ASFEnhance/releases/tag/2.3.11.0) | 6.2.0.5 | ASF -> 6.2.0.5 |

README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Command: `UPDATEPLUGINS stable ASFEnhance`
116116

117117
| Версия ASFEnhance | Совместимая версия ASF | Описание |
118118
| ---------------------------------------------------------------------- | :--------------------: | ------------------------------------------------------------ |
119-
| [2.3.14.0](https://github.com/chr233/ASFEnhance/releases/tag/2.3.14.0) | 6.3.0.1 | ASF -> 6.3.0.1, .Net 10 |
119+
| [2.3.14.1](https://github.com/chr233/ASFEnhance/releases/tag/2.3.14.1) | 6.3.0.1 | ASF -> 6.3.0.1, .Net 10 |
120120
| [2.3.13.1](https://github.com/chr233/ASFEnhance/releases/tag/2.3.13.1) | 6.2.2.3 | ASF -> 6.2.2.3, 新增 `GETPROFILEMODIFIER` 命令 |
121121
| [2.3.12.0](https://github.com/chr233/ASFEnhance/releases/tag/2.3.12.0) | 6.2.1.2 | ASF -> 6.2.1.2 |
122122
| [2.3.11.0](https://github.com/chr233/ASFEnhance/releases/tag/2.3.11.0) | 6.2.0.5 | ASF -> 6.2.0.5 |

0 commit comments

Comments
 (0)