Skip to content

Commit 87ee20f

Browse files
committed
Bugfix after renaming
1 parent 5cf6f14 commit 87ee20f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

SQLite.CodeFirst.Console/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("SQLiteEfCodeFirstDbCreator.Console")]
8+
[assembly: AssemblyTitle("SQLite.CodeFirst.Console")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("SQLiteEfCodeFirstDbCreator.Console")]
12+
[assembly: AssemblyProduct("SQLite.CodeFirst")]
1313
[assembly: AssemblyCopyright("Copyright © 2015")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]

SQLite.CodeFirst.Console/SQLite.CodeFirst.Console.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<ProjectGuid>{DEDABD86-6EA0-4673-A858-A4F71958F51D}</ProjectGuid>
88
<OutputType>Exe</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>SQLite.CodeFirst</RootNamespace>
11-
<AssemblyName>SQLite.CodeFirst</AssemblyName>
10+
<RootNamespace>SQLite.CodeFirst.Console</RootNamespace>
11+
<AssemblyName>SQLite.CodeFirst.Console</AssemblyName>
1212
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>

SQLite.CodeFirst/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("SQLiteEfCodeFirstDbCreator")]
8+
[assembly: AssemblyTitle("SQLite.CodeFirst")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("SQLiteEfCodeFirstDbCreator")]
12+
[assembly: AssemblyProduct("SQLite.CodeFirst")]
1313
[assembly: AssemblyCopyright("Copyright © 2015")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]

SQLite.CodeFirst/SQLite.CodeFirst.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>SQLite.CodeFirst</RootNamespace>
1111
<AssemblyName>SQLite.CodeFirst</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1515
<NuGetPackageImportStamp>b4e826ae</NuGetPackageImportStamp>

0 commit comments

Comments
 (0)