Skip to content

Commit 1725cb8

Browse files
committed
2.0.0 release
1 parent 202123a commit 1725cb8

37 files changed

+14
-270525
lines changed

GeoJSON4EntityFramework/My Project/AssemblyInfo.vb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ Imports System.Runtime.InteropServices
88

99
' Review the values of the assembly attributes
1010

11-
<Assembly: AssemblyTitle("GeoJSON4EntityFramework")>
12-
<Assembly: AssemblyDescription("")>
11+
<Assembly: AssemblyTitle("GeoJSON4EntityFramework")>
12+
<Assembly: AssemblyDescription("GeoJSON for Entity Framework 6 Spatial Data")>
1313
<Assembly: AssemblyCompany("")>
14-
<Assembly: AssemblyProduct("GeoJSON4EntityFramework")>
15-
<Assembly: AssemblyCopyright("Copyright © 2014")>
14+
<Assembly: AssemblyProduct("GeoJSON4EntityFramework")>
15+
<Assembly: AssemblyCopyright("Copyright © 2014 - 2015")>
1616
<Assembly: AssemblyTrademark("Sukru Alatas")>
1717

1818
<Assembly: ComVisible(False)>
1919

2020
'The following GUID is for the ID of the typelib if this project is exposed to COM
21-
<Assembly: Guid("7b64ff0f-ee78-4ac0-bfb7-6ea39c1716a1")>
21+
<Assembly: Guid("7b64ff0f-ee78-4ac0-bfb7-6ea39c1716a1")>
2222

2323
' Version information for an assembly consists of the following four values:
2424
'
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
3131
' by using the '*' as shown below:
3232
' <Assembly: AssemblyVersion("1.0.*")>
3333

34-
<Assembly: AssemblyVersion("1.2.0.0")>
35-
<Assembly: AssemblyFileVersion("1.2.0.0")>
34+
<Assembly: AssemblyVersion("2.0.0.0")>
35+
<Assembly: AssemblyFileVersion("2.0.0.0")>

GeoJSON4EntityFramework5/My Project/AssemblyInfo.vb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ Imports System.Runtime.InteropServices
88

99
' Review the values of the assembly attributes
1010

11-
<Assembly: AssemblyTitle("GeoJSON4EntityFramework5")>
12-
<Assembly: AssemblyDescription("")>
11+
<Assembly: AssemblyTitle("GeoJSON4EntityFramework5")>
12+
<Assembly: AssemblyDescription("GeoJSON for Entity Framework 5 Spatial Data")>
1313
<Assembly: AssemblyCompany("")>
14-
<Assembly: AssemblyProduct("GeoJSON4EntityFramework5")>
15-
<Assembly: AssemblyCopyright("Copyright © 2014")>
14+
<Assembly: AssemblyProduct("GeoJSON4EntityFramework5")>
15+
<Assembly: AssemblyCopyright("Copyright © 2014 - 2015")>
1616
<Assembly: AssemblyTrademark("")>
1717

1818
<Assembly: ComVisible(False)>
1919

2020
'The following GUID is for the ID of the typelib if this project is exposed to COM
21-
<Assembly: Guid("da43c09c-c9ba-462c-a20d-7f3d78e26fe3")>
21+
<Assembly: Guid("da43c09c-c9ba-462c-a20d-7f3d78e26fe3")>
2222

2323
' Version information for an assembly consists of the following four values:
2424
'
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
3131
' by using the '*' as shown below:
3232
' <Assembly: AssemblyVersion("1.0.*")>
3333

34-
<Assembly: AssemblyVersion("1.0.0.0")>
35-
<Assembly: AssemblyFileVersion("1.0.0.0")>
34+
<Assembly: AssemblyVersion("2.0.0.0")>
35+
<Assembly: AssemblyFileVersion("2.0.0.0")>

packages/EntityFramework.6.0.0/Content/App.config.transform

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/EntityFramework.6.0.0/Content/Web.config.transform

Lines changed: 0 additions & 5 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

packages/EntityFramework.6.0.0/lib/net40/EntityFramework.SqlServer.xml

Lines changed: 0 additions & 4666 deletions
This file was deleted.
Binary file not shown.

packages/EntityFramework.6.0.0/lib/net40/EntityFramework.xml

Lines changed: 0 additions & 97071 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)