Releases: MachUpskillingFY17/JabbR-Core
Releases · MachUpskillingFY17/JabbR-Core
0.6.0-preview1-alpha
commented AntiForgeryToken attribute register post
0.5.0-alpha
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
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
Initial basic release that loads but runs on .NET Core. See milestone 0.1.0