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

Commit 40723b7

Browse files
committed
Update the version of all assemblies
This change updates the assembly versions of all of the corefx assemblies as needed after we shipped stable versions. Assemblies with API differences get a minor version bump. Assemblies with only bugfixes get a build version bump. In order to facilitate this I had to update the reference assemblies, so I took the opportunity to port them all to the open. [tfs-changeset: 1514419]
1 parent 600c6a3 commit 40723b7

File tree

662 files changed

+76174
-177
lines changed

Some content is hidden

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

662 files changed

+76174
-177
lines changed

dir.props

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

1111
<!-- Build Tools Versions -->
1212
<PropertyGroup>
13-
<BuildToolsVersion>1.0.25-prerelease-00070</BuildToolsVersion>
13+
<BuildToolsVersion>1.0.25-prerelease-00075</BuildToolsVersion>
1414
<DnxVersion>1.0.0-beta5-12101</DnxVersion>
1515
<DnxPackageName Condition="'$(DnxPackageName)' == '' and '$(OsEnvironment)'!='Unix'">dnx-coreclr-win-x86.$(DnxVersion)</DnxPackageName>
1616
<DnxPackageName Condition="'$(DnxPackageName)' == '' and '$(OsEnvironment)'=='Unix'">dnx-mono.$(DnxVersion)</DnxPackageName>

src/.nuget/packages.Unix.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00070" />
3+
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00075" />
44
<package id="Microsoft.DotNet.BuildTools.ApiTools" version="1.0.0-prerelease" />
55
<package id="dnx-mono" version="1.0.0-beta5-12101" />
66
<package id="Microsoft.Net.ToolsetCompilers" version="1.0.0-rc3-20150510-01" />

src/.nuget/packages.Windows_NT.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00070" />
3+
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00075" />
44
<package id="dnx-coreclr-win-x86" version="1.0.0-beta5-12101" />
55
<package id="Microsoft.DotNet.BuildTools.ApiTools" version="1.0.0-prerelease" />
66
</packages>
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
// Copyright (c) Microsoft. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
// ------------------------------------------------------------------------------
4+
// Changes to this file must follow the http://aka.ms/api-review process.
5+
// ------------------------------------------------------------------------------
6+
7+
8+
namespace Microsoft.CSharp.RuntimeBinder
9+
{
10+
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11+
public static partial class Binder
12+
{
13+
public static System.Runtime.CompilerServices.CallSiteBinder BinaryOperation(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Linq.Expressions.ExpressionType operation, System.Type context, System.Collections.Generic.IEnumerable<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo> argumentInfo) { return default(System.Runtime.CompilerServices.CallSiteBinder); }
14+
public static System.Runtime.CompilerServices.CallSiteBinder Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Type type, System.Type context) { return default(System.Runtime.CompilerServices.CallSiteBinder); }
15+
public static System.Runtime.CompilerServices.CallSiteBinder GetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Type context, System.Collections.Generic.IEnumerable<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo> argumentInfo) { return default(System.Runtime.CompilerServices.CallSiteBinder); }
16+
public static System.Runtime.CompilerServices.CallSiteBinder GetMember(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, string name, System.Type context, System.Collections.Generic.IEnumerable<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo> argumentInfo) { return default(System.Runtime.CompilerServices.CallSiteBinder); }
17+
public static System.Runtime.CompilerServices.CallSiteBinder Invoke(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Type context, System.Collections.Generic.IEnumerable<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo> argumentInfo) { return default(System.Runtime.CompilerServices.CallSiteBinder); }
18+
public static System.Runtime.CompilerServices.CallSiteBinder InvokeConstructor(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Type context, System.Collections.Generic.IEnumerable<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo> argumentInfo) { return default(System.Runtime.CompilerServices.CallSiteBinder); }
19+
public static System.Runtime.CompilerServices.CallSiteBinder InvokeMember(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, string name, System.Collections.Generic.IEnumerable<System.Type> typeArguments, System.Type context, System.Collections.Generic.IEnumerable<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo> argumentInfo) { return default(System.Runtime.CompilerServices.CallSiteBinder); }
20+
public static System.Runtime.CompilerServices.CallSiteBinder IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, string name, System.Type context) { return default(System.Runtime.CompilerServices.CallSiteBinder); }
21+
public static System.Runtime.CompilerServices.CallSiteBinder SetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Type context, System.Collections.Generic.IEnumerable<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo> argumentInfo) { return default(System.Runtime.CompilerServices.CallSiteBinder); }
22+
public static System.Runtime.CompilerServices.CallSiteBinder SetMember(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, string name, System.Type context, System.Collections.Generic.IEnumerable<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo> argumentInfo) { return default(System.Runtime.CompilerServices.CallSiteBinder); }
23+
public static System.Runtime.CompilerServices.CallSiteBinder UnaryOperation(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Linq.Expressions.ExpressionType operation, System.Type context, System.Collections.Generic.IEnumerable<Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo> argumentInfo) { return default(System.Runtime.CompilerServices.CallSiteBinder); }
24+
}
25+
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
26+
public sealed partial class CSharpArgumentInfo
27+
{
28+
internal CSharpArgumentInfo() { }
29+
public static Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags flags, string name) { return default(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo); }
30+
}
31+
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
32+
[System.FlagsAttribute]
33+
public enum CSharpArgumentInfoFlags
34+
{
35+
Constant = 2,
36+
IsOut = 16,
37+
IsRef = 8,
38+
IsStaticType = 32,
39+
NamedArgument = 4,
40+
None = 0,
41+
UseCompileTimeType = 1,
42+
}
43+
[System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
44+
[System.FlagsAttribute]
45+
public enum CSharpBinderFlags
46+
{
47+
BinaryOperationLogical = 8,
48+
CheckedContext = 1,
49+
ConvertArrayIndex = 32,
50+
ConvertExplicit = 16,
51+
InvokeSimpleName = 2,
52+
InvokeSpecialName = 4,
53+
None = 0,
54+
ResultDiscarded = 256,
55+
ResultIndexed = 64,
56+
ValueFromCompoundAssignment = 128,
57+
}
58+
public partial class RuntimeBinderException : System.Exception
59+
{
60+
public RuntimeBinderException() { }
61+
public RuntimeBinderException(string message) { }
62+
public RuntimeBinderException(string message, System.Exception innerException) { }
63+
}
64+
public partial class RuntimeBinderInternalCompilerException : System.Exception
65+
{
66+
public RuntimeBinderInternalCompilerException() { }
67+
public RuntimeBinderInternalCompilerException(string message) { }
68+
public RuntimeBinderInternalCompilerException(string message, System.Exception innerException) { }
69+
}
70+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
4+
<PropertyGroup>
5+
<AssemblyVersion>4.0.1.0</AssemblyVersion>
6+
<OutputType>Library</OutputType>
7+
</PropertyGroup>
8+
<ItemGroup>
9+
<Compile Include="Microsoft.CSharp.cs" />
10+
</ItemGroup>
11+
<ItemGroup>
12+
<None Include="project.json" />
13+
</ItemGroup>
14+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
15+
</Project>

src/Microsoft.CSharp/ref/project.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"dependencies": {
3+
"System.Runtime": "4.0.0",
4+
"System.Dynamic.Runtime": "4.0.0",
5+
"System.Linq.Expressions": "4.0.0"
6+
},
7+
"frameworks": {
8+
"dotnet": {}
9+
}
10+
}

0 commit comments

Comments
 (0)