Skip to content

Commit f053321

Browse files
committed
upgraded to YAF 2.31.6
1 parent 0b7182c commit f053321

File tree

3 files changed

+31
-5
lines changed

3 files changed

+31
-5
lines changed

yaf_dnn/BuildScripts/ModulePackage.targets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@
219219
<LibaryFiles Include="$(MSBuildProjectDirectory)\..\yafsrc\YetAnotherForum.NET\bin\FarsiLibrary.Utils.dll" />
220220
<LibaryFiles Include="$(MSBuildProjectDirectory)\..\yafsrc\YetAnotherForum.NET\bin\J2N.dll" />
221221
<LibaryFiles Include="$(MSBuildProjectDirectory)\..\yafsrc\YetAnotherForum.NET\bin\Microsoft.Bcl.AsyncInterfaces.dll" />
222+
<LibaryFiles Include="$(MSBuildProjectDirectory)\..\yafsrc\YetAnotherForum.NET\bin\Microsoft.Extensions.Configuration.Abstractions.dll" />
223+
<LibaryFiles Include="$(MSBuildProjectDirectory)\..\yafsrc\YetAnotherForum.NET\bin\Microsoft.Extensions.Primitives.dll" />
222224
<LibaryFiles Include="$(MSBuildProjectDirectory)\..\yafsrc\YetAnotherForum.NET\bin\ServiceStack.Common.dll" />
223225
<LibaryFiles Include="$(MSBuildProjectDirectory)\..\yafsrc\YetAnotherForum.NET\bin\ServiceStack.Interfaces.dll" />
224226
<LibaryFiles Include="$(MSBuildProjectDirectory)\..\yafsrc\YetAnotherForum.NET\bin\ServiceStack.OrmLite.dll" />

yaf_dnn/Installation/YAF.DotNetNuke.Module.dnn

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="YetAnotherForumDotNet" type="Module" version="02.31.056007">
3+
<package name="YetAnotherForumDotNet" type="Module" version="02.31.066008">
44
<friendlyName>YAF.NET Forums</friendlyName>
55
<description>
66
&lt;strong&gt;YetAnotherForum.NET&lt;/strong&gt; as DNN Module. Yet Another Forum.NET (YAF) is an open source ASP.NET forum system.&lt;br /&gt;
@@ -109,6 +109,12 @@
109109
<assembly>
110110
<name>Microsoft.Bcl.AsyncInterfaces.dll</name>
111111
</assembly>
112+
<assembly>
113+
<name>Microsoft.Extensions.Primitives.dll</name>
114+
</assembly>
115+
<assembly>
116+
<name>Microsoft.Extensions.Configuration.Abstractions.dll</name>
117+
</assembly>
112118
<assembly>
113119
<name>YAF.Configuration.dll</name>
114120
</assembly>
@@ -265,12 +271,30 @@
265271
<install>
266272
<configuration>
267273
<nodes>
268-
<node path="/configuration/runtime/ab:assemblyBinding/ab:dependentAssembly[ab:assemblyIdentity/@name='System.Web.Http']" action="update" targetpath="/configuration/runtime/ab:assemblyBinding/ab:dependentAssembly[ab:assemblyIdentity/@name='System.Web.Http']/ab:bindingRedirect" collision="save" nameSpace="urn:schemas-microsoft-com:asm.v1" nameSpacePrefix="ab">
274+
<node path="/configuration/runtime/ab:assemblyBinding/ab:dependentAssembly[ab:assemblyIdentity/@name='System.Web.Http']" action="update" targetpath="/configuration/runtime/ab:assemblyBinding/ab:dependentAssembly[ab:assemblyIdentity/@name='System.Web.Http']/ab:bindingRedirect" collision="save" nameSpace="urn:schemas-microsoft-com:asm.v1" nameSpacePrefix="ab">
269275
<bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.3.0" xmlns="urn:schemas-microsoft-com:asm.v1" />
270276
</node>
271-
<node path="/configuration/runtime/ab:assemblyBinding/ab:dependentAssembly[ab:assemblyIdentity/@name='System.Web.Http.WebHost']" action="update" targetpath="/configuration/runtime/ab:assemblyBinding/ab:dependentAssembly[ab:assemblyIdentity/@name='System.Web.Http.WebHost']/ab:bindingRedirect" collision="save" nameSpace="urn:schemas-microsoft-com:asm.v1" nameSpacePrefix="ab">
277+
<node path="/configuration/runtime/ab:assemblyBinding/ab:dependentAssembly[ab:assemblyIdentity/@name='System.Web.Http.WebHost']"
278+
action="update"
279+
targetpath="/configuration/runtime/ab:assemblyBinding/ab:dependentAssembly[ab:assemblyIdentity/@name='System.Web.Http.WebHost']/ab:bindingRedirect"
280+
collision="save"
281+
nameSpace="urn:schemas-microsoft-com:asm.v1" nameSpacePrefix="ab">
272282
<bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.3.0" xmlns="urn:schemas-microsoft-com:asm.v1" />
273283
</node>
284+
<node path="/configuration/runtime/ab:assemblyBinding/ab:dependentAssembly[ab:assemblyIdentity/@name='Microsoft.Extensions.Primitives']"
285+
action="update"
286+
targetpath="/configuration/runtime/ab:assemblyBinding/ab:dependentAssembly[ab:assemblyIdentity/@name='Microsoft.Extensions.Primitives']/ab:bindingRedirect"
287+
collision="save"
288+
nameSpace="urn:schemas-microsoft-com:asm.v1" nameSpacePrefix="ab">
289+
<bindingRedirect oldVersion="0.0.0.0-3.1.4.0" newVersion="3.1.4.0" xmlns="urn:schemas-microsoft-com:asm.v1" />
290+
</node>
291+
<node path="/configuration/runtime/ab:assemblyBinding/ab:dependentAssembly[ab:assemblyIdentity/@name='System.Runtime.CompilerServices.Unsafe']"
292+
action="update"
293+
targetpath="/configuration/runtime/ab:assemblyBinding/ab:dependentAssembly[ab:assemblyIdentity/@name='System.Runtime.CompilerServices.Unsafe']/ab:bindingRedirect"
294+
collision="save"
295+
nameSpace="urn:schemas-microsoft-com:asm.v1" nameSpacePrefix="ab">
296+
<bindingRedirect oldVersion="0.0.0.0-4.0.6.0" newVersion="4.0.6.0" xmlns="urn:schemas-microsoft-com:asm.v1" />
297+
</node>
274298
<node path="/configuration/dotnetnuke/sitemap/providers" action="update" key="name" collision="overwrite">
275299
<add name="yafSitemapProvider" type="YAF.DotNetNuke.Components.Integration.Sitemap, YAF.DotNetNuke.Module" providerPath="~\DesktopModules\YetAnotherForumDotNet\" />
276300
</node>
@@ -475,7 +499,7 @@
475499
</component>
476500
</components>
477501
</package>
478-
<package name="YAF.WhatsNew" type="Module" version="02.31.056007">
502+
<package name="YAF.WhatsNew" type="Module" version="02.31.066008">
479503
<friendlyName>YAF.NET Forums What's New</friendlyName>
480504
<description>
481505
&lt;p&gt;This Module displays the Latest Posts from a &lt;strong&gt;YetAnotherForum.NET&lt;/strong&gt; Module. Based on the Current Users Authorization Level. You can define Which Forum should been used, and how many Posts should displayed.

yaf_dnn/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014-2019 Ingo Herbote
4+
* Copyright (C) 2014-2020 Ingo Herbote
55
* http://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

0 commit comments

Comments
 (0)