Skip to content

Commit 2e83e01

Browse files
committed
.
1 parent ad83eb9 commit 2e83e01

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ProjectDefaults/ProjectDefaults.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>ProjectDefaults</id>
5-
<version>1.0.155</version>
5+
<version>1.0.156</version>
66
<authors>Simon Cropp</authors>
77
<developmentDependency>true</developmentDependency>
88
<license type="expression">MIT</license>

ProjectDefaults/build/ProjectDefaults.props

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
<DotSettingsPath>$(MSBuildThisFileDirectory)../Shared.sln.DotSettings</DotSettingsPath>
2525
<SolutionSettingsPath>$(MSBuildThisFileDirectory)../Solution.sln.DotSettings</SolutionSettingsPath>
2626
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
27+
28+
<PackageReadmeFile Condition="Exists('$(SolutionDir)nuget.md')">nuget.md</PackageReadmeFile>
2729
</PropertyGroup>
2830

2931
<PropertyGroup
@@ -62,7 +64,8 @@
6264
</ItemGroup>
6365
<ItemGroup
6466
Condition="$(IsPackageProject) == true And $(Configuration) == 'Release'">
65-
<None Include="$(SolutionDir)..\src\icon.png" Pack="true" PackagePath="\"/>
67+
<None Condition="Exists('$(SolutionDir)nuget.md')" Include="$(SolutionDir)nuget.md" Pack="true" PackagePath="\"/>
68+
<None Include="$(SolutionDir)icon.png" Pack="true" PackagePath="\"/>
6669
</ItemGroup>
6770

6871
<ItemGroup Condition="'$(TargetFrameworkVersion)' != '' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '6.0'))">

0 commit comments

Comments
 (0)