Skip to content

Commit 4332701

Browse files
committed
bump to YAF 4.0.2
1 parent 389dfa1 commit 4332701

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

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

4-
This Application is a Standard Visual Studio Sample ASP.NET Core Application (.NET 9.0), including integrated YAF.NET v4.0.1, and using the MS SQL as database.
4+
This Application is a Standard Visual Studio Sample ASP.NET Core Application (.NET 9.0), including integrated YAF.NET v4.0.2, and using the MS SQL as database.
55

66
> [!NOTE]
77
> The [netfx branch](https://github.com/YAFNET/YAF.SampleWebApplication/tree/netfx) includes the .NET Framework Version with YAF 3.2.x

YAF.SampleApp/App.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@using Microsoft.AspNetCore.Components.Routing
2+
@using Microsoft.AspNetCore.Components.Web
23

34

45
<Router AppAssembly="typeof(App).Assembly">

YAF.SampleApp/YAF.SampleApp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="YAFNET.Data.SqlServer" Version="4.0.1" />
16-
<PackageReference Include="YAFNET.RazorPages" Version="4.0.1" />
17-
<PackageReference Include="YAFNET.UI.Chat" Version="4.0.1" />
15+
<PackageReference Include="YAFNET.Data.SqlServer" Version="4.0.2" />
16+
<PackageReference Include="YAFNET.RazorPages" Version="4.0.2" />
17+
<PackageReference Include="YAFNET.UI.Chat" Version="4.0.2" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)