Skip to content

Commit fd36d04

Browse files
committed
Context: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1230070 Changes: mono/LineEditor@5a7e3e2...3fa0c2e * mono/LineEditor@3fa0c2e: Fix NuGet publishing errors (dotnet#9) * mono/LineEditor@06a4ddf: Bump `$(PackageVersion)` to 5.4.1. * mono/LineEditor@bce1b7f: Enable .pdb files for Release config & add AzDO build script (dotnet#8) * mono/LineEditor@4831e1a: Merge pull request dotnet#6 from terrajobst/code-of-conduct * mono/LineEditor@5b4a4aa: Link Code of Conduct * mono/LineEditor@410ca3d: Merge pull request dotnet#2 from VEIT-Electronics/master * mono/LineEditor@3d802e7: Merge pull request dotnet#1 from VEIT-Electronics/bugfix/ENG-232-line-editor-completions * mono/LineEditor@0d43552: fix: text overriding was only platform specific (check platform) The most important piece is mono/LineEditor@bce1b7f, which will allow us to redistribute `LineEditor.pdb` in the Xamarin.Android installers.
1 parent 9c73dbf commit fd36d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/logcat-parse/logcat-parse.csproj

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

1212
<ItemGroup>
1313
<PackageReference Include="Mono.Options" Version="5.3.0.1" />
14-
<PackageReference Include="Mono.Terminal" Version="5.4.0" />
14+
<PackageReference Include="Mono.Terminal" Version="5.4.1" />
1515
<PackageReference Include="Mono.CSharp" Version="4.0.0.143" NoWarn="NU1701" />
1616
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" Version="1.0.0" />
1717
</ItemGroup>

0 commit comments

Comments
 (0)