Skip to content

Commit

Permalink
Ubik 3.28 escapes error messages when logging them to console (Zaid-A…
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-Ajaj committed Aug 9, 2021
1 parent 9e78674 commit 798ab4f
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions src/Ubik/Ubik.fsproj
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<ToolCommandName>ubik</ToolCommandName>
<PackAsTool>true</PackAsTool>
<IsPackable>true</IsPackable>
<RollForward>Major</RollForward>
<Version>3.27.0</Version>
<PackageReleaseNotes>Handle fsx files</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<ToolCommandName>ubik</ToolCommandName>
<PackAsTool>true</PackAsTool>
<IsPackable>true</IsPackable>
<RollForward>Major</RollForward>
<Version>3.28.0</Version>
<PackageReleaseNotes>Escape error messages before logging them to console</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<Compile Include="Project.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<Compile Include="Project.fs" />
<Compile Include="Program.fs" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NpgsqlFSharpAnalyzer.Core\NpgsqlFSharpAnalyzer.Core.fsproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NpgsqlFSharpAnalyzer.Core\NpgsqlFSharpAnalyzer.Core.fsproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Spectre.Console" Version="0.32.1" />
<PackageReference Update="FSharp.Core" Version="5.0.1" />
<PackageReference Include="FSharp.Data.LiteralProviders" Version="0.2.7" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Spectre.Console" Version="0.32.1" />
<PackageReference Update="FSharp.Core" Version="5.0.1" />
<PackageReference Include="FSharp.Data.LiteralProviders" Version="0.2.7" />
</ItemGroup>

</Project>

0 comments on commit 798ab4f

Please sign in to comment.