Skip to content

Commit

Permalink
Bumped solution version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davebronson committed Nov 16, 2021
1 parent 4187d29 commit 7b45f57
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 = 1.4.0-beta3
version = 1.4.0
description = .NET HL7® library
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion src/ClearHl7.Codes/ClearHl7.Codes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<NeutralLanguage>en-US</NeutralLanguage>
<PackageVersion>1.3.0</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ReleaseVersion>1.4.0-beta3</ReleaseVersion>
<ReleaseVersion>1.4.0</ReleaseVersion>
<PackOnBuild>true</PackOnBuild>
<Owners>Dave Bronson</Owners>
</PropertyGroup>
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,9 +10,9 @@
<Title>ClearHL7</Title>
<Description>.NET HL7® message generation library for the Version 2.x standard</Description>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageVersion>1.4.0-beta3</PackageVersion>
<PackageVersion>1.4.0</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ReleaseVersion>1.4.0-beta3</ReleaseVersion>
<ReleaseVersion>1.4.0</ReleaseVersion>
<PackOnBuild>true</PackOnBuild>
<Owners>Dave Bronson</Owners>
</PropertyGroup>
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>1.4.0-beta3</ReleaseVersion>
<ReleaseVersion>1.4.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7b45f57

Please sign in to comment.