From e084d23b1ec6883e0d18cf733430aacbfce71d1d Mon Sep 17 00:00:00 2001 From: RobIII Date: Wed, 12 Feb 2025 17:15:52 +0100 Subject: [PATCH] Added a heading and paragraph for the Configuration package. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 38d0b94..5b774c7 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,10 @@ Wraparound date : 3135-03-14T12:41:28.8320000+00:00 IdGen also provides an `ITimeSouce` interface; this can be handy for [unittesting](IdGenTests/IdGeneratorTests.cs) purposes or if you want to provide a time-source for the timestamp part of your Id's that is not based on the system time. For unittesting we use our own [`MockTimeSource`](IdGenTests/Mocks/MockTimeSource.cs). +## Configuration + +A configuration package for .Net Framework projects can be found in [IdGen.Configuration](https://www.nuget.org/packages/IdGen.Configuration). This package allows you to configure your IdGenerators in your `app.config` or `web.config` file. The configuration section looks like this: + ```xml