Skip to content

Commit

Permalink
Update Project ReadMe files
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickRitchie committed Sep 13, 2022
1 parent 5957ad8 commit 7142f74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<PackageTags>mtconnect;iiot;</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIconUrl>https://static.trakhound.com/mtconnect-net.png</PackageIconUrl>
<!--<PackageReadmeFile>README.md</PackageReadmeFile>-->

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
8 changes: 0 additions & 8 deletions src/MTConnect.NET-Common/MTConnect.NET-Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<PackageTags>mtconnect;iiot;</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIconUrl>https://static.trakhound.com/mtconnect-net.png</PackageIconUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -34,13 +33,6 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<None Include="../../README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
Expand Down

0 comments on commit 7142f74

Please sign in to comment.