X Tutup
Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit de3d2ef

Browse files
committed
Propercase AssemblyInfo
1 parent 3dde784 commit de3d2ef

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

src/clrmodule/clrmodule.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@
151151
<Reference Include="System" />
152152
</ItemGroup>
153153
<ItemGroup>
154-
<Compile Include="ClrModule.cs" />
155154
<Compile Include="AssemblyInfo.cs" />
155+
<Compile Include="ClrModule.cs" />
156156
</ItemGroup>
157157
<ItemGroup>
158158
<None Include="packages.config" />

src/console/Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
</Reference>
162162
</ItemGroup>
163163
<ItemGroup>
164-
<Compile Include="assemblyinfo.cs" />
164+
<Compile Include="AssemblyInfo.cs" />
165165
<Compile Include="pythonconsole.cs" />
166166
</ItemGroup>
167167
<ItemGroup>

src/runtime/Python.Runtime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@
169169
<Reference Include="System" />
170170
</ItemGroup>
171171
<ItemGroup>
172+
<Compile Include="AssemblyInfo.cs" />
172173
<Compile Include="arrayobject.cs" />
173-
<Compile Include="assemblyinfo.cs" />
174174
<Compile Include="assemblymanager.cs" />
175175
<Compile Include="classderived.cs" />
176176
<Compile Include="classbase.cs" />

0 commit comments

Comments
 (0)
X Tutup