File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 498498 </DataExecutionPrevention >
499499 <TargetMachine >MachineX86</TargetMachine >
500500 <AdditionalDependencies >legacy_stdio_definitions.lib;version.lib;dbghelp.lib;winhttp.lib;odbccp32.lib;odbc32.lib;D:\VSProjects\SOURCEMOD\hl2sdk-tf2\lib\public\tier0.lib;D:\VSProjects\SOURCEMOD\hl2sdk-tf2\lib\public\tier1.lib;D:\VSProjects\SOURCEMOD\hl2sdk-tf2\lib\public\vstdlib.lib;D:\VSProjects\SOURCEMOD\hl2sdk-tf2\lib\public\mathlib.lib;D:\VSProjects\SOURCEMOD\sourcemod\public\ctf_error_logger_ext\lib\sentry.lib;%(AdditionalDependencies)</AdditionalDependencies >
501+ <Version >1.2</Version >
501502 </Link >
502503 <PostBuildEvent >
503504 <Command >copy $(OutputPath)$(TargetName).* "D:\TF2 Stuff\ctf_server_workingcopy\tf\addons\sourcemod\extensions" /y</Command >
Original file line number Diff line number Diff line change 4040/* Basic information exposed publicly */
4141#define SMEXT_CONF_NAME "Sentry Error Logger"
4242#define SMEXT_CONF_DESCRIPTION "Capture SP exceptions and SM errors and report on the web via Sentry."
43- #define SMEXT_CONF_VERSION "1.0.0.1 "
43+ #define SMEXT_CONF_VERSION "1.2 "
4444#define SMEXT_CONF_AUTHOR "rob5300 - Creators.TF"
4545#define SMEXT_CONF_URL "https://github.com/rob5300/sm-sentry-error-logger"
4646#define SMEXT_CONF_LOGTAG "Sentry Error Logger"
You can’t perform that action at this time.
0 commit comments