Skip to content

Commit

Permalink
v0.9.15 Add README to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
smabuk committed Feb 18, 2024
1 parent d1531c8 commit 8a664b0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/Smab.DiceAndTiles/Smab.DiceAndTiles.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<PackageReleaseNotes>Tiles</PackageReleaseNotes>
<VersionPrefix>0.9.14</VersionPrefix>
<VersionPrefix>0.9.15</VersionPrefix>
<Preview></Preview>
<VersionSuffix Condition="'$(Preview)' != '' And '$(BUILD_BUILDNUMBER)' == ''">$(Preview).$([System.DateTime]::get_Now().get_Year())$([System.DateTime]::get_Now().get_Month().ToString("D2"))$([System.DateTime]::get_Now().get_Day().ToString("D2"))-$([System.DateTime]::get_Now().get_Hour().ToString("D2"))$([System.DateTime]::get_Now().get_Minute().ToString("D2"))</VersionSuffix>
<VersionSuffix Condition="'$(Preview)' != '' And '$(BUILD_BUILDNUMBER)' != ''">$(Preview).$(BUILD_BUILDNUMBER)</VersionSuffix>
Expand All @@ -26,18 +26,22 @@
<Company></Company>
<Description>Library to handle dice and tiles for use in games</Description>
<Summary>Library to handle dice and tiles for use in games</Summary>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/smabuk/Smab.DiceAndTiles</PackageProjectUrl>
<RepositoryUrl>https://github.com/smabuk/Smab.DiceAndTiles</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>dice, tiles, boggle, scrabble</PackageTags>
<!--<PackageIconUrl>https://user-images.githubusercontent.com/782127/33497760-facf6550-d69c-11e7-94e4-b3856da259a9.png</PackageIconUrl>-->
<!--<PackageLicenseFile></PackageLicenseFile>-->
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Smab.DictionaryOfWords" Version="1.0.3" />
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Smab.DictionaryOfWords" Version="1.0.4" />
</ItemGroup>

</Project>

0 comments on commit 8a664b0

Please sign in to comment.