Skip to content

Releases: MachUpskillingFY17/JabbR-Core

0.6.0-preview1-alpha

10 Nov 19:50
Compare
Choose a tag to compare
commented AntiForgeryToken attribute register post

0.5.0-alpha

08 Nov 00:38
Compare
Choose a tag to compare
0.5.0-alpha Pre-release
Pre-release

Milestone 0.3.0
Ensure you set an environment variable to run the database.
When hosting, ensure you set the environment variable for connectionString or ensure it's added to the appSettings.json

set connectionString=Server=(localdb)\mssqllocaldb;Database=aspnet-application;Trusted_Connection=True;MultipleActiveResultSets=true

0.3.0-alpha

18 Oct 17:26
Compare
Choose a tag to compare
0.3.0-alpha Pre-release
Pre-release

Milestone 0.3.0 - Basic chat functionality working for single user. Basics of controllers/views and EF integrated and lots of behind the scenes code updates. Models refactored for EF many to many. See milestone 0.3 issues.

0.1.0

06 Sep 21:02
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial basic release that loads but runs on .NET Core. See milestone 0.1.0