3535 </ItemGroup >
3636
3737 <PropertyGroup >
38- <VersionPrefix >1.1.56 </VersionPrefix >
38+ <VersionPrefix >1.1.57 </VersionPrefix >
3939 <VersionSuffix Condition =" '$(Configuration)'=='Debug'" >build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix >
4040 <Authors >Anders Bjerner</Authors >
4141 <Company >Limbo</Company >
4242 <Description >Library with common purpose functionality for working with .NET.</Description >
4343 <Copyright >Copyright © $([System.DateTime]::UtcNow.ToString(`yyyy`))</Copyright >
4444 </PropertyGroup >
4545
46+ <!-- Information for the NuGet package -->
4647 <PropertyGroup >
4748 <PackageId >Skybrud.Essentials</PackageId >
4849 <PackageTags >Skybrud, Limbo, Essentials, JSON, XML, Date, Time, Calendar, ISO8601, RFC822, RFC2822, Reflection, Parsing</PackageTags >
4950 <PackageLicenseExpression >MIT</PackageLicenseExpression >
50- <PackageProjectUrl >https://packages.skybrud.dk /skybrud.essentials/</PackageProjectUrl >
51+ <PackageProjectUrl >https://packages.limbo.works /skybrud.essentials/</PackageProjectUrl >
5152 <PackageIcon >Limbo.png</PackageIcon >
5253 <PackageReadmeFile >README.md</PackageReadmeFile >
5354 <RepositoryType >git</RepositoryType >
5455 <RepositoryUrl >https://github.com/skybrud/Skybrud.Essentials</RepositoryUrl >
5556 </PropertyGroup >
5657
57- <PropertyGroup >
58- <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\Skybrud.Essentials.xml</DocumentationFile >
59- </PropertyGroup >
58+ <!-- Include additional metadata in the assembly -->
59+ <ItemGroup >
60+ <AssemblyMetadata Include =" PackageProjectUrl" Value =" https://packages.limbo.works/skybrud.essentials/" />
61+ <AssemblyMetadata Include =" DocumentationUrl" Value =" https://packages.limbo.works/limbo.umbraco.iddqd/docs/v13/" />
62+ <AssemblyMetadata Include =" NuGetUrl" Value =" https://packages.limbo.works/skybrud.essentials/docs/" />
63+ </ItemGroup >
6064
65+ <!-- Include NuGet dependencies (.NET STadnard 1.3 and 2.0) -->
6166 <ItemGroup Condition =" '$(TargetFramework)'=='netstandard1.3' OR '$(TargetFramework)'=='netstandard2.0'" >
6267 <PackageReference Include =" System.Xml.XPath.XDocument" Version =" 4.3.0" />
6368 </ItemGroup >
6469
70+ <!-- Include NuGet dependencies (all target frameworks) -->
6571 <ItemGroup >
6672 <PackageReference Include =" Nullable" Version =" 1.3.1" PrivateAssets =" all" />
6773 <PackageReference Include =" Newtonsoft.Json" Version =" 9.0.1" />
6874 <PackageReference Include =" JetBrains.Annotations" Version =" 2022.1.0" PrivateAssets =" All" />
6975 </ItemGroup >
7076
77+ <!-- Include README package icon for the NuGet package -->
7178 <ItemGroup >
7279 <None Include =" ../../NUGET.md" Pack =" true" PackagePath =" \README.md" />
7380 <None Include =" ../build/Limbo.png" Pack =" true" PackagePath =" \" />
7481 </ItemGroup >
7582
83+ <!-- Generate XML documentation -->
84+ <PropertyGroup >
85+ <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\Skybrud.Essentials.xml</DocumentationFile >
86+ </PropertyGroup >
87+
7688</Project >
0 commit comments