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/01/07 20:36:03 UTC

reef git commit: [REEF-1127] Update snapshot number for Nuget

Repository: reef
Updated Branches:
  refs/heads/master a2222690e -> 7a9e28fd7


[REEF-1127]  Update snapshot number for Nuget

The latest Nuget 0.14.0-snapshot-03 has been pushed previously.
We need to update the number to 04.

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

Pull request:
  This closes #760


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

Branch: refs/heads/master
Commit: 7a9e28fd756676515faf3409a73e60f60bd55780
Parents: a222269
Author: Julia Wang <ju...@microsoft.com>
Authored: Thu Jan 7 11:22:41 2016 -0800
Committer: Mariia Mykhailova <ma...@apache.org>
Committed: Thu Jan 7 11:35:35 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/reef/blob/7a9e28fd/lang/cs/build.props
----------------------------------------------------------------------
diff --git a/lang/cs/build.props b/lang/cs/build.props
index 4ec19a6..4958346 100644
--- a/lang/cs/build.props
+++ b/lang/cs/build.props
@@ -58,7 +58,7 @@ under the License.
   <!-- REEF NuGet properties -->
   <PropertyGroup>
     <IsSnapshot>true</IsSnapshot>
-    <SnapshotNumber>02</SnapshotNumber>
+    <SnapshotNumber>04</SnapshotNumber>
     <PushPackages>false</PushPackages>
     <NuGetRepository>https://www.nuget.org</NuGetRepository>
   </PropertyGroup>