Skip to content

Commit 6dea4f1

Browse files
Update README.md
1 parent 1acf44a commit 6dea4f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Now also available on NuGet:
1717
5. HtmlGenerator.exe ..\\..\\..\TestCode\TestSolution.sln
1818
6. the website in bin\Debug\HtmlGenerator\Index is ready to be served
1919

20-
##In Visual Studio 2015:
20+
##In Visual Studio 2017:
2121
1. Open SourceBrowser.sln.
2222
2. Set HtmlGenerator project as startup and hit F5 - it is preconfigured to generate a website for TestCode\TestSolution.sln (you may need to unload the SourceIndexServer project if you see an error message that IIS can't serve from bin\Debug\HtmlGenerator\Index).
2323
3. Pass a path to an .sln file or a .csproj file (or multiple paths separated by spaces) to create an index for them
2424
4. Pass /out:<path> to HtmlGenerator.exe to configure where to generate the website to. This path will be used in step 6 as your "physicalPath".
2525
5. Pass /in:<path> to pass a file with a list of full paths to projects and solutions to include in the index
2626
6. Set SourceIndexServer project as startup and run/debug the website. It is pre-configured to run from \bin\Debug\HtmlGenerator\Index but you can customize in project properties -> Web -> Custom server.
2727

28-
**Note:** Either Visual Studio 2015 or at least MSBuild Tools 2015 [http://www.microsoft.com/en-us/download/details.aspx?id=48159](http://www.microsoft.com/en-us/download/details.aspx?id=48159) are required for Source Browser to work (Source Browser uses Roslyn and Roslyn uses MSBuild 14.0 to read projects and solutions).
28+
**Note:** Either Visual Studio 2017 or at least MSBuild Tools 2017 are required to build Source Browser (Source Browser uses Roslyn 2.0.0 and Roslyn uses MSBuild 15.0 to read projects and solutions).
2929

3030
##Conceptual design
3131

0 commit comments

Comments
 (0)