Skip to content

Commit

Permalink
upgrade package version to 7.1.0 (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
amerjusupovic authored Feb 22, 2024
1 parent bfd51fd commit fd3e538
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- Nuget Package Version Settings -->

<PropertyGroup>
<OfficialVersion>7.0.0</OfficialVersion>
<OfficialVersion>7.1.0</OfficialVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(CDP_PATCH_NUMBER)'!='' AND '$(CDP_BUILD_TYPE)'=='Official'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- Nuget Package Version Settings -->

<PropertyGroup>
<OfficialVersion>7.0.0</OfficialVersion>
<OfficialVersion>7.1.0</OfficialVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(CDP_PATCH_NUMBER)'!='' AND '$(CDP_BUILD_TYPE)'=='Official'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<!-- Nuget Package Version Settings -->

<PropertyGroup>
<OfficialVersion>7.0.0</OfficialVersion>
<OfficialVersion>7.1.0</OfficialVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(CDP_PATCH_NUMBER)'!='' AND '$(CDP_BUILD_TYPE)'=='Official'">
Expand Down

0 comments on commit fd3e538

Please sign in to comment.