mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-12-08 07:13:49 +00:00
16 lines
883 B
XML
16 lines
883 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<Company>Catswords Research</Company>
|
|
<Authors>Namhyeon Go, 2025 Catswords OSS and WelsonJS Contributors</Authors>
|
|
<PackageProjectUrl>https://github.com/gnh1201/welsonjs</PackageProjectUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryUrl>https://github.com/gnh1201/welsonjs</RepositoryUrl>
|
|
<PackageTags>loader</PackageTags>
|
|
<Description>Catswords.Phantomizer is an HTTP-based dynamic-link library (DLL) loader designed for .NET applications. It allows your application to fetch and load assemblies directly from your CDN (Azure Blob, S3, Cloudflare R2, etc.) at runtime, with optional GZip compression support.</Description>
|
|
<Copyright>Namhyeon Go, 2025 Catswords OSS and WelsonJS Contributors</Copyright>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|