From c5da9d4104544b45ba8bc5cd3f6571ddbbb72561 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Fri, 29 Nov 2024 18:23:21 +0400 Subject: [PATCH 1/3] README auto update [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4541e2..cb0f543 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ +[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1245197) [![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) [![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives) From c648a46e091e3c9380f9a0c61dde7a61d5f91312 Mon Sep 17 00:00:00 2001 From: Alex <32193978+SavchenkoAlexander@users.noreply.github.com> Date: Fri, 29 Nov 2024 18:23:45 +0400 Subject: [PATCH 2/3] test changes --- ConsoleApp2/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ConsoleApp2/Program.cs b/ConsoleApp2/Program.cs index 022438e..14560fe 100644 --- a/ConsoleApp2/Program.cs +++ b/ConsoleApp2/Program.cs @@ -18,3 +18,4 @@ Console.WriteLine("YES"); } Console.WriteLine(sw.ElapsedTicks); +Console.WriteLine("Bye"); From 8ae247634c9a4d09951b8714ddab261b9729b836 Mon Sep 17 00:00:00 2001 From: Alex <32193978+SavchenkoAlexander@users.noreply.github.com> Date: Fri, 29 Nov 2024 18:24:08 +0400 Subject: [PATCH 3/3] readme changes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cb0f543..e34c57f 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,5 @@ test repo for pr approvals test (you will be redirected to DevExpress.com to submit your response) + +Test changes to readme.