Skip to content

Commit

Permalink
Add version to Directory.Build.props (#23)
Browse files Browse the repository at this point in the history
* add version property group

* modify readme
  • Loading branch information
noamyogev84 authored Jan 14, 2024
1 parent bffbc51 commit a2395d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<PropertyGroup>
<Version>3.0.0</Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>` interface.
4. Extends to a `BlockingCollection<T>`.
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:

Expand Down

0 comments on commit a2395d5

Please sign in to comment.