Skip to content

Commit

Permalink
move version to csproj
Browse files Browse the repository at this point in the history
change package name
  • Loading branch information
noamyogev84 committed Jan 16, 2024
1 parent 4cc86e1 commit 9bec9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ConcurrentPriorityQueue/ConcurrentPriorityQueue.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<PackageProjectUrl>https://github.com/noamyogev84/ConcurrentPriorityQueue</PackageProjectUrl>
<RepositoryUrl>https://github.com/noamyogev84/ConcurrentPriorityQueue</RepositoryUrl>
<PackageTags>threading thread-safe producerconsumer concurrent-collection concurrent blocking-collection collections</PackageTags>
<PackageId>PriorityConcurrentQueue</PackageId>
<PackageId>ConcurrentPriorityQueue</PackageId>
<Version>3.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,4 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<PropertyGroup>
<Version>3.0.0</Version>
</PropertyGroup>
</Project>

0 comments on commit 9bec9cc

Please sign in to comment.