Skip to content

Commit f052630

Browse files
committed
Bump version and update changelog
1 parent 95ee889 commit f052630

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CompositionRoot/CompositionRoot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk; Microsoft.Build.CentralPackageVersions">
33
<PropertyGroup>
4-
<Version>1.0.0</Version>
4+
<Version>1.1.0</Version>
55
<AssemblyName>Messerli.CompositionRoot</AssemblyName>
66
<RootNamespace>Messerli.CompositionRoot</RootNamespace>
77
</PropertyGroup>

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@
1818
* Remove upper constraint on `System.Collections.Immutable`
1919
* Add symbols package
2020
* 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

Comments
 (0)