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 5f229bb commit ef3548fCopy full SHA for ef3548f
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>0.2.2</Version>
+ <Version>1.0.0</Version>
5
<AssemblyName>Messerli.CompositionRoot</AssemblyName>
6
<RootNamespace>Messerli.CompositionRoot</RootNamespace>
7
</PropertyGroup>
changelog.md
@@ -14,5 +14,7 @@
14
* Add compatibility for Autofac 6.x.
15
* Only depend on `System.Collections.Immutable` when targeting .NET Standard.
16
17
-## 0.2.2
+## 1.0.0
18
* Remove upper constraint on `System.Collections.Immutable`
19
+* Add symbols package
20
+* Add `[Pure]` attributes to pure builder methods
0 commit comments