Skip to content

Commit c512149

Browse files
committed
bump to YAF 3.2.1
1 parent 31b5975 commit c512149

9 files changed

Lines changed: 18 additions & 18 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.user
22
*.CopyComplete
33
*.cache
4+
YAF.SampleWebApplication/package-lock.json

YAF.SampleWebApplication/App_Start/BundleConfig.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424

2525
namespace YAF.SampleWebApplication
2626
{
27-
using YAF.Core.Helpers;
28-
2927
/// <summary>
3028
/// The bundle config.
3129
/// </summary>
@@ -36,7 +34,6 @@ public class BundleConfig
3634
/// </summary>
3735
public static void RegisterBundles()
3836
{
39-
ScriptManagerHelper.RegisterJQuery();
4037
}
4138
}
4239
}

YAF.SampleWebApplication/Bundle.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<bundles version="1.0">
33
<styleBundle path="~/Content/css">
44
<include path="~/Content/Site.css" />
5-
<include path="~/Content/emojionearea.css" />
65
</styleBundle>
76
</bundles>

YAF.SampleWebApplication/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
//
5555
// You can specify all the values or you can default the Revision and Build Numbers
5656
// by using the '*' as shown below:
57-
[assembly: AssemblyVersion("3.1.14.00")]
58-
[assembly: AssemblyFileVersion("3.1.14.00")]
57+
[assembly: AssemblyVersion("3.2.1.00")]
58+
[assembly: AssemblyFileVersion("3.2.1.00")]

YAF.SampleWebApplication/Web.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
</dependentAssembly>
195195
<dependentAssembly>
196196
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
197-
<bindingRedirect oldVersion="1.0.0.0-5.2.9.0" newVersion="5.2.9.0" />
197+
<bindingRedirect oldVersion="1.0.0.0-5.3.0.0" newVersion="5.3.0.0" />
198198
</dependentAssembly>
199199
</assemblyBinding>
200200
</runtime>
201-
</configuration>
201+
</configuration>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

YAF.SampleWebApplication/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yaf.samplewebapplication",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "This Application is a Standard Visual Studio Sample ASP.NET Application, including YAF.NET integrated as Control on a Page.",
55
"repository": {
66
"type": "git",
@@ -13,12 +13,12 @@
1313
},
1414
"homepage": "https://github.com/YAFNET/YAF.SampleWebApplication#readme",
1515
"devDependencies": {
16-
"eslint": "^8.53.0",
16+
"eslint": "^8.55.0",
1717
"grunt": "^1.6.1",
1818
"grunt-contrib-copy": "^1.0.0",
1919
"grunt-dev-update": "^2.3.0",
2020
"grunt-downloadfile": "^2.1.1",
2121
"grunt-shell": "^4.0.0",
22-
"grunt-zip": "^0.20.0"
22+
"grunt-zip": "^1.0.0"
2323
}
2424
}

YAF.SampleWebApplication/packages.config

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,30 @@
33
<package id="Antlr" version="3.5.0.2" targetFramework="net472" />
44
<package id="Microsoft.AspNet.FriendlyUrls" version="1.0.2" targetFramework="net48" />
55
<package id="Microsoft.AspNet.FriendlyUrls.Core" version="1.0.2" targetFramework="net48" />
6-
<package id="Microsoft.AspNet.Identity.Core" version="2.2.4" targetFramework="net48" />
7-
<package id="Microsoft.AspNet.Mvc" version="5.2.9" targetFramework="net48" />
8-
<package id="Microsoft.AspNet.Razor" version="3.2.9" targetFramework="net48" />
6+
<package id="Microsoft.AspNet.Mvc" version="5.3.0" targetFramework="net48" />
7+
<package id="Microsoft.AspNet.Razor" version="3.3.0" targetFramework="net48" />
98
<package id="Microsoft.AspNet.SignalR" version="2.4.3" targetFramework="net48" />
109
<package id="Microsoft.AspNet.SignalR.Core" version="2.4.3" targetFramework="net48" />
1110
<package id="Microsoft.AspNet.SignalR.JS" version="2.4.3" targetFramework="net48" />
1211
<package id="Microsoft.AspNet.SignalR.SystemWeb" version="2.4.3" targetFramework="net48" />
1312
<package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net472" />
1413
<package id="Microsoft.AspNet.Web.Optimization.WebForms" version="1.1.3" targetFramework="net472" />
15-
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.9" targetFramework="net48" />
16-
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.9" targetFramework="net48" />
17-
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.9" targetFramework="net48" />
18-
<package id="Microsoft.AspNet.WebPages" version="3.2.9" targetFramework="net48" />
14+
<package id="Microsoft.AspNet.WebApi.Client" version="6.0.0" targetFramework="net48" />
15+
<package id="Microsoft.AspNet.WebApi.Core" version="5.3.0" targetFramework="net48" />
16+
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.3.0" targetFramework="net48" />
17+
<package id="Microsoft.AspNet.WebPages" version="3.3.0" targetFramework="net48" />
1918
<package id="Microsoft.Owin" version="4.2.2" targetFramework="net48" />
2019
<package id="Microsoft.Owin.Host.SystemWeb" version="4.2.2" targetFramework="net48" />
2120
<package id="Microsoft.Owin.Security" version="4.2.2" targetFramework="net48" />
2221
<package id="Microsoft.Owin.Security.Cookies" version="4.2.2" targetFramework="net48" />
2322
<package id="Microsoft.Owin.Security.OAuth" version="4.2.2" targetFramework="net48" />
2423
<package id="Microsoft.Web.Infrastructure" version="2.0.1" targetFramework="net48" />
2524
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
25+
<package id="Newtonsoft.Json.Bson" version="1.0.2" targetFramework="net48" />
2626
<package id="Owin" version="1.0" targetFramework="net472" />
27+
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
28+
<package id="System.Memory" version="4.5.5" targetFramework="net48" />
29+
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net48" />
2730
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net48" />
2831
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net48" />
2932
<package id="WebGrease" version="1.6.0" targetFramework="net472" />

0 commit comments

Comments
 (0)