Skip to content

Commit

Permalink
First stable release for Umbraco 10 and 11 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Nov 29, 2022
1 parent 8d4f424 commit cf5349c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added releases/nuget/Limbo.Umbraco.YouTube.2.0.0.nupkg
Binary file not shown.
6 changes: 3 additions & 3 deletions src/Limbo.Umbraco.YouTube/Limbo.Umbraco.YouTube.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>2.0.0-beta001</VersionPrefix>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
<Company>Limbo</Company>
<Authors>Anders Bjerner</Authors>
<Copyright>Copyright © 2022</Copyright>
<Title>Limbo YouTube</Title>
<Description>YouTube video picker for Umbraco 10.</Description>
<Description>YouTube video picker for Umbraco.</Description>
</PropertyGroup>

<!-- Information for the NuGet package -->
<PropertyGroup>
<PackageId>Limbo.Umbraco.YouTube</PackageId>
<PackageTags>Skybrud; Limbo; Umbraco, YouTube</PackageTags>
<PackageTags>Skybrud, Limbo, Umbraco, YouTube, Integration, Umbraco-Marketplace</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://packages.limbo.works/limbo.umbraco.youtube/v2/</PackageProjectUrl>
<PackageIcon>Limbo.png</PackageIcon>
Expand Down

0 comments on commit cf5349c

Please sign in to comment.