Skip to content

Releases: rsm-hcd/AndcultureCode.CSharp.Sitefinity.Testing

v1.2.1 Release

01 Jun 14:42
Compare
Choose a tag to compare

Release notes

Updated Sitefinity dependencies to 13.3

Issues

#18

Contributors

@KevinBusch

v1.2.0 Release

15 Feb 20:52
Compare
Choose a tag to compare

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

@Stefanie899 @cspath1 @KevinBusch

Added Output Caching Service

23 Nov 15:12
Compare
Choose a tag to compare

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

@KevinBusch

Initial Release

22 Sep 19:44
6fdd778
Compare
Choose a tag to compare

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

Contributors

@KevinBusch
@Stefanie899