Skip to content

Commit b812331

Browse files
committed
Fix appveyor csproj version patching.
1 parent fa35c5b commit b812331

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SQLite.CodeFirst/SQLite.CodeFirst.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFrameworks>net40;net45</TargetFrameworks>
55
<Authors>Marc Sallin</Authors>
66
<Company />
7+
<Version /> <!-- This empty tag is necessary to make appveyor csproj version patching work! -->
78
<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>
89
<PackageProjectUrl>https://github.com/msallin/SQLiteCodeFirst</PackageProjectUrl>
910
<RepositoryUrl>https://github.com/msallin/SQLiteCodeFirst</RepositoryUrl>

0 commit comments

Comments
 (0)