Skip to content

Commit b04d6e5

Browse files
committed
EXT-2869 - ASP.NET MVC full feed link changes merged.
1 parent 100930e commit b04d6e5

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

aspnetmvc/Installation-and-Deployment.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,12 @@ The steps to configure the Syncfusion ASP.NET MVC NuGet Packages in Visual Studi
5656

5757
**Name**: Name of the package that listed in Available package sources
5858
**Source**: Syncfusion ASP.NET MVC NuGet Package feed URL
59-
[http://nuget.syncfusion.com/aspnetmvc](http://nuget.syncfusion.com/aspnetmvc)
59+
[http://nuget.syncfusion.com/nuget_aspnetmvc/nuget/getsyncfusionpackages/aspnetmvc](http://nuget.syncfusion.com/nuget_aspnetmvc/nuget/getsyncfusionpackages/aspnetmvc)
6060

6161
![](installation-and-deployment_images/NuGetConfig2.jpeg)
6262

6363
N> The `Source` text box in the above image denotes the location of the NuGet packages and the `Name` section, allows you to provide a unique name for NuGet Packages Source.
64-
Syncfusion Asp.Net.Core NuGet packages are available in [ASP.NET MVC](http://nuget.syncfusion.com/aspnetmvc) NuGet repository until v14.2.0.32. You may face the NuGet package installation/restore error while installing the Syncfusion ASP.NET Core NuGet packages from Syncfusion Public feed URL since some URL redirecting issue in NuGet Package Manager. To resolve this, use the below Syncfusion ASP.NET MVC NuGet feed link.
65-
Syncfusion ASP.NET MVC NuGet Full Feed Link: [http://nuget.syncfusion.com/nuget_aspnetmvc/nuget/getsyncfusionpackages/aspnetmvc](http://nuget.syncfusion.com/nuget_aspnetmvc/nuget/getsyncfusionpackages/aspnetmvc)
66-
64+
6765
I> Syncfusion other platforms NuGet packages feed links are available [here](http://nuget.syncfusion.com/)
6866

6967
### NuGet Installation
@@ -92,7 +90,7 @@ Using the `Manage NuGet Packages` in Visual Studio, NuGet packages can be update
9290

9391
4. Select NuGet Package in the list and click `Update`. When the update is complete, close and re-open all open instances of Visual Studio.
9492

95-
N> By clicking `Update All` button, all NuGet packages are getting update. When the update is complete, close and re-open all open instances of Visual Studio.
93+
N> By clicking `Update All` button, all NuGet packages are getting update. When the update is complete, close and re-open all open instances of Visual Studio. If we cannot get the latest package updates, because of the installed Syncfusion NuGet packages prior version of 2015 Volume 2(V13.2.0.29). Syncfusion ASP.NET MVC NuGet package naming structure has changed from 2015 Volume 2(v13.2.0.29). Navigate below [NuGet Package Structure](https://help.syncfusion.com/aspnetmvc/installation-and-deployment#nuget-packages-structure) topic for more information about this.
9694

9795
## Configuring Syncfusion NuGet Packages from command line in Linux/MAC
9896

@@ -104,7 +102,7 @@ Using the `Manage NuGet Packages` in Visual Studio, NuGet packages can be update
104102

105103
mono nuget.exe Sources Add –Name [Source name] –Source [source location]
106104

107-
For Ex: mono nuget.exe Add –Name “Syncfusion Source” –Source “http://nuget.syncfusion.com/aspnetmvc”
105+
For Ex: mono nuget.exe Add –Name “Syncfusion Source” –Source “http://nuget.syncfusion.com/nuget_aspnetmvc/nuget/getsyncfusionpackages/aspnetmvc”
108106

109107
3. Once the Source gets added successfully the confirmation message will be shown like below.
110108

@@ -465,7 +463,8 @@ Syncfusion.PdfViewer.Mvc.dll
465463

466464
## NuGet Packages Structure
467465

468-
The following structure is maintained for the ASP.NET MVC platform NuGet packages from 2015 Volume 2.
466+
The following structure is maintained for ASP.NET MVC platform NuGet packages from 2015 Volume 2(v13.2.0.29). If we cannot get the latest package updates, because of the installed Syncfusion NuGet packages prior version of 2015 Volume 2(V13.2.0.29). In order, to update the Syncfusion NuGet packages latest, or above version of 2015 Volume 1 Service Pack-2(v13.1.0.30), so we uninstall the existing packages, and install the following required packages manually.
467+
469468
<table>
470469
<tr>
471470
<td colspan="1" rowspan="2">
22.7 KB
Loading
364 Bytes
Loading
2.91 KB
Loading
-1.72 KB
Loading
141 KB
Loading

0 commit comments

Comments
 (0)