Skip to content

Commit

Permalink
upgrade package version to 7.0.0 (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
amerjusupovic authored Nov 17, 2023
1 parent d970761 commit dcd8626
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>6.1.1</OfficialVersion>
<OfficialVersion>7.0.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>6.1.1</OfficialVersion>
<OfficialVersion>7.0.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 @@ -33,7 +33,7 @@
<!-- Nuget Package Version Settings -->

<PropertyGroup>
<OfficialVersion>6.1.1</OfficialVersion>
<OfficialVersion>7.0.0</OfficialVersion>
</PropertyGroup>

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

0 comments on commit dcd8626

Please sign in to comment.