Skip to content

Commit

Permalink
update project attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoodman510 committed Oct 13, 2023
1 parent 43c47e5 commit fa03274
Showing 1 changed file with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,23 @@
<ToolCommandName>dkgen</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<PackageId>Woodman.DKGen</PackageId>
<PackageVersion>1.4.0</PackageVersion>
<VersionPrefix>$(VersionPrefix)</VersionPrefix>
<RepositoryUrl>https://github.com/jwoodman510/draftkings-lineup-generator</RepositoryUrl>
<ReleaseNotes>
Added player captain requests for showdown contests.
Added weighted showdown salary cap lineup generator.
</ReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>1.4.1</Version>
<Authors>jwoodman510</Authors>
<Company>jwoodman510</Company>
<Description>dotnet global tool used to generate draftkings lineups</Description>
<PackageProjectUrl>https://github.com/jwoodman510/draftkings-lineup-generator</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Update Project Attributes</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
</ItemGroup>
Expand Down

0 comments on commit fa03274

Please sign in to comment.