Repository: incubator-reef Updated Branches: refs/heads/master f28fb613b -> 87c3dfce8
[REEF-340] Reset snapshot number for NuGet for 0.12.0 release JIRA: [REEF-340](https://issues.apache.org/jira/browse/REEF-340) Pull Request: This closes #190 Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/87c3dfce Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/87c3dfce Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/87c3dfce Branch: refs/heads/master Commit: 87c3dfce815f97f13559cd462adfec45cc7f3c22 Parents: f28fb61 Author: Julia Wang <[email protected]> Authored: Wed May 20 11:26:43 2015 -0700 Committer: Markus Weimer <[email protected]> Committed: Wed May 20 12:10:47 2015 -0700 ---------------------------------------------------------------------- lang/cs/build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/87c3dfce/lang/cs/build.props ---------------------------------------------------------------------- diff --git a/lang/cs/build.props b/lang/cs/build.props index f7f2cf1..c85ab29 100644 --- a/lang/cs/build.props +++ b/lang/cs/build.props @@ -54,7 +54,7 @@ under the License. <PropertyGroup> <RemoveIncubating>true</RemoveIncubating> <IsSnapshot>true</IsSnapshot> - <SnapshotNumber>92</SnapshotNumber> + <SnapshotNumber>0</SnapshotNumber> <PushPackages>false</PushPackages> <NuGetRepository>https://www.nuget.org</NuGetRepository> </PropertyGroup>
