We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e727d67 commit ed1cdfeCopy full SHA for ed1cdfe
GridEditor.RazorPages/GridEditor.RazorPages.csproj
@@ -8,7 +8,8 @@
8
<PackageLicenseFile>LICENSE</PackageLicenseFile>
9
<RepositoryUrl>https://github.com/adamosoftware/GridEditor.RazorPages</RepositoryUrl>
10
<Copyright>Copyright (c) 2019 Adam O'Neil</Copyright>
11
- <Version>1.0.0-beta</Version>
+ <Version>1.0.1-beta</Version>
12
+ <PackageReleaseNotes>Fixed a namespace</PackageReleaseNotes>
13
</PropertyGroup>
14
15
<ItemGroup>
GridEditor.RazorPages/GridEditor.cs
@@ -13,7 +13,7 @@
using System.Reflection;
using System.Text.Encodings.Web;
16
-namespace SqlChartify.App.Classes
+namespace GridEditor.RazorPages
17
{
18
public class GridEditor<TRecord> where TRecord : class, new()
19
0 commit comments