Skip to content

Commit

Permalink
New alpha release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jan 12, 2023
1 parent 90ffd31 commit 01362c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 [Limbo](https://www.limbo.works/)
Copyright (c) 2023 [Limbo](https://www.limbo.works/)

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
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/vpre/Skybrud.Essentials.AspNetCore.svg)](https://www.nuget.org/packages/Skybrud.Essentials.AspNetCore) [![NuGet](https://img.shields.io/nuget/dt/Skybrud.Essentials.AspNetCore.svg)](https://www.nuget.org/packages/Skybrud.Essentials.AspNetCore)

**Skybrud.Essentials.AspNetCore** is an add-on that builds on top of our [Skybrud.Essentials](https://github.com/skybrud/Skybrud.Essentials) package, and it provides various logic that makes it easier to work with different parts of ASP.NET Core - eg. parsing query strings and reading request headers.

### Changelog
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>1.0.0-alpha008</VersionPrefix>
<VersionPrefix>1.0.0-alpha009</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
<Company>Limbo</Company>
<Product>Skybrud.Essentials</Product>
<Authors>Anders Bjerner</Authors>
<Copyright>Copyright © 2022</Copyright>
<Copyright>Copyright © $([System.DateTime]::UtcNow.ToString(`yyyy`))</Copyright>
<Description>Skybrud.Essentials addon for working with ASP.NET Core.</Description>
</PropertyGroup>

Expand Down

0 comments on commit 01362c5

Please sign in to comment.