Skip to content

Commit

Permalink
start nuget pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
phasephasephase committed Oct 4, 2024
1 parent c1863ad commit e6a7d5d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions bindings/cs/libhat-sharp/libhat-sharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>0.1.1</AssemblyVersion>
<FileVersion>0.1.1.1</FileVersion>

<!-- nuget package -->
<PackageId>libhat-sharp</PackageId>
<Version>0.1.1</Version>
<Authors>phase</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Title>libhat-sharp</Title>
<Description>C# bindings for libhat, a high-performance game hacking library. Currently only includes the pattern scanner, which uses CPU vectorization features to quickly find patterns.</Description>
<PackageProjectUrl>https://github.com/BasedInc/libhat</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/phasephasephase/libhat</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
<None Include="../../../README.md" Pack="true" PackagePath="/" />
</ItemGroup>

</Project>
Binary file not shown.
Binary file not shown.

0 comments on commit e6a7d5d

Please sign in to comment.