Skip to content

Commit a15eeed

Browse files
committed
Rev the module version to 2.1.0-beta1
1 parent 8e42ad4 commit a15eeed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PSReadLine/PSReadLine.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<OutputType>Library</OutputType>
55
<RootNamespace>Microsoft.PowerShell.PSReadLine</RootNamespace>
66
<AssemblyName>Microsoft.PowerShell.PSReadLine2</AssemblyName>
7-
<AssemblyVersion>2.0.1.0</AssemblyVersion>
8-
<FileVersion>2.0.1</FileVersion>
9-
<InformationalVersion>2.0.1</InformationalVersion>
7+
<AssemblyVersion>2.1.0.0</AssemblyVersion>
8+
<FileVersion>2.1.0</FileVersion>
9+
<InformationalVersion>2.1.0-beta1</InformationalVersion>
1010
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
1111
<TargetFrameworks>net461;netcoreapp2.1</TargetFrameworks>
1212
<LangVersion>8.0</LangVersion>

0 commit comments

Comments
 (0)