Skip to content

Commit

Permalink
nuget: Include README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
rmandvikar committed Sep 24, 2023
1 parent 6ad6fab commit a8cb3e8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 9 additions & 3 deletions rm.Random2.sln
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
# Visual Studio Version 17
VisualStudioVersion = 17.5.33502.453
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "rm.Random2", "src\rm.Random2\rm.Random2.csproj", "{536E9A14-421E-4D6D-84B7-D5FF0382DAB3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "rm.Random2Test", "tests\rm.Random2Test\rm.Random2Test.csproj", "{4165797D-C166-4930-8F0F-D63E230D53A4}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "rm.Random2Test", "tests\rm.Random2Test\rm.Random2Test.csproj", "{4165797D-C166-4930-8F0F-D63E230D53A4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{49035EBB-A7DF-4D97-96E9-F28F92FBD16E}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
4 changes: 4 additions & 0 deletions src/rm.Random2/rm.Random2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@
<PackageTags>random thread-safe</PackageTags>
<RepositoryUrl>https://github.com/rmandvikar/random2</RepositoryUrl>
<PackageProjectUrl>https://github.com/rmandvikar/random2</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>hippy</Authors>
<Company>hippy</Company>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit a8cb3e8

Please sign in to comment.