└── .dist ├── CHANGELOG.md ├── LICENSE ├── README.md ├── bucket.json └── netstandard2.0 ├── CatLib.Core.deps.json ├── CatLib.Core.dll └── CatLib.Core.pdb /.dist/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatLib/Core/HEAD/.dist/CHANGELOG.md -------------------------------------------------------------------------------- /.dist/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatLib/Core/HEAD/.dist/LICENSE -------------------------------------------------------------------------------- /.dist/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatLib/Core/HEAD/.dist/README.md -------------------------------------------------------------------------------- /.dist/bucket.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatLib/Core/HEAD/.dist/bucket.json -------------------------------------------------------------------------------- /.dist/netstandard2.0/CatLib.Core.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatLib/Core/HEAD/.dist/netstandard2.0/CatLib.Core.deps.json -------------------------------------------------------------------------------- /.dist/netstandard2.0/CatLib.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatLib/Core/HEAD/.dist/netstandard2.0/CatLib.Core.dll -------------------------------------------------------------------------------- /.dist/netstandard2.0/CatLib.Core.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatLib/Core/HEAD/.dist/netstandard2.0/CatLib.Core.pdb --------------------------------------------------------------------------------