You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by gi...@apache.org on 2022/01/10 13:58:42 UTC

[avro] branch dependabot/nuget/lang/csharp/Microsoft.Build.Utilities.Core-17.0.0 updated (cb34c79 -> 967b7f9)

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

github-bot pushed a change to branch dependabot/nuget/lang/csharp/Microsoft.Build.Utilities.Core-17.0.0
in repository https://gitbox.apache.org/repos/asf/avro.git.


 discard cb34c79  Bump Microsoft.Build.Utilities.Core in /lang/csharp
     add 8e0c4af  Bump ant from 1.10.11 to 1.10.12 in /lang/java (#1384)
     add 0811b82  AVRO-3214 Rust: Support 'doc' attribute for FixedSchema (#1343)
     add 0121972  Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 in /lang/csharp (#1386)
     add a741b2c  Bump System.Reflection.Emit.ILGeneration in /lang/csharp (#1125)
     add 1246cc1  AVRO-3293: Update spotless-maven-plugin to 2.19.1 (latest available) (#1452)
     add 613dd99  AVRO-3238: Unify TargetFrameworks for C# projects (#1376)
     add 967b7f9  Bump Microsoft.Build.Utilities.Core in /lang/csharp

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cb34c79)
            \
             N -- N -- N   refs/heads/dependabot/nuget/lang/csharp/Microsoft.Build.Utilities.Core-17.0.0 (967b7f9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 lang/csharp/README.md                              | 18 +++++-----
 lang/csharp/common.props                           |  9 +++++
 .../src/apache/ipc.test/Avro.ipc.test.csproj       | 26 +++++----------
 lang/csharp/src/apache/ipc/Avro.ipc.csproj         |  5 ++-
 lang/csharp/src/apache/main/Avro.main.csproj       |  2 +-
 lang/csharp/src/apache/msbuild/Avro.msbuild.csproj | 12 ++-----
 lang/csharp/src/apache/perf/Avro.perf.csproj       |  6 ++--
 lang/csharp/src/apache/test/Avro.test.csproj       |  4 +--
 lang/csharp/versions.props                         |  4 +--
 lang/java/pom.xml                                  |  2 +-
 lang/rust/src/decode.rs                            |  2 ++
 lang/rust/src/schema.rs                            | 39 ++++++++++++++++++++--
 lang/rust/src/schema_compatibility.rs              |  2 ++
 lang/rust/src/types.rs                             |  4 ++-
 lang/rust/src/writer.rs                            |  2 ++
 lang/rust/tests/schema.rs                          |  8 ++++-
 pom.xml                                            |  2 +-
 17 files changed, 97 insertions(+), 50 deletions(-)