Skip to content

Commit 600b658

Browse files
Use Microsoft.PowerShell.MarkdownRender package from nuget.org (PowerShell#14090)
1 parent f74acaa commit 600b658

22 files changed

+9
-1053
lines changed

PowerShell.sln

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio Version 16
2+
# Visual Studio Version 16
33
# https://github.com/dotnet/project-system/blob/master/docs/opening-with-new-project-system.md#project-type-guids
44
VisualStudioVersion = 15.0.26730.12
55
MinimumVisualStudioVersion = 10.0.40219.1
@@ -29,8 +29,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.WSMan.Runtime", "
2929
EndProject
3030
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "powershell-unix", "src\powershell-unix\powershell-unix.csproj", "{73EA0BE6-C0C5-4B56-A5AA-DADA4C01D690}"
3131
EndProject
32-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.PowerShell.MarkdownRender", "src\Microsoft.PowerShell.MarkdownRender\Microsoft.PowerShell.MarkdownRender.csproj", "{43D4F8DA-A7DE-494B-81B0-BDE3CFD7B1F1}"
33-
EndProject
3432
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "xUnit.tests", "test\xUnit\xUnit.tests.csproj", "{08704934-9764-48CE-86DB-BCF0A1CF7899}"
3533
EndProject
3634
# Configuration mapping comment

assets/files.wxs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,9 +1163,6 @@
11631163
<Component Id="cmpf2a3c81eb19246b6be74af07e70a06f0">
11641164
<File Id="fil90f9e9f09d6744f68331100e6d7da03d" KeyPath="yes" Source="$(var.ProductSourcePath)\Microsoft.PowerShell.MarkdownRender.dll" />
11651165
</Component>
1166-
<Component Id="cmp75c6b7b418bb4f439dd5519c570a14e0">
1167-
<File Id="fil1c8a95614a8348f9ac6982b3340a303c" KeyPath="yes" Source="$(var.ProductSourcePath)\Microsoft.PowerShell.MarkdownRender.xml" />
1168-
</Component>
11691166
<Directory Id="dir23E9C47466D341314C603F5C7118348B" Name="ref">
11701167
<Component Id="cmp50D8B0DCCF114B58987590FF8212ACB9">
11711168
<File Id="filAAF1E2DE95144FAD97B91D1E8EA8ADC6" KeyPath="yes" Source="$(var.ProductSourcePath)\ref\System.Data.DataSetExtensions.dll" />
@@ -3451,7 +3448,6 @@
34513448
<ComponentRef Id="cmp557A49B03E72CD07149A6CD0595C9245" />
34523449
<ComponentRef Id="cmp51F2F26684B5C4D0FFFFFBD72174D1BC" />
34533450
<ComponentRef Id="cmpf2a3c81eb19246b6be74af07e70a06f0" />
3454-
<ComponentRef Id="cmp75c6b7b418bb4f439dd5519c570a14e0" />
34553451
<ComponentRef Id="cmp50D8B0DCCF114B58987590FF8212ACB9" />
34563452
<ComponentRef Id="cmpC39C65F1709E407B9D6AD3AF64F710D3" />
34573453
<ComponentRef Id="cmp2C63290BD1A34304BAF371F4146D9EFD" />

src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" />
11-
<ProjectReference Include="..\Microsoft.PowerShell.MarkdownRender\Microsoft.PowerShell.MarkdownRender.csproj" />
11+
<PackageReference Include="Microsoft.PowerShell.MarkdownRender" Version="7.2.0-preview.2" />
1212
</ItemGroup>
1313

1414
<PropertyGroup>

src/Microsoft.PowerShell.MarkdownRender/CodeInlineRenderer.cs

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/Microsoft.PowerShell.MarkdownRender/EmphasisInlineRenderer.cs

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/Microsoft.PowerShell.MarkdownRender/FencedCodeBlockRenderer.cs

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/Microsoft.PowerShell.MarkdownRender/HeaderBlockRenderer.cs

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/Microsoft.PowerShell.MarkdownRender/LeafInlineRenderer.cs

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/Microsoft.PowerShell.MarkdownRender/LineBreakRenderer.cs

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/Microsoft.PowerShell.MarkdownRender/LinkInlineRenderer.cs

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)