Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 7745b40

Browse files
authored
Merge pull request #6611 from gkhanna79/PSPrivate
Port fixes for CoreCLR 1.0.0 RTM
2 parents abbb8f6 + 97ad48a commit 7745b40

File tree

41 files changed

+73
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+73
-45
lines changed

dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138

139139
<!-- Packaging properties -->
140140
<PropertyGroup>
141-
<PreReleaseLabel>rc3</PreReleaseLabel>
141+
<PreReleaseLabel>servicing</PreReleaseLabel>
142142
<PackageDescriptionFile>$(SourceDir).nuget/descriptions.json</PackageDescriptionFile>
143143
<PackageLicenseFile>$(SourceDir).nuget/dotnet_library_license.txt</PackageLicenseFile>
144144
<PackageThirdPartyNoticesFile>$(SourceDir).nuget/ThirdPartyNotices.txt</PackageThirdPartyNoticesFile>

src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44

55
<PropertyGroup>
6-
<Version>1.0.2</Version>
6+
<Version>1.0.3</Version>
77
<SkipPackageFileCheck>true</SkipPackageFileCheck>
88
<SkipValidatePackage>true</SkipValidatePackage>
99
<PackagePlatforms>x64;x86;arm</PackagePlatforms>

src/.nuget/Microsoft.NETCore.ILAsm/debian/Microsoft.NETCore.ILAsm.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44

55
<PropertyGroup>
6-
<Version>1.0.2</Version>
6+
<Version>1.0.3</Version>
77
<SkipPackageFileCheck>true</SkipPackageFileCheck>
88
<PackageTargetRuntime>debian.8-$(PackagePlatform)</PackageTargetRuntime>
99
<!-- only build for x64 -->

src/.nuget/Microsoft.NETCore.ILAsm/fedora/23/Microsoft.NETCore.ILAsm.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44

55
<PropertyGroup>
6-
<Version>1.0.2</Version>
6+
<Version>1.0.3</Version>
77
<SkipPackageFileCheck>true</SkipPackageFileCheck>
88
<PackageTargetRuntime>fedora.23-$(PackagePlatform)</PackageTargetRuntime>
99
<!-- only build for x64 -->

src/.nuget/Microsoft.NETCore.ILAsm/opensuse/13.2/Microsoft.NETCore.ILAsm.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44

55
<PropertyGroup>
6-
<Version>1.0.2</Version>
6+
<Version>1.0.3</Version>
77
<SkipPackageFileCheck>true</SkipPackageFileCheck>
88
<PackageTargetRuntime>opensuse.13.2-$(PackagePlatform)</PackageTargetRuntime>
99
<!-- only build for x64 -->

src/.nuget/Microsoft.NETCore.ILAsm/osx/Microsoft.NETCore.ILAsm.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44

55
<PropertyGroup>
6-
<Version>1.0.2</Version>
6+
<Version>1.0.3</Version>
77
<SkipPackageFileCheck>true</SkipPackageFileCheck>
88
<PackageTargetRuntime>osx.10.10-$(PackagePlatform)</PackageTargetRuntime>
99
<!-- only build for x64 -->

src/.nuget/Microsoft.NETCore.ILAsm/rhel/Microsoft.NETCore.ILAsm.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44

55
<PropertyGroup>
6-
<Version>1.0.2</Version>
6+
<Version>1.0.3</Version>
77
<SkipPackageFileCheck>true</SkipPackageFileCheck>
88
<PackageTargetRuntime>rhel.7-$(PackagePlatform)</PackageTargetRuntime>
99
<!-- only build for x64 -->

src/.nuget/Microsoft.NETCore.ILAsm/ubuntu/14.04/Microsoft.NETCore.ILAsm.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44

55
<PropertyGroup>
6-
<Version>1.0.2</Version>
6+
<Version>1.0.3</Version>
77
<SkipPackageFileCheck>true</SkipPackageFileCheck>
88
<PackageTargetRuntime>ubuntu.14.04-$(PackagePlatform)</PackageTargetRuntime>
99
<!-- only build for x64 -->

src/.nuget/Microsoft.NETCore.ILAsm/ubuntu/16.04/Microsoft.NETCore.ILAsm.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44

55
<PropertyGroup>
6-
<Version>1.0.2</Version>
6+
<Version>1.0.3</Version>
77
<SkipPackageFileCheck>true</SkipPackageFileCheck>
88
<PackageTargetRuntime>ubuntu.16.04-$(PackagePlatform)</PackageTargetRuntime>
99
<!-- only build for x64 -->

src/.nuget/Microsoft.NETCore.ILAsm/win/Microsoft.NETCore.ILAsm.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44

55
<PropertyGroup>
6-
<Version>1.0.2</Version>
6+
<Version>1.0.3</Version>
77
<SkipPackageFileCheck>true</SkipPackageFileCheck>
88
<MinOSForArch>win7</MinOSForArch>
99
<MinOSForArch Condition="$(PackagePlatform.StartsWith('arm'))">win8</MinOSForArch>

0 commit comments

Comments
 (0)