Skip to content

Commit 0032553

Browse files
kenjinoteRon Petrusha
authored andcommitted
Delete unnecessary closing tag (#4923)
1 parent e71a51e commit 0032553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/interop/configure-net-framework-based-com-components-for-reg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Registration-free activation for .NET Framework-based components is only slightl
125125
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
126126
<assemblyIdentity
127127
name="myOrganization.myDivision.myManagedComp"
128-
version="1.2.3.4" />
128+
version="1.2.3.4"
129129
publicKeyToken="8275b28176rcbbef"
130130
/>
131131
<clrClass

0 commit comments

Comments
 (0)