Releases: rsm-hcd/AndcultureCode.CSharp.Sitefinity.Testing
Releases · rsm-hcd/AndcultureCode.CSharp.Sitefinity.Testing
v1.2.1 Release
v1.2.0 Release
v1.2.0 Release
Release notes
This release refactors from .NET Core to .NET Framework 4.8 to resolve compatibility issues with Sitefinity. Additionally, support for Sitefinity is upped to v13.2. Finally, many of the core Sitefinity models were migrated to the AndcultureCode.CSharp.Sitefinity.Core
repository.
Notable features:
- Refactored to .NET Framework 4.8
- Migrated a lot of the core Sitefinity models to the
AndcultureCode.CSharp.Sitefinity.Core
repository
Contributors
Added Output Caching Service
v1.1.0 Release
Release notes
The pages OData service was intermittenly returning cached results during integration testing. We needed a way to clear this cache.
Notable features:
- Added
OutputCacheServices.cs
to support clearing of output cache.
Known issues
#10 Add service to invalidate cache
Contributors
Initial Release
v1.0.0 Release
Release notes
Initial release of the .NET Core built-in Sitefinity content services and models.
Notable features:
- All built-in models and built-in services
- Base OData Fixture, OData Session, and OData Tests