Note: this project is now migrated to https://dev.azure.com/RayBusinessTechnologies/K13%20.Net%20Core%20Xperience%20Adapter/_wiki/wikis/K13-.Net-Core-Xperience-Adapter.wiki/233/Package-Releases
Releases
Please find below available packages:
Release 13.0.73.10
- Added SiteCulture.CultureAlias
- Raybiztech.XperienceAdapter.13.0.73.10.nupkg
- Raybiztech.XperienceAdapter.Identity.13.0.73.10.nupkg
Release 13.0.73.9
- Fixed bug in NavigationRepository when using custom Navigation Items
- Raybiztech.XperienceAdapter.13.0.73.9.nupkg
- Raybiztech.XperienceAdapter.Identity.13.0.73.9.nupkg
Release 13.0.73.2
- Using Kentico 13.0.73
- Target framework net6.0
- Added NavigationRepository
- Raybiztech.XperienceAdapter.13.0.73.2.nupkg
- Raybiztech.XperienceAdapter.Identity.13.0.73.2.nupkg
Release 13.0.73
- Using Kentico 13.0.73
- Target framework net6.0
- Raybiztech.XperienceAdapter.13.0.73.nupkg
- Raybiztech.XperienceAdapter.Identity.13.0.73.nupkg
Release 0.1.0
- using Kentico version 13.0.66
- target framework net6.0
- Raybiztech.XperienceAdapter.0.1.0.nupkg
- Raybiztech.XperienceAdapter.Identity.0.1.0.nupkg
How to use the packages:
Azure Artifacts: Visual Studio (Recommended)
- In the Tools menu, select Options > NuGet Package Manager > Package Sources. Select the green plus in the upper-right corner and enter the name and source URL below.
- Name: XperienceAdapter
- Source: https://pkgs.dev.azure.com/RayBusinessTechnologies/_packaging/XperienceAdapter/nuget/v3/index.json
Local Package
- Create a folder called LocalPackages inside your solution, download the packages above and place it in the LocalPackages folder
- Download the file NuGet.config and place it in the root folder of your solution
- Close Visual Studio, re-open and load the solution
- Manage Nuget Packages for Solution and choose LocalPackages as the Package Source
- Select the package and add it to your solution
- Make sure to add the LocalPackages folder and its contents as part of source control