Skip to content

Commit

Permalink
update license information
Browse files Browse the repository at this point in the history
  • Loading branch information
dazfuller committed Dec 26, 2021
1 parent afd8771 commit 8f61a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SecretSanta.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>0.0.3</Version>
<Version>0.1.0</Version>

<PackAsTool>true</PackAsTool>
<ToolCommandName>SecretSanta</ToolCommandName>
Expand All @@ -13,7 +13,7 @@
<Title>Secret Santa</Title>
<Authors>dazfuller</Authors>
<PackageDescription>A simple command line tool to help you organise your secret santa picking by feeding in a list of participants and then emailing each person to tell them who they're a secret Santa for</PackageDescription>
<PackageLicenseUrl>https://github.com/dazfuller/SecretSanta/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/dazfuller/SecretSanta</PackageProjectUrl>
<PackageTags>dotnetcore,santa,secretsanta,email</PackageTags>
<RepositoryUrl>https://github.com/dazfuller/SecretSanta</RepositoryUrl>
Expand Down

0 comments on commit 8f61a73

Please sign in to comment.