Skip to content

Commit

Permalink
Added further package information
Browse files Browse the repository at this point in the history
  • Loading branch information
findyourexit committed Sep 7, 2023
1 parent b016da6 commit 7efda88
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ShopifyMultipass/ShopifyMultipass.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Shopify.Multipass</PackageId>
<Version>1.0.0-alpha</Version>
<Version>1.0.0-preview</Version>
<Title>Shopify Multipass Token Generator</Title>
<Authors>Tom Larcher</Authors>
<Description>A Shopify Multipass token generation implementation based upon guidance provided in the official Shopify developer documentation. (https://shopify.dev/docs/api/multipass)</Description>
<PackageIcon>shopify-icon.png</PackageIcon>
<PackageReleaseNotes>The first release of this Shopify Multipass package containing the fundamentals of Multipass token generation.</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageTags>Shopify, Multipass</PackageTags>
<PackageTags>Shopify Multipass</PackageTags>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/findyourexit/shopify-multipass-dotnet</PackageProjectUrl>
<RepositoryUrl>https://github.com/findyourexit/shopify-multipass-dotnet.git</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7efda88

Please sign in to comment.