Skip to content

Commit c7a2b7a

Browse files
committed
Changelog/version set
[R] Meta info
1 parent bcd56ed commit c7a2b7a

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.4.1] - 2021-10-28
4+
5+
### Dependencies
6+
7+
- Simplify.DI bump to Simplify.DI 4.1.2
8+
- Simplify.FluentNHibernate bump to 2.5.1

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@
99
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111

12-
<Version>1.4</Version>
13-
<PackageReleaseNotes>
14-
New
15-
* SimplifyDIRegistratorExtensions for TransactGenericRepository with explicit UoW impementation parameter to get session from
16-
</PackageReleaseNotes>
12+
<Version>1.4.1</Version>
1713

1814
<Authors>Alexander Krylkov</Authors>
1915
<Product>Simplify</Product>
@@ -23,6 +19,8 @@
2319
<PackageIcon>icon.png</PackageIcon>
2420
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2521
<PackageTags>.NET Repository UoW Model</PackageTags>
22+
23+
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.Repository.FluentNHibernate/CHANGELOG.md for details</PackageReleaseNotes>
2624
</PropertyGroup>
2725
<ItemGroup>
2826
<ProjectReference Include="..\Simplify.Repository\Simplify.Repository.csproj" />
@@ -33,5 +31,6 @@
3331
</ItemGroup>
3432
<ItemGroup>
3533
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
34+
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
3635
</ItemGroup>
3736
</Project>

0 commit comments

Comments
 (0)