Skip to content

Commit 57dfb34

Browse files
Updated to v0.1.1.4. Changed config.
1 parent 35c133a commit 57dfb34

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

ModAPI/ModAPI.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
6+
<Platform Condition=" '$(Platform)' == '' ">Any CPU</Platform>
77
<ProjectGuid>{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>TommoJProductions</RootNamespace>
11-
<AssemblyName>modapi_v0113-alpha</AssemblyName>
11+
<AssemblyName>modapi_v0114-alpha</AssemblyName>
1212
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile>Unity Full v3.5</TargetFrameworkProfile>
@@ -18,10 +18,11 @@
1818
</PropertyGroup>
1919
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
2020
<OutputPath>bin\Release\</OutputPath>
21-
<DocumentationFile>bin\Release\modapi_v0113-alpha.xml</DocumentationFile>
21+
<DocumentationFile>bin\Release\modapi_v0114-alpha.xml</DocumentationFile>
2222
</PropertyGroup>
2323
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
24-
<DocumentationFile>bin\Debug\modapi_v0113-alpha.xml</DocumentationFile>
24+
<DocumentationFile>bin\Debug\modapi_v0114-alpha.xml</DocumentationFile>
25+
<OutputPath>bin\Debug\</OutputPath>
2526
</PropertyGroup>
2627
<ItemGroup>
2728
<Reference Include="MSCLoader">

ModAPI/ModClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static class ModClient
1515
/// <summary>
1616
/// Represents the version of the api.
1717
/// </summary>
18-
public static string version = "0.1.1.3";
18+
public static string version = "0.1.1.4";
1919
/// <summary>
2020
/// Represents the assemble assemble audio source.
2121
/// </summary>

0 commit comments

Comments
 (0)