Skip to content

Commit

Permalink
v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai-Intuitive committed Dec 18, 2024
1 parent 45eb4b8 commit 5b8d3df
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="7.1.0" />
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="7.2.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.15" />
Expand Down
4 changes: 1 addition & 3 deletions Analogy.AspNetCore.LogProvider.Tests/TestForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Windows.Forms;
#if NETCOREAPP3_1 || NET
namespace Analogy.LogServer.Tests
{
public partial class TestForm : Form
Expand Down Expand Up @@ -60,5 +59,4 @@ private void btnProducerViaLogger_Click(object sender, EventArgs e)
Logger.LogInformation("test:" + DateTime.Now);
}
}
}
#endif
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<Description>Custom logging provider in Asp.Net Core that write logs to Analogy Log Server</Description>
<Copyright>Lior Banai 2020-2025</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<VersionPrefix>7.1.0</VersionPrefix>
<VersionPrefix>7.2.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<RepositoryUrl>https://github.com/Analogy-LogViewer/Analogy.AspNetCore.LogProvider</RepositoryUrl>
<PackageProjectUrl>https://github.com/Analogy-LogViewer/Analogy.AspNetCore.LogProvider</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Analogy.Interfaces.DataTypes" Version="1.1.0" />
<PackageReference Include="Analogy.LogServer.Clients" Version="7.1.0" />
<PackageReference Include="Analogy.LogServer.Clients" Version="7.2.0" />
<PackageReference Include="Google.Protobuf" Version="3.29.1" />
<PackageReference Include="Grpc.Net.Client" Version="2.67.0" />
</ItemGroup>
Expand Down
6 changes: 5 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Roslynator.Analyzers" Version="4.12.10">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand All @@ -50,7 +54,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' or '$(TargetFramework)' == 'net471' ">
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' ">
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
<PackageReference Include="PolySharp" Version="1.15.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 5b8d3df

Please sign in to comment.