Skip to content

Commit

Permalink
Fix: Missing AssemblyVersion update.
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenghi committed Jun 11, 2024
1 parent b76984f commit 93bcd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xbim.InformationSpecifications/Xids.AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ public partial class Xids
/// This is useful for environments that do not allow to load information from the DLL dynamically
/// (e.g. Blazor).
/// </summary>
public static string AssemblyVersion => "0.97.11";
public static string AssemblyVersion => "0.97.12";
}
}

0 comments on commit 93bcd10

Please sign in to comment.