Changeset 208


Ignore:
Timestamp:
Dec 1, 2014, 9:01:46 PM (10 years ago)
Author:
alloc
Message:

fixes

Location:
binary-improvements
Files:
1 added
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj

    r206 r208  
    7575    <Compile Include="src\MapRendering\Constants.cs" />
    7676    <Compile Include="src\CustomCommands\GetTime.cs" />
    77     <Compile Include="src\CustomCommands\ListPlayersExtended.cs" />
    7877    <Compile Include="src\CustomCommands\GetGamePrefs.cs" />
    7978    <Compile Include="src\CustomCommands\SayToPlayer.cs" />
     
    132131    <Compile Include="src\FileCache\MapTileCache.cs" />
    133132    <Compile Include="src\CustomCommands\webstat.cs" />
     133    <Compile Include="src\CustomCommands\ListPlayerIds.cs" />
    134134  </ItemGroup>
    135135  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  • binary-improvements/7dtd-server-fixes/src/AssemblyInfo.cs

    r203 r208  
    1818// and "{Major}.{Minor}.{Build}.*" will update just the revision.
    1919
    20 [assembly: AssemblyVersion("0.100.*")]
     20[assembly: AssemblyVersion("0.102.*")]
    2121
    2222// The following attributes are used to specify the signing key for the assembly,
  • binary-improvements/bin/Release/7dtd-server-fixes_version.txt

    r206 r208  
    1 Version:       0.100.5442.30220
     1Version:       0.102.5448.37821
Note: See TracChangeset for help on using the changeset viewer.