Skip to content

Commit 27b9d40

Browse files
fixed build properties
1 parent d54a2ed commit 27b9d40

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Directory.Build.props

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageReadmeFile>README.md</PackageReadmeFile>
2323
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2424
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
25-
<PackageIcon>assets/icon.png</PackageIcon>
25+
<PackageIcon>icon.png</PackageIcon>
2626
<PackageReleaseNotes>https://github.com/Stillpoint-Software/Hyperbee.Expressions/releases/latest</PackageReleaseNotes>
2727
<RepositoryUrl>https://github.com/Stillpoint-Software/Hyperbee.Expressions</RepositoryUrl>
2828
<RepositoryType>git</RepositoryType>
@@ -33,16 +33,18 @@
3333
<ItemGroup Condition="'$(IsPackable)' == 'true'">
3434
<None Include="$(MSBuildThisFileDirectory)README.md"
3535
Pack="true"
36-
PackagePath="\"
37-
Link="README.md" />
36+
PackagePath=""
37+
Link="README.md" />
3838

3939
<None Include="$(MSBuildThisFileDirectory)LICENSE"
4040
Pack="true"
41-
PackagePath="\"
42-
Link="LICENSE" />
43-
</ItemGroup>
44-
<ItemGroup>
45-
<None Include="assets\icon.png" Pack="true" PackagePath="assets" />
41+
PackagePath=""
42+
Link="LICENSE" />
43+
44+
<None Include="$(MSBuildThisFileDirectory)assets\icon.png"
45+
Pack="true"
46+
PackagePath=""
47+
Link="icon.png" />
4648
</ItemGroup>
4749
<!-- Global project properties - .NET 10 LTS First Strategy -->
4850
<PropertyGroup>

0 commit comments

Comments
 (0)