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 e7d5a9c commit c8616abCopy full SHA for c8616ab
src/XLParser/Properties/AssemblyInfo.cs
@@ -34,9 +34,9 @@
34
// [assembly: AssemblyVersion("1.0.*")]
35
36
// Free form tag, use the version tag from git
37
-[assembly: AssemblyInformationalVersion("1.2.2")]
+[assembly: AssemblyInformationalVersion("1.2.3")]
38
// This is what other developers reference. As such this should change at breaking changes, but not otherwise
39
// so use major.minor.0.0, but only bump minor if there's a breaking change (and at that point you should consider bumping major)
40
[assembly: AssemblyVersion("1.2.0.0")]
41
// This isn't used by .NET but requires the 4-number format, use major.minor.patch.0
42
-[assembly: AssemblyFileVersion("1.2.2.0")]
+[assembly: AssemblyFileVersion("1.2.3.0")]
0 commit comments