You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by ma...@apache.org on 2016/11/03 18:39:54 UTC

reef git commit: [REEF-1662] Update Snapshot Number to 06

Repository: reef
Updated Branches:
  refs/heads/master 55e0cfc85 -> 205df7bf1


[REEF-1662] Update Snapshot Number to 06

JIRA:
  [REEF-1662](https://issues.apache.org/jira/browse/REEF-1662)

Pull request:
  This closes #1177


Project: http://git-wip-us.apache.org/repos/asf/reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/205df7bf
Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/205df7bf
Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/205df7bf

Branch: refs/heads/master
Commit: 205df7bf134f04d4e41637a50a5ea073842fb902
Parents: 55e0cfc
Author: Julia Wang <ju...@microsoft.com>
Authored: Wed Nov 2 18:23:50 2016 -0700
Committer: Mariia Mykhailova <ma...@apache.org>
Committed: Thu Nov 3 11:38:39 2016 -0700

----------------------------------------------------------------------
 lang/cs/build.props | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/reef/blob/205df7bf/lang/cs/build.props
----------------------------------------------------------------------
diff --git a/lang/cs/build.props b/lang/cs/build.props
index 4df8d96..f00867d 100644
--- a/lang/cs/build.props
+++ b/lang/cs/build.props
@@ -59,7 +59,7 @@ under the License.
   <!-- REEF NuGet properties -->
   <PropertyGroup>
     <IsSnapshot>true</IsSnapshot>
-    <SnapshotNumber>05</SnapshotNumber>
+    <SnapshotNumber>06</SnapshotNumber>
     <PushPackages>false</PushPackages>
     <NuGetRepository>https://www.nuget.org</NuGetRepository>
     <NuGetError>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</NuGetError>