We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf341be commit 0ec8bddCopy full SHA for 0ec8bdd
1 file changed
src/parsley/Parsley.csproj
@@ -23,11 +23,22 @@
23
<PackageReleaseNotes>v1.0 - Targets .Net9.0
24
* Includes core functionality for parsing delimiter separated files.</PackageReleaseNotes>
25
<Version>1.0.0</Version>
26
- <ApplicationIcon>ninja-icon-16.png</ApplicationIcon>
+ <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
27
</PropertyGroup>
28
29
<ItemGroup>
30
- <Content Include="ninja-icon-16.png" />
+ <None Include="..\..\Images\ninja-icon-16.png">
31
+ <Pack>True</Pack>
32
+ <PackagePath>\</PackagePath>
33
+ </None>
34
+ <None Include="..\..\LICENSE">
35
36
37
38
+ <None Include="..\..\README.md">
39
40
41
42
</ItemGroup>
43
44
0 commit comments