Skip to content

Commit

Permalink
New release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Apr 21, 2024
1 parent d556dc9 commit 82a0560
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 125 deletions.
Binary file added releases/nuget/Skybrud.Essentials.1.1.57.nupkg
Binary file not shown.
120 changes: 0 additions & 120 deletions src/LICENSE.html

This file was deleted.

22 changes: 17 additions & 5 deletions src/Skybrud.Essentials/Skybrud.Essentials.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,42 +35,54 @@
</ItemGroup>

<PropertyGroup>
<VersionPrefix>1.1.56</VersionPrefix>
<VersionPrefix>1.1.57</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
<Authors>Anders Bjerner</Authors>
<Company>Limbo</Company>
<Description>Library with common purpose functionality for working with .NET.</Description>
<Copyright>Copyright © $([System.DateTime]::UtcNow.ToString(`yyyy`))</Copyright>
</PropertyGroup>

<!-- Information for the NuGet package -->
<PropertyGroup>
<PackageId>Skybrud.Essentials</PackageId>
<PackageTags>Skybrud, Limbo, Essentials, JSON, XML, Date, Time, Calendar, ISO8601, RFC822, RFC2822, Reflection, Parsing</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://packages.skybrud.dk/skybrud.essentials/</PackageProjectUrl>
<PackageProjectUrl>https://packages.limbo.works/skybrud.essentials/</PackageProjectUrl>
<PackageIcon>Limbo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/skybrud/Skybrud.Essentials</RepositoryUrl>
</PropertyGroup>

<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Skybrud.Essentials.xml</DocumentationFile>
</PropertyGroup>
<!-- Include additional metadata in the assembly -->
<ItemGroup>
<AssemblyMetadata Include="PackageProjectUrl" Value="https://packages.limbo.works/skybrud.essentials/" />
<AssemblyMetadata Include="DocumentationUrl" Value="https://packages.limbo.works/limbo.umbraco.iddqd/docs/v13/" />
<AssemblyMetadata Include="NuGetUrl" Value="https://packages.limbo.works/skybrud.essentials/docs/" />
</ItemGroup>

<!-- Include NuGet dependencies (.NET STadnard 1.3 and 2.0) -->
<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.3' OR '$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="System.Xml.XPath.XDocument" Version="4.3.0" />
</ItemGroup>

<!-- Include NuGet dependencies (all target frameworks) -->
<ItemGroup>
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="all" />
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="JetBrains.Annotations" Version="2022.1.0" PrivateAssets="All" />
</ItemGroup>

<!-- Include README package icon for the NuGet package -->
<ItemGroup>
<None Include="../../NUGET.md" Pack="true" PackagePath="\README.md" />
<None Include="../build/Limbo.png" Pack="true" PackagePath="\" />
</ItemGroup>

<!-- Generate XML documentation -->
<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Skybrud.Essentials.xml</DocumentationFile>
</PropertyGroup>

</Project>

0 comments on commit 82a0560

Please sign in to comment.