Skip to content

Commit

Permalink
Released version 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0blu committed Dec 8, 2018
1 parent a8174ea commit f994c6f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [_BLU](https://github.com/0blu)
- [DocTi](https://github.com/DocTi)
3 changes: 3 additions & 0 deletions PhotonPackageParser/PhotonPackageParser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
<copyright>$copyright$</copyright>
<tags>Photon Unity3d Sniffing</tags>
</metadata>
<files>
<file src="bin\Release\Protocol16.dll" target="lib/net471" />
</files>
</package>
4 changes: 2 additions & 2 deletions PhotonPackageParser/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit f994c6f

Please sign in to comment.