From 31ef2e5ead52fe4b4685913aa7fd5896df236b0d Mon Sep 17 00:00:00 2001 From: fivetran-chiragramachandraiah <100183061+fivetran-chiragramachandraiah@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:08:31 +0530 Subject: [PATCH] Refactor(PartnerSdk): Proto Files Note On Release Version (#68) proto files - note on release verion --- development-guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/development-guide.md b/development-guide.md index d34f7ab..cd4225c 100644 --- a/development-guide.md +++ b/development-guide.md @@ -19,7 +19,8 @@ The executable needs to do following: ### Proto files -Partners should not add the proto files to their repos. Proto files should be pulled in from this repo at build time and added to `.gitignore` so they are excluded. +* Partners should not add the proto files to their repos. Proto files should be pulled in from this repo at build time and added to `.gitignore` so they are excluded. +* Always use proto files from latest release and update you're code if necessary. Older releases proto files can be considered deprecated and will be expired at later date. ### Logging