Skip to content

Commit 1c88821

Browse files
committed
New release 🎉
1 parent ba0bd72 commit 1c88821

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
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) 2021 [Limbo](https://www.limbo.works/)
3+
Copyright (c) 2022 [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
930 KB
Binary file not shown.
178 KB
Binary file not shown.

src/LICENSE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h1>Skybrud.Essentials.Http</h1>
8181
<h2>The MIT License (MIT)</h2>
8282
<div class="limboLogo"><a href="https://www.limbo.works/" target="_blank" rel="noopener"></a></div>
8383
<p>
84-
Copyright &copy; 2021 <a href="https://www.limbo.works/" target="_blank" rel="noopener">Limbo</a>
84+
Copyright &copy; 2022 <a href="https://www.limbo.works/" target="_blank" rel="noopener">Limbo</a>
8585
</p>
8686
<p>
8787
Permission is hereby granted, free of charge, to any person obtaining a copy of
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyFileVersion("1.0.1226.7")]
3+
[assembly: AssemblyFileVersion("1.0.1274.2")]
44

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<Version>1.0.15</Version>
12+
<Version>1.0.16</Version>
1313
<Company>Limbo</Company>
1414
<Product>Skybrud.Essentials</Product>
1515
<Authors>Anders Bjerner</Authors>
16-
<Copyright>Copyright © 2021</Copyright>
16+
<Copyright>Copyright © 2022</Copyright>
1717
<Description>.NET library for making HTTP requests.</Description>
1818
</PropertyGroup>
1919

0 commit comments

Comments
 (0)