Repository: reef Updated Branches: refs/heads/master 7d12ab6dc -> 292f781f2
[REEF-1630] Update Snapshot Number to 04 JIRA: [REEF-1630](https://issues.apache.org/jira/browse/REEF-1630) Pull request: This closes #1145 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/292f781f Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/292f781f Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/292f781f Branch: refs/heads/master Commit: 292f781f26b2435def829ede19d2e9399f4bbe71 Parents: 7d12ab6 Author: Julia Wang <[email protected]> Authored: Mon Oct 3 12:28:55 2016 -0700 Committer: Mariia Mykhailova <[email protected]> Committed: Mon Oct 3 12:50:17 2016 -0700 ---------------------------------------------------------------------- lang/cs/build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/292f781f/lang/cs/build.props ---------------------------------------------------------------------- diff --git a/lang/cs/build.props b/lang/cs/build.props index b30a864..9c02b87 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>03</SnapshotNumber> + <SnapshotNumber>04</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>
