Skip to content

Commit

Permalink
updated protobuf and fastmember packages to latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaersek committed Oct 28, 2016
1 parent 17b6a93 commit eb98eb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Slamby.API/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"Microsoft.Extensions.Logging.Debug": "1.0.0",
"Microsoft.AspNetCore.Diagnostics.Elm": "0.2.0-preview1-final",
"NEST": "2.4.6",
"protobuf-net": "2.1.0-alpha-1",
"protobuf-net": "2.1.0",
"Serilog.Extensions.Logging": "1.2.0",
"Serilog.Sinks.Literate": "2.0.0",
"Serilog.Sinks.RollingFile": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Slamby.Common/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"dependencies": {
"FastMember": "1.1.0-beta1",
"FastMember": "1.1.0",
"Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"Microsoft.Extensions.Logging": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Slamby.Elastic/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"dependencies": {
"protobuf-net": "2.1.0-alpha-1",
"protobuf-net": "2.1.0",
"Elasticsearch.Net": "2.4.6",
"NEST": "2.4.6",
"Slamby.Common": "1.0.0-*"
Expand Down

0 comments on commit eb98eb7

Please sign in to comment.