Skip to content

Commit da200b0

Browse files
author
Dmitry Sikorsky
committed
Added logo, other minor fixes
1 parent f36d4da commit da200b0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

extcore.psd

912 KB
Binary file not shown.

src/ExtCore.Data.EntityFramework.SqlServer/IModelRegistrar.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-

1+
// Copyright © 2015 Dmitry Sikorsky. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
24
using Microsoft.Data.Entity;
35

46
namespace ExtCore.Data.EntityFramework.SqlServer

src/ExtCore.Data.EntityFramework.Sqlite/IModelRegistrar.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-

1+
// Copyright © 2015 Dmitry Sikorsky. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
24
using Microsoft.Data.Entity;
35

46
namespace ExtCore.Data.EntityFramework.Sqlite

0 commit comments

Comments
 (0)