Skip to content

Commit

Permalink
Clean Up
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang committed Nov 28, 2023
1 parent 7ce7826 commit 4ebaf72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DynamoCore/Models/DynamoModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public struct HostAnalyticsInfo
// Dynamo variation identified by host.
public string HostName;
// Dynamo variation version specific to host
public string HostVersion;
public Version HostVersion;
// Dynamo host parent id for analytics purpose.
public string ParentId;
// Dynamo host session id for analytics purpose.
Expand Down Expand Up @@ -206,7 +206,7 @@ public static string Version
/// <summary>
/// Current Version of the Host (i.e. DynamoRevit/DynamoStudio)
/// </summary>
public Version HostVersion { get; set; }
public string HostVersion { get; set; }

/// <summary>
/// Name of the Host (i.e. DynamoRevit/DynamoStudio)
Expand Down

0 comments on commit 4ebaf72

Please sign in to comment.