Skip to content

Commit

Permalink
Bumped solution version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davebronson committed Jan 24, 2021
1 parent 86a2447 commit d377c78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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.1
version = 1.2
description = .NET HL7 library
EndGlobalSection
EndGlobal
3 changes: 1 addition & 2 deletions src/ClearHl7.Codes/ClearHl7.Codes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
<PackageLicenseUrl></PackageLicenseUrl>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageVersion>1.1.0</PackageVersion>
<PackageVersion>1.2.0</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ReleaseVersion>1.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<LangVersion>latest</LangVersion>
Expand Down
3 changes: 1 addition & 2 deletions src/ClearHl7/ClearHl7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
<PackageLicenseUrl></PackageLicenseUrl>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageVersion>1.1.0</PackageVersion>
<PackageVersion>1.2.0</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ReleaseVersion>1.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit d377c78

Please sign in to comment.