Skip to content

Commit

Permalink
NuGet v1.3.1, remove BTree (.NET Core 2.0 compatibility and licensing)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristn committed Mar 19, 2019
1 parent 69fc705 commit b184680
Show file tree
Hide file tree
Showing 66 changed files with 146 additions and 711 deletions.
Binary file modified .vs/Caching/v15/.suo
Binary file not shown.
Binary file modified .vs/Caching/v15/Server/sqlite3/storage.ide-shm
Binary file not shown.
Binary file modified .vs/Caching/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
8 changes: 5 additions & 3 deletions Caching/Caching.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Caching.dll</PackageId>
<Version>1.2.1</Version>
<Version>1.3.1</Version>
<Authors>Joel Christner</Authors>
<Description>Simple C# caching library including a FIFO and LRU cache</Description>
<Copyright>(c)2019 Joel Christner</Copyright>
<PackageProjectUrl>https://github.com/jchristn/caching</PackageProjectUrl>
<RepositoryUrl>https://github.com/jchristn/caching</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
<PackageLicenseUrl>https://github.com/jchristn/Caching/blob/master/LICENSE.txt</PackageLicenseUrl>
<PackageReleaseNotes>Retarget to .NET Core 2.0 and .NET Framework 4.5.2</PackageReleaseNotes>
<PackageReleaseNotes>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</PackageReleaseNotes>
<AssemblyVersion>1.3.1.0</AssemblyVersion>
<FileVersion>1.3.1.0</FileVersion>
<PackageTags>fifo lru cache caching least recently used first in first out simple</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CSharpTest.Net.Collections" Version="14.906.1403.1082" />
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
</ItemGroup>

Expand Down
263 changes: 0 additions & 263 deletions Caching/LRUCacheBTree.cs

This file was deleted.

Binary file added Caching/bin/Release/Caching.dll.1.3.0.nupkg
Binary file not shown.
Binary file added Caching/bin/Release/Caching.dll.1.3.1.nupkg
Binary file not shown.
Binary file not shown.
Binary file modified Caching/bin/Release/net452/Caching.dll
Binary file not shown.
Binary file modified Caching/bin/Release/net452/Caching.pdb
Binary file not shown.
22 changes: 3 additions & 19 deletions Caching/bin/Release/netstandard2.0/Caching.deps.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,21 @@
{
"runtimeTarget": {
"name": ".NETStandard,Version=v2.0/",
"signature": "38467701252bed515fc7366b02a77545e9bdcdc3"
"signature": "a6329fa9c186650eb6a521a7842eed96abe87ddc"
},
"compilationOptions": {},
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
"Caching/1.2.1": {
"Caching/1.3.1": {
"dependencies": {
"CSharpTest.Net.Collections": "14.906.1403.1082",
"Microsoft.CSharp": "4.5.0",
"NETStandard.Library": "2.0.3"
},
"runtime": {
"Caching.dll": {}
}
},
"CSharpTest.Net.Collections/14.906.1403.1082": {
"runtime": {
"lib/net40/CSharpTest.Net.Collections.dll": {
"assemblyVersion": "14.906.1403.1082",
"fileVersion": "14.906.1403.1082"
}
}
},
"Microsoft.CSharp/4.5.0": {
"runtime": {
"lib/netstandard2.0/Microsoft.CSharp.dll": {
Expand All @@ -42,18 +33,11 @@
}
},
"libraries": {
"Caching/1.2.1": {
"Caching/1.3.1": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"CSharpTest.Net.Collections/14.906.1403.1082": {
"type": "package",
"serviceable": true,
"sha512": "sha512-31Pu0wcHG2c814AUVPSzyL/ijcfyvu4S524+uxOhx2d1dRiIJ9eMLLvRWUhhP7F0Q17cvQpnGnZk8+4DhdJPgg==",
"path": "csharptest.net.collections/14.906.1403.1082",
"hashPath": "csharptest.net.collections.14.906.1403.1082.nupkg.sha512"
},
"Microsoft.CSharp/4.5.0": {
"type": "package",
"serviceable": true,
Expand Down
Binary file modified Caching/bin/Release/netstandard2.0/Caching.dll
Binary file not shown.
Binary file modified Caching/bin/Release/netstandard2.0/Caching.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Caching/obj/Caching.csproj.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 1,
"dgSpecHash": "EVfEqodzcZBG99IYD4XYMbQ1dpcZwmkGxAhXfW/Zp5gROQ4rNyoswkhzXsvU0M/TrPsg0rdjDUA0Hk9CsGRlyg==",
"dgSpecHash": "t47nC91SI7qgPMu8dL4/ifM3lYXF63SkLX1yRIyXBhb9ZrWab7LfmuZ2HB2215s+lNbQG0vrQ4GT94U2rd0Edw==",
"success": true
}
2 changes: 1 addition & 1 deletion Caching/obj/Caching.csproj.nuget.g.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">C:\Code\Misc\CachingWithBtreeRetarget\Caching\obj\project.assets.json</ProjectAssetsFile>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">C:\code\misc\Caching\Caching\obj\project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\joelc\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
Expand Down
28 changes: 28 additions & 0 deletions Caching/obj/Release/Caching.dll.1.3.0.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?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.0</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>
<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>
<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>
Loading

0 comments on commit b184680

Please sign in to comment.