Skip to content

Releases: Avanade/Beef

v5.5.1

19 Aug 20:28
d1062d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.5.0...v5.5.1

v5.5.0

08 Aug 17:57
b7677cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.3.1...v5.5.0

v5.3.1

28 Apr 01:21
c06795d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.1...v5.3.1

v5.2.1

29 Mar 23:40
580a29e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.0...v5.2.1

v4.2.20230329

29 Mar 22:32
a261032
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.20220531...v4.2.20230329

v5.2.0

24 Mar 18:14
a98fdb7
Compare
Choose a tag to compare

Full Changelog: v5.1.2...v5.2.0

v5.1.2

08 Mar 05:42
4dd663c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.1...v5.1.2

v5.1.1

11 Feb 00:42
64b1be6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.1.1

v5.1.0

26 Jan 23:55
Compare
Choose a tag to compare

Represents the initial commit for Beef version 5.x. All assemblies/packages now share the same version and change log; i.e. they are now published as a set versus individually versioned (prior releases). This version is a major refactoring from the prior; to achieve largely the same outcomes, in a modernized decoupled manner.

As stated in the README, Beef is now (as of version 5.x) ostensibly the code-generation engine, and solution orchestration, that ultimately takes dependencies on the following capabilities to enable the end-to-functionality and testing thereof in a standardized (albeit somewhat opinionated) manner:

  • CoreEx - provides the core runtime capabilities (extends .NET core);
  • UnitTestEx - provides extended unit and intra-domain integration testing;
  • DbEx - provides extended database management capabilities ;
  • OnRamp - provides the underlying code-generation engine functionality.

Prior to version 5.x, Beef was all encompassing. These capabilities have been extracted, simplified and refactored to be first class frameworks in their own right, and made into the repos listed above. This allows them to be used and maintained independently to Beef; therefore, offering greater opportunities for reuse versus all-or-nothing.

v4.2.20220531

31 May 17:21
2015c73
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.20220429...v4.2.20220531