Skip to content

Commit a012dc5

Browse files
committed
Added Visual Studio 2017 RC notice to README.
1 parent e54849f commit a012dc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This library contains highly reuseable classes and methods I find to be missing in the cross-platform standard library of .NET.
44

5+
**Requires**: To open the solution and project files, the latest Visual Studio 2017 RC is required ([released on December 12](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes) at time of writing).
6+
57
Namespaces from the original library are followed as much as possible:
68

79
- Helper classes are contained within the corresponding namespace: e.g., a helper class for `System.IO.Path` will be located in `Whathecode.System.IO.PathHelper`.

0 commit comments

Comments
 (0)