From a2395d5fe3abe0fc5b726dccbb271de43ef952bb Mon Sep 17 00:00:00 2001 From: Noam Yogev Date: Sun, 14 Jan 2024 09:03:58 +0200 Subject: [PATCH] Add version to Directory.Build.props (#23) * add version property group * modify readme --- Directory.Build.props | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index da4c914..7cd6a4f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,4 +13,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive + + 3.0.0 + \ No newline at end of file diff --git a/README.md b/README.md index 91d0c1a..98addb1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Nuget: [https://www.nuget.org/packages/ConcurrentPriorityQueue](https://www.nuge 2. Manages items according to a `First in first out` policy and `priority` on top of that. 3. Implements `IProducerConsumerCollection` interface. 4. Extends to a `BlockingCollection`. -5. Supports multi-frameworks, includes `net48` `netstandard2.0` `net6.0` `net7.0` +5. Supports multi-frameworks, includes `net48` `netstandard2.0` `net6.0` `net8.0` ### Examples: