Skip to content

Commit 4d0d6ec

Browse files
committed
Update asset refs
1 parent ec9991b commit 4d0d6ec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Example/Example.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
6-
<PackageIcon>logo256.png</PackageIcon>
6+
<PackageIcon>logo.png</PackageIcon>
77
<OutputType>Exe</OutputType>
88
<TargetFramework>net6.0</TargetFramework>
99
<LangVersion>10</LangVersion>
@@ -17,10 +17,10 @@
1717
<None Update="SampleCfg.txt">
1818
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1919
</None>
20-
<None Include="..\Docs\assets\images\logo256.png">
20+
<None Include="..\docs\assets\logo.png">
2121
<Pack>True</Pack>
2222
<PackagePath></PackagePath>
23-
<Link>logo256.png</Link>
23+
<Link>logo.png</Link>
2424
</None>
2525
</ItemGroup>
2626

Src/SharpConfig.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
99
<AssemblyVersion>4.0</AssemblyVersion>
1010
<FileVersion>4.0</FileVersion>
11-
<PackageIcon>logo256.png</PackageIcon>
11+
<PackageIcon>logo.png</PackageIcon>
1212
<Version>4.0</Version>
1313
<Authors>Cem Dervis</Authors>
1414
<PackageProjectUrl>https://sharpconfig.org</PackageProjectUrl>
@@ -43,10 +43,10 @@
4343
</PropertyGroup>
4444

4545
<ItemGroup>
46-
<None Include="..\Docs\assets\images\logo256.png">
46+
<None Include="..\docs\assets\logo.png">
4747
<Pack>True</Pack>
4848
<PackagePath></PackagePath>
49-
<Link>logo256.png</Link>
49+
<Link>logo.png</Link>
5050
</None>
5151
<None Include="..\README.md">
5252
<Pack>True</Pack>

0 commit comments

Comments
 (0)