File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ endif()
2424
2525project (
2626 asio-grpc
27- VERSION 3.4.2
27+ VERSION 3.4.3
2828 DESCRIPTION "Asynchronous gRPC with Asio/unified executors"
2929 HOMEPAGE_URL "https://github.com/Tradias/asio-grpc"
3030 LANGUAGES CXX)
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ In the same directory that called `find_package(asio-grpc)` the following CMake
1919It can be used to generate Protobuf/gRPC source files from `.proto` schemas.<br>
2020
2121If you are using [cmake-format](https://github.com/cheshirekow/cmake_format) then you can copy the `asio_grpc_protobuf_generate` section from
22- [cmake-format.yaml](https://github.com/Tradias/asio-grpc/blob/v3.4.2 /cmake-format.yaml#L2-L14) to get proper formatting.
22+ [cmake-format.yaml](https://github.com/Tradias/asio-grpc/blob/v3.4.3 /cmake-format.yaml#L2-L14) to get proper formatting.
2323
2424```cmake
2525asio_grpc_protobuf_generate(PROTOS <proto_file1> [<proto_file2>...]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ sonar.host.url=https://sonarcloud.io
55
66# This is the name and version displayed in the SonarCloud UI.
77sonar.projectName =asio-grpc
8- sonar.projectVersion =3.4.2
8+ sonar.projectVersion =3.4.3
99
1010# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
1111sonar.sources =src
You can’t perform that action at this time.
0 commit comments