File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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'" >
You can’t perform that action at this time.
0 commit comments