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 ad91732 commit 8a95815Copy full SHA for 8a95815
.gitignore
@@ -251,7 +251,6 @@ paket-files/
251
.idea/
252
*.sln.iml
253
tools
254
-VersionAssemblyInfo.cs
255
.dotnet
256
tools/*
257
!tools/packages.config
VersionAssemblyInfo.cs
@@ -0,0 +1,11 @@
1
+//------------------------------------------------------------------------------
2
+// <auto-generated>
3
+// This code was generated by Cake.
4
+// </auto-generated>
5
+//------------------------------------------------------------------------------
6
+using System.Reflection;
7
+
8
+[assembly: AssemblyVersion("1.2.0.0")]
9
+[assembly: AssemblyFileVersion("1.2.0.0")]
10
+[assembly: AssemblyInformationalVersion("1.2.0-alpha.39+Branch.develop.Sha.e8c9560d896e6d9278fa3302bf7cabf6330cef9d")]
11
0 commit comments