Skip to content

Commit

Permalink
Fix appveyor csproj version patching.
Browse files Browse the repository at this point in the history
  • Loading branch information
msallin committed Jan 28, 2019
1 parent fa35c5b commit b812331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SQLite.CodeFirst/SQLite.CodeFirst.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFrameworks>net40;net45</TargetFrameworks>
<Authors>Marc Sallin</Authors>
<Company />
<Version /> <!-- This empty tag is necessary to make appveyor csproj version patching work! -->
<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>
<PackageProjectUrl>https://github.com/msallin/SQLiteCodeFirst</PackageProjectUrl>
<RepositoryUrl>https://github.com/msallin/SQLiteCodeFirst</RepositoryUrl>
Expand Down

0 comments on commit b812331

Please sign in to comment.