We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e488022 commit fc2080aCopy full SHA for fc2080a
.semver
@@ -1,6 +1,6 @@
1
---
2
:major: 1
3
:minor: 13
4
-:patch: 7
+:patch: 8
5
:special: ''
6
:metadata: ''
src/SolutionInfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
-[assembly: AssemblyVersion("1.13.7")]
-[assembly: AssemblyFileVersion("1.13.7")]
-[assembly: AssemblyInformationalVersion("1.13.7.000000")]
+[assembly: AssemblyVersion("1.13.8")]
+[assembly: AssemblyFileVersion("1.13.8")]
+[assembly: AssemblyInformationalVersion("1.13.8.000000")]
0 commit comments