From 2d7fa69f77199053004429c9784d943ff3354632 Mon Sep 17 00:00:00 2001 From: Filipe GOMES PEIXOTO Date: Fri, 16 Mar 2018 19:14:29 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fd7c8b..1a185ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## [3.0.0] - Unknow release date +## [3.0.0] - 16/03/2018 ** Breaking Changes ** @@ -16,6 +16,7 @@ - Add support for reading byte arrays with `INetPacketStream`. (PR [#48](https://github.com/Eastrall/Ether.Network/pull/48)) - Add broadcast system for `NetServer`. (PR [#52](https://github.com/Eastrall/Ether.Network/pull/52)) - Add `NetClientConfiguration` (PR [#78](https://github.com/Eastrall/Ether.Network/pull/78)) +- Add `GetUser(Guid)` to `INetServer` (PR [#85](https://github.com/Eastrall/Ether.Network/pull/85)) ### Changed From 839ea4e62d73df38aac6243a45fa7b4a50c6e96b Mon Sep 17 00:00:00 2001 From: Filipe GOMES PEIXOTO Date: Fri, 16 Mar 2018 19:16:59 +0100 Subject: [PATCH 2/2] Update REAMDE and move resources --- Ether.sln | 3 +-- README.md | 2 +- banner.png => resources/banner.png | Bin ethernetwork.xcf => resources/ethernetwork.xcf | Bin icon.png => resources/icon.png | Bin src/Ether.Network/Ether.Network.csproj | 2 +- 6 files changed, 3 insertions(+), 4 deletions(-) rename banner.png => resources/banner.png (100%) rename ethernetwork.xcf => resources/ethernetwork.xcf (100%) rename icon.png => resources/icon.png (100%) diff --git a/Ether.sln b/Ether.sln index 5825882..53baed8 100644 --- a/Ether.sln +++ b/Ether.sln @@ -11,7 +11,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global", "global", "{DF04DF .gitignore = .gitignore .travis.yml = .travis.yml CHANGELOG.md = CHANGELOG.md - icon.png = icon.png LICENSE = LICENSE README.md = README.md EndProjectSection @@ -26,7 +25,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleServer", "samples\Sam EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleClient", "samples\SampleClient\SampleClient.csproj", "{97591391-9447-4FE9-8497-3C499195D9EC}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ether.Network.Tests", "test\Ether.Network.Tests\Ether.Network.Tests.csproj", "{C476BA36-F230-493B-9C97-F00ADA482892}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ether.Network.Tests", "test\Ether.Network.Tests\Ether.Network.Tests.csproj", "{C476BA36-F230-493B-9C97-F00ADA482892}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/README.md b/README.md index a89c385..571b6f6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![logo](https://raw.githubusercontent.com/Eastrall/Ether.Network/develop/banner.png) +# ![logo](https://raw.githubusercontent.com/Eastrall/Ether.Network/master/resources/banner.png) [![forthebadge](http://forthebadge.com/images/badges/made-with-c-sharp.svg)](http://forthebadge.com) [![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com) diff --git a/banner.png b/resources/banner.png similarity index 100% rename from banner.png rename to resources/banner.png diff --git a/ethernetwork.xcf b/resources/ethernetwork.xcf similarity index 100% rename from ethernetwork.xcf rename to resources/ethernetwork.xcf diff --git a/icon.png b/resources/icon.png similarity index 100% rename from icon.png rename to resources/icon.png diff --git a/src/Ether.Network/Ether.Network.csproj b/src/Ether.Network/Ether.Network.csproj index 30741da..a429b21 100644 --- a/src/Ether.Network/Ether.Network.csproj +++ b/src/Ether.Network/Ether.Network.csproj @@ -19,7 +19,7 @@ 3.0.0 3.0.0.0 3.0.0.0 - https://raw.githubusercontent.com/Eastrall/Ether.Network/master/icon.png + https://raw.githubusercontent.com/Eastrall/Ether.Network/master/resources/icon.png https://github.com/Eastrall/Ether.Network Git