Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Rename solution to PortabilityTools
Browse files Browse the repository at this point in the history
  • Loading branch information
twsouthwick committed Apr 14, 2015
1 parent 3a40949 commit 35245c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ More libraries are coming soon. Stay tuned!
3. Run command: `kpm pack`

### Building from Visual Studio
1. Open Microsoft.Fx.Portability.sln in Visual Studio 2015
1. Open PortabilityTools.sln in Visual Studio 2015
2. Build the solution
3. The .nupkg should be under the bin/Debug or bin/Release folders

Expand Down
2 changes: 1 addition & 1 deletion build/before-build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ foreach ($file in $(Get-ChildItem .\project.json -Recurse))
## Restore packages
$nuget = Invoke-DownloadNuget

& $nuget restore "$PSScriptRoot\..\Microsoft.Fx.Portability.sln"
& $nuget restore "$PSScriptRoot\..\PortabilityTools.sln"

0 comments on commit 35245c6

Please sign in to comment.