|
3 | 3 | <PropertyGroup> |
4 | 4 | <ProjectGuid>848b072c-e1a1-4fcf-b00a-f14750be758b</ProjectGuid> |
5 | 5 |
|
| 6 | + <CurrentYear>$([System.DateTime]::UtcNow.ToString(yyyy))</CurrentYear> |
| 7 | + |
| 8 | + |
6 | 9 | <!-- Assembly and projecto details --> |
7 | 10 | <!-- https://docs.microsoft.com/en-us/dotnet/standard/frameworks --> |
8 | 11 | <TargetFrameworks>net6.0;net5.0;netcoreapp3.1</TargetFrameworks> |
|
22 | 25 |
|
23 | 26 | <License>MIT</License> |
24 | 27 | <PackageLicenseFile>LICENSE</PackageLicenseFile> |
25 | | - <Copyright>Copyright © 2022 by TechNobre</Copyright> |
| 28 | + <Copyright>Copyright © $(CurrentYear) by TechNobre</Copyright> |
26 | 29 |
|
27 | 30 | <Description>Hendler to standardize error responses</Description> |
28 | | - <PackageReleaseNotes> |
29 | | - Kickoff |
30 | | - </PackageReleaseNotes> |
| 31 | + <PackageReleaseNotes>https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler/blob/main/CHANGELOG.md</PackageReleaseNotes> |
31 | 32 | <Summary>Hendler to standardize error responses</Summary> |
32 | 33 | <PackageTags>PowerUtils;Utils;Helpers;AspNetCore;ProblemDetails;ErrorHandler</PackageTags> |
33 | 34 | <RepositoryUrl>https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler</RepositoryUrl> |
|
66 | 67 | <PlatformTarget>AnyCPU</PlatformTarget> |
67 | 68 | <DebugType>none</DebugType> |
68 | 69 | <Optimize>true</Optimize> |
69 | | - <DefineConstants>RELEASE;TRACE</DefineConstants> |
| 70 | + <DefineConstants>RELEASE</DefineConstants> |
70 | 71 | <ErrorReport>none</ErrorReport> |
71 | 72 | <WarningLevel>4</WarningLevel> |
72 | 73 | </PropertyGroup> |
73 | 74 |
|
74 | 75 |
|
75 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' "> |
76 | | - <DefineConstants>NETCOREAPP;NETCOREAPP3_1</DefineConstants> |
77 | | - </PropertyGroup> |
78 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net5.0' "> |
79 | | - <DefineConstants>NET;NET5</DefineConstants> |
80 | | - </PropertyGroup> |
81 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0' "> |
82 | | - <DefineConstants>NET;NET6</DefineConstants> |
83 | | - </PropertyGroup> |
84 | | - |
85 | | - |
86 | 76 | <ItemGroup> |
87 | 77 | <None Include="..\LICENSE" Pack="true" PackagePath="" /> |
88 | 78 | </ItemGroup> |
|
0 commit comments