Skip to content

Commit

Permalink
Bumped solution version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davebronson committed Mar 23, 2021
1 parent d780ab8 commit 07661fe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ClearHl7.sln
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Global
Policies = $0
$0.StandardHeader = $1
$0.VersionControlPolicy = $2
version = 1.2
version = 1.3
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 @@ -9,11 +9,11 @@
<PackageTags>hl7;hl7-builder;hl7-message;hl7-generating;dotnet;healthcare;code;codesystem</PackageTags>
<Title>ClearHL7.Codes</Title>
<Description>Enumerated coded values for the HL7® standard</Description>
<PackageLicenseUrl></PackageLicenseUrl>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageVersion>1.2.0</PackageVersion>
<PackageVersion>1.3.0</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ReleaseVersion>1.3</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<LangVersion>latest</LangVersion>
Expand Down
5 changes: 2 additions & 3 deletions src/ClearHl7/ClearHl7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
<PackageTags>hl7;hl7-builder;hl7-message;hl7-generating;dotnet;healthcare</PackageTags>
<Title>ClearHL7</Title>
<Description>.NET HL7® message generation library for the Version 2.x standard</Description>
<PackageLicenseUrl></PackageLicenseUrl>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageVersion>1.2.0</PackageVersion>
<PackageVersion>1.3.0</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ReleaseVersion>1.2</ReleaseVersion>
<ReleaseVersion>1.3</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<LangVersion>latest</LangVersion>
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.1</ReleaseVersion>
<ReleaseVersion>1.3</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 07661fe

Please sign in to comment.