Skip to content

Commit

Permalink
Add nuget config
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVanEijden committed May 30, 2024
1 parent ce37313 commit 94b69b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Structurizer/Structurizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>default</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Title>Structurizer</Title>
<Authors>Joris van Eijden</Authors>
<Description>Small utility to parse C header files produced by IDA and Ghidra</Description>
<Copyright>2024</Copyright>
<PackageProjectUrl>https://github.com/JorisVanEijden/Structurizer</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/JorisVanEijden/Structurizer?tab=MIT-1-ov-file#MIT-1-ov-file</PackageLicenseUrl>
<RepositoryUrl>https://github.com/JorisVanEijden/Structurizer</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 94b69b1

Please sign in to comment.