chore: bump version to 1.1.0

This commit is contained in:
Anna 2020-10-25 11:42:14 -04:00
parent cdab76bfa9
commit 6007f09167
3 changed files with 5 additions and 3 deletions

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyVersion("1.1.0")]
[assembly: AssemblyFileVersion("1.1.0")]

View File

@ -3,7 +3,7 @@
"Name": "XIVChat Server",
"Description": "Allows you to use various XIVChat clients to chat in FFXIV from anywhere!",
"InternalName": "XIVChat",
"AssemblyVersion": "1.0.0",
"AssemblyVersion": "1.1.0",
"RepoUrl": "https://sr.ht/~jkcclemens/xivchat",
"ApplicableVersion": "any",
"DalamudApiLevel": 1

View File

@ -25,6 +25,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@ -33,6 +34,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="Dalamud">