diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-16 18:37:58 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-05-16 18:37:58 +1000 |
| commit | 0ef438a7404117aad37e92b39ab8950c18522843 (patch) | |
| tree | 08b50e51cbfb859ed28fa8d79c51240b429b6e3c /ApiClient.csproj | |
| parent | 532b46dfe288e31607f0362626d6b7b81b3c2948 (diff) | |
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> |
