Changeset 244 for binary-improvements/7dtd-server-fixes
- Timestamp:
- Jul 21, 2015, 9:51:32 PM (9 years ago)
- Location:
- binary-improvements/7dtd-server-fixes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj
r238 r244 28 28 <CustomCommands> 29 29 <CustomCommands> 30 <Command type="AfterBuild" command="bash -c " monodis --assembly ${TargetFile} | grep Version > ${TargetDir}/${ProjectName}_version.txt"" />30 <Command type="AfterBuild" command="bash -c "${SolutionDir}/versions.sh > ${TargetDir}/${ProjectName}_version.txt"" workingdir="${SolutionDir}" /> 31 31 </CustomCommands> 32 32 </CustomCommands> -
binary-improvements/7dtd-server-fixes/src/AssemblyInfo.cs
r238 r244 18 18 // and "{Major}.{Minor}.{Build}.*" will update just the revision. 19 19 20 [assembly: AssemblyVersion("0. 12.0.0")]20 [assembly: AssemblyVersion("0.0.0.0")] 21 21 22 22 // The following attributes are used to specify the signing key for the assembly,
Note:
See TracChangeset
for help on using the changeset viewer.