Skip to content

Commit

Permalink
Prepair release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel Nobel committed Jun 8, 2023
1 parent a1b4ada commit 8305651
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net5.0;net6.0;net7.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>0.1.0</Version>
<Version>1.0.0</Version>
<PackageReleaseNotes>
NextRelease
v1.0.0
- Assertions helpers are FluentAssertion based. #35 (breaking)
- Enable annotations. #31
- Publish .NET 7.0. #29
Expand Down
4 changes: 2 additions & 2 deletions src/Qowaiv.DomainModel/Qowaiv.DomainModel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net5.0;net6.0;net7.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>0.2.0</Version>
<Version>1.0.0</Version>
<PackageReleaseNotes>
NextRelease
v1.0.0
- Renamed AggregateRoot to Aggregate. #35 (breaking)
- Re-implemented ImmutableCollection. #34 (breaking)
- EventBuffer and Aggregate Version are of type long. #39 (breaking)
Expand Down

0 comments on commit 8305651

Please sign in to comment.