We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c8082 commit 53dba8eCopy full SHA for 53dba8e
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 0.0.3
2
+
3
+- Introduce abstract classes `PolicyConfigurator<TPolicy>` and `PolicyBuilder<TPolicy, TConfigurator>`.
4
+- Update Microsoft nuget packages.
5
+- Add *Advanced Usage* section to README.
6
+- Move the `RetryLoggingErrorProcessor` to `Shared.csproj`.
7
+- Add `ConfiguratorDemo.csproj` to `Samples.sln`.
8
+- Create `Shared.csproj` in Samples and move `SomeException` into it.
9
+- Move `Samples.csproj` into a new `Intro` folder and rename it to `Intro.csproj
10
11
12
## 0.0.3-preview
13
14
- Fix `ServiceCollectionExtensions` xml docs.
0 commit comments