Skip to content

Commit

Permalink
New alpha release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jan 9, 2023
1 parent ce02a47 commit 1affe9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NUGET.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) [![NuGet](https://img.shields.io/nuget/vpre/Skybrud.Essentials.Umbraco.svg)](https://www.nuget.org/packages/Skybrud.Essentials.Umbraco) [![NuGet]
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) [![NuGet](https://img.shields.io/nuget/vpre/Skybrud.Essentials.Umbraco.svg)](https://www.nuget.org/packages/Skybrud.Essentials.Umbraco) [![NuGet](https://img.shields.io/nuget/dt/Skybrud.Essentials.Umbraco.svg)](https://www.nuget.org/packages/Skybrud.Essentials.Umbraco)

**Skybrud.Essentials.Umbraco** is an add-on that builds on top of our [Skybrud.Essentials](https://github.com/skybrud/Skybrud.Essentials) package, and it provides various logic that makes it easier to work with different parts of Umbraco.

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>2.0.0-alpha001</VersionPrefix>
<VersionPrefix>2.0.0-alpha002</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
<Authors>Anders Bjerner</Authors>
<Company>Limbo</Company>
Expand All @@ -31,9 +31,9 @@
<!-- Include NuGet dependencies -->
<ItemGroup>
<PackageReference Include="Skybrud.Essentials" Version="1.1.44" />
<PackageReference Include="Umbraco.Cms.Core" Version="[10.0.0,11.0)" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="[10.0.0,11.0)" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="[10.0.0,11.0)" />
<PackageReference Include="Umbraco.Cms.Core" Version="[10.0.0,12.0)" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="[10.0.0,12.0)" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="[10.0.0,12.0)" />
</ItemGroup>

<!-- Include package icon for NuGet -->
Expand Down

0 comments on commit 1affe9e

Please sign in to comment.