Skip to content

Commit

Permalink
chore: bump to version 0.0.7
Browse files Browse the repository at this point in the history
chore: added package readme file to pack
  • Loading branch information
Jaxelr committed Oct 28, 2021
1 parent 9ae8f74 commit 1031bad
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<PackageId>$(AssemblyName)</PackageId>
<Authors>Jaxel Rojas</Authors>
<Version>0.0.6</Version>
<Version>0.0.7</Version>
<Copyright>Copyright 2021</Copyright>
<LangVersion>9.0</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -13,10 +13,18 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

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

0 comments on commit 1031bad

Please sign in to comment.