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

Commit

Permalink
Fix config files (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
slozier authored and slide committed Aug 21, 2016
1 parent 686dd9a commit 4cb8abc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Languages/IronPython/App.Debug.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Debug version of App.Config -->
<configuration>
<configSections>
<section name="microsoft.scripting" type="Microsoft.Scripting.Hosting.Configuration.Section, Microsoft.Scripting, Version=1.1.0.20, Culture=neutral, PublicKeyToken=cde11cd8ecc94417" requirePermission="false"/>
<section name="microsoft.scripting" type="Microsoft.Scripting.Hosting.Configuration.Section, Microsoft.Scripting, Version=1.1.1.21, Culture=neutral, PublicKeyToken=cde11cd8ecc94417" requirePermission="false"/>
</configSections>

<!-- Enable mixed-mode CLRv2 assemblies. -->
Expand All @@ -17,7 +17,7 @@

<microsoft.scripting>
<languages>
<language names="IronPython;Python;py" extensions=".py" displayName="IronPython 2.7" type="IronPython.Runtime.PythonContext, IronPython, Version=2.7.6.0, Culture=neutral, PublicKeyToken=cde11cd8ecc94417"/>
<language names="IronPython;Python;py" extensions=".py" displayName="IronPython 2.7" type="IronPython.Runtime.PythonContext, IronPython, Version=2.7.6.3, Culture=neutral, PublicKeyToken=cde11cd8ecc94417"/>
</languages>
</microsoft.scripting>
</configuration>
4 changes: 2 additions & 2 deletions Languages/IronPython/App.Release.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Release version of App.config -->
<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>

<!-- Enable mixed-mode CLRv2 assemblies. -->
Expand All @@ -17,7 +17,7 @@

<microsoft.scripting>
<languages>
<language names="IronPython;Python;py" extensions=".py" displayName="IronPython 2.7" type="IronPython.Runtime.PythonContext, IronPython, Version=2.7.6.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>
</microsoft.scripting>
</configuration>

0 comments on commit 4cb8abc

Please sign in to comment.