Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 53860bf

Browse files
committed
AvalonEdit: use NRefactory public key in the WithNRefactory-version
1 parent fdb8749 commit 53860bf

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/Libraries/AvalonEdit/ICSharpCode.AvalonEdit/ICSharpCode.AvalonEdit.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<PropertyGroup Condition=" '$(Platform)' == 'WithNRefactory' ">
4040
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
4141
<DefineConstants>DOTNET4;NREFACTORY</DefineConstants>
42+
<AssemblyOriginatorKeyFile>..\..\NRefactory\ICSharpCode.NRefactory.snk</AssemblyOriginatorKeyFile>
4243
</PropertyGroup>
4344
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
4445
<OutputPath>bin\Debug\</OutputPath>

src/Main/SharpDevelop/app.template.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<bindingRedirect oldVersion="5.0.0.0-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>
4444
</dependentAssembly>
4545
<dependentAssembly>
46-
<assemblyIdentity name="ICSharpCode.AvalonEdit" publicKeyToken="9cc39be672370310" culture="neutral"/>
47-
<bindingRedirect oldVersion="5.0.0.0-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>
46+
<assemblyIdentity name="ICSharpCode.AvalonEdit" publicKeyToken="d4bfe873e7598c49" culture="neutral"/>
47+
<bindingRedirect oldVersion="5.0.0.0-5.0.1" newVersion="5.0.1"/>
4848
</dependentAssembly>
4949
<dependentAssembly>
5050
<assemblyIdentity name="ICSharpCode.TreeView" publicKeyToken="f829da5c02be14ee" culture="neutral"/>

0 commit comments

Comments
 (0)