Skip to content

Commit ed1cdfe

Browse files
committed
version 1.0.1-beta, fixed a namespace
1 parent e727d67 commit ed1cdfe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

GridEditor.RazorPages/GridEditor.RazorPages.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<PackageLicenseFile>LICENSE</PackageLicenseFile>
99
<RepositoryUrl>https://github.com/adamosoftware/GridEditor.RazorPages</RepositoryUrl>
1010
<Copyright>Copyright (c) 2019 Adam O'Neil</Copyright>
11-
<Version>1.0.0-beta</Version>
11+
<Version>1.0.1-beta</Version>
12+
<PackageReleaseNotes>Fixed a namespace</PackageReleaseNotes>
1213
</PropertyGroup>
1314

1415
<ItemGroup>

GridEditor.RazorPages/GridEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
using System.Reflection;
1414
using System.Text.Encodings.Web;
1515

16-
namespace SqlChartify.App.Classes
16+
namespace GridEditor.RazorPages
1717
{
1818
public class GridEditor<TRecord> where TRecord : class, new()
1919
{

0 commit comments

Comments
 (0)