Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit afacc95

Browse files
committed
preparation before to bump to v0.0.3
1 parent 7014841 commit afacc95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

conanfile.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
except ImportError:
2121
UTILITIES_AVAILABLE = False
2222

23-
class ProjectTemplateRecipe(ConanFile):
24-
# name = "dotnamecpp"
25-
# version = "0.0.0"
26-
# description = "Recipe template for C++ projects with CMake and Conan"
23+
class DotNameCppTemplate(ConanFile):
24+
# name = "dotnamecpptemplate"
25+
# version = "0.0.3"
26+
# description = "DotNameCpp - Advanced C++ Development Template"
2727
# topics = ("cpp", "template", "cmake")
2828
# url = "https://github.com/tomasmark79/DotNameCpp"
2929
# license = "MIT"

0 commit comments

Comments
 (0)