Skip to content

Commit 6d207fa

Browse files
committed
(#571) Cesium.Templates.CSharp → Cesium.Templates
1 parent f48bcba commit 6d207fa

File tree

11 files changed

+6
-7
lines changed

11 files changed

+6
-7
lines changed

Cesium.Templates.CSharp/Cesium.Templates.CSharp.csproj renamed to Cesium.Templates/Cesium.Templates.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<ContentTargetFolders>content</ContentTargetFolders>
1111
<!-- https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu5128#scenario-2 -->
1212
<NoWarn>$(NoWarn);NU5128</NoWarn>
13-
<RootNamespace>Cesium.Templates.CSharp</RootNamespace>
1413
</PropertyGroup>
1514

1615
<ItemGroup>

Cesium.Templates.CSharp/content/Cesium.Template.App.CSharp/.template.config/template.json renamed to Cesium.Templates/content/Cesium.Template.App/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/template",
33
"author": "Cesium Team",
44
"classifications": [ "Console" ],
5-
"identity": "Cesium.Template.App.CSharp",
5+
"identity": "Cesium.Template.App",
66
"name": "Cesium Console Application",
77
"shortName": "cesiumapp",
88
"tags": {

Cesium.Templates.CSharp/content/Cesium.Template.App.CSharp/MyProject.Name.ceproj renamed to Cesium.Templates/content/Cesium.Template.App/MyProject.Name.ceproj

File renamed without changes.

Cesium.Templates.CSharp/content/Cesium.Template.App.CSharp/program.c renamed to Cesium.Templates/content/Cesium.Template.App/program.c

File renamed without changes.

Cesium.Templates.CSharp/content/Cesium.Template.Library.CSharp/.template.config/template.json renamed to Cesium.Templates/content/Cesium.Template.Library/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/template",
33
"author": "Cesium Team",
44
"classifications": [ "Console" ],
5-
"identity": "Cesium.Template.Library.CSharp",
5+
"identity": "Cesium.Template.Library",
66
"name": "Cesium Library",
77
"shortName": "cesiumlib",
88
"tags": {

Cesium.Templates.CSharp/content/Cesium.Template.Library.CSharp/MyProject.Name.ceproj renamed to Cesium.Templates/content/Cesium.Template.Library/MyProject.Name.ceproj

File renamed without changes.

Cesium.Templates.CSharp/content/Cesium.Template.Library.CSharp/lib.c renamed to Cesium.Templates/content/Cesium.Template.Library/lib.c

File renamed without changes.

Cesium.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.cspr
9999
EndProject
100100
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Templates", "Templates", "{F59EF607-B888-4FC2-8148-43B019F33C7E}"
101101
EndProject
102-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cesium.Templates.CSharp", "Cesium.Templates.CSharp\Cesium.Templates.CSharp.csproj", "{D26ED37B-1F41-4001-8755-47026763A32A}"
102+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cesium.Templates", "Cesium.Templates\Cesium.Templates.csproj", "{D26ED37B-1F41-4001-8755-47026763A32A}"
103103
EndProject
104104
Global
105105
GlobalSection(SolutionConfigurationPlatforms) = preSolution

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ License
117117
-------
118118
The project's sources, except the project templates, are distributed under the terms of [the MIT license][docs.license.mit].
119119

120-
The project templates (from the directory `Cesium.Templates.CSharp`) are distributed under the terms of [the CC-0 license][docs.license.cc0].
120+
The project templates (from the directory `Cesium.Templates`) are distributed under the terms of [the CC-0 license][docs.license.cc0].
121121

122122
The license indication in the project's sources is compliant with the [REUSE specification v3.3][reuse.spec].
123123

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SPDX-FileCopyrightText = "2025 Cesium contributors <https://github.com/ForNeVeR/
3434
SPDX-License-Identifier = "MIT"
3535

3636
[[annotations]]
37-
path = "Cesium.Templates.CSharp/**/*"
37+
path = "Cesium.Templates/**/*"
3838
precedence = "override"
3939
SPDX-FileCopyrightText = "2025 Cesium contributors <https://github.com/ForNeVeR/Cesium>"
4040
SPDX-License-Identifier = "CC0-1.0"

0 commit comments

Comments
 (0)