Skip to content

Commit a6eae08

Browse files
committed
Set installation library package version
1 parent 028ec30 commit a6eae08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Installer/Microsoft.Dotnet.Installation/Microsoft.Dotnet.Installation.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<PackageId>Microsoft.Dotnet.Installation</PackageId>
1414
<IsShipping>false</IsShipping>
1515
<Title>.NET Installation Library</Title>
16-
<Version>1.0.0-alpha</Version>
17-
<PackageVersion Condition="'$(PackageVersion)'==''">$(Version)</PackageVersion>
16+
<VersionPrefix>0.1.0</VersionPrefix>
17+
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
1818
</PropertyGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)