Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
perrich committed Jan 20, 2019
1 parent 05984ae commit eed3fb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Hangfire.MemoryStorage.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A memory storage for Hangfire</description>
<releaseNotes>Second release.</releaseNotes>
<copyright>Copyright 2015-2017</copyright>
<copyright>Copyright 2015-2018</copyright>
<tags>Hangfire Storage</tags>
<dependencies>
<dependency id="Hangfire.Core" version="1.6.1" />
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A memory storage for Hangfire (http://hangfire.io).
It can be useful for testing purpose like check the behaviour and use it in a development environment.
Please note that :
* it should not be used in production (no integrity and no thread safe even if many cases are managed).
* data are stored in memory using a single static dictionary
* data are stored in memory using a dictionary in a static way (See Data created at the storage creation)

How To use MemoryStorage
---
Expand Down Expand Up @@ -55,7 +55,7 @@ test.txt <br />

License:
---
Copyright 2015 - 2017 PERRICHOT Florian
Copyright 2015 - 2018 PERRICHOT Florian

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Hangfire.MemoryStorage/Hangfire.MemoryStorage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>A memory storage for Hangfire</Description>
<Copyright>Copyright 2015-2017</Copyright>
<Copyright>Copyright 2015-2018</Copyright>
<AssemblyTitle>Hangfire.MemoryStorage</AssemblyTitle>
<VersionPrefix>1.6.0</VersionPrefix>
<Authors>PERRICHOT Florian</Authors>
Expand Down

0 comments on commit eed3fb6

Please sign in to comment.