-
Hello! I have an ASP.Net Core 8 application using ETCD v.3 I downloaded the binary files of version 3.5.17 and substituted them in my project. Locally through the CMD I performed the following commands and they seemed to work fine: etcdctl version How do I determine wether there should be any changes to the C# code? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Not sure I understood your question. Bumping etcd from v3.5.13 to v3.5.17 is just patch version change, they are completely compatible. You don't need to make any change in your application. |
Beta Was this translation helpful? Give feedback.
Not sure I understood your question. Bumping etcd from v3.5.13 to v3.5.17 is just patch version change, they are completely compatible. You don't need to make any change in your application.