We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a1825 commit aa18222Copy full SHA for aa18222
tools/projmgr/src/ProjMgr.cpp
@@ -1247,6 +1247,7 @@ bool ProjMgr::ValidateCreatedFor(const string& createdFor) {
1247
return true;
1248
} else {
1249
const string msg = "'created-for' node in file " + m_csolutionFile + " specifies a minimum version "
1250
+ const string msg = "'created-for' in file " + m_csolutionFile + " specifies a minimum version "
1251
+ version + "(current version " + currentVersion + ")";
1252
if (m_rpcMode) {
1253
ProjMgrLogger::Get().Warn(msg);
0 commit comments