Skip to content

Commit c97662d

Browse files
committed
remove warning.ico project icon to avoid compile errors in the new nuget PackageReference format - issue #19
1 parent a8537fb commit c97662d

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

src/ExceptionReporter/ExceptionReporter.csproj

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,22 @@
1313
<FileAlignment>512</FileAlignment>
1414
<StartupObject>
1515
</StartupObject>
16-
<ApplicationIcon>warning.ico</ApplicationIcon>
1716
<FileUpgradeFlags>
1817
</FileUpgradeFlags>
1918
<OldToolsVersion>3.5</OldToolsVersion>
2019
<UpgradeBackupLocation />
2120
<PackageId>ExceptionReporter</PackageId>
22-
<PackageVersion>2.4.1</PackageVersion>
21+
<PackageVersion>2.4.2</PackageVersion>
2322
<Authors>Peter van der Woude, Simon Cropp</Authors>
2423
<PackageLicenseUrl>https://github.com/PandaWood/ExceptionReporter.NET/blob/master/LICENSE.txt</PackageLicenseUrl>
2524
<Owners>Peter van der Woude,Simon Cropp</Owners>
2625
<PackageProjectUrl>https://github.com/PandaWood/ExceptionReporter.NET</PackageProjectUrl>
27-
<Summary>ExceptionReporter is a .NET WinForm component that shows a dialog with detailed information on a given Exception</Summary>
26+
<Summary>EExceptionReporter is a .NET component that gathers detailed information on an Exception and the application/system running it. It allows the user to copy, save or email a report to the developer</Summary>
2827
<Title>ExceptionReporter.NET</Title>
2928
<Description>ExceptionReporter is a .NET component that gathers detailed information on an Exception and the application/system running it. It allows the user to copy, save or email a report to the developer</Description>
3029
<NeutralLanguage>en</NeutralLanguage>
31-
<PackageReleaseNotes>Changes:
32-
- new config 'ShowEmailButton' - defaults to true (ie backwards compatible)
33-
- remove interface fields for 'UserName' and 'MachineName' - which were empty after properties were removed in a recent change
34-
35-
Fixes:
36-
- fix 'user explanation/message' textbox not fitting/docking properly in it's allotted space
37-
</PackageReleaseNotes>
30+
<PackageReleaseNotes>Fixes:
31+
- Remove the project icon "warning.ico" to ensure that the ExceptionReporter.NET nuget package can be converted to the new "PackageReference" format without odd compile errors - The PackageReference format is described here https://docs.microsoft.com/en-us/nuget/reference/migrate-packages-config-to-package-reference</PackageReleaseNotes>
3832
<PackageTags>exception-reporter,exception,report</PackageTags>
3933
<ReleaseVersion>2.4.1</ReleaseVersion>
4034
<SynchReleaseVersion>false</SynchReleaseVersion>
@@ -144,15 +138,14 @@ Fixes:
144138
<Compile Include="Core\FileService.cs" />
145139
</ItemGroup>
146140
<ItemGroup>
147-
<Content Include="warning.ico" />
148141
<EmbeddedResource Include="Properties\Resources.resx">
149142
<Generator>ResXFileCodeGenerator</Generator>
150143
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
151144
</EmbeddedResource>
152145
</ItemGroup>
153146
<ItemGroup>
154147
<None Include="packages.config" />
155-
</ItemGroup>
148+
</ItemGroup>
156149
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
157150
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
158151
Other similar extension points exist, see Microsoft.Common.targets.

src/ExceptionReporter/warning.ico

-1.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)