Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NuGet Package icon for Visual Studio preview #502

Merged
merged 4 commits into from
Sep 28, 2021

Conversation

pomianowski
Copy link
Contributor

No description provided.

@@ -16,13 +16,21 @@
<Pack>true</Pack>
<RepositoryUrl>https://github.com/LibreHardwareMonitor/LibreHardwareMonitor</RepositoryUrl>
<LangVersion>latest</LangVersion>
<PackageIcon>package.png</PackageIcon>
<PackageIconUrl />
Copy link
Collaborator

@PhyxionNL PhyxionNL Aug 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you undo this? I mean the IconUrl (which isn't used).

</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<OutputPath>..\bin\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<OutputPath>..\bin\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<None Include="package.png">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be moved to Resources folder?

@PhyxionNL PhyxionNL merged commit 4523e7a into LibreHardwareMonitor:master Sep 28, 2021
@pomianowski pomianowski deleted the feature/nuget-icon branch October 16, 2021 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants