Skip to content

Commit 3338180

Browse files
author
Anthony Sneed
committed
Rename package and update version.
1 parent 2b29d16 commit 3338180

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An event-driven approach to Command Query Responsibility Segregation.
1414
- [Initialize Dapr](https://docs.dapr.io/getting-started/install-dapr-selfhost/)
1515

1616
## Packages
17-
- [EventDriven.CQRS](https://www.nuget.org/packages/EventDriven.CQRS)
17+
- [EventDriven.CQRS.Abstractions](https://www.nuget.org/packages/EventDriven.CQRS.Abstractions)
1818

1919
## Introduction
2020

src/EventDriven.CQRS.Abstractions/EventDriven.CQRS.Abstractions.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net5.0</TargetFramework>
55
<IsPackable>true</IsPackable>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
7-
<PackageVersion>1.0.0-beta1</PackageVersion>
7+
<PackageVersion>1.0.0-beta3</PackageVersion>
88
<Authors>Tony Sneed</Authors>
99
<Description>An event-driven approach to Command Query Responsibility Segregation.</Description>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -13,8 +13,8 @@
1313
<RepositoryUrl>https://github.com/event-driven-dotnet/EventDriven.CQRS.git</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
1515
<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>
1818
</PropertyGroup>
1919

2020
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

0 commit comments

Comments
 (0)