summaryrefslogtreecommitdiff
path: root/csharp/BuildInstructions.md
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2016-03-11 15:18:59 -0500
committerJoe George <joe@zeroc.com>2016-03-11 15:18:59 -0500
commitf94e41a8ac98a97572b832cefeca604b6700174f (patch)
tree40c012a442d4eabba3f9dbd22e9f60a3b38683ce /csharp/BuildInstructions.md
parentMerge remote-tracking branch 'origin/3.6' (diff)
downloadice-f94e41a8ac98a97572b832cefeca604b6700174f.tar.bz2
ice-f94e41a8ac98a97572b832cefeca604b6700174f.tar.xz
ice-f94e41a8ac98a97572b832cefeca604b6700174f.zip
Update version to 3.7.0 in some md files
Diffstat (limited to 'csharp/BuildInstructions.md')
-rw-r--r--csharp/BuildInstructions.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/csharp/BuildInstructions.md b/csharp/BuildInstructions.md
index ea016942c82..2512b854dce 100644
--- a/csharp/BuildInstructions.md
+++ b/csharp/BuildInstructions.md
@@ -25,7 +25,7 @@ The build system requires the Slice translator from Ice for C++. If you have not
built Ice for C++ in this source distribution, you must set the `ICE_HOME`
environment variable with the path name of your Ice installation:
- > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.2
+ > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7.0
### Building Ice for .NET
@@ -49,7 +49,7 @@ C++ distribution. If you have not built Ice for C++ in this source distribution
then you must set the `ICE_HOME` environment variable with the path name of your
Ice installation:
- > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.2
+ > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7.0
Python is required to run the test suite. Additionally, the Glacier2 tests
require the Python module `passlib`, which you can install with the command:
@@ -134,5 +134,5 @@ before:
> nmake /f Makefile.mak
[1]: https://zeroc.com/download.html
-[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.2
+[2]: https://doc.zeroc.com/display/Ice37/Supported+Platforms+for+Ice+3.7.0
[3]: https://msdn.microsoft.com/en-us/library/ms241613.aspx