ModelsBuilder attributes
# help-with-umbraco
s
Every time I upgrade a project, ModelsBuilder wants to generate new models, just to stuff a version number in an attribute:
Copy code
diff
-[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "12.0.0+ba724ed")]
+[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Umbraco.ModelsBuilder.Embedded", "12.0.1+20a4e47")]
Is it possible to avoid this?
You could use my Models Builder instead - then the version number is only bumped when you update my package 😆 https://github.com/limbo-works/Limbo.Umbraco.ModelsBuilder
But yeah - the version number can be a bit annoying on the one side, but on the other side it see the point of it being there.