Skip to content

Commit c6beeed

Browse files
committed
0.5.1
1 parent f1fd7a0 commit c6beeed

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

samples/CRM.Blazor.Web/Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
using CRM.Blazor.Web;
21
using Serilog;
32
using Serilog.Events;
43

5-
namespace CRM.Blazor;
4+
namespace CRM.Blazor.Web;
65

76
public class Program
87
{

src/Abp.Blazor.Server.RadzenUI/Abp.Blazor.Server.RadzenUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<RootNamespace>Abp.RadzenUI</RootNamespace>
88
<PackageId>AbpRadzen.Blazor.Server.UI</PackageId>
9-
<Version>0.5.0</Version>
9+
<Version>0.5.1</Version>
1010
<Authors>ShaoHans</Authors>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)