Skip to content

Commit

Permalink
Add Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Sep 26, 2024
1 parent de6b73f commit 8e4e075
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
dotnet-version: '8.x'
- run: dotnet tool install --global NETFrameworkTool
- run: NETFrameworkTool --net 4.0 --install
- run: NETFrameworkTool --net 4.5 --install

- name: Run './build/build.cmd'
run: ./build/build.cmd --root ./build
Expand Down
9 changes: 2 additions & 7 deletions NamedPipeWrapper/NamedPipeWrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@

<PropertyGroup>
<PackageId>ricaun.NamedPipeWrapper.Json</PackageId>
<Version>1.8.0-beta.2</Version>
<ProjectGuid>{73152691-3CDE-46DF-8D04-7117747DFFE7}</ProjectGuid>
<Version>1.8.0-beta.3</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -65,9 +64,7 @@
<RepositoryUrl>https://github.com/$(GitHubRepositoryOwner)/$(GitHubRepository)</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!--
<PackageIcon>icon.png</PackageIcon>
-->
<PackageIconUrl />
</PropertyGroup>

Expand Down Expand Up @@ -104,13 +101,11 @@
</None>
</ItemGroup>

<!--
<ItemGroup>
<None Include="Resources\icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
-->


</Project>
Binary file added NamedPipeWrapper/Resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net4.0;net4.8;net6.0-windows;net8.0-windows</TargetFrameworks>
<TargetFrameworks>net4.0;net4.5;net4.8;net6.0-windows;net8.0-windows</TargetFrameworks>
<LangVersion>latest</LangVersion>
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
Expand Down

0 comments on commit 8e4e075

Please sign in to comment.