-
Notifications
You must be signed in to change notification settings - Fork 1
/
Directory.Build.props
25 lines (24 loc) · 1.35 KB
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project>
<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Product>FluentNHibernate.AspNetCore.Identity</Product>
<Description>Highly customizable ASP.NET Core Identity provider for NHibernate with FluentNHibernate mapping support.</Description>
<Authors>Alexandre Murari Junior (alexmurari)</Authors>
<Company>Alexandre Murari Junior (alexmurari)</Company>
<_CurrentYear>$([System.DateTime]::Now.ToString(yyyy))</_CurrentYear>
<Copyright>Copyright (c) 2022 - $(_CurrentYear) $(Company)</Copyright>
<PackageTags>aspnetcore; identity; nhibernate; fluentnhibernate</PackageTags>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/alexmurari/FluentNHibernate.AspNetCore.Identity/</RepositoryUrl>
<PackageProjectUrl>https://github.com/alexmurari/FluentNHibernate.AspNetCore.Identity/</PackageProjectUrl>
<!-- Keep package release notes section without indentation -->
<PackageReleaseNotes>
<![CDATA[| 1.0.0 - Stable Release |
Breaking Changes:
- [NHibernateStoreOptions] SetAutoFlushSession renamed to SetSessionAutoFlush.
- [AddNHibernateStores] configureStoreOptions parameter is now an Action<NHibernateStoreOptions> instead of Func<NHibernateStoreOptions,NHibernateStoreOptions>.]]>
</PackageReleaseNotes>
</PropertyGroup>
</Project>