diff --git a/src/Installer/Directory.Build.props b/src/Installer/Directory.Build.props new file mode 100644 index 000000000000..314c3f8d687f --- /dev/null +++ b/src/Installer/Directory.Build.props @@ -0,0 +1,11 @@ + + + + + + + 0.1.1 + preview + + + diff --git a/src/Installer/Microsoft.Dotnet.Installation/Microsoft.Dotnet.Installation.csproj b/src/Installer/Microsoft.Dotnet.Installation/Microsoft.Dotnet.Installation.csproj index d89c8d492ab8..8a8d5d99b48d 100644 --- a/src/Installer/Microsoft.Dotnet.Installation/Microsoft.Dotnet.Installation.csproj +++ b/src/Installer/Microsoft.Dotnet.Installation/Microsoft.Dotnet.Installation.csproj @@ -20,8 +20,8 @@ Microsoft.Dotnet.Installation false .NET Installation Library - 0.1.1 - preview + $(DotnetupVersionPrefix) + $(DotnetupPreReleaseVersionLabel) true true diff --git a/src/Installer/dotnetup/dotnetup.csproj b/src/Installer/dotnetup/dotnetup.csproj index ef58459d5d8a..e5f296b3e2c3 100644 --- a/src/Installer/dotnetup/dotnetup.csproj +++ b/src/Installer/dotnetup/dotnetup.csproj @@ -21,8 +21,8 @@ false - 0.1.1 - preview + $(DotnetupVersionPrefix) + $(DotnetupPreReleaseVersionLabel) true true