Skip to content

Assembly Version not updated on DLLs #3052

Answered by normj
AlexAtEF asked this question in Q&A
Discussion options

You must be logged in to vote

In you conflict example I'm confused how you ever had an assembly version of 3.7.0.0 of Core to conflict with. As you know the assembly version has been locked at 3.3.0 for a very long time, 2015 I think. That version represents the last time we made breaking changes that required users to recompile.

The reason we leave the assembly version at 3.3.0.0 is since we strong name the assemblies which includes the assembly version that means at least for .NET Framework versions they need to recompile their application every time we release a new version which is a lot given our release cycle. If it was just recompile the application that would probably be okay but the scenarios where the SDK is…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@github-actions
Comment options

Answer selected by ashishdhingra
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants
Converted from issue

This discussion was converted from issue #3051 on September 15, 2023 16:19.