Skip to content

Commit

Permalink
Updating Helpful Libraries reference to latest, updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Mar 27, 2022
1 parent 9cfaade commit 3310d3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="3.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="4.0.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Lombiq.Hosting.Tenants.Admin.Login/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name = "Lombiq Hosting - Tenants Admin Login ",
Author = "Lombiq Technologies",
Website = "https://github.com/Lombiq/Hosting-Tenants",
Version = "2.0.0"
Version = "2.0.1"
)]

[assembly: Feature(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="3.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="4.0.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Lombiq.Hosting.Tenants.Management/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name = "Lombiq Hosting - Tenants Management",
Author = "Lombiq Technologies",
Website = "https://github.com/Lombiq/Hosting-Tenants",
Version = "2.0.0",
Version = "2.0.1",
Description = "Manage restrictions on tenant creation."
)]

Expand Down

0 comments on commit 3310d3a

Please sign in to comment.