Ignore:
Timestamp:
Aug 19, 2023, 9:44:10 PM (15 months ago)
Author:
alloc
Message:

21.1.16.4 Release
Webserver forces query parameter decoding to use UTF-8
All mods built with portable debugging symbols

Location:
TFP-WebServer/CommandExtensions
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TFP-WebServer/CommandExtensions/CommandExtensions.csproj

    r453 r469  
    3030  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    3131    <OutputPath>..\bin\Mods\TFP_CommandExtensions\</OutputPath>
    32     <DebugType>full</DebugType>
     32    <DebugType>portable</DebugType>
    3333    <DebugSymbols>true</DebugSymbols>
    3434  </PropertyGroup>
     
    3737    <DefineConstants>ENABLE_PROFILER</DefineConstants>
    3838    <DebugSymbols>true</DebugSymbols>
    39     <DebugType>full</DebugType>
     39    <DebugType>portable</DebugType>
    4040  </PropertyGroup>
    4141  <ItemGroup>
  • TFP-WebServer/CommandExtensions/ModInfo.xml

    r463 r469  
    55        <Description value="Additional commands for server operation" />
    66        <Author value="The Fun Pimps LLC" />
    7         <Version value="21.1.16.0" />
     7        <Version value="21.1.16.4" />
    88        <Website value="" />
    99</xml>
Note: See TracChangeset for help on using the changeset viewer.