Skip to content

Commit

Permalink
Embed AUTHORS.txt in package
Browse files Browse the repository at this point in the history
  • Loading branch information
mknejp committed Jul 9, 2023
1 parent 0e5e208 commit 44e66e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Author>Miro Knejp</Author>
<Authors>$(Author)</Authors>
<Copyright>2021 dotVariant Authors</Copyright>
<Copyright>2021 dotVariant Authors (see AUTHORS.txt)</Copyright>
<PackageDescription>A type-safe and space-efficient sum type for C# (comparable to unions in C or C++)</PackageDescription>
<PackageLicenseExpression>BSL-1.0</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
1 change: 1 addition & 0 deletions src/dotVariant/dotVariant.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<None Include="$(GeneratorOutputPath)/dotVariant.dll" Pack="true" PackagePath="lib/$(TargetFramework)" Link="lib/$(TargetFramework)/%(Filename)%(Extension)" />
<None Include="build/*" Pack="true" PackagePath="build" />
<None Include="$(RepositoryRootPath)/LICENSES/**" Pack="true" PackagePath="LICENSES" Link="LICENSES/%(RecursiveDir)%(Filename)%(Extension)" />
<None Include="$(RepositoryRootPath)/AUTHORS.txt" Pack="true" PackagePath="" Link="AUTHORS.txt" />
<None Include="$(RepositoryRootPath)/README.md" Pack="true" PackagePath="" Link="README.md" />
</ItemGroup>

Expand Down

0 comments on commit 44e66e0

Please sign in to comment.