Skip to content

Commit

Permalink
Removed readme.txt from MvcSiteMapProvider.Web and added PowerShell s…
Browse files Browse the repository at this point in the history
…cript to launch Getting Started URL when MvcSiteMapProvider.MVCx package is installed or updated.
  • Loading branch information
NightOwl888 committed Sep 12, 2013
1 parent aabd2cf commit 1961fe7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 40 deletions.
40 changes: 0 additions & 40 deletions nuget/mvcsitemapprovider.web/readme.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is a dummy file that is required to get install.ps1 to run.
7 changes: 7 additions & 0 deletions nuget/mvcsitemapprovider/tools/install.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# install.ps1
param($rootPath, $toolsPath, $package, $project)

#Delete the dummy readme file
(Get-Project).ProjectItems | ?{ $_.Name -eq "MvcSiteMapProvider_Temp_ReadMe.txt" } | %{ $_.Delete() }

$DTE.ItemOperations.Navigate("https://github.com/maartenba/MvcSiteMapProvider/wiki/Getting-Started", $DTE.vsNavigateOptions.vsNavigateOptionsNewWindow)

0 comments on commit 1961fe7

Please sign in to comment.