Skip to content

Commit 49c0144

Browse files
authored
Update dotMap.csproj
1 parent 25d29bf commit 49c0144

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dotMap/dotMap.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<Title>dotMap</Title>
1313
<Version>0.0.0</Version>
1414
<Description>Convention-based object-to-object compile time mapper for .NET</Description>
15-
<Authors>Sergey Aseev (Serg046)</Authors>
15+
<PackageReadmeFile>README.md</PackageReadmeFile>
16+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1617
<Company>Devexperts</Company>
1718
<PackageProjectUrl>https://github.com/devexperts/dotMap</PackageProjectUrl>
1819
<RepositoryUrl>https://github.com/devexperts/dotMap</RepositoryUrl>
@@ -24,9 +25,9 @@
2425
<ItemGroup>
2526
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="All" />
2627
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="All" />
27-
</ItemGroup>
28-
<ItemGroup>
29-
<InternalsVisibleTo Include="dotMap.UnitTests" />
3028
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
29+
<InternalsVisibleTo Include="dotMap.UnitTests" />
30+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
31+
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
3132
</ItemGroup>
3233
</Project>

0 commit comments

Comments
 (0)