microsoft / MSBuildLocator

An API to locate MSBuild assemblies from an installed Visual Studio location. Use this to ensure that calling the MSBuild API will use the same toolset that a build from Visual Studio or msbuild.exe would.
Other
216 stars 83 forks source link

Update version to 1.4 #121

Closed Forgind closed 3 years ago

Forgind commented 3 years ago

Is there any reason we aren't updating the assembly version?

jeffkl commented 3 years ago

Is there any reason we aren't updating the assembly version?

There isn't really a reason to update it unless you'd want users to be able to load two distinct versions. Updating the assembly versions causes all kinds of headaches around binding redirects and dependency chains. Leaving it as 1.0.0.0 forever means that any assembly compiled against any version will get whatever version the main application wants and doesn't have to deal with all of that.

Forgind commented 3 years ago

/azp run

azure-pipelines[bot] commented 3 years ago
No pipelines are associated with this pull request.