Skip to content

Commit 616b8ae

Browse files
authored
Use '2.0.0-rc1' instead of 'rc.1' due to the PowerShellGallery's limitation (#1241)
1 parent d02d600 commit 616b8ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PSReadLine/Changes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Version 2.0.0-rc.1
1+
### Version 2.0.0-rc1
22

33
Pre-release notes:
44

PSReadLine/PSReadLine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>Microsoft.PowerShell.PSReadLine2</AssemblyName>
77
<AssemblyVersion>2.0.0.0</AssemblyVersion>
88
<FileVersion>2.0.0</FileVersion>
9-
<InformationalVersion>2.0.0-rc.1</InformationalVersion>
9+
<InformationalVersion>2.0.0-rc1</InformationalVersion>
1010
<TargetFrameworks>net461;netcoreapp2.1</TargetFrameworks>
1111
</PropertyGroup>
1212

0 commit comments

Comments
 (0)