Skip to content

Commit

Permalink
Change to ship all localized dll files with the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
natenho committed Sep 19, 2013
1 parent 9975477 commit e20bbc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CronExpressionDescriptor/CronExpressionDescriptor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>
v.1.7.0 - Assembly is now strongly named (signed). Also, changing target framework to 3.5, as 4.0 is not needed.
v.1.7.1 - Change to ship all localized dll files with the package.
</releaseNotes>
<copyright>Copyright 2013</copyright>
<tags>cron</tags>
</metadata>
<files>
<file src="bin/Release/**/*.dll" target="lib\net35"/>
</files>
</package>

0 comments on commit e20bbc9

Please sign in to comment.