Repository: reef Updated Branches: refs/heads/master a7c2c84fa -> 43cb7378b
[REEF-1470] Update snapshot number to 02 JIRA: [REEF-1470](https://issues.apache.org/jira/browse/REEF-1470) This closes #1056 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/43cb7378 Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/43cb7378 Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/43cb7378 Branch: refs/heads/master Commit: 43cb7378bb5cf4b836e0f93985df896b40b7b35a Parents: a7c2c84 Author: Julia Wang <[email protected]> Authored: Sun Jun 26 19:02:28 2016 -0700 Committer: Mariia Mykhailova <[email protected]> Committed: Mon Jun 27 11:00:33 2016 -0700 ---------------------------------------------------------------------- lang/cs/build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/43cb7378/lang/cs/build.props ---------------------------------------------------------------------- diff --git a/lang/cs/build.props b/lang/cs/build.props index a89e74c..c7f52b5 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>01</SnapshotNumber> + <SnapshotNumber>02</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>
