+- **`source/AssemblyInfo.cs`**: Contains build metadata placeholders that are replaced during the build process. **DO NOT EDIT** this file or modify the placeholder tokens. **CRITICAL**: This file is often modified by the build process. **ALWAYS check and revert `source/AssemblyInfo.cs` before committing** using `git checkout HEAD~1 -- source/AssemblyInfo.cs` or `git checkout <commit>~1 -- source/AssemblyInfo.cs` to restore placeholder tokens like `{BUILD_COMMIT}`, `{BUILD_NUMBER}`, and `{BUILD_TIMESTAMP}`.
0 commit comments