File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
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'))" >
You can’t perform that action at this time.
0 commit comments