You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/02/02 08:02:55 UTC

[avro] branch branch-1.11 updated: Update the minimum version update policy as recommended at https://github.com/apache/avro/pull/1126#issuecomment-1027295109

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 513da00  Update the minimum version update policy as recommended at https://github.com/apache/avro/pull/1126#issuecomment-1027295109
513da00 is described below

commit 513da007d41970fdca061e010b662a702be9e75f
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Wed Feb 2 10:00:17 2022 +0200

    Update the minimum version update policy as recommended at https://github.com/apache/avro/pull/1126#issuecomment-1027295109
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
    (cherry picked from commit 4138f45fe19987fe4026eea2cbd8e0e7857e9bbd)
---
 lang/csharp/versions.props | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/lang/csharp/versions.props b/lang/csharp/versions.props
index 97ab2f2..6ae87d9 100644
--- a/lang/csharp/versions.props
+++ b/lang/csharp/versions.props
@@ -34,14 +34,13 @@
     <SystemBuffersVersion>4.5.1</SystemBuffersVersion>
   </PropertyGroup>
 
-  <!--
-    These package versions are the bare minimum requriement. Only update the version of these dependencies,
-    if functionality requires it. Leave it up to the users of the library as to whether or not they want the 
-    latest and greatest of a particularly dependency.
-    !!! ONLY UPDATE IF FUNCTIONALITY REQUIRES IT !!!
-  -->
   <PropertyGroup Label="Minimum Package Versions">
+    <!--
+    !!! ONLY UPDATE Newtonsoft JSON IF FUNCTIONALITY REQUIRES IT !!!
+    See https://github.com/apache/avro/pull/1126 & https://github.com/apache/avro/pull/981 for more details
+    -->
     <NewtonsoftJsonMinimumVersion>10.0.3</NewtonsoftJsonMinimumVersion>
+    
     <SystemCodeDomMinimumVersion>6.0.0</SystemCodeDomMinimumVersion>
     <SystemReflectionMinimumVersion>4.3.0</SystemReflectionMinimumVersion>
     <SystemReflectionEmitILGenerationMinimumVersion>4.7.0</SystemReflectionEmitILGenerationMinimumVersion>