diff --git a/apidocs/docfx.filter.yml b/src/ApiDocs/docfx.filter.yml similarity index 100% rename from apidocs/docfx.filter.yml rename to src/ApiDocs/docfx.filter.yml diff --git a/apidocs/docfx.json b/src/ApiDocs/docfx.json similarity index 100% rename from apidocs/docfx.json rename to src/ApiDocs/docfx.json diff --git a/apidocs/index.md b/src/ApiDocs/index.md similarity index 100% rename from apidocs/index.md rename to src/ApiDocs/index.md diff --git a/apidocs/toc.yml b/src/ApiDocs/toc.yml similarity index 100% rename from apidocs/toc.yml rename to src/ApiDocs/toc.yml diff --git a/apidocs/umbracotemplate/partials/class.tmpl.partial b/src/ApiDocs/umbracotemplate/partials/class.tmpl.partial similarity index 100% rename from apidocs/umbracotemplate/partials/class.tmpl.partial rename to src/ApiDocs/umbracotemplate/partials/class.tmpl.partial diff --git a/apidocs/umbracotemplate/partials/footer.tmpl.partial b/src/ApiDocs/umbracotemplate/partials/footer.tmpl.partial similarity index 100% rename from apidocs/umbracotemplate/partials/footer.tmpl.partial rename to src/ApiDocs/umbracotemplate/partials/footer.tmpl.partial diff --git a/apidocs/umbracotemplate/partials/head.tmpl.partial b/src/ApiDocs/umbracotemplate/partials/head.tmpl.partial similarity index 100% rename from apidocs/umbracotemplate/partials/head.tmpl.partial rename to src/ApiDocs/umbracotemplate/partials/head.tmpl.partial diff --git a/apidocs/umbracotemplate/partials/namespace.tmpl.partial b/src/ApiDocs/umbracotemplate/partials/namespace.tmpl.partial similarity index 100% rename from apidocs/umbracotemplate/partials/namespace.tmpl.partial rename to src/ApiDocs/umbracotemplate/partials/namespace.tmpl.partial diff --git a/apidocs/umbracotemplate/partials/navbar.tmpl.partial b/src/ApiDocs/umbracotemplate/partials/navbar.tmpl.partial similarity index 100% rename from apidocs/umbracotemplate/partials/navbar.tmpl.partial rename to src/ApiDocs/umbracotemplate/partials/navbar.tmpl.partial diff --git a/apidocs/umbracotemplate/partials/rest.tmpl.partial b/src/ApiDocs/umbracotemplate/partials/rest.tmpl.partial similarity index 100% rename from apidocs/umbracotemplate/partials/rest.tmpl.partial rename to src/ApiDocs/umbracotemplate/partials/rest.tmpl.partial diff --git a/apidocs/umbracotemplate/styles/main.css b/src/ApiDocs/umbracotemplate/styles/main.css similarity index 100% rename from apidocs/umbracotemplate/styles/main.css rename to src/ApiDocs/umbracotemplate/styles/main.css diff --git a/src/SolutionInfo.cs b/src/SolutionInfo.cs index 124dc93140..37150025fa 100644 --- a/src/SolutionInfo.cs +++ b/src/SolutionInfo.cs @@ -10,6 +10,8 @@ using System.Resources; // versions // read https://stackoverflow.com/questions/64602/what-are-differences-between-assemblyversion-assemblyfileversion-and-assemblyin + +// note: do NOT change anything here manually, use the build scripts // this is the ONLY ONE the CLR cares about for compatibility // should change ONLY when "hard" breaking compatibility (manual change) diff --git a/src/umbraco.sln b/src/umbraco.sln index df09a5d6c7..97122e7555 100644 --- a/src/umbraco.sln +++ b/src/umbraco.sln @@ -85,6 +85,16 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{5B03EF4E EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Tests.Benchmarks", "Umbraco.Tests.Benchmarks\Umbraco.Tests.Benchmarks.csproj", "{86DEB346-089F-4106-89C8-D852B9CF2A33}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "About", "About", "{420D2458-E404-4181-B05A-0FE99EC5C504}" + ProjectSection(SolutionItems) = preProject + ..\BUILD.md = ..\BUILD.md + ..\CODE_OF_CONDUCT.md = ..\CODE_OF_CONDUCT.md + ..\CONTRIBUTING.md = ..\CONTRIBUTING.md + ..\LICENSE.md = ..\LICENSE.md + ..\PULL_REQUEST_TEMPLATE.md = ..\PULL_REQUEST_TEMPLATE.md + ..\README.md = ..\README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU