Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 09ee149

Browse files
committed
enhancements *.csproj
1 parent dea43b2 commit 09ee149

2 files changed

Lines changed: 7 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
## [1.0.1] - 2022-05-28
7-
[Full Changelog](https://github.com/TechNobre/PowerUtils.Text/compare/v1.0.0...v1.0.1)
7+
[Full Changelog](https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler/compare/v1.0.0...v1.0.1)
88

99

1010
### Fixes

src/PowerUtils.AspNetCore.ErrorHandler.csproj

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<PropertyGroup>
44
<ProjectGuid>848b072c-e1a1-4fcf-b00a-f14750be758b</ProjectGuid>
55

6+
<CurrentYear>$([System.DateTime]::UtcNow.ToString(yyyy))</CurrentYear>
7+
8+
69
<!-- Assembly and projecto details -->
710
<!-- https://docs.microsoft.com/en-us/dotnet/standard/frameworks -->
811
<TargetFrameworks>net6.0;net5.0;netcoreapp3.1</TargetFrameworks>
@@ -22,12 +25,10 @@
2225

2326
<License>MIT</License>
2427
<PackageLicenseFile>LICENSE</PackageLicenseFile>
25-
<Copyright>Copyright © 2022 by TechNobre</Copyright>
28+
<Copyright>Copyright © $(CurrentYear) by TechNobre</Copyright>
2629

2730
<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>
3132
<Summary>Hendler to standardize error responses</Summary>
3233
<PackageTags>PowerUtils;Utils;Helpers;AspNetCore;ProblemDetails;ErrorHandler</PackageTags>
3334
<RepositoryUrl>https://github.com/TechNobre/PowerUtils.AspNetCore.ErrorHandler</RepositoryUrl>
@@ -66,23 +67,12 @@
6667
<PlatformTarget>AnyCPU</PlatformTarget>
6768
<DebugType>none</DebugType>
6869
<Optimize>true</Optimize>
69-
<DefineConstants>RELEASE;TRACE</DefineConstants>
70+
<DefineConstants>RELEASE</DefineConstants>
7071
<ErrorReport>none</ErrorReport>
7172
<WarningLevel>4</WarningLevel>
7273
</PropertyGroup>
7374

7475

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-
8676
<ItemGroup>
8777
<None Include="..\LICENSE" Pack="true" PackagePath="" />
8878
</ItemGroup>

0 commit comments

Comments
 (0)