Skip to content

Releases: SimplifyNet/Simplify

Simplify.WindowsServices 2.12.0

09 Dec 15:31

Choose a tag to compare

Bug fixes

  • Crontab timer period set to 1000 msec (#38)

Updates

  • Microsoft.Extensions.Configuration upgrade to 3.1.0

Simplify.Scheduler 1.0.0-pre05

09 Dec 15:31

Choose a tag to compare

Bug fixes

  • Crontab timer period set to 1000 msec (#38)

Updates

  • Microsoft.Extensions.Configuration upgrade to 3.1.0

Simplify.Mail 1.5.0

09 Dec 14:22

Choose a tag to compare

New

  • Async methods
  • Multi-thread locking improve

Updates

  • System.Configuration.ConfigurationManager upgrade to 4.7.0
  • Microsoft.Extensions.Configuration upgrade to 3.1.0

Simplify.DI.Provider.SimpleInjector 1.8.1

09 Dec 14:41

Choose a tag to compare

Updates

  • Upgrade to SimpleInjector 4.8.1

Simplify.Templates 2.0

08 Dec 11:52

Choose a tag to compare

Breaking Changes

  • Rewrite of Template class, build functionality moved to TemplateBuilder class
  • Fluent interfaces

New

  • Asynchronous methods

Other

  • System.IO.Abstractions dependency drop

Simplify.Repository.FluentNHibernate 1.2

08 Nov 04:31

Choose a tag to compare

Upgrades according to Simplify.Repository 1.3.0

  • Unit of work async Commit/Rollback methods

Other

  • Obsolete methods removed

Simplify.Repository 1.3

08 Nov 04:07

Choose a tag to compare

New

  • Unit of work CommitAsync and RollbackAsync

Removed

  • IAutoUnitOfWork deleted
  • Repository GetSingleByIDExclusive removed

Simplify.Repository.FluentNHibernate 1.1

30 Oct 15:40

Choose a tag to compare

Upgrades according to Simplify.Repository 1.2.0

  • Repositories async methods
  • Long identity, named objects entities and mappings added

Updates

  • SessionFactoryBuilderBase based properties methods added

Other

  • AutoStatelessUnitOfWork obsoleting
  • Repositories non-interfaces methods cleanup

Simplify.Repository 1.2

29 Oct 17:00

Choose a tag to compare

New

  • Long identity and named objects
  • Repository GetLongCount method
  • Repository async methods

Other

  • IAutoUnitOfWork obsoleting
  • .NET Standard 2.0 support
  • GetSingleByIDExclusive obsoleting

Simplify.FluentNHibernate 2.0

28 Oct 16:31

Choose a tag to compare

Breaking Changes

  • GetSingleObject methods unified with GetObject

New

  • Session/StatelessSession Async operations
  • LongCount and LongCountAsync Session/StatelessSession methods

Updates

  • SchemaExporter now is FluentConfiguration extension method