Skip to content

v2.0.0

Compare
Choose a tag to compare
@valincius valincius released this 23 Jul 19:52
· 106 commits to main since this release
5a99a3d
  • Created BlazorScheduler.Core project
    • This project will contain any classes/interfaces that may be required outside of the main UI project.
  • Moved IAppointment from BlazorScheduler to BlazorScheduler.Core
  • You will need to add using BlazorScheduler.Core to where you are creating your implementation of IAppointment