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.
2 parents 9438135 + df012ec commit 34b75c5Copy full SHA for 34b75c5
CompositionRoot/CompositionRoot.csproj
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project Sdk="Microsoft.NET.Sdk">
3
<PropertyGroup>
4
- <Version>0.1.1</Version>
+ <Version>0.2.0</Version>
5
<AssemblyName>Messerli.CompositionRoot</AssemblyName>
6
<RootNamespace>Messerli.CompositionRoot</RootNamespace>
7
</PropertyGroup>
changelog.md
@@ -4,4 +4,8 @@
- Initial release
## 0.1.1
-- Added `ModuleBuilder`
+- Added `ModuleBuilder`
8
+
9
+## 0.2.0
10
+- Update Autofac to 5.1.
11
+- Add support for .NET Standard 2.0.
0 commit comments