From 09056de3cb5ca0ff8145eea6243ccb98c21e3f04 Mon Sep 17 00:00:00 2001 From: Lance McCarthy Date: Mon, 24 Jul 2017 12:45:03 -0400 Subject: [PATCH 1/3] Update microsoft-store-services-sdk.md Updated Step 6 in the NuGet package installation directions. Until you restart Visual Studio, you will not see the extension SDK in the list. --- windows-apps-src/monetize/microsoft-store-services-sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-apps-src/monetize/microsoft-store-services-sdk.md b/windows-apps-src/monetize/microsoft-store-services-sdk.md index 42af06b2d6..42f2af4802 100644 --- a/windows-apps-src/monetize/microsoft-store-services-sdk.md +++ b/windows-apps-src/monetize/microsoft-store-services-sdk.md @@ -99,7 +99,7 @@ To install the Microsoft Store Services SDK libraries for a specific project via > [!NOTE] > If the **Output** window reports an *Install-Package* error that indicates the specified path is too long, you may need to configure NuGet to extract packages to an alternate location with a shorter path than the default location. To do this, add the ```repositoryPath``` value to a nuget.config file on your computer and assign it to a short folder path where NuGet packages can be extracted. For more information, see [this article](http://docs.nuget.org/ndocs/consume-packages/configuring-nuget-behavior) in the NuGet documentation. Alternatively, you can try moving your Visual Studio project to an alternate folder with a shorter path. -6. Close your project and then reopen it. +6. **Restart** Visual Studio. 7. If your project already references libraries from an earlier version of the Microsoft Store Services SDK that was installed via NuGet and you have updated your project to a newer release of the SDK, we recommend that you clean and rebuild your project (in **Solution Explorer**, right-click your project node and choose **Clean**, and then right-click your project node again and choose **Rebuild**). From 453843badddbcaabcd2b75f196286621ef098d7d Mon Sep 17 00:00:00 2001 From: Lance McCarthy Date: Wed, 26 Jul 2017 14:15:37 -0400 Subject: [PATCH 2/3] Update microsoft-store-services-sdk.md Updates Step 6 in NuGet package instructions to 'close and reopen the solution' --- windows-apps-src/monetize/microsoft-store-services-sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-apps-src/monetize/microsoft-store-services-sdk.md b/windows-apps-src/monetize/microsoft-store-services-sdk.md index 42f2af4802..9678cc0397 100644 --- a/windows-apps-src/monetize/microsoft-store-services-sdk.md +++ b/windows-apps-src/monetize/microsoft-store-services-sdk.md @@ -99,7 +99,7 @@ To install the Microsoft Store Services SDK libraries for a specific project via > [!NOTE] > If the **Output** window reports an *Install-Package* error that indicates the specified path is too long, you may need to configure NuGet to extract packages to an alternate location with a shorter path than the default location. To do this, add the ```repositoryPath``` value to a nuget.config file on your computer and assign it to a short folder path where NuGet packages can be extracted. For more information, see [this article](http://docs.nuget.org/ndocs/consume-packages/configuring-nuget-behavior) in the NuGet documentation. Alternatively, you can try moving your Visual Studio project to an alternate folder with a shorter path. -6. **Restart** Visual Studio. +6. Close the Visual Studio Solution containing the project (Visual Studio Menu > File > Close Solution) and reload it. 7. If your project already references libraries from an earlier version of the Microsoft Store Services SDK that was installed via NuGet and you have updated your project to a newer release of the SDK, we recommend that you clean and rebuild your project (in **Solution Explorer**, right-click your project node and choose **Clean**, and then right-click your project node again and choose **Rebuild**). From e026e3b3a2c80a50aa2ccef289fe94d52ac5d1e0 Mon Sep 17 00:00:00 2001 From: McLean Schofield Date: Wed, 26 Jul 2017 11:25:33 -0700 Subject: [PATCH 3/3] Update microsoft-store-services-sdk.md Editing some text. --- windows-apps-src/monetize/microsoft-store-services-sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-apps-src/monetize/microsoft-store-services-sdk.md b/windows-apps-src/monetize/microsoft-store-services-sdk.md index 9678cc0397..ca0b85dc73 100644 --- a/windows-apps-src/monetize/microsoft-store-services-sdk.md +++ b/windows-apps-src/monetize/microsoft-store-services-sdk.md @@ -99,7 +99,7 @@ To install the Microsoft Store Services SDK libraries for a specific project via > [!NOTE] > If the **Output** window reports an *Install-Package* error that indicates the specified path is too long, you may need to configure NuGet to extract packages to an alternate location with a shorter path than the default location. To do this, add the ```repositoryPath``` value to a nuget.config file on your computer and assign it to a short folder path where NuGet packages can be extracted. For more information, see [this article](http://docs.nuget.org/ndocs/consume-packages/configuring-nuget-behavior) in the NuGet documentation. Alternatively, you can try moving your Visual Studio project to an alternate folder with a shorter path. -6. Close the Visual Studio Solution containing the project (Visual Studio Menu > File > Close Solution) and reload it. +6. Close the Visual Studio solution that contains your project and then reopen the solution. 7. If your project already references libraries from an earlier version of the Microsoft Store Services SDK that was installed via NuGet and you have updated your project to a newer release of the SDK, we recommend that you clean and rebuild your project (in **Solution Explorer**, right-click your project node and choose **Clean**, and then right-click your project node again and choose **Rebuild**).