Skip to content

Commit

Permalink
Merge pull request #86 from Eastrall/updateChangelog
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
Filipe GP authored Mar 16, 2018
2 parents cbe4387 + 839ea4e commit 3063516
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## [3.0.0] - Unknow release date
## [3.0.0] - 16/03/2018

** Breaking Changes **

Expand All @@ -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

Expand Down
3 changes: 1 addition & 2 deletions Ether.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes
2 changes: 1 addition & 1 deletion src/Ether.Network/Ether.Network.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Version>3.0.0</Version>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<PackageIconUrl>https://raw.githubusercontent.com/Eastrall/Ether.Network/master/icon.png</PackageIconUrl>
<PackageIconUrl>https://raw.githubusercontent.com/Eastrall/Ether.Network/master/resources/icon.png</PackageIconUrl>
<RepositoryUrl>https://github.com/Eastrall/Ether.Network</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
</PropertyGroup>
Expand Down

0 comments on commit 3063516

Please sign in to comment.