Skip to content

Commit c634903

Browse files
committed
🧹 Clean up project and solution files
1 parent aea7ffa commit c634903

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

CubicBot.Telegram/CubicBot.Telegram.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,20 @@
88
<ImplicitUsings>enable</ImplicitUsings>
99
<IsAotCompatible>true</IsAotCompatible>
1010
<PackageId>CubicBot.Telegram</PackageId>
11-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
11+
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1212
<PackageProjectUrl>https://github.com/database64128/CubicBot</PackageProjectUrl>
1313
<Product>Cubic Telegram Bot</Product>
1414
<RepositoryType>Public</RepositoryType>
1515
<RepositoryUrl>https://github.com/database64128/CubicBot</RepositoryUrl>
1616
<TargetFramework>net10.0</TargetFramework>
1717
<Version>1.2.0</Version>
18+
<PackageReadmeFile>README.md</PackageReadmeFile>
1819
</PropertyGroup>
1920

2021
<ItemGroup>
21-
<None Include="..\LICENSE">
22+
<None Include="..\README.md">
2223
<Pack>True</Pack>
23-
<PackagePath></PackagePath>
24+
<PackagePath>\</PackagePath>
2425
</None>
2526
</ItemGroup>
2627

CubicBot.slnx

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
<Solution>
2-
<Folder Name="/.github/" />
3-
<Folder Name="/.github/workflows/">
2+
<Folder Name="/Solution Items/">
3+
<File Path=".gitignore" />
4+
<File Path="LICENSE" />
5+
<File Path="nuget.config" />
6+
<File Path="README.md" />
7+
<File Path="renovate.json" />
8+
</Folder>
9+
<Folder Name="/Solution Items/.github/" />
10+
<Folder Name="/Solution Items/.github/workflows/">
411
<File Path=".github/workflows/build.yml" />
512
<File Path=".github/workflows/release.yml" />
613
</Folder>
7-
<Folder Name="/systemd/" />
8-
<Folder Name="/systemd/system/">
14+
<Folder Name="/Solution Items/systemd/" />
15+
<Folder Name="/Solution Items/systemd/system/">
916
<File Path="systemd/system/cubic-bot-telegram.service" />
1017
</Folder>
11-
<Folder Name="/systemd/user/">
18+
<Folder Name="/Solution Items/systemd/user/">
1219
<File Path="systemd/user/cubic-bot-telegram.service" />
1320
</Folder>
1421
<Project Path="CubicBot.Telegram.App/CubicBot.Telegram.App.csproj" />

0 commit comments

Comments
 (0)