Skip to content

Commit

Permalink
bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jul 18, 2022
1 parent 211ac79 commit 6e603ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![GitHub](https://img.shields.io/github/license/SMI/SmiServices)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/SMI/SmiServices.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/SMI/SmiServices/alerts/)

Version: `5.1.1`
Version: `5.1.2`

# SMI Services

Expand Down
4 changes: 2 additions & 2 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

// These should be overwritten by release builds
[assembly: AssemblyVersion("5.1.1")]
[assembly: AssemblyFileVersion("5.1.1")]
[assembly: AssemblyInformationalVersion("5.1.1")] // This one can have the extra build info after it
[assembly: AssemblyFileVersion("5.1.2")]
[assembly: AssemblyInformationalVersion("5.1.2")] // This one can have the extra build info after it

0 comments on commit 6e603ee

Please sign in to comment.