Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
NeVeSpl committed Nov 20, 2023
1 parent 6459f8b commit 1e089d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal class Program
static void Main(string[] args)
{
var fileVersionInfo = FileVersionInfo.GetVersionInfo($@"..\..\..\sources\bin\R2023\RevitDBExplorer.dll");
var productVersion = fileVersionInfo.ProductVersion;
var productVersion = fileVersionInfo.FileVersion;

var project = new Project()
{
Expand Down

0 comments on commit 1e089d5

Please sign in to comment.