Skip to content

Commit

Permalink
First stable release for Umbraco 9 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jan 8, 2024
1 parent 29d0a00 commit 9570ce5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file not shown.
12 changes: 6 additions & 6 deletions src/Skybrud.Essentials.Umbraco/Skybrud.Essentials.Umbraco.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0-alpha002</Version>
<Version>1.0.0</Version>
<Authors>Anders Bjerner</Authors>
<Company>Limbo</Company>
<Product>Skybrud.Essentials</Product>
<Description>Skybrud.Essentials addon for working with Umbraco 9.</Description>
<Copyright>Copyright © 2022</Copyright>
<Copyright>Copyright © $([System.DateTime]::UtcNow.ToString(`yyyy`))</Copyright>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -24,10 +24,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skybrud.Essentials" Version="1.1.34" />
<PackageReference Include="Umbraco.Cms.Core" Version="9.0.0" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="9.0.0" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="9.0.0" />
<PackageReference Include="Skybrud.Essentials" Version="1.1.54" />
<PackageReference Include="Umbraco.Cms.Core" Version="[9.0,10.0)" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="[9.0,10.0)" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="[9.0,10.0)" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 9570ce5

Please sign in to comment.