Skip to content

Commit

Permalink
Add Nuget publishing configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
nozzlegear committed Dec 9, 2023
1 parent 7c19d7c commit 6ec7d74
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,26 @@
<Nullable>enable</Nullable>
<LangVersion>Latest</LangVersion>
<VersionPrefix>1.0.0</VersionPrefix>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup>
<Description>Adds support for injecting ShopifySharp's services and service factories into your .NET classes using Microsoft's Dependency Injection containers.</Description>
<Authors>Nozzlegear</Authors>
<Copyright>Nozzlegear Software</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/nozzlegear/shopifysharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/nozzlegear/shopifysharp</RepositoryUrl>
<PackageTags>shopify;ecommerce;dependency injection</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

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

<ItemGroup>
<ProjectReference Include="..\ShopifySharp\ShopifySharp.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 6ec7d74

Please sign in to comment.