Browse Source

Bumped package version to 0.2.0

James Peret 3 years ago
parent
commit
96a449de56
5 changed files with 63 additions and 2 deletions
  1. 30 0
      Readme.md
  2. 7 0
      Readme.md.meta
  3. 2 2
      Runtime/KairoEngine.SteamIntegration.asmdef
  4. 17 0
      package.json
  5. 7 0
      package.json.meta

+ 30 - 0
Readme.md

@@ -0,0 +1,30 @@
+# 📦 KairoEngine.SteamIntegration.v0.2.0
+
+Kairoengine Steam Integration library.
+
+### 🛑Required packages
+
+- `KairoEngine.Core`
+- `Sirenix`
+
+### 📄Namespaces
+
+- `KairoEngine.SteamIntegration`
+
+### 📄Changelog
+
+##### v0.2.0
+
+- Added Statistics integration
+- Added GameModule system
+- Added Achievements integration
+
+### 📙Modules
+
+### 🔷Components
+
+### ✔Getting Started
+
+### 🧰Unity Functions
+
+### 🎈Back Log

+ 7 - 0
Readme.md.meta

@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: c3e95e442bf625741a5f7f775d191f85
+TextScriptImporter:
+  externalObjects: {}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

+ 2 - 2
Runtime/KairoEngine.SteamIntegration.asmdef

@@ -2,8 +2,8 @@
     "name": "KairoEngine.SteamIntegration",
     "rootNamespace": "",
     "references": [
-        "GUID:e048eeec9bdb9d30448017b829deb3f6",
-        "GUID:7e5ae6a38d1532248b4c890eca668b06"
+        "GUID:7e5ae6a38d1532248b4c890eca668b06",
+        "GUID:e048eeec9bdb9d30448017b829deb3f6"
     ],
     "includePlatforms": [],
     "excludePlatforms": [],

+ 17 - 0
package.json

@@ -0,0 +1,17 @@
+{
+    "name": "at.kairoscope.kairoengine.steam-integration",
+    "displayName": "KairoEngine Achievements",
+    "version": "0.2.0",
+    "unity": "2020.3",
+    "description": "Kairoengine achievements library.",
+    "dependencies": {
+      "at.kairoscope.kairoengine.core":"0.2.0",
+      "at.kairoscope.thirdparty.sirenix":"1.0.2",
+      "at.kairoscope.thirdparty.facepunch":"1.0.0"
+    },
+    "repository": {
+      "type": "git",
+      "url": "https://git.kairoscope.net/kairoengine/steam-integration.git"
+    },
+    "author": "Kairoscope"
+  }

+ 7 - 0
package.json.meta

@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: d3dd3486464964443aba3100106407c1
+TextScriptImporter:
+  externalObjects: {}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: