Skip to content

Tags: axuno/TournamentCalendar

Tags

v4.6.0

Toggle v4.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version 4.6.0 (#119)

v4.5.0

Toggle v4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update NuGet package references (#109)

- `SD.LLBLGen.Pro.ORMSupportClasses` and `SD.LLBLGen.Pro.DQE.SqlServer` upgraded to `5.12.1`.
- `Microsoft.NET.Test.Sdk` updated to `17.14.1`.
- `Microsoft.AspNetCore.Mvc.Testing` and `System.Text.Json` updated to `8.0.17` and `9.0.6`, respectively.
- `cloudscribe.Web.Navigation` upgraded to `8.1.0`.
- `Microsoft.Data.SqlClient` updated to `6.0.2`.
- `NLog.Web.AspNetCore` and `Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation` updated to `5.5.0` and `8.0.17`, respectively.
- `System.Security.Cryptography.Xml`, `Microsoft.Extensions.Logging`, and `Microsoft.Extensions.Logging.Abstractions` updated to `9.0.6`.

v4.4.2

Toggle v4.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update NuGet pkg and README (#107)

v4.4.1

Toggle v4.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add help button for table filter to show description (#106)

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace `simple-datatables` with custom javascript (#102)

* simple-datatables (https://fiduswriter.github.io/simple-datatables/) caused unreproducable exceptions when sorting
* Migrated code with custom plain vanilla javascript
* Bumped version to v4.4.0

v4.3.6

Toggle v4.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Production:: fix issue with sql server SSL certificate (#100)

* Production:: fix issue with sqlserver SSL certificate

Add `TrustServerCertificate=true` to connection string for MSSQL2022

SqlException: A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The target principal name is incorrect.)

* Bump version to v4.3.6

v4.3.5

Toggle v4.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Switch to Microsoft.Data.SqlClient for database operations (#99)

- Updated ClientAbortMiddleware to handle Microsoft.Data.SqlClient.SqlException.
- Added Microsoft.Data.SqlClient package reference to TournamentCalendar.csproj.
- Changed database provider factory in WebAppStartup to Microsoft.Data.SqlClient.SqlClientFactory.

v4.3.4

Toggle v4.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update nuget packages, bump version to 4.3.4 (#96)

* cloudscribe.Web.Navigation 6.0.4 => 8.0.0
* NLog.Web.AspNetCore 5.3.11 => 5.3.14
* Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation 8.0.7 => 8.0.8
* Microsoft.VisualStudio.Web.CodeGeneration.Design 8.0.3 => 8.0.5

v4.3.3

Toggle v4.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor data table InfoService to reflect previously retired fields (#…

…94)

* Refactor data table InfoService to reflect previously retired fields
* Create new DAL targeting NET8.0
* Remove retired fields from data table InfoService
* Remove deleted entity properties from controllers and views
* Bump version to v4.3.3

v4.3.2

Toggle v4.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature: Show route to venue if own location is set (#92)

* Show Google Maps link to show the route from own to venue location, if own location is set.
* Show Google Maps link for venue location, if own location is not set