Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Commit

Permalink
Ready for 2.7.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slide committed Aug 21, 2016
1 parent 877566f commit ee191e8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 22 deletions.
9 changes: 2 additions & 7 deletions Config/Signed/App.config
@@ -1,17 +1,12 @@
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="microsoft.scripting" type="Microsoft.Scripting.Hosting.Configuration.Section, Microsoft.Scripting, Version=1.1.0.20, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false"/>
<section name="microsoft.scripting" type="Microsoft.Scripting.Hosting.Configuration.Section, Microsoft.Scripting, Version=1.1.1.21, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false"/>
</configSections>

<microsoft.scripting>
<languages>
<language names="IronPython;Python;py" extensions=".py" displayName="IronPython 2.7" type="IronPython.Runtime.PythonContext, IronPython, Version=2.7.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<language names="IronRuby;Ruby;rb" extensions=".rb" displayName="IronRuby" type="IronRuby.Runtime.RubyContext, IronRuby, Version=1.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<language names="IronPython;Python;py" extensions=".py" displayName="IronPython 2.7" type="IronPython.Runtime.PythonContext, IronPython, Version=2.7.6.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</languages>

<options>
<set language="Ruby" option="StandardLibrary" value="..\..\Languages\Ruby\StdLib"/>
</options>
</microsoft.scripting>
</configuration>
9 changes: 2 additions & 7 deletions Config/Unsigned/App.config
@@ -1,17 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="microsoft.scripting" type="Microsoft.Scripting.Hosting.Configuration.Section, Microsoft.Scripting, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1" requirePermission="false" />
<section name="microsoft.scripting" type="Microsoft.Scripting.Hosting.Configuration.Section, Microsoft.Scripting, Version=1.1.1.21, Culture=neutral, PublicKeyToken=7f709c5b713576e1" requirePermission="false" />
</configSections>

<microsoft.scripting>
<languages>
<language names="IronPython;Python;py" extensions=".py" displayName="IronPython 2.7" type="IronPython.Runtime.PythonContext, IronPython, Version=2.7.5.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1" />
<language names="IronRuby;Ruby;rb" extensions=".rb" displayName="IronRuby" type="IronRuby.Runtime.RubyContext, IronRuby, Version=1.1.3.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1" />
<language names="IronPython;Python;py" extensions=".py" displayName="IronPython 2.7" type="IronPython.Runtime.PythonContext, IronPython, Version=2.7.6.3, Culture=neutral, PublicKeyToken=7f709c5b713576e1" />
</languages>

<options>
<set language="Ruby" option="StandardLibrary" value="..\..\Languages\Ruby\StdLib"/>
</options>
</microsoft.scripting>
</configuration>
Expand Up @@ -47,5 +47,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.1.21")]
[assembly: AssemblyFileVersion("1.1.1.21")]
4 changes: 2 additions & 2 deletions Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs
Expand Up @@ -59,8 +59,8 @@
[assembly: InternalsVisibleTo("TestInternalDLR, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c10ce00dd2e0ce5046d68183d3ad035b47e92bf0ce7bcf8a03a217ca5d0b0c7db973fdf97579b52b502a23d4069dbf043389e1ab65a1d6c508a9837f3e2350f15e05cc63c0fc4b0410867a51919090e4c33f80203e9b0035b21c32bae20f98b068f90d99a50133a5336480d94039b176519f5fd8524765f33be43da65c4b68ba")]

#if !SILVERLIGHT
[assembly: AssemblyVersion("1.1.0.20")]
[assembly: AssemblyFileVersion("1.1.0.21")]
[assembly: AssemblyVersion("1.1.1.21")]
[assembly: AssemblyFileVersion("1.1.1.21")]
[assembly: AssemblyInformationalVersion("1.1")]
#endif

Expand Down
Expand Up @@ -54,7 +54,7 @@
[assembly: SecurityCritical]
[assembly: System.Resources.NeutralResourcesLanguage("en-US")]
[assembly: InternalsVisibleTo("Metadata, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c10ce00dd2e0ce5046d68183d3ad035b47e92bf0ce7bcf8a03a217ca5d0b0c7db973fdf97579b52b502a23d4069dbf043389e1ab65a1d6c508a9837f3e2350f15e05cc63c0fc4b0410867a51919090e4c33f80203e9b0035b21c32bae20f98b068f90d99a50133a5336480d94039b176519f5fd8524765f33be43da65c4b68ba")]
[assembly: AssemblyVersion("1.1.0.20")]
[assembly: AssemblyFileVersion("1.1.0.21")]
[assembly: AssemblyVersion("1.1.1.21")]
[assembly: AssemblyFileVersion("1.1.1.21")]
[assembly: AssemblyInformationalVersion("1.1")]

4 changes: 2 additions & 2 deletions Runtime/Microsoft.Scripting/Properties/AssemblyInfo.cs
Expand Up @@ -51,8 +51,8 @@
#endif

#if !SILVERLIGHT
[assembly: AssemblyVersion("1.1.0.20")]
[assembly: AssemblyFileVersion("1.1.0.21")]
[assembly: AssemblyVersion("1.1.1.21")]
[assembly: AssemblyFileVersion("1.1.1.21")]
[assembly: AssemblyInformationalVersion("1.1")]
#endif

Expand Down

0 comments on commit ee191e8

Please sign in to comment.