|
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <StartupObject> |
15 | 15 | </StartupObject> |
16 | | - <ApplicationIcon>warning.ico</ApplicationIcon> |
17 | 16 | <FileUpgradeFlags> |
18 | 17 | </FileUpgradeFlags> |
19 | 18 | <OldToolsVersion>3.5</OldToolsVersion> |
20 | 19 | <UpgradeBackupLocation /> |
21 | 20 | <PackageId>ExceptionReporter</PackageId> |
22 | | - <PackageVersion>2.4.1</PackageVersion> |
| 21 | + <PackageVersion>2.4.2</PackageVersion> |
23 | 22 | <Authors>Peter van der Woude, Simon Cropp</Authors> |
24 | 23 | <PackageLicenseUrl>https://github.com/PandaWood/ExceptionReporter.NET/blob/master/LICENSE.txt</PackageLicenseUrl> |
25 | 24 | <Owners>Peter van der Woude,Simon Cropp</Owners> |
26 | 25 | <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> |
28 | 27 | <Title>ExceptionReporter.NET</Title> |
29 | 28 | <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> |
30 | 29 | <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> |
38 | 32 | <PackageTags>exception-reporter,exception,report</PackageTags> |
39 | 33 | <ReleaseVersion>2.4.1</ReleaseVersion> |
40 | 34 | <SynchReleaseVersion>false</SynchReleaseVersion> |
@@ -144,15 +138,14 @@ Fixes: |
144 | 138 | <Compile Include="Core\FileService.cs" /> |
145 | 139 | </ItemGroup> |
146 | 140 | <ItemGroup> |
147 | | - <Content Include="warning.ico" /> |
148 | 141 | <EmbeddedResource Include="Properties\Resources.resx"> |
149 | 142 | <Generator>ResXFileCodeGenerator</Generator> |
150 | 143 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
151 | 144 | </EmbeddedResource> |
152 | 145 | </ItemGroup> |
153 | 146 | <ItemGroup> |
154 | 147 | <None Include="packages.config" /> |
155 | | - </ItemGroup> |
| 148 | + </ItemGroup> |
156 | 149 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
157 | 150 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
158 | 151 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments