Skip to content

Commit 6210bf6

Browse files
committed
New release 🎉
1 parent 9774e52 commit 6210bf6

4 files changed

Lines changed: 3 additions & 2 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) 2024 [Limbo](https://www.limbo.works/)
3+
Copyright (c) 2025 [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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/skybrud/Skybrud.Essentials.Http/blob/v1/main/LICENSE.md)
44
[![NuGet](https://img.shields.io/nuget/v/Skybrud.Essentials.Http.svg)](https://www.nuget.org/packages/Skybrud.Essentials.Http)
55
[![NuGet](https://img.shields.io/nuget/dt/Skybrud.Essentials.Http.svg)](https://www.nuget.org/packages/Skybrud.Essentials.Http)
6+
[![Skybrud.Essentials.Http at packages.limbo.works](https://img.shields.io/badge/limbo-packages-blue)](https://packages.limbo.works/skybrud.essentials.http/)
67

78
`Skybrud.Essentials.Http` is a small .NET library for making HTTP requests, as well as working with OAuth 1.0a and OAuth 2 service providers.
89

427 KB
Binary file not shown.

src/Skybrud.Essentials.Http/Skybrud.Essentials.Http.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<PropertyGroup>
15-
<VersionPrefix>1.2.0</VersionPrefix>
15+
<VersionPrefix>1.2.1</VersionPrefix>
1616
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
1717
<Company>Limbo</Company>
1818
<Product>Skybrud.Essentials</Product>

0 commit comments

Comments
 (0)