Skip to content

Commit ef3548f

Browse files
committed
Bump version to 1.0.0
1 parent 5f229bb commit ef3548f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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; Microsoft.Build.CentralPackageVersions">
33
<PropertyGroup>
4-
<Version>0.2.2</Version>
4+
<Version>1.0.0</Version>
55
<AssemblyName>Messerli.CompositionRoot</AssemblyName>
66
<RootNamespace>Messerli.CompositionRoot</RootNamespace>
77
</PropertyGroup>

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@
1414
* Add compatibility for Autofac 6.x.
1515
* Only depend on `System.Collections.Immutable` when targeting .NET Standard.
1616

17-
## 0.2.2
17+
## 1.0.0
1818
* Remove upper constraint on `System.Collections.Immutable`
19+
* Add symbols package
20+
* Add `[Pure]` attributes to pure builder methods

0 commit comments

Comments
 (0)