Skip to content

Commit c224fdd

Browse files
committed
New release 🎉
1 parent 4ff232e commit c224fdd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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) 2022 [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
385 KB
Binary file not shown.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
</PropertyGroup>
1313

1414
<PropertyGroup>
15-
<VersionPrefix>1.1.1</VersionPrefix>
15+
<VersionPrefix>1.1.2</VersionPrefix>
1616
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
1717
<Company>Limbo</Company>
1818
<Product>Skybrud.Essentials</Product>
1919
<Authors>Anders Bjerner</Authors>
20-
<Copyright>Copyright © 2022</Copyright>
20+
<Copyright>Copyright © 2023</Copyright>
2121
<Description>.NET library for making HTTP requests.</Description>
2222
</PropertyGroup>
2323

2424
<!-- Information for the NuGet package -->
2525
<PropertyGroup>
26-
<PackageTags>Skybrud, HTTP, OAuth</PackageTags>
26+
<PackageTags>Skybrud, Limbo, HTTP, OAuth, API, REST</PackageTags>
2727
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2828
<PackageProjectUrl>https://packages.skybrud.dk/skybrud.essentials.http/</PackageProjectUrl>
2929
<PackageIcon>Limbo.png</PackageIcon>

0 commit comments

Comments
 (0)