Skip to content

Commit

Permalink
UPDATED: Added new files and modified Constants.cs
Browse files Browse the repository at this point in the history
- Added Dgmjr.EntityFrameworkCore.Blazor.csproj
- Added LICENSE.md
- Added icon.png to Blazor
- Modified Constants.cs: added typeof(Slug?)
  • Loading branch information
dgmjr committed Feb 27, 2024
1 parent 176df01 commit 35a3001
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Blazor/Dgmjr.EntityFrameworkCore.Blazor.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Update="Blazored.LocalStorage" />
</ItemGroup>
</Project>
35 changes: 35 additions & 0 deletions src/Blazor/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
date: 2023-07-13T05:44:46:00-05:00Z
description: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files, yadda, yadda, yadda...
keywords:
- IP
- copyright
- license
- mit
permissions:
- commercial-use
- modifications
- distribution
- private-use
conditions:
- include-copyright
limitations:
- liability
- warranty
lastmod: 2024-01-0T00:39:00.0000+05:00Z
license: MIT
slug: mit-license
title: MIT License
type: license
---

# MIT License

## Copyright © 2022-2024 [David G. Moore, Jr.](mailto:[email protected] "Send Dr. Moore") ([@dgmjr](https://github.com/dgmjr "Contact Dr. Moore on GitHub")), All Rights Reserved

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Binary file added src/Blazor/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/Migrations/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ CREATE OR ALTER PROCEDURE {0}.{1} {2}
{ typeof(NetTopologySuite.Geometries.MultiPolygon), Geography.ShortName },
{ typeof(NetTopologySuite.Geometries.GeometryCollection), Geography.ShortName },
{ typeof(Slug), Format(CharX.DisplayName, 6) },
{ typeof(Slug?), Format(CharX.DisplayName, 6) },
{ typeof(Uri), NVarCharMax.DisplayName },
{ typeof(uri), NVarCharMax.DisplayName },
{ typeof(urn), NVarCharMax.DisplayName },
Expand Down

0 comments on commit 35a3001

Please sign in to comment.