Skip to content

Commit

Permalink
nuget: metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulusParssinen committed Jun 20, 2024
1 parent 76933f1 commit 4e9d6be
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Shockky/Shockky.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,35 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Label="Packaging">
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<PropertyGroup Label="NuGet Metadata">
<Version>0.1.0</Version>
<Title>Shockky</Title>
<PackageId>Shockky</PackageId>
<Authors>Paulus Pärssinen</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/PaulusParssinen/Shockky</RepositoryUrl>
</PropertyGroup>

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

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Shockky.SourceGeneration\Shockky.SourceGeneration.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>
Expand Down

0 comments on commit 4e9d6be

Please sign in to comment.