Skip to content

Commit

Permalink
refactor(lib): rename project to match conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
seangwright committed Nov 4, 2021
1 parent 9a245ed commit d1a8f48
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This package is compatible with ASP.NET Core 3.1 -> ASP.NET Core 5 applications
dotnet add package XperienceCommunity.QueryExtensions
```

1. The extension methods are all in the `CMS.DocumentEngine` and `CMS.DataEngine` namespaces, so assuming you have the package installed you should see them appear in Intellisense.
1. The extension methods are all in the `Kentico.Content.Web.Mvc`, `CMS.DocumentEngine` and `CMS.DataEngine` namespaces, so assuming you have the package installed you should see them appear in Intellisense.

## Extension Method Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xperience.QueryExtensions", "src\Xperience.QueryExtensions\Xperience.QueryExtensions.csproj", "{49210FC0-531F-43E5-97A0-9EE94E2D8FC3}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XperienceCommunity.QueryExtensions", "src\XperienceCommunity.QueryExtensions\XperienceCommunity.QueryExtensions.csproj", "{49210FC0-531F-43E5-97A0-9EE94E2D8FC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit d1a8f48

Please sign in to comment.