Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 1e1138d

Browse files
committed
ASF-》 6.0.6.4
1 parent 91ec993 commit 1e1138d

File tree

6 files changed

+16
-257
lines changed

6 files changed

+16
-257
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
PROJECT_NAME: "ASFOAuth"
1010
REPO_NAME: "ASFOAuth"
11-
DOTNET_SDK_VERSION: 7.0.x
11+
DOTNET_SDK_VERSION: 8.0.x
1212

1313
jobs:
1414
build:
@@ -21,12 +21,12 @@ jobs:
2121

2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3.1.0
24+
uses: actions/checkout@v4.1.7
2525
with:
2626
submodules: recursive
2727

2828
- name: Setup .NET Core
29-
uses: actions/setup-dotnet@v3.0.3
29+
uses: actions/setup-dotnet@v4.0.1
3030
with:
3131
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
3232

@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Upload ${{ env.PROJECT_NAME }} ${{ matrix.language }}
5454
continue-on-error: true
55-
uses: actions/upload-artifact@v3.1.1
55+
uses: actions/upload-artifact@v4.3.6
5656
with:
5757
name: ${{ env.PROJECT_NAME }}-${{ matrix.language }}.zip
5858
path: ./dist/${{ env.PROJECT_NAME }}-${{ matrix.language }}.zip
@@ -63,16 +63,16 @@ jobs:
6363

6464
steps:
6565
- name: Checkout code
66-
uses: actions/checkout@v3.1.0
66+
uses: actions/checkout@v4.1.7
6767

6868
- name: Download ${{ env.PROJECT_NAME }}-zh-Hans artifact from windows-latest
69-
uses: actions/download-artifact@v3.0.1
69+
uses: actions/download-artifact@v4.1.8
7070
with:
7171
name: ${{ env.PROJECT_NAME }}-zh-Hans.zip
7272
path: out
7373

7474
- name: Download ${{ env.PROJECT_NAME }}-en-US artifact from windows-latest
75-
uses: actions/download-artifact@v3.0.1
75+
uses: actions/download-artifact@v4.1.8
7676
with:
7777
name: ${{ env.PROJECT_NAME }}-en-US.zip
7878
path: out
@@ -84,7 +84,7 @@ jobs:
8484
# path: out
8585

8686
- name: Create ${{ env.PROJECT_NAME }} GitHub release
87-
uses: ncipollo/release-action@v1.12.0
87+
uses: ncipollo/release-action@v1.14.0
8888
with:
8989
artifacts: "out/*"
9090
makeLatest: false

ASFOAuth/ASFOAuth.csproj

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,13 @@
1414
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" />
1515
<PackageReference Include="System.Composition.AttributedModel" />
1616
<PackageReference Include="System.Linq.Async" IncludeAssets="compile" />
17+
<PackageReference Include="Microsoft.CodeAnalysis.ResxSourceGenerator" PrivateAssets="all" />
1718
</ItemGroup>
1819

1920
<ItemGroup>
2021
<None Include="..\.editorconfig" Link=".editorconfig" />
2122
</ItemGroup>
22-
23-
<ItemGroup>
24-
<EmbeddedResource Update="Localization\Langs.resx">
25-
<Generator>ResXFileCodeGenerator</Generator>
26-
<LastGenOutput>Langs.Designer.cs</LastGenOutput>
27-
</EmbeddedResource>
28-
</ItemGroup>
29-
23+
3024
<ItemGroup>
3125
<Using Include="ASFOAuth.Localization" />
3226
<Using Include="ASFOAuth.Utils">
@@ -35,11 +29,7 @@
3529
</ItemGroup>
3630

3731
<ItemGroup>
38-
<Compile Update="Localization\Langs.Designer.cs">
39-
<DesignTime>True</DesignTime>
40-
<AutoGen>True</AutoGen>
41-
<DependentUpon>Langs.resx</DependentUpon>
42-
</Compile>
32+
<EmbeddedResource Update="Localization\Langs.resx" EmitFormatMethods="true" Public="false"/>
4333
</ItemGroup>
4434

4535
<Target Name="PostBuild" AfterTargets="PostBuildEvent">

ASFOAuth/Localization/Langs.Designer.cs

Lines changed: 0 additions & 234 deletions
This file was deleted.

ArchiSteamFarm

Submodule ArchiSteamFarm updated 103 files

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>1.4.1.0</Version>
3+
<Version>1.5.0.0</Version>
44
</PropertyGroup>
55

66
<PropertyGroup>

Directory.Packages.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
<Project>
22
<Import Project="ArchiSteamFarm/Directory.Packages.props" />
3+
<ItemGroup>
4+
<PackageVersion Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1" />
5+
</ItemGroup>
36
</Project>

0 commit comments

Comments
 (0)