We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3962c96 commit 864ca7fCopy full SHA for 864ca7f
src/Coderr.Client.AspNet/Coderr.Client.AspNet.csproj
@@ -3,8 +3,8 @@
3
<TargetFrameworks>net451;net46</TargetFrameworks>
4
<PackageId>Coderr.Client.AspNet</PackageId>
5
<Description>Automates exception handling for ASP.NET applications</Description>
6
- <Version>2.0.1</Version>
7
- <PackageReleaseNotes>Moved from coderrapp.com to coderr.io.</PackageReleaseNotes>
+ <Version>2.0.2</Version>
+ <PackageReleaseNotes>Corrected package icon</PackageReleaseNotes>
8
</PropertyGroup>
9
10
<PropertyGroup>
@@ -39,7 +39,7 @@
39
<Pack>true</Pack>
40
<PackagePath>README.txt</PackagePath>
41
</Content>
42
- <None Include="Nuget/NugetIcon.png" Pack="true" PackagePath="/" />
+ <None Include="Nuget\NugetIcon.png" Pack="true" PackagePath="\" />
43
</ItemGroup>
44
45
<ItemGroup>
0 commit comments