Skip to content

Commit 42e80a1

Browse files
committed
Resolves #4 - Upgrade nuget version to 1.0.0
1 parent 5e9aa50 commit 42e80a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Src/Xer.DomainDriven/Xer.DomainDriven.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Xer.DomainDriven</id>
5-
<version>0.1.1</version>
5+
<version>1.0.0</version>
66
<title>Xer.DomainDriven</title>
77
<authors>jeyjeyemem</authors>
88
<owners>jeyjeyemem</owners>
@@ -12,7 +12,8 @@
1212
<description>DDD entities and marker interfaces.</description>
1313
<summary>DDD entities and marker interfaces</summary>
1414
<releaseNotes>
15-
- Renamed Aggregate to AggregateRoot. - Update implementation of ValueObject.
15+
- Renamed AggregateRepository to AggregateRootRepository.
16+
- Updated implementation of ValueObject.HashCode.
1617
</releaseNotes>
1718
<copyright>Copyright 2017</copyright>
1819
<tags>DDD</tags>

0 commit comments

Comments
 (0)