-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
バージョンを表示するように #23
バージョンを表示するように #23
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request introduces a new feature to display the application version on the top page. The changes include importing System.Reflection, updating the HTML template to separate the page header and footer, and concatenating the footer that displays the version information retrieved from the assembly.
Files not reviewed (1)
- OngekiMuseumApi/OngekiMuseumApi/OngekiMuseumApi.csproj: Language not supported
Comments suppressed due to low confidence (1)
OngekiMuseumApi/OngekiMuseumApi/Controllers/TopController.cs:33
- [nitpick] Consider renaming 'htmlStart' to 'htmlHeader' to more clearly convey that this variable contains the starting section of the HTML document.
string htmlStart = """
No description provided.