Skip to content

Commit 3239da2

Browse files
Merge pull request #141 from Stillpoint-Software/develop
fixed build properties
2 parents acf6bb5 + 8a6b39a commit 3239da2

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

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>

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"publicReleaseRefSpec": [
55
"^refs/heads/main$",
66
"^refs/heads/hotfix$",

0 commit comments

Comments
 (0)