Skip to content

Commit

Permalink
mgravell#104 mirror package and repo readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo committed Mar 30, 2024
1 parent e7423b7 commit bc2143f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FastMember.Signed/FastMember.Signed.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<AssemblyName>FastMember.Signed</AssemblyName>
<AssemblyOriginatorKeyFile>../FastMember.snk</AssemblyOriginatorKeyFile>
<AssemblyTitle>FastMember.Signed</AssemblyTitle>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\FastMember\*.cs" Exclude="Properties;project.*.json;bin\**;obj\**;**\*.xproj;packages\**" />
Expand All @@ -35,4 +36,7 @@
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
<PackageReference Include="System.Security.Permissions" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>
4 changes: 4 additions & 0 deletions FastMember/FastMember.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/mgravell/fast-member</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.resx" />
Expand All @@ -30,4 +31,7 @@
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
<PackageReference Include="System.Security.Permissions" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit bc2143f

Please sign in to comment.