We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ee889 commit f052630Copy full SHA for f052630
CompositionRoot/CompositionRoot.csproj
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project Sdk="Microsoft.NET.Sdk; Microsoft.Build.CentralPackageVersions">
3
<PropertyGroup>
4
- <Version>1.0.0</Version>
+ <Version>1.1.0</Version>
5
<AssemblyName>Messerli.CompositionRoot</AssemblyName>
6
<RootNamespace>Messerli.CompositionRoot</RootNamespace>
7
</PropertyGroup>
changelog.md
@@ -18,3 +18,7 @@
18
* Remove upper constraint on `System.Collections.Immutable`
19
* Add symbols package
20
* Add `[Pure]` attributes to pure builder methods
21
+
22
+## 1.1.0
23
+* Add a new `Configure` method on `CompositionRootBuilder` that allows
24
+ arbitrary setup code to run on the underlying `ContainerBuilder`.
0 commit comments