-
-
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
204 changed files
with
2,137 additions
and
10,651 deletions.
There are no files selected for viewing
Binary file not shown.
File renamed without changes.
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
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
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": "LPl2LtfQC2I5WAK1S6m0NcXmBy9pBqVY8II6peX3mztN4KIo71W+9IC8A19njzr+3vuWSLVOwF56DPILqCHnJQ==", | ||
"dgSpecHash": "qInDQjKSw4pg1mCiKoTgjXMMsH1bD8F3dhjAv+OD65PYxK1IC09Xpe9KX/XhG4RapD4M6dXWVAOx8x5Hqx5XfA==", | ||
"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
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.3</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>Contains method.</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 @@ | ||
9fa7603a987232e2bf1212aa8efb989048d747b8 | ||
e0fa7fa5aad3e063f385ff2bfb5c83b2424d8c1c |
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 @@ | ||
9fa7603a987232e2bf1212aa8efb989048d747b8 | ||
e0fa7fa5aad3e063f385ff2bfb5c83b2424d8c1c |
Binary file modified
BIN
+3.54 KB
(100%)
Caching/obj/Debug/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
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.3</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>Contains method.</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 @@ | ||
46c00f1cd12ad65dc41359862ba00a6bcceacf5c | ||
cfe3f8df5a97b7ef41120950e4cae66b54c361da |
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 @@ | ||
46c00f1cd12ad65dc41359862ba00a6bcceacf5c | ||
cfe3f8df5a97b7ef41120950e4cae66b54c361da |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> | ||
</startup> | ||
</configuration> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"runtimeTarget": { | ||
"name": ".NETCoreApp,Version=v2.2", | ||
"signature": "ddfaeae436e140dd5647a8209cb2004484674069" | ||
}, | ||
"compilationOptions": {}, | ||
"targets": { | ||
".NETCoreApp,Version=v2.2": { | ||
"Test/1.0.0": { | ||
"dependencies": { | ||
"Caching.dll": "1.3.3" | ||
}, | ||
"runtime": { | ||
"Test.dll": {} | ||
} | ||
}, | ||
"Microsoft.CSharp/4.5.0": {}, | ||
"Caching.dll/1.3.3": { | ||
"dependencies": { | ||
"Microsoft.CSharp": "4.5.0" | ||
}, | ||
"runtime": { | ||
"Caching.dll": {} | ||
} | ||
} | ||
} | ||
}, | ||
"libraries": { | ||
"Test/1.0.0": { | ||
"type": "project", | ||
"serviceable": false, | ||
"sha512": "" | ||
}, | ||
"Microsoft.CSharp/4.5.0": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==", | ||
"path": "microsoft.csharp/4.5.0", | ||
"hashPath": "microsoft.csharp.4.5.0.nupkg.sha512" | ||
}, | ||
"Caching.dll/1.3.3": { | ||
"type": "project", | ||
"serviceable": false, | ||
"sha512": "" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> | ||
</startup> | ||
</configuration> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.