From 38578751ed764621948294a5af23b9d85a6ab323 Mon Sep 17 00:00:00 2001 From: H-D-OWL Date: Tue, 21 Jul 2026 19:08:55 +0500 Subject: [PATCH 1/2] Update README.md Fixed display of links. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d20f8fc08..5a91c08d2 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,8 @@ Taken from [Vcpkg - Quick Start: Windows](https://github.com/Microsoft/vcpkg/#qu Prerequisites: - Windows 7 or newer -- [Git][https://git-scm.com/downloads] -- [Visual Studio][https://visualstudio.microsoft.com] 2015 Update 3 or greater with the English language pack +- [Git](https://git-scm.com/downloads) +- [Visual Studio](https://visualstudio.microsoft.com) 2015 Update 3 or greater with the English language pack First, download and bootstrap vcpkg itself; it can be installed anywhere, but generally we recommend using vcpkg as a submodule for CMake projects, and installing it globally for Visual Studio projects. We recommend somewhere like `C:\src\vcpkg` or `C:\dev\vcpkg`, since otherwise you may run into path issues for some port build systems. From 1078bd0224f743096c46ca2989aaa6490aada3b7 Mon Sep 17 00:00:00 2001 From: H-D-OWL Date: Tue, 21 Jul 2026 19:10:28 +0500 Subject: [PATCH 2/2] Update LICENSE Updated the year. --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 8c9682a51..7762a26e4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2024 GitHub contributors https://github.com/reo7sp/tgbot-cpp/graphs/contributors +Copyright (c) 2015-2026 GitHub contributors https://github.com/reo7sp/tgbot-cpp/graphs/contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal