diff options
Diffstat (limited to 'ApiClient.csproj')
| -rw-r--r-- | ApiClient.csproj | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ApiClient.csproj b/ApiClient.csproj index 6fec3e0..8622f7a 100644 --- a/ApiClient.csproj +++ b/ApiClient.csproj @@ -7,13 +7,18 @@ <AssemblyName>HyperBooru.ApiClient</AssemblyName> <AssemblyTitle>HyperBooru.ApiClient</AssemblyTitle> <RootNamespace>HyperBooru.ApiClient</RootNamespace> - <AssemblyVersion>0.16.0.0</AssemblyVersion> + <AssemblyVersion>0.17.0.0</AssemblyVersion> <FileVersion>$(AssemblyVersion)</FileVersion> - <Version>0.16-alpha</Version> + <Version>0.17-alpha</Version> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\ApiModels\ApiModels.csproj" /> </ItemGroup> + <PropertyGroup Condition="'$(Configuration)' == 'Release'"> + <DebugType>None</DebugType> + <DebugSymbols>false</DebugSymbols> + </PropertyGroup> + </Project> |
