Skip to content

Commit 42ea54e

Browse files
committed
added more info to the nuget package.
1 parent 3fc3b37 commit 42ea54e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

sources/RequestR/RequestR.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66
<RootNamespace>DustInTheWind.RequestR</RootNamespace>
77
<Version>1.0.0</Version>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
9-
<Authors>DustInTheWind</Authors>
9+
<Authors>Dust in the Wind</Authors>
1010
<Description>A lightweight library for the Business Layer for processing requests comeing from Presentation Layer.</Description>
1111
<PackageLicenseFile>license.txt</PackageLicenseFile>
1212
<PackageTags>mediator;mediator-pattern;request;response;business-layer;use-case;use-cases</PackageTags>
13+
<PackageId>RequestR</PackageId>
14+
<Product>RequestR</Product>
15+
<Copyright>Copyright 2021 Dust in the Wind</Copyright>
1316
</PropertyGroup>
1417

1518
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)