Skip to content

Releases: ManticSic/UnityContainerAttributeRegistration

Version 0.3.0

18 Nov 10:23
46db246

Choose a tag to compare

Merge pull request #11 from ManticSic/readme

Add syntax highllighting

Version 0.2.0

24 Oct 13:47
0a2a436

Choose a tag to compare

0.2.0 (2020-10-24)

Code

  • added: Attributes to register concrete instances
  • changed: Rename AppDomainAdapter to AssemblyProvider

Project

  • changed: Library is now compiled as .Net Standard 2.0, 2.1 and .Net Core 2.0 and compatible with
    • .Net Core 2.0, 3.0
    • .Net Framework 4.6.1
    • Mono 5.4, 6.4
    • Xamarin.iOS 10.14, 12.16
    • Xamarin.Max 3.8, 5.16
    • Xamarin.Android 8.0, 10.0
    • UWP 10.0.16299
    • Unity 2018.1
  • changed: XML Doc is now only requiered for release builds
  • changed: extend docs
  • fixed: Readme with old docs

Version 0.1.3

24 Sep 17:19

Choose a tag to compare

0.1.3

Code

  • added: XMLDocumentation for all public, internal and protected types, fields, properties and methods
  • changed: improve testing

CI / CD

  • added: XMLDocumentation to nuget package

Version 0.1.2

21 Sep 21:21

Choose a tag to compare

Code

  • added: XMLDocumentation for public types
  • changed: name of UnityContainerBuilder to UnityContainerPopulator
    • changed: UnityContainerPopulator is no longer static
    • changed: provide AppDomain by wrapper class
  • changed: constructor of TypeRegisterAttribute
    • added: accepting type implementing ITypeLifetimeManager
    • removed: usage of TypeLifetimeManager enum
  • changed: namespace of several public and internal classes
  • changed: improve testing

Project

  • changed: readme
  • changed: changelog

CI / CD

  • add changelog and readme to release

Version 0.1.1

20 Sep 12:47

Choose a tag to compare

Update nuget package configuration

  • update description
  • update tags
  • development dependency flag

Version 0.1.0

20 Sep 11:53

Choose a tag to compare

Change the used default ITypeLifetimeManager

0.1.0-alpha

20 Sep 10:41

Choose a tag to compare

0.1.0-alpha Pre-release
Pre-release
Update Travis CI