Skip to content

Commit 4f3c9eb

Browse files
committed
Update Copyright & README
1 parent 510d168 commit 4f3c9eb

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-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 - 2025 Tomasz Pęczek
3+
Copyright (c) 2022 - 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
@@ -97,7 +97,11 @@ You can see Blazor.BroadcastChannel in action as part of [Demo.AspNetCore.MicroF
9797
9898
## Consulting and Professional Services
9999
100-
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.
100+
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.
101+
102+
<p align="center">
103+
<img alt="Services provided by Tomasz Pęczek" src="https://github.com/user-attachments/assets/0f9793d8-4766-4a6f-9824-c0e7fec904b2" />
104+
</p>
101105
102106
[![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)
103107
[![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)
@@ -108,6 +112,6 @@ My blog and open source projects are result of my passion for software developme
108112
109113
## Copyright and License
110114
111-
Copyright © 2022 - 2025 Tomasz Pęczek
115+
Copyright © 2022 - 2026 Tomasz Pęczek
112116
113117
Licensed under the [MIT License](https://github.com/tpeczek/Blazor.BroadcastChannel/blob/master/LICENSE.md)

src/Blazor.BroadcastChannel/Blazor.BroadcastChannel.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.Razor">
22
<PropertyGroup>
33
<Description>Blazor.BroadcastChannel is a HTML5 Broadcast Channel API implementation for Blazor.</Description>
4-
<Copyright>Copyright © 2022 - 2025 Tomasz Pęczek</Copyright>
4+
<Copyright>Copyright © 2022 - 2026 Tomasz Pęczek</Copyright>
55
<VersionPrefix>1.1.1</VersionPrefix>
66
<Authors>Tomasz Pęczek</Authors>
77
<TargetFramework>net6.0</TargetFramework>

0 commit comments

Comments
 (0)