Skip to content

Commit

Permalink
Correct dependencies in NuSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
abi committed Dec 18, 2019
1 parent efdfdae commit c9f7d55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version format
version: 0.5.0.{build}
version: 0.5.1.{build}
nuget:
account_feed: false
project_feed: false
Expand Down
4 changes: 2 additions & 2 deletions build/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<tags></tags>
<dependencies>
<dependency id="UmbracoCms.Core" version="0.0.0" />
<dependency id="NEST" version="6.7.0" />
<dependency id="Elasticsearch.Net" version="6.7.0" />
<dependency id="NEST" version="7.4.1" />
<dependency id="Elasticsearch.Net" version="7.4.1" />

</dependencies>
</metadata>
Expand Down

0 comments on commit c9f7d55

Please sign in to comment.