Skip to content

Commit e22baf1

Browse files
committed
Added Icon
1 parent b64d4d6 commit e22baf1

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

PapyrusCs/PapyrusCs.csproj

+19-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
6-
<Authors>Markus Jungnickel</Authors>
6+
<Authors>ModifiedCommand</Authors>
77
<Company />
88
<AssemblyVersion>0.5.2.0</AssemblyVersion>
9-
<FileVersion>0.5.0.0</FileVersion>
10-
<Version>0.5.2</Version>
9+
<FileVersion>0.6.7</FileVersion>
10+
<Version>0.6.7</Version>
1111
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
12-
<PackageProjectUrl>https://github.com/mjungnickel18</PackageProjectUrl>
12+
<PackageProjectUrl>https://github.com/ModifiedCommand/PapyrusCS</PackageProjectUrl>
13+
<ApplicationIcon>icon.ico</ApplicationIcon>
14+
<Copyright>ModifiedCommand</Copyright>
15+
<PackageReadmeFile>readme.md</PackageReadmeFile>
16+
<RepositoryUrl>https://github.com/ModifiedCommand/PapyrusCS</RepositoryUrl>
1317
</PropertyGroup>
1418

1519
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -18,6 +22,17 @@
1822
<DebugSymbols>true</DebugSymbols>
1923
</PropertyGroup>
2024

25+
<ItemGroup>
26+
<Content Include="icon.ico" />
27+
</ItemGroup>
28+
29+
<ItemGroup>
30+
<None Include="..\readme.md">
31+
<Pack>True</Pack>
32+
<PackagePath>\</PackagePath>
33+
</None>
34+
</ItemGroup>
35+
2136
<ItemGroup>
2237
<PackageReference Include="CommandLineParser" Version="2.7.82" />
2338
<PackageReference Include="Crc32.NET" Version="1.2.0" />

PapyrusCs/icon.ico

64.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)