Skip to content

Commit 01362c5

Browse files
committed
New alpha release 🎉
1 parent 90ffd31 commit 01362c5

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

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

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

NUGET.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![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)
2+
13
**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.
24

35
### Changelog
Binary file not shown.

src/Skybrud.Essentials.AspNetCore/Skybrud.Essentials.AspNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
</PropertyGroup>
99

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

0 commit comments

Comments
 (0)