File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/EventDriven.CQRS.Abstractions Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ An event-driven approach to Command Query Responsibility Segregation.
14
14
- [ Initialize Dapr] ( https://docs.dapr.io/getting-started/install-dapr-selfhost/ )
15
15
16
16
## Packages
17
- - [ EventDriven.CQRS] ( https://www.nuget.org/packages/EventDriven.CQRS )
17
+ - [ EventDriven.CQRS.Abstractions ] ( https://www.nuget.org/packages/EventDriven.CQRS.Abstractions )
18
18
19
19
## Introduction
20
20
Original file line number Diff line number Diff line change 4
4
<TargetFramework >net5.0</TargetFramework >
5
5
<IsPackable >true</IsPackable >
6
6
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
7
- <PackageVersion >1.0.0-beta1 </PackageVersion >
7
+ <PackageVersion >1.0.0-beta3 </PackageVersion >
8
8
<Authors >Tony Sneed</Authors >
9
9
<Description >An event-driven approach to Command Query Responsibility Segregation.</Description >
10
10
<PackageLicenseExpression >MIT</PackageLicenseExpression >
13
13
<RepositoryUrl >https://github.com/event-driven-dotnet/EventDriven.CQRS.git</RepositoryUrl >
14
14
<RepositoryType >git</RepositoryType >
15
15
<PackageTags >ddd cqrs event-driven event-driven-architecture</PackageTags >
16
- <PackageReleaseNotes >https://github.com/event-driven-dotnet/EventDriven.CQRS/releases/tag/v1.0.0-beta1 </PackageReleaseNotes >
17
- <PackageId >EventDriven.CQRS</PackageId >
16
+ <PackageReleaseNotes >https://github.com/event-driven-dotnet/EventDriven.CQRS/releases/tag/v1.0.0-beta3 </PackageReleaseNotes >
17
+ <PackageId >EventDriven.CQRS.Abstractions </PackageId >
18
18
</PropertyGroup >
19
19
20
20
<PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
You can’t perform that action at this time.
0 commit comments