Skip to content

Commit

Permalink
Set version to 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
davebronson committed Mar 13, 2022
1 parent 54491bf commit 5195f69
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ClearHl7.sln
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Global
$0.VersionControlPolicy = $2
$0.DotNetNamingPolicy = $3
$3.DirectoryNamespaceAssociation = PrefixedHierarchical
version = 2.0.0-beta3
version = 2.0.0
description = .NET HL7® library
EndGlobalSection
EndGlobal
4 changes: 2 additions & 2 deletions src/ClearHl7.Codes/ClearHl7.Codes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<Title>ClearHL7.Codes</Title>
<Description>Enumerated coded values for the HL7® standard</Description>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageVersion>2.0.0-beta3</PackageVersion>
<PackageVersion>2.0.0</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackOnBuild>true</PackOnBuild>
<Owners>Dave Bronson</Owners>
<ReleaseVersion>2.0.0-beta3</ReleaseVersion>
<ReleaseVersion>2.0.0</ReleaseVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
Expand Down
4 changes: 2 additions & 2 deletions src/ClearHl7/ClearHl7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<Title>ClearHL7</Title>
<Description>.NET HL7® message generation and parsing library for the version 2.x standard. Please see important info about changes in V2: https://github.com/davebronson/clear-hl7-net/blob/master/Version2.md </Description>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageVersion>2.0.0-beta3</PackageVersion>
<PackageVersion>2.0.0</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackOnBuild>true</PackOnBuild>
<Owners>Dave Bronson</Owners>
<ReleaseVersion>2.0.0-beta3</ReleaseVersion>
<ReleaseVersion>2.0.0</ReleaseVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
Expand Down
2 changes: 1 addition & 1 deletion test/ClearHl7.Tests/ClearHl7.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net5.0</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>2.0.0-beta3</ReleaseVersion>
<ReleaseVersion>2.0.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5195f69

Please sign in to comment.