[REEF-1626] Update Snapshot Number to 03

JIRA:
  [REEF-1626](https://issues.apache.org/jira/browse/REEF-1626)

Pull Request:
  This closes #1143
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 @@
   <!-- 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>