Skip to content

Commit 34b75c5

Browse files
author
Jan Nils Ferner
authored
Merge pull request #12 from messerli-informatik-ag/release-0.2.0
Release 0.2.0
2 parents 9438135 + df012ec commit 34b75c5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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">
33
<PropertyGroup>
4-
<Version>0.1.1</Version>
4+
<Version>0.2.0</Version>
55
<AssemblyName>Messerli.CompositionRoot</AssemblyName>
66
<RootNamespace>Messerli.CompositionRoot</RootNamespace>
77
</PropertyGroup>

changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@
44
- Initial release
55

66
## 0.1.1
7-
- Added `ModuleBuilder`
7+
- Added `ModuleBuilder`
8+
9+
## 0.2.0
10+
- Update Autofac to 5.1.
11+
- Add support for .NET Standard 2.0.

0 commit comments

Comments
 (0)