Skip to content

Commit

Permalink
Merge pull request #46 from fsprojects/gallery-plug
Browse files Browse the repository at this point in the history
Gallery plug
  • Loading branch information
forki committed May 19, 2015
2 parents fef20ae + f5c28b7 commit c48f478
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ Features
Require Visual Studio 2013 and Visual Studio 2013 SDK.
Run the `build.cmd` script or `Paket.VisualStudio.sln` to build the solution.

You can download the installer [here](https://ci.appveyor.com/project/SteffenForkmann/paket-visualstudio/history):
Installation
------------

Paket.VisualStudio is available in the [Visual Studio Gallery](https://visualstudiogallery.msdn.microsoft.com/ce104917-e8b3-4365-9490-8432c6e75c36).

You can also download the lastest (unreleased) installer from [AppVeyor](https://ci.appveyor.com/project/SteffenForkmann/paket-visualstudio/history):
Choose the latest build and navigate to the "artifacts" tab.

### Getting involved
Expand Down
2 changes: 0 additions & 2 deletions src/Paket.VisualStudio/Commands/AddPackageProcess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public static void ShowAddPackageDialog(string selectedFileName, string projectG
Action<NugetResult> addPackageToDependencies = result =>
{
var packageName = result.PackageName;
//secondWindow.Close();
Application.DoEvents();
if (projectGuid != null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public AddPackageViewModel(
(_, cancellationToken) => SearchPackagesByName(SearchText, cancellationToken));

//TODO: Localization
var errorMessage = "NuGet packages couldn't be loaded";
var errorMessage = "NuGet packages couldn't be loaded.";
var errorResolution = "You may not have internet or NuGet may be down.";

SearchNuget.ThrownExceptions
Expand Down

0 comments on commit c48f478

Please sign in to comment.