Skip to content

Commit

Permalink
GA version of Dodo.Primitives 2.0.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbukin authored Nov 9, 2022
1 parent 0b8bcee commit 43b85da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dodo.Primitives

[![Latest release](https://img.shields.io/badge/nuget-2.0.0-alpha3-blue?&kill_cache=1)](https://www.nuget.org/packages/Dodo.Primitives/2.0.0-alpha3)
[![Coverage Status](https://coveralls.io/repos/github/dodopizza/primitives/badge.svg?branch=refs/tags/2.0.0-alpha3&kill_cache=1)](https://coveralls.io/github/dodopizza/primitives?branch=refs/tags/2.0.0-alpha3)
[![Latest release](https://img.shields.io/badge/nuget-2.0.0-blue?&kill_cache=1)](https://www.nuget.org/packages/Dodo.Primitives/2.0.0)
[![Coverage Status](https://coveralls.io/repos/github/dodopizza/primitives/badge.svg?branch=refs/tags/2.0.0&kill_cache=1)](https://coveralls.io/github/dodopizza/primitives?branch=refs/tags/2.0.0)

Library provides .NET primitive types:

Expand Down Expand Up @@ -37,3 +37,4 @@ Our goal is to provide Uuid fully compliant with RFC4122 (big-endian layout) and

- [Prerequisites, build and development](https://github.com/dodopizza/primitives/wiki/Prerequisites,-build-and-development)
- [Benchmarks](https://github.com/dodopizza/primitives/wiki/Benchmarks)
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>alpha3</VersionSuffix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 43b85da

Please sign in to comment.