You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SQLite.CodeFirst/SQLite.CodeFirst.csproj
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
<TargetFrameworks>net40;net45</TargetFrameworks>
5
5
<Authors>Marc Sallin</Authors>
6
6
<Company />
7
+
<Version /> <!-- This empty tag is necessary to make appveyor csproj version patching work! -->
7
8
<Description>Creates a SQLite Database from Code, using Entity Framework CodeFirst. This Project ships several IDbInitializer which creates a new SQLite Database, based on your model/code.</Description>
0 commit comments