We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6459f8b commit 1e089d5Copy full SHA for 1e089d5
setup/Program.cs
@@ -12,7 +12,7 @@ internal class Program
12
static void Main(string[] args)
13
{
14
var fileVersionInfo = FileVersionInfo.GetVersionInfo($@"..\..\..\sources\bin\R2023\RevitDBExplorer.dll");
15
- var productVersion = fileVersionInfo.ProductVersion;
+ var productVersion = fileVersionInfo.FileVersion;
16
17
var project = new Project()
18
0 commit comments