File tree 2 files changed +19
-4
lines changed
2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
- <Authors >Markus Jungnickel </Authors >
6
+ <Authors >ModifiedCommand </Authors >
7
7
<Company />
8
8
<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 >
11
11
<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 >
13
17
</PropertyGroup >
14
18
15
19
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
18
22
<DebugSymbols >true</DebugSymbols >
19
23
</PropertyGroup >
20
24
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
+
21
36
<ItemGroup >
22
37
<PackageReference Include =" CommandLineParser" Version =" 2.7.82" />
23
38
<PackageReference Include =" Crc32.NET" Version =" 1.2.0" />
You can’t perform that action at this time.
0 commit comments