Skip to content

Commit

Permalink
ci: remove package version
Browse files Browse the repository at this point in the history
  • Loading branch information
attilah committed May 3, 2020
1 parent d14575a commit 084aa88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
</PropertyGroup>

<!-- Versioning properties -->
<PropertyGroup>
<!-- <PropertyGroup>
<VersionPrefix Condition=" '$(VersionPrefix)'=='' ">3.1.0</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">rc1-020501</VersionSuffix>
</PropertyGroup>
</PropertyGroup> -->

<Choose>
<When Condition="'$(OfficialBuild)' != 'true'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<RazorLangVersion>3.0</RazorLangVersion>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<PackageId>Blazor.Extensions.Logging</PackageId>
<PackageVersion>3.1.0-rc1-020501</PackageVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 084aa88

Please sign in to comment.