From f994c6f5c1bc3ec9125d1ad89e4106dffad90f8d Mon Sep 17 00:00:00 2001 From: _BLU Date: Sat, 8 Dec 2018 15:24:29 +0100 Subject: [PATCH] Released version 3.0 --- AUTHORS | 2 ++ PhotonPackageParser/PhotonPackageParser.nuspec | 3 +++ PhotonPackageParser/Properties/AssemblyInfo.cs | 4 ++-- README.md | 3 --- 4 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..55159f5 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +- [_BLU](https://github.com/0blu) +- [DocTi](https://github.com/DocTi) diff --git a/PhotonPackageParser/PhotonPackageParser.nuspec b/PhotonPackageParser/PhotonPackageParser.nuspec index e0a41d7..9496726 100644 --- a/PhotonPackageParser/PhotonPackageParser.nuspec +++ b/PhotonPackageParser/PhotonPackageParser.nuspec @@ -13,4 +13,7 @@ $copyright$ Photon Unity3d Sniffing + + + diff --git a/PhotonPackageParser/Properties/AssemblyInfo.cs b/PhotonPackageParser/Properties/AssemblyInfo.cs index 3378cc8..f3c23d7 100644 --- a/PhotonPackageParser/Properties/AssemblyInfo.cs +++ b/PhotonPackageParser/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.2.0.0")] -[assembly: AssemblyFileVersion("2.2.0.0")] +[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyFileVersion("3.0.0.0")] diff --git a/README.md b/README.md index 7fbfbaa..ba5ef3a 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@ A parser for [Photon's](https://www.photonengine.com/en-US/Photon) Protocol16. ### WinPcap This library requires [WinPcap](https://www.winpcap.org/) which comes with [Wireshark](https://www.wireshark.org/). -### Photon -Since it's using Photon you also need to download and link [Photon3Unity3D.dll](https://www.photonengine.com/sdks#client-csharp). - ## Example and usage: I strongly recommend to use NuGet to [get the library](https://www.nuget.org/packages/PhotonPackageParser/).