Skip to content

Commit

Permalink
New release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jan 23, 2023
1 parent 802a785 commit fc88847
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions NUGET.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) [![NuGet](https://img.shields.io/nuget/v/Skybrud.Essentials.svg)](https://www.nuget.org/packages/Skybrud.Essentials) [![NuGet](https://img.shields.io/nuget/dt/Skybrud.Essentials.svg)](https://www.nuget.org/packages/Skybrud.Essentials)

Skybrud.Essentials is a library with common purpose functionality for working with .NET.

The package has a strong focus on parsing various types of input. Among other things, the package can help you work with date and time beyond the standard `DateTime` and `DateTimeOffset` classes in .NET. It has better support for various date formats - such as unix time, ISO 8601, RFC 822 and RFC 2822.
Expand Down
Binary file added releases/nuget/Skybrud.Essentials.1.1.46.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/LICENSE.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h1>Skybrud.Essentials</h1>
<h2>The MIT License (MIT)</h2>
<div class="limboLogo"><a href="https://www.limbo.works/" target="_blank" rel="noopener"></a></div>
<p>
Copyright &copy; 2022 <a href="https://www.limbo.works/" target="_blank" rel="noopener">Limbo</a>
Copyright &copy; 2023 <a href="https://www.limbo.works/" target="_blank" rel="noopener">Limbo</a>
</p>
<p>
Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion src/Skybrud.Essentials/Skybrud.Essentials.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>

<PropertyGroup>
<VersionPrefix>1.1.45</VersionPrefix>
<VersionPrefix>1.1.46</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
<Authors>Anders Bjerner</Authors>
<Company>Limbo</Company>
Expand Down

0 comments on commit fc88847

Please sign in to comment.