Skip to content

Commit

Permalink
dependency on FsPickler
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Dec 5, 2014
1 parent b1b3ccf commit 52a3d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
:major: 0
:minor: 19
:patch: 0
:patch: 1
:special: ''
:metadata: ''
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ task :create_nuget_quick => ['build/pkg', :versioning] do
m.release_notes = "Full version: #{ENV['BUILD_VERSION']}."
m.license_url = "https://github.com/ademar/suave/blob/master/COPYING"
m.project_url = "http://suave.io"
m.add_dependency 'FsPickler', '1.0.3'
end
p.add_file "Suave/bin/Release/suave.dll", "lib"
p.add_file "Suave/bin/Release/suave.xml", "lib"
Expand Down

0 comments on commit 52a3d69

Please sign in to comment.