File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 7
7
<ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
8
8
<ImplicitUsings >enable</ImplicitUsings >
9
9
<IsTrimmable >true</IsTrimmable >
10
- <RepositoryType >git</RepositoryType >
11
10
<Version >1.23.10207.11121</Version >
12
11
<Copyright >©️ 长沙次元超越科技有限公司. All rights reserved.</Copyright >
13
12
<Company >长沙次元超越科技有限公司</Company >
14
13
<FileVersion >$(Version)</FileVersion >
15
14
<AssemblyVersion >$(Version)</AssemblyVersion >
16
15
<NeutralLanguage >zh-Hans</NeutralLanguage >
17
16
</PropertyGroup >
18
- <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
19
- <AllowedReferenceRelatedFileExtensions >
20
- <!-- Prevent default XML and PDB files copied to output in RELEASE.
21
- Only *.allowedextension files will be included, which doesn't exist in my case.
22
- -->
23
- .allowedextension
24
- </AllowedReferenceRelatedFileExtensions >
25
- <DebugType >none</DebugType >
26
- <DebugSymbols >false</DebugSymbols >
27
- </PropertyGroup >
28
17
<ItemGroup >
29
18
<Compile Include =" ..\AssemblyInfo.cs" >
30
19
<LinkBase >Properties</LinkBase >
Original file line number Diff line number Diff line change 2
2
<PropertyGroup Condition =" '$(Configuration)'=='Release'" >
3
3
<PackageLicenseExpression >MIT</PackageLicenseExpression >
4
4
<PackageProjectUrl >https://github.com/BeyondDimension/SteamClient</PackageProjectUrl >
5
- <RepositoryUrl >https://github.com/BeyondDimension/SteamClient.git</RepositoryUrl >
5
+ <PackageReleaseNotes >$(PackageProjectUrl)/releases</PackageReleaseNotes >
6
+ <RepositoryUrl >$(PackageProjectUrl).git</RepositoryUrl >
6
7
<RepositoryType >git</RepositoryType >
8
+ <RepositoryBranch >main</RepositoryBranch >
7
9
<PublishRepositoryUrl >true</PublishRepositoryUrl >
8
10
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
9
11
<GenerateDocumentationFile >true</GenerateDocumentationFile >
13
15
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
14
16
<IncludeSymbols >true</IncludeSymbols >
15
17
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
18
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
16
19
</PropertyGroup >
20
+ <ItemGroup >
21
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" PrivateAssets =" All" />
22
+ </ItemGroup >
17
23
</Project >
You can’t perform that action at this time.
0 commit comments