Skip to content

Conversation

StuartMosquera
Copy link
Contributor

@StuartMosquera StuartMosquera commented Oct 13, 2025

Summary

  • This PR changes the type of the 'Version' property for the attribute from double to string.

Fixes #49113


Internal previews

📄 File 🔗 Preview link
docs/csharp/advanced-topics/reflection-and-attributes/creating-custom-attributes.md docs/csharp/advanced-topics/reflection-and-attributes/creating-custom-attributes

@StuartMosquera StuartMosquera requested review from a team and BillWagner as code owners October 13, 2025 15:22
@dotnetrepoman dotnetrepoman bot added this to the October 2025 milestone Oct 13, 2025
@dotnet-policy-service dotnet-policy-service bot added dotnet-csharp/svc community-contribution Indicates PR is created by someone from the .NET community. labels Oct 13, 2025
@StuartMosquera StuartMosquera changed the title change the type of the 'Version' attribute to string change the type of the 'Version' property to string Oct 13, 2025
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @StuartMosquera

I'll :shipit: now.

@BillWagner BillWagner merged commit ae5f70f into dotnet:main Oct 14, 2025
8 checks passed
@StuartMosquera StuartMosquera deleted the change-attribute-type branch October 14, 2025 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Indicates PR is created by someone from the .NET community. dotnet-csharp/svc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The Version attribute should be a string, not a double

2 participants