Skip to content

Commit 1e089d5

Browse files
committed
update setup
1 parent 6459f8b commit 1e089d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ internal class Program
1212
static void Main(string[] args)
1313
{
1414
var fileVersionInfo = FileVersionInfo.GetVersionInfo($@"..\..\..\sources\bin\R2023\RevitDBExplorer.dll");
15-
var productVersion = fileVersionInfo.ProductVersion;
15+
var productVersion = fileVersionInfo.FileVersion;
1616

1717
var project = new Project()
1818
{

0 commit comments

Comments
 (0)