﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>AVSDev.Logging</id>
    <version>1.0.2</version>
    <title>AVSDev.Logging</title>
    <authors>AVS Developments Ltd.</authors>
    <license type="expression">LGPL-3.0-or-later</license>
    <licenseUrl>https://licenses.nuget.org/LGPL-3.0-or-later</licenseUrl>
    <readme>docs\README.md</readme>
    <projectUrl>https://git.avsdev.uk/AVSDev/AVSDev.Logging.NET/</projectUrl>
    <description>Logging utilities using Log4Net and DevExpress</description>
    <releaseNotes>Fixed issues with LogItem properties</releaseNotes>
    <copyright>Copyright ©  2025</copyright>
    <tags>AVSDev</tags>
    <repository type="git" url="https://git.avsdev.uk/AVSDev/AVSDev.Logging.NET.git" branch="main" />
    <dependencies>
      <group targetFramework=".NETFramework4.8">
        <dependency id="log4net" version="2.0.17" />
      </group>
    </dependencies>
  </metadata>
</package>