Skip to content

Commit 8eb0c0d

Browse files
committed
move image and icon to top level.
1 parent 144fcc6 commit 8eb0c0d

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed
File renamed without changes.

SimpleInjection/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

SimpleInjection/SimpleInjection.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1010
<PackageId>SimpleInjection</PackageId>
11-
<Version>0.9.5</Version>
11+
<Version>0.9.6</Version>
1212
<Authors>Derek Gooding</Authors>
1313
<Company>Derek Gooding</Company>
1414
<Description>
@@ -37,7 +37,7 @@
3737
<RepositoryBranch>main</RepositoryBranch>
3838
<RepositoryCommit>$(GitCommitId)</RepositoryCommit>
3939

40-
<PackageIcon>icon.png</PackageIcon>
40+
<PackageIcon>Icon.png</PackageIcon>
4141
<GenerateDocumentationFile>true</GenerateDocumentationFile>
4242
<DocumentationFile>bin\SimpleInjection.xml</DocumentationFile>
4343

@@ -57,11 +57,11 @@
5757
</PropertyGroup>
5858

5959
<ItemGroup>
60-
<None Include="README.md" Pack="true" PackagePath="\" />
61-
<Resource Include="icon.png" Pack="true" PackagePath="icon.png" />
60+
<None Include="..\Icon.png" Pack="true" PackagePath="" />
61+
<None Include="..\README.md" Pack="true" PackagePath="" />
6262
<None Include="$(MSBuildThisFileDirectory)../EnumSourceGenerator/bin/Release/netstandard2.0/EnumSourceGenerator.dll"
63-
Pack="true"
64-
PackagePath="analyzers/dotnet/cs/"
63+
Pack="true"
64+
PackagePath="analyzers/dotnet/cs/"
6565
Condition="Exists('$(MSBuildThisFileDirectory)../EnumSourceGenerator/bin/Release/netstandard2.0/EnumSourceGenerator.dll')" />
6666
</ItemGroup>
6767

0 commit comments

Comments
 (0)