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 8493fff commit f66e21aCopy full SHA for f66e21a
SQLCheck/SQLCheck/Collectors.cs
@@ -2199,8 +2199,6 @@ public static void CollectService(DataSet ds) // collects select services we ar
2199
{
2200
Domain = ds.Tables["Domain"].Rows[0]; // crash if not in domain
2201
}
2202
-
2203
2204
//////////////////// clintonw
2205
2206
SQLCheck/SQLCheck/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
32
// You can specify all the values or you can default the Build and Revision Numbers
33
// by using the '*' as shown below:
34
// [assembly: AssemblyVersion("1.0.*")]
35
-[assembly: AssemblyVersion("1.0.1482.0")]
36
-[assembly: AssemblyFileVersion("1.0.1482.0")]
+[assembly: AssemblyVersion("1.0.1485.0")]
+[assembly: AssemblyFileVersion("1.0.1485.0")]
0 commit comments