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 441dc46 commit 8f3577dCopy full SHA for 8f3577d
PSReadLine/AssemblyInfo.cs
@@ -36,4 +36,4 @@
36
// by using the '*' as shown below:
37
// [assembly: AssemblyVersion("1.0.*")]
38
[assembly: AssemblyVersion("1.0.0.0")]
39
-[assembly: AssemblyFileVersion("1.0.0.14")]
+[assembly: AssemblyFileVersion("1.2")]
PSReadLine/PSReadLine.psd1
@@ -1,7 +1,7 @@
1
@{
2
RootModule = 'PSReadLine.psm1'
3
NestedModules = @("Microsoft.PowerShell.PSReadLine.dll")
4
-ModuleVersion = '1.1'
+ModuleVersion = '1.2'
5
GUID = '5714753b-2afd-4492-a5fd-01d9e2cff8b5'
6
Author = 'Microsoft Corporation'
7
CompanyName = 'Microsoft Corporation'
0 commit comments