com.azerion.bluestack 6.0.0-beta.3 → 6.0.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## [6.0.0-beta.3] - 2026-06-10
3
+ ## [6.0.0-beta.4] - 2026-06-10
4
4
 
5
5
  ### Native SDK upgrades
6
6
 
@@ -1,4 +1,4 @@
1
- <dependencies version="6.0.0-beta.3">
1
+ <dependencies version="6.0.0-beta.4">
2
2
  <androidPackages>
3
3
  <androidPackage alias="BlueStack" spec="com.azerion:bluestack-sdk-core:6.0.1">
4
4
  <repositories>
@@ -5,6 +5,6 @@ namespace Azerion.BlueStack.Common
5
5
  {
6
6
  public static class BlueStackSdkInfo
7
7
  {
8
- public const string Version = "6.0.0-beta.3";
8
+ public const string Version = "6.0.0-beta.4";
9
9
  }
10
10
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "com.azerion.bluestack",
3
- "version": "6.0.0-beta.3",
3
+ "version": "6.0.0-beta.4",
4
4
  "displayName": "BlueStack",
5
5
  "description": "BlueStack SDK has been designed to give developers options for showing Ads from different ad networks.",
6
6
  "unity": "2020.3",
7
7
  "documentationUrl": "https://developers.bluestack.app/unity",
8
- "changelogUrl": "https://developers.bluestack.app/unity/changelog",
8
+ "changelogUrl": "https://developers.bluestack.app/unity/release-notes",
9
9
  "dependencies": {
10
10
  "com.google.external-dependency-manager": "1.2.187"
11
11
  },