It seems like the build.yml is not taking into account the version, title and description from
|
<Version>$(RevitVersion).4.1</Version> |
|
<Description>Rhythm for Dynamo|Revit$(RevitVersion)</Description> |
|
<FileVersion>$(RevitVersion).4.1</FileVersion> |
|
<AssemblyVersion>$(RevitVersion).4.1</AssemblyVersion> |
|
<Title>Rhythm for Dynamo|Revit$(RevitVersion)</Title> |
|
<Product>Rhythm for Dynamo|Revit$(RevitVersion)</Product> |
It seems like the build.yml is not taking into account the version, title and description from
RhythmForDynamo/src/RhythmRevit/RhythmRevit.csproj
Lines 154 to 159 in 4bd53d6