File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11# Mockolate
22
3- <img align =" right " width =" 200 " src =" https://raw.githubusercontent.com/aweXpect/Mockolate/main/Docs/logo_256x256 .png " alt =" Mockolate logo " />
3+ <img align =" right " width =" 200 " src =" https://raw.githubusercontent.com/aweXpect/Mockolate/main/Docs/Mockolate_256x256 .png " alt =" Mockolate logo " />
44
55[ ![ Nuget] ( https://img.shields.io/nuget/v/Mockolate )] ( https://www.nuget.org/packages/Mockolate )
66
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ partial class Build
6565 if ( foundBadge && string . IsNullOrWhiteSpace ( line ) && ! addedImage )
6666 {
6767 sb . AppendLine ( ) ;
68- sb . AppendLine ( $ " ") ;
68+ sb . AppendLine ( $ " ") ;
6969 addedImage = true ;
7070 }
7171
Original file line number Diff line number Diff line change 11# Mockolate
22
3- <img align =" right " width =" 200 " src =" Docs/logo_256x256 .png " alt =" Mockolate logo " />
3+ <img align =" right " width =" 200 " src =" Docs/Mockolate_256x256 .png " alt =" Mockolate logo " />
44
55[ ![ Nuget] ( https://img.shields.io/nuget/v/Mockolate )] ( https://www.nuget.org/packages/Mockolate )
66[ ![ Build] ( https://github.com/Testably/Mockolate/actions/workflows/build.yml/badge.svg )] ( https://github.com/Testably/Mockolate/actions/workflows/build.yml )
Original file line number Diff line number Diff line change 1010 <RepositoryUrl >https://github.com/Testably/Mockolate.git</RepositoryUrl >
1111 <RepositoryType >git</RepositoryType >
1212 <PackageLicenseExpression >MIT</PackageLicenseExpression >
13- <PackageIcon >Docs/logo_256x256 .png</PackageIcon >
13+ <PackageIcon >Docs/logo .png</PackageIcon >
1414 <PackageReadmeFile >Docs/README.md</PackageReadmeFile >
1515 </PropertyGroup >
1616
5151 </ItemGroup >
5252
5353 <ItemGroup >
54- <None Include =" $([MSBuild]::GetPathOfFileAbove('logo_256x256 .png', '$(MSBuildThisFileDirectory)../Docs/'))"
54+ <None Include =" $([MSBuild]::GetPathOfFileAbove('Mockolate_256x256 .png', '$(MSBuildThisFileDirectory)../Docs/'))"
5555 Pack =" true"
5656 PackagePath =" /Docs/"
57- Link =" \Docs\logo_256x256.png" />
57+ Link =" \Docs\Mockolate_256x256.png" />
58+ <None Include =" $([MSBuild]::GetPathOfFileAbove('logo.png', '$(MSBuildThisFileDirectory)../Docs/'))"
59+ Pack =" true"
60+ PackagePath =" /Docs/"
61+ Link =" \Docs\logo.png" />
5862 <None Include =" $(SolutionDir)/Artifacts/README.md"
5963 Condition =" Exists('$(SolutionDir)/Artifacts/README.md')"
6064 Pack =" true"
You can’t perform that action at this time.
0 commit comments