-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
90 changed files
with
162 additions
and
92 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": 1, | ||
"dgSpecHash": "t47nC91SI7qgPMu8dL4/ifM3lYXF63SkLX1yRIyXBhb9ZrWab7LfmuZ2HB2215s+lNbQG0vrQ4GT94U2rd0Edw==", | ||
"dgSpecHash": "LPl2LtfQC2I5WAK1S6m0NcXmBy9pBqVY8II6peX3mztN4KIo71W+9IC8A19njzr+3vuWSLVOwF56DPILqCHnJQ==", | ||
"success": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>Caching.dll</id> | ||
<version>1.3.2</version> | ||
<authors>Joel Christner</authors> | ||
<owners>Joel Christner</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<licenseUrl>https://github.com/jchristn/Caching/blob/master/LICENSE.txt</licenseUrl> | ||
<projectUrl>https://github.com/jchristn/caching</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/jchristn/caching/master/assets/icon.ico</iconUrl> | ||
<description>Simple C# caching library including a FIFO and LRU cache</description> | ||
<releaseNotes>Retarget to .NET Core 2.0 and .NET Framework 4.5.2, remove CSharpTest.Net.Collections (BTree support) due to licensing and compatibility with .NET Core 2.0</releaseNotes> | ||
<copyright>(c)2019 Joel Christner</copyright> | ||
<tags>fifo lru cache caching least recently used first in first out simple</tags> | ||
<repository type="Github" url="https://github.com/jchristn/caching" /> | ||
<dependencies> | ||
<group targetFramework=".NETFramework4.5.2"> | ||
<dependency id="Microsoft.CSharp" version="4.5.0" exclude="Build,Analyzers" /> | ||
</group> | ||
<group targetFramework=".NETStandard2.0"> | ||
<dependency id="Microsoft.CSharp" version="4.5.0" exclude="Build,Analyzers" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="C:\Code\Misc\Caching\Caching\bin\Debug\net452\Caching.dll" target="lib\net452\Caching.dll" /> | ||
<file src="C:\Code\Misc\Caching\Caching\bin\Debug\netstandard2.0\Caching.dll" target="lib\netstandard2.0\Caching.dll" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
e85c4bc094cfeb828e706a3a819df97106920621 | ||
9fa7603a987232e2bf1212aa8efb989048d747b8 |
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
Caching/obj/Debug/net452/Caching.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3ed96684f5e6702f1a3fbd01352cfaf9d1aef189 | ||
1e9166f19cbd295f7d9332f7445727f116687f9d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Caching/obj/Debug/netstandard2.0/Caching.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
e85c4bc094cfeb828e706a3a819df97106920621 | ||
9fa7603a987232e2bf1212aa8efb989048d747b8 |
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
Caching/obj/Debug/netstandard2.0/Caching.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
b4b369f949be4603ff4f03d85d04eead8f460391 | ||
b3fe6e34777a20cf007f202c28c1b4f07e88c907 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>Caching.dll</id> | ||
<version>1.3.2</version> | ||
<authors>Joel Christner</authors> | ||
<owners>Joel Christner</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<licenseUrl>https://github.com/jchristn/Caching/blob/master/LICENSE.txt</licenseUrl> | ||
<projectUrl>https://github.com/jchristn/caching</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/jchristn/caching/master/assets/icon.ico</iconUrl> | ||
<description>Simple C# caching library including a FIFO and LRU cache</description> | ||
<releaseNotes>Retarget to .NET Core 2.0 and .NET Framework 4.5.2, remove CSharpTest.Net.Collections (BTree support) due to licensing and compatibility with .NET Core 2.0</releaseNotes> | ||
<copyright>(c)2019 Joel Christner</copyright> | ||
<tags>fifo lru cache caching least recently used first in first out simple</tags> | ||
<repository type="Github" url="https://github.com/jchristn/caching" /> | ||
<dependencies> | ||
<group targetFramework=".NETFramework4.5.2"> | ||
<dependency id="Microsoft.CSharp" version="4.5.0" exclude="Build,Analyzers" /> | ||
</group> | ||
<group targetFramework=".NETStandard2.0"> | ||
<dependency id="Microsoft.CSharp" version="4.5.0" exclude="Build,Analyzers" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="C:\Code\Misc\Caching\Caching\bin\Release\net452\Caching.dll" target="lib\net452\Caching.dll" /> | ||
<file src="C:\Code\Misc\Caching\Caching\bin\Release\netstandard2.0\Caching.dll" target="lib\netstandard2.0\Caching.dll" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8aa0ce91a182c49793655dca024599d1e723a951 | ||
46c00f1cd12ad65dc41359862ba00a6bcceacf5c |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Caching/obj/Release/netstandard2.0/Caching.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8aa0ce91a182c49793655dca024599d1e723a951 | ||
46c00f1cd12ad65dc41359862ba00a6bcceacf5c |
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
Caching/obj/Release/netstandard2.0/Caching.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
21cb9e2da55fad2c2531c5cba26cfb4e5ee3cf4e | ||
b3fe6e34777a20cf007f202c28c1b4f07e88c907 |
Binary file modified
BIN
+4.46 KB
(110%)
Caching/obj/Release/netstandard2.0/Caching.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.