Skip to content

Commit 1c563a4

Browse files
committed
Update Copyright & README
1 parent 459356e commit 1c563a4

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
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) 2018 - 2025 Tomasz Pęczek
3+
Copyright (c) 2018 - 2026 Tomasz Pęczek
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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ There are several demo projects available:
5353

5454
## Consulting and Professional Services
5555

56-
Do you need help with any of my libraries, or with building features on top of what they provide? What about ASP.NET Core architecture, Azure architecture, or DevOps? I offer consulting and development services.
56+
Do you need help with any of my libraries, or with building features on top of what they provide? I offer paid support and consulting services.
57+
58+
<p align="center">
59+
<img alt="Services provided by Tomasz Pęczek" src="https://github.com/user-attachments/assets/0f9793d8-4766-4a6f-9824-c0e7fec904b2" />
60+
</p>
5761

5862
[![Book an Appointment](https://img.shields.io/badge/%20-Book%20an%20Appointment-%23006BFF?logo=calendly&logoColor=white&style=for-the-badge)](https://calendly.com/tpeczek/30min)
5963
[![Send an Email](https://img.shields.io/badge/%20-Send%20an%20email-%23EA4335?logo=gmail&logoColor=white&style=for-the-badge)](mailto:tpeczek@gmail.com)
@@ -64,6 +68,6 @@ My blog and open source projects are result of my passion for software developme
6468

6569
## Copyright and License
6670

67-
Copyright © 2018 - 2025 Tomasz Pęczek
71+
Copyright © 2018 - 2026 Tomasz Pęczek
6872

6973
Licensed under the [MIT License](https://github.com/tpeczek/Lib.Net.Http.WebPush/blob/master/LICENSE.md)

docs/DocFx.Net.Http.WebPush/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dest": "wwwroot",
4444
"globalMetadata": {
4545
"_appTitle": "Lib.Net.Http.WebPush",
46-
"_appFooter": "Copyright © 2018 - 2025 Tomasz Pęczek",
46+
"_appFooter": "Copyright © 2018 - 2026 Tomasz Pęczek",
4747
"_appLogoPath": "resources/svg/logo.svg",
4848
"_appFaviconPath": "resources/ico/favicon.ico",
4949
"_disableBreadcrumb": true,

src/Lib.AspNetCore.WebPush/Lib.AspNetCore.WebPush.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This package contains ASP.NET Core extensions for Web Push Protocol based client for Push Service.</Description>
44
<Tags>AspNetCore WebPush</Tags>
5-
<Copyright>Copyright © 2019 - 2025 Tomasz Pęczek</Copyright>
5+
<Copyright>Copyright © 2019 - 2026 Tomasz Pęczek</Copyright>
66
<VersionPrefix>2.2.2</VersionPrefix>
77
<Authors>Tomasz Pęczek</Authors>
88
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net461</TargetFrameworks>

src/Lib.Azure.Functions.Worker.Extensions.WebPush/Lib.Azure.Functions.Worker.Extensions.WebPush.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This package contains Azure Functions isolated worker model extensions for Web Push Protocol based client for Push Service.</Description>
44
<Tags>Azure AzureFunctions IsolatedWorker WebPush</Tags>
5-
<Copyright>Copyright © 2024 - 2025 Tomasz Pęczek</Copyright>
5+
<Copyright>Copyright © 2024 - 2026 Tomasz Pęczek</Copyright>
66
<VersionPrefix>1.0.1</VersionPrefix>
77
<Authors>Tomasz Pęczek</Authors>
88
<TargetFramework>net6.0</TargetFramework>

src/Lib.Azure.WebJobs.Extensions.WebPush/Lib.Azure.WebJobs.Extensions.WebPush.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This package contains Azure Functions and Azure WebJobs binding extensions for Web Push Protocol based client for Push Service.</Description>
44
<Tags>Azure WebJobs AzureFunctions WebPush</Tags>
5-
<Copyright>Copyright © 2019 - 2025 Tomasz Pęczek</Copyright>
5+
<Copyright>Copyright © 2019 - 2026 Tomasz Pęczek</Copyright>
66
<VersionPrefix>1.5.1</VersionPrefix>
77
<Authors>Tomasz Pęczek</Authors>
88
<TargetFramework>netstandard2.0</TargetFramework>

src/Lib.Net.Http.WebPush/Lib.Net.Http.WebPush.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Lib.Net.Http.WebPush is a library which provides a Web Push Protocol based client for Push Service.</Description>
4-
<Copyright>Copyright © 2018 - 2025 Tomasz Pęczek</Copyright>
4+
<Copyright>Copyright © 2018 - 2026 Tomasz Pęczek</Copyright>
55
<VersionPrefix>3.3.1</VersionPrefix>
66
<Authors>Tomasz Pęczek</Authors>
77
<TargetFrameworks>net451;net461;netstandard2.0;net5.0;net6.0</TargetFrameworks>

0 commit comments

Comments
 (0)