Skip to content

Commit

Permalink
Updated versions to alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
tidyui committed Apr 28, 2021
1 parent 57ce5da commit d846d2a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup Label="Package information">
<Version>9.1.0-alpha1</Version>
<Version>9.1.0-alpha2</Version>
<Authors>Piranha CMS</Authors>
<Company>Piranha CMS</Company>
<Copyright>Copyright (c) .NET Foundation and Contributors</Copyright>
Expand Down
1 change: 0 additions & 1 deletion core/Piranha.Manager/Piranha.Manager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<NoWarn>$(NoWarn);1591</NoWarn>
<Description>Manager panel for Piranha CMS for AspNetCore</Description>
<Version>9.1.0-alpha1.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down
1 change: 0 additions & 1 deletion core/Piranha/Piranha.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>netstandard2.0</TargetFramework>
<NoWarn>$(NoWarn);1591</NoWarn>
<Description>Core package for Piranha CMS for .NET Core</Description>
<Version>9.1.0-alpha1.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down
1 change: 0 additions & 1 deletion data/Piranha.Data.EF/Piranha.Data.EF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>netstandard2.1</TargetFramework>
<NoWarn>$(NoWarn);1591</NoWarn>
<Description>Data components for Entity Framework Core</Description>
<Version>9.1.0-alpha1.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down

0 comments on commit d846d2a

Please sign in to comment.