Skip to content

Releases: skbkontur/GroboContainer

v1.2.62 - 2021.11.30

30 Nov 09:25
Compare
Choose a tag to compare
  • Update dependencies.
  • Run tests against net6.0 tfm.

v1.2.60 - 2021.03.13

13 Mar 14:37
a6efdb0
Compare
Choose a tag to compare
  • Update dependencies.
  • Run tests against net5.0 tfm.

v1.2.52 - 2021.01.21

12 Mar 07:03
Compare
Choose a tag to compare
  • Fix incorrect dispose order issue (#12).

v1.2 - 2018.09.15

14 Sep 20:51
Compare
Choose a tag to compare
  • Use Nerdbank.GitVersioning to automate generation of assembly and nuget package versions.
  • Update Gremit dependency to v2.3.
  • Add IAbstractionConfigurator.UseTypes(Type[] types) overload.
  • Rename ILog -> IGroboContainerLog to not pollute intellisense in dependent projects with irrelevant symbols.
  • Reduce memory allocations (PR #3).

v1.1 - 2018.01.10

14 Sep 20:50
Compare
Choose a tag to compare
  • Support .NET Standard 2.0.
  • Switch to SDK-style project format and dotnet core build tooling.