File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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$" ,
You can’t perform that action at this time.
0 commit comments