You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by mo...@apache.org on 2021/05/11 00:24:31 UTC

[reef] branch branch-0.16.1 updated: update version in the README file

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

motus pushed a commit to branch branch-0.16.1
in repository https://gitbox.apache.org/repos/asf/reef.git


The following commit(s) were added to refs/heads/branch-0.16.1 by this push:
     new da08e5f  update version in the README file
da08e5f is described below

commit da08e5faf664c679678558b78db1a9076aa29d32
Author: Sergiy Matusevych <mo...@apache.org>
AuthorDate: Mon May 10 17:23:30 2021 -0700

    update version in the README file
---
 lang/cs/Org.Apache.REEF.Examples.HelloREEF/Readme.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/cs/Org.Apache.REEF.Examples.HelloREEF/Readme.md b/lang/cs/Org.Apache.REEF.Examples.HelloREEF/Readme.md
index b1d645f..2476176 100644
--- a/lang/cs/Org.Apache.REEF.Examples.HelloREEF/Readme.md
+++ b/lang/cs/Org.Apache.REEF.Examples.HelloREEF/Readme.md
@@ -20,8 +20,8 @@ Directions
 6. Use the NuGet to install all dependencies necessary to build the project
 7. Add the following `References` to the .csproj file
 ```
-<Reference Include="Org.Apache.REEF.Evaluator, Version=0.16.0.0, Culture=neutral, PublicKeyToken=c27bf5b2e9a7ddb9, processorArchitecture=AMD64\">
-  <HintPath>packages/Org.Apache.REEF.Evaluator.0.16.0/tools/Org.Apache.REEF.Evaluator.exe</HintPath>
+<Reference Include="Org.Apache.REEF.Evaluator, Version=0.16.1.0, Culture=neutral, PublicKeyToken=c27bf5b2e9a7ddb9, processorArchitecture=AMD64\">
+  <HintPath>packages/Org.Apache.REEF.Evaluator.0.16.1/tools/Org.Apache.REEF.Evaluator.exe</HintPath>
 </Reference>
 ```
 8. Build the project one last time