Skip to content

Commit

Permalink
Added a heading and paragraph for the Configuration package.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobThree committed Feb 12, 2025
1 parent bbda5fd commit e084d23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<configuration>
<configSections>
Expand Down

0 comments on commit e084d23

Please sign in to comment.