johanclasson / vso-agent-tasks

Build and Release Tasks for Visual Studio Online and Team Foundation Server
MIT License
20 stars 16 forks source link

Versioning bug correction #13

Closed filippobottega closed 7 years ago

filippobottega commented 7 years ago

Correction to C# language error when a version attribute was added.

Error log example:

2017-01-04T11:21:52.5839228Z Using version 1.2, file version 1.2.2.756 and informational version 1.2.2 2017-01-04T11:21:52.6129202Z -> Changing AssemblyInfo.cs 2017-01-04T11:21:52.6369318Z Replaced [assembly: AssemblyVersion("1.0.0.0")] with [assembly: AssemblyVersion("1.2")] 2017-01-04T11:21:52.6559234Z Added <Assembly: AssemblyFileVersion("1.2.2.756")> to end of content 2017-01-04T11:21:52.6679268Z * Added <Assembly: AssemblyInformationalVersion("1.2.2")> to end of content

johanclasson commented 7 years ago

Yeah, right. Thanks for fixing the issue!