Skip to content

Commit e084d23

Browse files
committed
Added a heading and paragraph for the Configuration package.
1 parent bbda5fd commit e084d23

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ Wraparound date : 3135-03-14T12:41:28.8320000+00:00
125125

126126
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).
127127

128+
## Configuration
129+
130+
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:
131+
128132
```xml
129133
<configuration>
130134
<configSections>

0 commit comments

Comments
 (0)