File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22vNext
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
830BREAKING:
@@ -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
1637IMPROVEMENTS:
1738* TransactionAttribute now implements Equitable<>
You can’t perform that action at this time.
0 commit comments