Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Aug 30, 2024
1 parent 075a1b8 commit a85320f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
7 changes: 1 addition & 6 deletions Analogy.LogViewer.NLogProvider.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34205.153
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Analogy.LogViewer.NLogProvider.UnitTests", "Analogy.LogViewer.NLogProvider.UnitTests\Analogy.LogViewer.NLogProvider.UnitTests.csproj", "{6C2D5075-51BD-4CA1-8D0D-9F1AF7B2CBFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Analogy.LogViewer.NLogProvider", "Analogy.LogViewer.NLogProvider\Analogy.LogViewer.NLogProvider.csproj", "{B70F53DE-25D5-4D08-8EA7-D9A3744302B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{88326B26-DB71-4440-A20E-9F8050528992}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
.github\workflows\dotnet-core-desktop.yml = .github\workflows\dotnet-core-desktop.yml
nuget.config = nuget.config
README.md = README.md
Expand All @@ -22,10 +21,6 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C2D5075-51BD-4CA1-8D0D-9F1AF7B2CBFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C2D5075-51BD-4CA1-8D0D-9F1AF7B2CBFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C2D5075-51BD-4CA1-8D0D-9F1AF7B2CBFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C2D5075-51BD-4CA1-8D0D-9F1AF7B2CBFA}.Release|Any CPU.Build.0 = Release|Any CPU
{B70F53DE-25D5-4D08-8EA7-D9A3744302B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B70F53DE-25D5-4D08-8EA7-D9A3744302B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B70F53DE-25D5-4D08-8EA7-D9A3744302B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFrameworks>net8.0-windows;net7.0-windows;net6.0-windows;net48;net471</TargetFrameworks>
<VersionPrefix>6.0.0</VersionPrefix>
<TargetFrameworks>net8.0-windows;net6.0-windows;net48</TargetFrameworks>
<VersionPrefix>7.0.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<AssemblyName>Analogy.LogViewer.NLogProvider</AssemblyName>
<RootNamespace>Analogy.LogViewer.NLogProvider</RootNamespace>
Expand All @@ -29,8 +29,8 @@

<ItemGroup>
<PackageReference Include="CsvHelper" Version="33.0.1" />
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="6.0.0.1" />
<PackageReference Include="Analogy.LogViewer.Template" Version="6.0.0" />
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="7.0.0.1" />
<PackageReference Include="Analogy.LogViewer.Template" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
</ItemGroup>
<!-- Analyzers (Roslyn, Meziantou, StyleCop, ...) -->
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.9.2">
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.11.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.152">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.163">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit a85320f

Please sign in to comment.