Skip to content

Commit 737fe0c

Browse files
committed
added a changelog file
1 parent c3bae90 commit 737fe0c

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

doc/changelog.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
RequestR
2+
========
3+
4+
Note: For any bug or feature request please add a new issue on GitHub: https://github.com/lastunicorn/RequestR/issues/new/choose
5+
6+
7+
ver 1.1.0
8+
---------
9+
- [bug-fix] Async request handler was not found when called synchronously.
10+
11+
ver 1.0.0
12+
---------
13+
First release

sources/RequestR/RequestR.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@
77
<Version>1.1.0</Version>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
<Authors>Dust in the Wind</Authors>
10-
<Description>A lightweight library for the Business Layer for processing requests comeing from Presentation Layer.</Description>
10+
<Description>A lightweight library to be used in the Business Layer for processing requests coming from the Presentation Layer.</Description>
1111
<PackageLicenseFile>license.txt</PackageLicenseFile>
12-
<PackageTags>mediator;mediator-pattern;request;response;business-layer;use-case;use-cases</PackageTags>
12+
<PackageTags>request;response;mediator;mediator-pattern;business-layer;use-case;use-cases</PackageTags>
1313
<PackageId>RequestR</PackageId>
1414
<Product>RequestR</Product>
1515
<Copyright>Copyright 2021 Dust in the Wind</Copyright>
16+
<RepositoryUrl>https://github.com/lastunicorn/RequestR</RepositoryUrl>
17+
<RepositoryType>git</RepositoryType>
18+
<PackageReleaseNotes>[bug-fix] Async request handler was not found when called synchronously.</PackageReleaseNotes>
1619
</PropertyGroup>
1720

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

0 commit comments

Comments
 (0)