Skip to content

Commit 29dc01e

Browse files
committed
📝 Chore: for publish
1 parent a5ebc17 commit 29dc01e

3 files changed

Lines changed: 53 additions & 0 deletions

File tree

Algorithm.Interop/Algorithm.Interop.csproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
8+
<Authors>Dynesshely</Authors>
9+
<Company>Catrol</Company>
10+
<Description>An Interop Library for Algorithm</Description>
11+
<Copyright>Copyright © Catrol 2022-present. All Rights Reserved.</Copyright>
12+
<PackageProjectUrl>https://github.com/Catrol-org/Algorithm</PackageProjectUrl>
13+
<PackageIcon>icon.png</PackageIcon>
14+
<RepositoryUrl>https://github.com/Catrol-org/Algorithm</RepositoryUrl>
15+
<RepositoryType>git</RepositoryType>
16+
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
17+
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
718
</PropertyGroup>
819

20+
<ItemGroup>
21+
<None Update="icon.png">
22+
<Pack>True</Pack>
23+
<PackagePath>\</PackagePath>
24+
</None>
25+
</ItemGroup>
26+
927
</Project>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project>
6+
<PropertyGroup>
7+
<Configuration>Release</Configuration>
8+
<Platform>Any CPU</Platform>
9+
<PublishDir>publish\linux-x64</PublishDir>
10+
<PublishProtocol>FileSystem</PublishProtocol>
11+
<TargetFramework>net6.0</TargetFramework>
12+
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
13+
<SelfContained>true</SelfContained>
14+
<PublishSingleFile>true</PublishSingleFile>
15+
<PublishTrimmed>false</PublishTrimmed>
16+
</PropertyGroup>
17+
</Project>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project>
6+
<PropertyGroup>
7+
<Configuration>Release</Configuration>
8+
<Platform>Any CPU</Platform>
9+
<PublishDir>publish\win-x64</PublishDir>
10+
<PublishProtocol>FileSystem</PublishProtocol>
11+
<TargetFramework>net6.0</TargetFramework>
12+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
13+
<SelfContained>true</SelfContained>
14+
<PublishSingleFile>true</PublishSingleFile>
15+
<PublishReadyToRun>true</PublishReadyToRun>
16+
<PublishTrimmed>false</PublishTrimmed>
17+
</PropertyGroup>
18+
</Project>

0 commit comments

Comments
 (0)