Repository: reef Updated Branches: refs/heads/master 8103ed90b -> a105042a9
[REEF-1626] Update Snapshot Number to 03 JIRA: [REEF-1626](https://issues.apache.org/jira/browse/REEF-1626) Pull Request: This closes #1143 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/a105042a Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/a105042a Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/a105042a Branch: refs/heads/master Commit: a105042a9f57bb0b21ce3246a168f0a67dd4d74a Parents: 8103ed9 Author: Julia Wang <[email protected]> Authored: Thu Sep 29 18:38:19 2016 -0700 Committer: Markus Weimer <[email protected]> Committed: Thu Sep 29 21:21:49 2016 -0700 ---------------------------------------------------------------------- lang/cs/build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/a105042a/lang/cs/build.props ---------------------------------------------------------------------- diff --git a/lang/cs/build.props b/lang/cs/build.props index c7f52b5..b30a864 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>02</SnapshotNumber> + <SnapshotNumber>03</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>
