Skip to content

Commit ac17a09

Browse files
committed
Staging
1 parent 3ccd03b commit ac17a09

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

8.0/Numerics/Numerics.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<RepositoryUrl>https://github.com/USArmy-Corps-of-Engineers-RMC/Numerics</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<Title>Numerics</Title>
13+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
14+
<Company>USACE-RMC</Company>
15+
<PackageReadmeFile>README.md</PackageReadmeFile>
1316
</PropertyGroup>
1417

1518
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -30,6 +33,13 @@
3033
<EmbeddedResource Include="Properties\new-joe-kuo-6.21201" />
3134
</ItemGroup>
3235

36+
<ItemGroup>
37+
<None Include="..\..\README.md">
38+
<Pack>True</Pack>
39+
<PackagePath>\</PackagePath>
40+
</None>
41+
</ItemGroup>
42+
3343
<ItemGroup>
3444
<Compile Update="Properties\Resources.Designer.cs">
3545
<DesignTime>True</DesignTime>

0 commit comments

Comments
 (0)