Skip to content

Commit 8bf6512

Browse files
committed
Release 8.0.0
1 parent 54f8d06 commit 8bf6512

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<PackageIconUrl>https://github.com/sharparchitecture/Sharp-Architecture/raw/master/Artefacts/Documentation/icon.png</PackageIconUrl>
4545
<PackageProjectUrl>http://sharparchitecture.github.io/</PackageProjectUrl>
4646
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
47-
<PackageReleaseNotes>https://github.com/sharparchitecture/Sharp-Architecture/releases/tag/7.0.0</PackageReleaseNotes>
47+
<PackageReleaseNotes>https://github.com/sharparchitecture/Sharp-Architecture/releases/tag/8.0.0</PackageReleaseNotes>
4848
<PackageTags>sharp-architecture;sharp-arch</PackageTags>
4949
</PropertyGroup>
5050

VersionHistory.txt

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,29 @@
22
vNext
33
========================
44

5-
S#arp 7.0.0
5+
8.0.0
6+
========================
7+
BREAKING:
8+
* Drop NetCoreApp 2.1 support.
9+
* NHibernate test setup will not search and execute IAutoPersistenceModelGenerator.
10+
*
11+
12+
NEW FEATURES:
13+
* Add .NET 6 preview support
14+
* [.NET 6] Temporary disable logging analyzers - https://github.com/NuGet/Home/issues/6279, https://github.com/dotnet/sdk/issues/18148.
15+
16+
BUILD:
17+
* Move common dependencies and attributes to Directory.Build.props.
18+
* Tests are executed on both Linux and Windows now.
19+
20+
BUGS:
21+
* TestDatabaseSetup failure on Linux.
22+
23+
PERFORMANCE:
24+
* Improved performance of ApplyTransactionFilterBase.GetTransactionAttribute.
25+
26+
27+
7.0.0
628
========================
729

830
BREAKING:
@@ -11,7 +33,6 @@ BREAKING:
1133
* Added IEquatable<TId> constraint on IEntity<TId>.
1234
* IRavenDbRepository.FindAllAsync now returns Task<TEntity[]>, not Task<IEnumerable<TEntity>>.
1335
* Removed IRavenDbRepository.Session.
14-
* [.NET 6] Temporary disable logging analyzers - https://github.com/NuGet/Home/issues/6279, https://github.com/dotnet/sdk/issues/18148
1536

1637
IMPROVEMENTS:
1738
* TransactionAttribute now implements Equitable<>

0 commit comments

Comments
 (0)