Release v1.0.0 #16

Merged
Wesser merged 492 commits from release/v1.0.0 into master 2025-02-12 09:19:32 +03:00
242 changed files with 10771 additions and 99 deletions
Showing only changes of commit 535bafa73a - Show all commits

View File

@ -26,7 +26,7 @@ public class GroupController(IMediator mediator) : BaseController
// Convert a two-digit year to a four-digit one
yearOfGroup += current.Year / 100 * 100;
return current.Year - yearOfGroup + (current.Month < 9 ? 0 : 1);
return current.Year - yearOfGroup + (current.Month < 8 ? 0 : 1);
}
/// <summary>