|
3 | 3 | <PropertyGroup> |
4 | 4 | <ProjectGuid>1d1e25dd-40ce-42e8-80b8-ea44fad54efc</ProjectGuid> |
5 | 5 |
|
| 6 | + <CurrentYear>$([System.DateTime]::UtcNow.ToString(yyyy))</CurrentYear> |
| 7 | + |
6 | 8 |
|
7 | 9 | <!-- Assembly and projecto details --> |
8 | 10 | <!-- https://docs.microsoft.com/en-us/dotnet/standard/frameworks --> |
|
14 | 16 | <PackageId>PowerUtils.AspNetCore.ErrorHandler.ResponseTypes</PackageId> |
15 | 17 | <title>PowerUtils.AspNetCore.ErrorHandler.ResponseTypes</title> |
16 | 18 | <Product>PowerUtils.AspNetCore.ErrorHandler.ResponseTypes</Product> |
17 | | - <Version>1.0.0</Version> |
| 19 | + <Version>1.1.0</Version> |
18 | 20 |
|
19 | 21 | <Authors>Nelson Nobre</Authors> |
20 | 22 | <Company>TechNobre</Company> |
21 | 23 |
|
22 | 24 | <License>MIT</License> |
23 | 25 | <PackageLicenseFile>LICENSE</PackageLicenseFile> |
24 | | - <Copyright>Copyright © 2022 by TechNobre</Copyright> |
| 26 | + <Copyright>Copyright © $(CurrentYear) by TechNobre</Copyright> |
25 | 27 |
|
26 | 28 | <Description>Extensions to standardize ResponseType attributes with ProblemDetails</Description> |
27 | | - <PackageReleaseNotes> |
28 | | - Kickoff |
29 | | - </PackageReleaseNotes> |
| 29 | + <PackageReleaseNotes>https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler.ResponseTypes/blob/main/CHANGELOG.md</PackageReleaseNotes> |
30 | 30 | <Summary>Extensions to standardize ResponseType attributes with ProblemDetails</Summary> |
31 | 31 | <PackageTags>PowerUtils;Utils;Helpers;Attributes;ResponseTypes;Extension;Extensions;AspNetCore;ProblemDetails</PackageTags> |
32 | 32 | <RepositoryUrl>https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler.ResponseTypes</RepositoryUrl> |
|
58 | 58 | <PlatformTarget>AnyCPU</PlatformTarget> |
59 | 59 | <DebugType>none</DebugType> |
60 | 60 | <Optimize>true</Optimize> |
61 | | - <DefineConstants>RELEASE;TRACE</DefineConstants> |
| 61 | + <DefineConstants>TRACE</DefineConstants> |
62 | 62 | <ErrorReport>none</ErrorReport> |
63 | 63 | <WarningLevel>4</WarningLevel> |
64 | 64 | </PropertyGroup> |
65 | 65 |
|
66 | 66 |
|
67 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' "> |
68 | | - <DefineConstants>NETCOREAPP;NETCOREAPP3_1</DefineConstants> |
69 | | - </PropertyGroup> |
70 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net5.0' "> |
71 | | - <DefineConstants>NET;NET5</DefineConstants> |
72 | | - </PropertyGroup> |
73 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0' "> |
74 | | - <DefineConstants>NET;NET6</DefineConstants> |
75 | | - </PropertyGroup> |
76 | | - |
77 | | - |
78 | 67 | <ItemGroup> |
79 | 68 | <None Include="..\LICENSE" Pack="true" PackagePath="" /> |
80 | 69 | </ItemGroup> |
81 | 70 |
|
82 | 71 |
|
83 | 72 | <ItemGroup> |
84 | 73 | <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" /> |
85 | | - <PackageReference Include="PowerUtils.AspNetCore.ErrorHandler" Version="1.0.0" /> |
| 74 | + <PackageReference Include="PowerUtils.AspNetCore.ErrorHandler" Version="1.1.0" /> |
86 | 75 | </ItemGroup> |
87 | 76 |
|
88 | 77 |
|
|
0 commit comments