Skip to content

Commit

Permalink
Removed PaginatedQuery as useless. (#2)
Browse files Browse the repository at this point in the history
Updated version to correlate with .NET version.

Co-authored-by: Denis Peshkov <[email protected]>
  • Loading branch information
denis-peshkov and denis-peshkov committed Nov 18, 2023
1 parent 8df365d commit 13d3a0f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 25 deletions.
15 changes: 0 additions & 15 deletions Cross.CQRS/Queries/PaginatedQuery.cs

This file was deleted.

4 changes: 4 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ Release.
1.0.1 - 13 Nov 2023
Readme updated.
Icon updated.

7.0.0
Removed PaginatedQuery as useless.
Updated version to correlate with .NET version.
20 changes: 10 additions & 10 deletions _nuget/config.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Cross.CQRS</id>
<version>1.0.1</version>
<version>7.0.0</version>
<authors>denis-peshkov</authors>
<owners>denis-peshkov</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -11,20 +11,20 @@
<projectUrl>https://github.com/denis-peshkov/Cross.CQRS</projectUrl>
<icon>icon.png</icon>
<releaseNotes>
Documentation updated.
Icon updated.
Removed PaginatedQuery as useless.
Updated version to correlate with .NET version.
</releaseNotes>
<description>Simple .NET MediatR base Query, Command, Event. Event Queue and Validation behaviors. Written on C#.</description>
<tags>.NET Mediatr Query QueryHandler Command CommandHandler Event EventHandler EventQueueBehavior Validation ValidationBehavior SyntaxNotes NetCore</tags>
<repository type="git" url="https://github.com/denis-peshkov/Cross.CQRS" />
<dependencies>
<dependency id="FluentValidation" version="11.8.0" />
<dependency id="FluentValidation.DependencyInjectionExtensions" version="11.8.0" />
<dependency id="MediatR" version="11.1.0" />
<dependency id="MediatR.Extensions.Microsoft.DependencyInjection" version="11.1.0" />
<dependency id="Microsoft.Extensions.Configuration" version="7.0.0" />
<dependency id="Microsoft.CSharp" version="4.7.0" />
<dependency id="Scrutor" version="4.2.2" />
<dependency id="FluentValidation" version="11.8.0" />
<dependency id="FluentValidation.DependencyInjectionExtensions" version="11.8.0" />
<dependency id="MediatR" version="11.1.0" />
<dependency id="MediatR.Extensions.Microsoft.DependencyInjection" version="11.1.0" />
<dependency id="Microsoft.Extensions.Configuration" version="7.0.0" />
<dependency id="Microsoft.CSharp" version="4.7.0" />
<dependency id="Scrutor" version="4.2.2" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 13d3a0f

Please sign in to comment.