Skip to content

Commit

Permalink
Merge pull request #18 from pubnub/CE-3330-unitypackage-reorg
Browse files Browse the repository at this point in the history
unitypackage reorg
  • Loading branch information
crimsonred authored Nov 14, 2018
2 parents 011375c + 281cfc5 commit 1a2eb11
Show file tree
Hide file tree
Showing 334 changed files with 17 additions and 4 deletions.
9 changes: 8 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
changelog:
-
changes:
-
text: "UnityPackage reorganization"
type: improvement
date: "Nov 13, 18"
version: v4.0.4
-
changes:
-
Expand Down Expand Up @@ -321,4 +328,4 @@ supported-platforms:
- "Ubuntu 12.04+, with Graphics card DX9 (shader model 3.0) or DX11 with feature level 9.3 capabilities; and CPU SSE2 instruction set support."
- "Mac OS X 10.8+, with Graphics card DX9 (shader model 3.0) or DX11 with feature level 9.3 capabilities; and CPU SSE2 instruction set support."
version: "PubNub Unity SDK"
version: v4.0.3
version: v4.0.4
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace PubNubAPI
public class PubNubUnityBase
{
protected Counter publishMessageCounter;
private const string build = "4.0.3";
private const string build = "4.0.4";
private string pnsdkVersion = string.Format ("PubNub-CSharp-Unity/{0}", build);

public string Version {
Expand Down
File renamed without changes.
Loading

0 comments on commit 1a2eb11

Please sign in to comment.