-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChartboost.CSharp.Core.Unity.nuspec
More file actions
22 lines (22 loc) · 1.2 KB
/
Chartboost.CSharp.Core.Unity.nuspec
File metadata and controls
22 lines (22 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Chartboost.CSharp.Core.Unity</id>
<version>1.1.0</version>
<title>Chartboost Core</title>
<description>ChartboostCore SDK is a modular Unity SDK designed as an entry point to manage and facilitate different modules for your application/game. Each module can be individually initialized and has its metrics collected and reported, offering detailed insights into module performance and potential issues.</description>
<authors>Chartboost</authors>
<owners>Chartboost</owners>
<license type="file">LICENSE.md</license>
<readme>README.md</readme>
<projectUrl>https://www.chartboost.com/mediate</projectUrl>
<copyright>Copyright 2023</copyright>
<tags>Chartboost, Advertisement, Analytics, Core, Unity, cs</tags>
<repository type="git" url="https://github.com/ChartBoost/chartboost-core-unity-sdk.git"/>
<dependencies>
<dependency id="Chartboost.CSharp.Threading.Unity" version="1.0.2" />
<dependency id="Chartboost.CSharp.Utilities.Unity" version="1.0.3" />
<dependency id="Chartboost.CSharp.Logging.Unity" version="1.1.0" />
</dependencies>
</metadata>
</package>