Repository: incubator-reef Updated Branches: refs/heads/master e82a7e31e -> 441a060cd
[REEF-190] Update the NuGet incremental number to be the next one This PR is to change the Nuget version number to be prepared for next release JIRA: [REEF-190] https://issues.apache.org/jira/browse/REEF-190 Pull Request: This closes #99 Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/441a060c Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/441a060c Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/441a060c Branch: refs/heads/master Commit: 441a060cdf2bce3e97f1272c542d0b09efdf4bd5 Parents: e82a7e3 Author: Julia Wang <[email protected]> Authored: Tue Mar 3 13:57:23 2015 -0800 Committer: Markus Weimer <[email protected]> Committed: Tue Mar 3 15:42:25 2015 -0800 ---------------------------------------------------------------------- lang/cs/build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/441a060c/lang/cs/build.props ---------------------------------------------------------------------- diff --git a/lang/cs/build.props b/lang/cs/build.props index c0f3887..26061a6 100644 --- a/lang/cs/build.props +++ b/lang/cs/build.props @@ -73,7 +73,7 @@ under the License. <!-- REEF NuGet properties --> <PropertyGroup> <IsSnapshot>true</IsSnapshot> - <SnapshotNumber>0</SnapshotNumber> + <SnapshotNumber>6</SnapshotNumber> <PushPackages>false</PushPackages> <NuGetRepository>https://www.nuget.org</NuGetRepository> </PropertyGroup>
