Skip to content

Commit 27116c6

Browse files
committed
Updated linq to NuGet package.
1 parent 00e6d18 commit 27116c6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Src/DynamicLinqWebDocs/DynamicLinqWebDocs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
</None>
186186
<Content Include="Scripts\bootstrap.js" />
187187
<Content Include="Scripts\bootstrap.min.js" />
188-
<None Include="Properties\PublishProfiles\ak-dynamic-linq - Web Deploy.pubxml" />
188+
<None Include="Properties\PublishProfiles\ak-dynamic-linq.pubxml" />
189189
<None Include="Scripts\jquery-1.11.1.intellisense.js" />
190190
<Content Include="Scripts\jquery-1.11.1.js" />
191191
<Content Include="Scripts\jquery-1.11.1.min.js" />

Src/DynamicLinqWebDocs/Infrastructure/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static class Settings
1212
public const string GIT_HUB_LOGO = "/Content/github-logo.png";
1313
public const string GIT_HUB_LOGO_TEXT = "/Content/github-logo-text.png";
1414

15-
public const string NUGET_LINK = "https://www.nuget.org/packages/System.Linq.Dynamic.Library/";
15+
public const string NUGET_LINK = "https://www.nuget.org/packages/AK.System.Linq.Dynamic/";
1616
public const string NUGET_LOGO = "https://www.nuget.org/Content/Logos/nugetlogo.png";
1717

1818
public const string LINKEDIN_LOGO = "/Content/linkedin-logo.png";

Src/DynamicLinqWebDocs/Properties/PublishProfiles/ak-dynamic-linq - Web Deploy.pubxml renamed to Src/DynamicLinqWebDocs/Properties/PublishProfiles/ak-dynamic-linq.pubxml

File renamed without changes.

0 commit comments

Comments
 (0)