Skip to content

Commit 2f7277c

Browse files
committed
Meta info update
1 parent 4c59f7c commit 2f7277c

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

src/Simplify.Repository.FluentNHibernate/Simplify.Repository.FluentNHibernate.csproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@
99
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1010
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Repository.FluentNHibernate.xml</DocumentationFile>
1111

12-
<Version>1.3-pre03</Version>
12+
<Version>1.3</Version>
1313
<PackageReleaseNotes>
14+
New
15+
* Add TransactGenericRepository (#273)
16+
* Add property to ITransactUnitOfWork and TransactUnitOfWork indicating that transaction is open #272 (#272)
17+
* SimplifyDIRegistratorExtensions for TransactGenericRepository
1418
Updates
15-
* Upgrade to Simplify.FluentNHibernate 2.5 (PR#253)
19+
* Refactoring to nullable
20+
Fixes
21+
* Unit of work transaction dispose added
1622
</PackageReleaseNotes>
1723

1824
<Authors>Alexander Krylkov</Authors>

src/Simplify.Repository/Simplify.Repository.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@
99
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1010
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Repository.xml</DocumentationFile>
1111

12-
<Version>1.5-pre01</Version>
12+
<Version>1.5</Version>
1313
<PackageReleaseNotes>
14+
New
15+
* Add TransactGenericRepository (#273)
16+
* Add property to ITransactUnitOfWork indicating that transaction is open (#272)
1417
Updates
15-
* IIdentityObject setter added to be compatibile with generated by-assigned entities
18+
* refactoring to nullable
1619
</PackageReleaseNotes>
1720

1821
<Authors>Alexander Krylkov</Authors>

0 commit comments

Comments
 (0)