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/01/24 08:42:28 UTC

[avro] branch master updated: Bump NUnit3TestAdapter from 4.2.0 to 4.2.1 in /lang/csharp (#1469)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a5878d0  Bump NUnit3TestAdapter from 4.2.0 to 4.2.1 in /lang/csharp (#1469)
a5878d0 is described below

commit a5878d0aa4a64259885762e38485dc3e7dd54f98
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 24 10:42:23 2022 +0200

    Bump NUnit3TestAdapter from 4.2.0 to 4.2.1 in /lang/csharp (#1469)
    
    Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.2.0 to 4.2.1.
    - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
    - [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.2.0...V4.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: NUnit3TestAdapter
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 lang/csharp/versions.props | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/csharp/versions.props b/lang/csharp/versions.props
index b74835f..317a197 100644
--- a/lang/csharp/versions.props
+++ b/lang/csharp/versions.props
@@ -58,7 +58,7 @@
     <MicrosoftNETTestSdkVersion>17.0.0</MicrosoftNETTestSdkVersion>
     <NUnitVersion>3.13.2</NUnitVersion>
     <NUnitConsoleRunnerVersion>3.14.0</NUnitConsoleRunnerVersion>
-    <NUnit3TestAdapterVersion>4.2.0</NUnit3TestAdapterVersion>
+    <NUnit3TestAdapterVersion>4.2.1</NUnit3TestAdapterVersion>
     <StyleCopAnalyzersVersion>1.1.118</StyleCopAnalyzersVersion>
   </PropertyGroup>
 </Project>