Skip to content

Commit

Permalink
Setting VersionRelease back otherwise GenerateMSIInputs does not expe…
Browse files Browse the repository at this point in the history
…ct the right ackage name for EntityFramework.
  • Loading branch information
lajones committed Nov 4, 2015
1 parent 821b4f3 commit 77350fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/EntityFramework.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Project global pre-settings.
<VersionBuild>0</VersionBuild>
<VersionRevision>0</VersionRevision>
<VersionReleasePrefix>3</VersionReleasePrefix>
<VersionRelease>$(VersionReleasePrefix)-tools-update-1</VersionRelease>
<VersionRelease>$(VersionReleasePrefix)</VersionRelease>
<VersionReleaseName></VersionReleaseName>
</PropertyGroup>

Expand Down

0 comments on commit 77350fa

Please sign in to comment.