Skip to content

Commit 2f297b8

Browse files
committed
New release 🎉
1 parent 053797f commit 2f297b8

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) 2019 [Skybrud.dk](https://www.skybrud.dk/)
3+
Copyright (c) 2020 [Skybrud.dk](https://www.skybrud.dk/)
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
Binary file not shown.
Binary file not shown.

src/LICENSE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h1>Skybrud.Essentials.Http</h1>
8282
<h2>The MIT License (MIT)</h2>
8383
<div class="skybrudLogo"><a href="http://www.skybrud.dk/" target="_blank"></a></div>
8484
<p>
85-
Copyright &copy; 2019 Skybrud.dk
85+
Copyright &copy; 2020 Skybrud.dk
8686
</p>
8787
<p>
8888
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.485.4")]
3+
[assembly: AssemblyFileVersion("1.0.544.3")]
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.12</Version>
12+
<Version>1.0.13</Version>
1313
<Company>Skybrud.dk a/s</Company>
1414
<Product>Skybrud.Essentials</Product>
1515
<Authors>Anders Bjerner</Authors>
16-
<Copyright>Copyright © 2019</Copyright>
16+
<Copyright>Copyright © 2020</Copyright>
1717
<Description>.NET library for making HTTP requests.</Description>
1818
</PropertyGroup>
1919

0 commit comments

Comments
 (0)