Skip to content

Commit cd31e8a

Browse files
committed
bump to YAF 3.2.10
1 parent 1c2efdb commit cd31e8a

File tree

15 files changed

+17
-44
lines changed

15 files changed

+17
-44
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
YAF.SampleWebApplication
22
========================
33

4-
This Application is a Standard Visual Studio Sample ASP.NET Application (.NET Framework 4.8.1), including YAF.NET v3.2.8 integrated as Control on a Page.
4+
This Application is a Standard Visual Studio Sample ASP.NET Application (.NET Framework 4.8.1), including YAF.NET v3.2.10 integrated as Control on a Page.

YAF.SampleWebApplication/About.aspx.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,4 @@ namespace YAF.SampleWebApplication;
2626

2727
using System.Web.UI;
2828

29-
public partial class About : Page
30-
{
31-
}
29+
public partial class About : Page;

YAF.SampleWebApplication/AjaxDemo.aspx.cs

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

2525
namespace YAF.SampleWebApplication;
2626

27+
using System.Web.UI;
28+
2729
/// <summary>
2830
/// The ajax demo.
2931
/// </summary>
30-
public partial class AjaxDemo : System.Web.UI.Page
31-
{
32-
}
32+
public partial class AjaxDemo : Page;

YAF.SampleWebApplication/Contact.aspx.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,4 @@ namespace YAF.SampleWebApplication;
3131
/// Implements the <see cref="System.Web.UI.Page" />
3232
/// </summary>
3333
/// <seealso cref="System.Web.UI.Page" />
34-
public partial class Contact : Page
35-
{
36-
}
34+
public partial class Contact : Page;

YAF.SampleWebApplication/Controllers/RazorDemoController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public ActionResult Users(int id)
7373
}
7474

7575
/// <summary>
76-
/// The some ajax call.
76+
/// Some Ajax Sample Call.
7777
/// </summary>
7878
/// <param name="id">
7979
/// The id.

YAF.SampleWebApplication/Default.aspx.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,4 @@ namespace YAF.SampleWebApplication;
2929
/// <summary>
3030
/// The _ default.
3131
/// </summary>
32-
public partial class _Default : Page
33-
{
34-
}
32+
public partial class _Default : Page;

YAF.SampleWebApplication/Forum/Content/images/error.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.

YAF.SampleWebApplication/Forum/Content/images/play-pause.svg

Lines changed: 0 additions & 6 deletions
This file was deleted.

YAF.SampleWebApplication/Forum/Scripts/sceditor/sceditor.comb.min.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

YAF.SampleWebApplication/Messages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class Messages
3535
public int UserId { get; set; }
3636

3737
/// <summary>
38-
/// Gets or sets the user name.
38+
/// Gets or sets the username.
3939
/// </summary>
4040
public string UserName { get; set; }
4141

0 commit comments

Comments
 (0)