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 2a6ac7e commit 032c78cCopy full SHA for 032c78c
WebDriverManager/Properties/AssemblyInfo.cs
@@ -33,6 +33,6 @@
33
//
34
// You can specify all the values or you can default the Build and Revision Numbers
35
// by using the '*' as shown below:
36
-[assembly: AssemblyVersion("1.1.*")]
37
-//[assembly: AssemblyVersion("1.0.0.0")]
38
-//[assembly: AssemblyFileVersion("1.0.0.0")]
+//[assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.1.0.0")]
+[assembly: AssemblyFileVersion("1.1.0.0")]
0 commit comments