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 10fc133 commit 3f82891Copy full SHA for 3f82891
src/Limbo.Umbraco.TextBox/TextBoxPackage.cs
@@ -27,7 +27,10 @@ public static class TextBoxPackage {
27
/// <summary>
28
/// Gets the informational version of the package.
29
/// </summary>
30
- public static readonly string InformationalVersion = FileVersionInfo.GetVersionInfo(typeof(TextBoxPackage).Assembly.Location).ProductVersion!;
+ public static readonly string InformationalVersion = FileVersionInfo
31
+ .GetVersionInfo(typeof(TextBoxPackage).Assembly.Location)
32
+ .ProductVersion!
33
+ .Split('+')[0];
34
35
36
/// Gets the semantic version of the package.
0 commit comments