Releases: ManticSic/UnityContainerAttributeRegistration
Releases · ManticSic/UnityContainerAttributeRegistration
Version 0.3.0
Version 0.2.0
0.2.0 (2020-10-24)
Code
- added: Attributes to register concrete instances
- changed: Rename
AppDomainAdaptertoAssemblyProvider
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
0.1.3
Code
- added: XMLDocumentation for all
public,internalandprotectedtypes, fields, properties and methods - changed: improve testing
CI / CD
- added: XMLDocumentation to nuget package
Version 0.1.2
Code
- added: XMLDocumentation for public types
- changed: name of
UnityContainerBuildertoUnityContainerPopulator- changed:
UnityContainerPopulatoris no longer static - changed: provide AppDomain by wrapper class
- changed:
- changed: constructor of
TypeRegisterAttribute- added: accepting type implementing
ITypeLifetimeManager - removed: usage of
TypeLifetimeManagerenum
- added: accepting type implementing
- 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
Update nuget package configuration
- update description
- update tags
- development dependency flag
Version 0.1.0
Change the used default ITypeLifetimeManager
0.1.0-alpha
Update Travis CI