Skip to content

Commit

Permalink
Adding the logo to the nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Jan 17, 2017
1 parent cda5f06 commit 447cd48
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: 3
:minor: 1
:minor: 2
:patch: 0
:special: ''
:metadata: ''
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ nugets_pack :create_nugets => ['build/pkg', :versioning, :compile] do |p|
m.description = 'Expecto is a smooth test framework for F#, cloned from Fuchu with added functionality for making it easier to use.'
m.authors = 'Henrik Feldt, Logibit AB, formerly @mausch'
m.project_url = 'https://github.com/haf/expecto'
m.icon_url = 'https://raw.githubusercontent.com/haf/expecto/master/docs/expecto-logo-small.png'
m.tags = 'testing fsharp assert expect'
m.version = ENV['NUGET_VERSION']
end
Expand Down

0 comments on commit 447cd48

Please sign in to comment.