Skip to content
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

Fix build tools to update version in SDK project files #61

Open
contributor51 opened this issue Dec 23, 2020 · 0 comments
Open

Fix build tools to update version in SDK project files #61

contributor51 opened this issue Dec 23, 2020 · 0 comments

Comments

@contributor51
Copy link
Contributor

contributor51 commented Dec 23, 2020

Version info can be set in the csproj file within the new SDK project file format. One way to do this easily is like this:
<PropertyGroup<VersionPrefix2.3.306</VersionPrefix</PropertyGroup
(see, for example, .\openHistorian\Source\Tools\SampleFunctions\SampleFunctions.csproj)

Stackoverflow has this reference (https://stackoverflow.com/questions/56512069/how-can-you-share-assembly-info-between-vs-2019-formatted-projects#56517268)

Microsoft has this reference (https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2019)

Build tools need to be updated to catch version info in SDK project files, or GPA needs to adopt a style guide stating that you are going to keep version info in assemblyinfo files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant