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 8e42ad4 commit a15eeedCopy full SHA for a15eeed
PSReadLine/PSReadLine.csproj
@@ -4,9 +4,9 @@
4
<OutputType>Library</OutputType>
5
<RootNamespace>Microsoft.PowerShell.PSReadLine</RootNamespace>
6
<AssemblyName>Microsoft.PowerShell.PSReadLine2</AssemblyName>
7
- <AssemblyVersion>2.0.1.0</AssemblyVersion>
8
- <FileVersion>2.0.1</FileVersion>
9
- <InformationalVersion>2.0.1</InformationalVersion>
+ <AssemblyVersion>2.1.0.0</AssemblyVersion>
+ <FileVersion>2.1.0</FileVersion>
+ <InformationalVersion>2.1.0-beta1</InformationalVersion>
10
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
11
<TargetFrameworks>net461;netcoreapp2.1</TargetFrameworks>
12
<LangVersion>8.0</LangVersion>
0 commit comments