Changeset 208
- Timestamp:
- Dec 1, 2014, 9:01:46 PM (10 years ago)
- 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 75 75 <Compile Include="src\MapRendering\Constants.cs" /> 76 76 <Compile Include="src\CustomCommands\GetTime.cs" /> 77 <Compile Include="src\CustomCommands\ListPlayersExtended.cs" />78 77 <Compile Include="src\CustomCommands\GetGamePrefs.cs" /> 79 78 <Compile Include="src\CustomCommands\SayToPlayer.cs" /> … … 132 131 <Compile Include="src\FileCache\MapTileCache.cs" /> 133 132 <Compile Include="src\CustomCommands\webstat.cs" /> 133 <Compile Include="src\CustomCommands\ListPlayerIds.cs" /> 134 134 </ItemGroup> 135 135 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> -
binary-improvements/7dtd-server-fixes/src/AssemblyInfo.cs
r203 r208 18 18 // and "{Major}.{Minor}.{Build}.*" will update just the revision. 19 19 20 [assembly: AssemblyVersion("0.10 0.*")]20 [assembly: AssemblyVersion("0.102.*")] 21 21 22 22 // 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.10 0.5442.302201 Version: 0.102.5448.37821
Note:
See TracChangeset
for help on using the changeset viewer.