Skip to content

Commit

Permalink
Assembly should expose more information about the package
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jul 11, 2024
1 parent dbfda4d commit eeafa73
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Limbo.Umbraco.Tables/Limbo.Umbraco.Tables.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<VersionPrefix>13.0.0</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
<Company>Limbo</Company>
<Product>Limbo Tables</Product>
<Authors>Anders Bjerner</Authors>
<Copyright>Copyright © $([System.DateTime]::UtcNow.ToString(`yyyy`))</Copyright>
<Title>Limbo Tables</Title>
Expand All @@ -28,6 +29,14 @@
<RepositoryUrl>https://github.com/limbo-works/Limbo.Umbraco.Tables</RepositoryUrl>
</PropertyGroup>

<!-- Include additional metadata in the assembly -->
<ItemGroup>
<AssemblyMetadata Include="PackageProjectUrl" Value="https://packages.limbo.works/limbo.umbraco.tables/" />
<AssemblyMetadata Include="DocumentationUrl" Value="https://packages.limbo.works/limbo.umbraco.tables/docs/v1/" />
<AssemblyMetadata Include="NuGetUrl" Value="https://www.nuget.org/packages/Limbo.Umbraco.Tables" />
<AssemblyMetadata Include="UmbracoMarketplaceUrl" Value="https://marketplace.umbraco.com/package/limbo.umbraco.tables" />
</ItemGroup>

<!-- Include NuGet dependencies -->
<ItemGroup>
<PackageReference Include="Skybrud.Essentials" Version="1.1.57" />
Expand Down

0 comments on commit eeafa73

Please sign in to comment.