﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>SimpleCache</id>
    <version>0.2.0</version>
    <title>SimpleCache</title>
    <authors>Marcel van der Heide</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LICENSE</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <readme>README.md</readme>
    <projectUrl>https://git.dutches.de/Dutch/SimpleCache</projectUrl>
    <description>A thread-safe caching library for .NET with support for different expiration strategies.</description>
    <copyright>Copyright © 2025 Marcel van der Heide</copyright>
    <tags>simplecache cache c# dotnet net</tags>
    <repository type="git" url="https://git.dutches.de/Dutch/SimpleCache" commit="d6bab35fa37d3651b50631cad485420a77b5f6e7" />
    <dependencies>
      <group targetFramework="net9.0" />
      <group targetFramework="net10.0" />
    </dependencies>
  </metadata>
</package>