We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc3b37 commit 42ea54eCopy full SHA for 42ea54e
1 file changed
sources/RequestR/RequestR.csproj
@@ -6,10 +6,13 @@
6
<RootNamespace>DustInTheWind.RequestR</RootNamespace>
7
<Version>1.0.0</Version>
8
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
9
- <Authors>DustInTheWind</Authors>
+ <Authors>Dust in the Wind</Authors>
10
<Description>A lightweight library for the Business Layer for processing requests comeing from Presentation Layer.</Description>
11
<PackageLicenseFile>license.txt</PackageLicenseFile>
12
<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>
16
</PropertyGroup>
17
18
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
0 commit comments