Skip to content

Commit

Permalink
set version to 0.4.0
Browse files Browse the repository at this point in the history
nayato committed Nov 25, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 17a69a0 commit ebc06e4
Showing 10 changed files with 37 additions and 29 deletions.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#### 0.3.3 November 04 2016
#### 0.4.0 November 25 2016
- .NET Standard 1.3 support.
- Libraries are strong-named by default.
- Redis codec.
- Protocol Buffers 2 and 3 codecs.
- Socket Datagram Channel.
- Base64 encoder and decoder.
- STEE uses ConcurrentQueue by default (queue impl is pluggable now).

#### 0.3.2 June 22 2016
- Better API alignment with final version of netty 4.1 (#125).
6 changes: 3 additions & 3 deletions src/DotNetty.Buffers/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
{
"name": "DotNetty.Buffers",
"version": "0.3.3",
"version": "0.4.0",
"title": "DotNetty: buffer management",
"description": "Buffer management in DotNetty",
"language": "en-US",
@@ -21,14 +21,14 @@
"keyFile": "../../DotNetty.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.0",
"DotNetty.Common": {
"target": "project"
}
},
"frameworks": {
"netstandard1.3": {
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Diagnostics.Contracts": "4.0.1"
}
},
6 changes: 3 additions & 3 deletions src/DotNetty.Codecs.Mqtt/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
{
"name": "DotNetty.Codecs.Mqtt",
"version": "0.3.3",
"version": "0.4.0",
"title": "DotNetty: MQTT codec",
"description": "MQTT codec for DotNetty",
"language": "en-US",
@@ -21,7 +21,6 @@
"keyFile": "../../DotNetty.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.0",
"DotNetty.Common": {
"target": "project"
},
@@ -38,6 +37,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Diagnostics.Contracts": "4.0.1"
}
},
6 changes: 3 additions & 3 deletions src/DotNetty.Codecs.Protobuf/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
{
"name": "DotNetty.Codecs.Protobuf",
"version": "0.3.3",
"version": "0.4.0",
"title": "DotNetty: Protobuf Proto3 codec",
"description": "Protobuf Proto3 codec for DotNetty",
"language": "en-US",
@@ -21,7 +21,6 @@
"keyFile": "../../DotNetty.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.0",
"DotNetty.Common": {
"target": "project"
},
@@ -39,6 +38,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Diagnostics.Contracts": "4.0.1"
}
},
6 changes: 3 additions & 3 deletions src/DotNetty.Codecs.ProtocolBuffers/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
{
"name": "DotNetty.Codecs.ProtocolBuffers",
"version": "0.3.3",
"version": "0.4.0",
"title": "DotNetty: ProtocolBuffers Proto2 codec",
"description": "ProtocolBuffers Proto2 codec for DotNetty",
"language": "en-US",
@@ -21,7 +21,6 @@
"keyFile": "../../DotNetty.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.0",
"DotNetty.Common": {
"target": "project"
},
@@ -39,6 +38,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"NETStandard.Library": "1.6.0",
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"System.Diagnostics.Contracts": "4.0.1"
},
6 changes: 3 additions & 3 deletions src/DotNetty.Codecs.Redis/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
{
"name": "DotNetty.Codecs.Redis",
"version": "0.3.3",
"version": "0.4.0",
"title": "DotNetty: Redis codec",
"description": "Redis codec for DotNetty",
"language": "en-US",
@@ -21,7 +21,6 @@
"keyFile": "../../DotNetty.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.0",
"DotNetty.Common": {
"target": "project"
},
@@ -38,6 +37,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Diagnostics.Contracts": "4.0.1"
}
},
6 changes: 3 additions & 3 deletions src/DotNetty.Codecs/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
{
"name": "DotNetty.Codecs",
"version": "0.3.3",
"version": "0.4.0",
"title": "DotNetty: codecs",
"description": "General purpose codecs for DotNetty",
"language": "en-US",
@@ -22,7 +22,6 @@
"keyFile": "../../DotNetty.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.0",
"DotNetty.Common": {
"target": "project"
},
@@ -36,6 +35,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Diagnostics.Contracts": "4.0.1"
}
},
12 changes: 8 additions & 4 deletions src/DotNetty.Common/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
{
"name": "DotNetty.Common",
"version": "0.3.3",
"version": "0.4.0",
"title": "DotNetty: common routines",
"description": "DotNetty common routines",
"language": "en-US",
@@ -21,17 +21,21 @@
"keyFile": "../../DotNetty.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.0",
"Microsoft.Extensions.Logging": "1.0.0"
},
"frameworks": {
"netstandard1.3": {
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Threading.Thread": "4.0.0",
"System.Diagnostics.Contracts": "4.0.1",
"System.Net.NetworkInformation": "4.1.0"
}
},
"net451": {}
"net451": {
"frameworkAssemblies": {
"System.Runtime": { "type": "build" }
}
}
}
}
6 changes: 3 additions & 3 deletions src/DotNetty.Handlers/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
{
"name": "DotNetty.Handlers",
"version": "0.3.3",
"version": "0.4.0",
"title": "DotNetty: handlers",
"description": "Application handlers for DotNetty",
"language": "en-US",
@@ -21,7 +21,6 @@
"keyFile": "../../DotNetty.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.0",
"DotNetty.Common": {
"target": "project"
},
@@ -38,6 +37,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Net.Security": "4.0.0",
"System.Diagnostics.Contracts": "4.0.1"
}
6 changes: 3 additions & 3 deletions src/DotNetty.Transport/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
{
"name": "DotNetty.Transport",
"version": "0.3.3",
"version": "0.4.0",
"title": "DotNetty: transport model",
"description": "Transport model in DotNetty",
"language": "en-US",
@@ -21,7 +21,6 @@
"keyFile": "../../DotNetty.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.0",
"DotNetty.Common": {
"target": "project"
},
@@ -32,6 +31,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Reflection.TypeExtensions": "4.1.0",
"System.Diagnostics.Contracts": "4.0.1",
"System.Net.Sockets": "4.1.0",

0 comments on commit ebc06e4

Please sign in to comment.