Skip to content

Commit

Permalink
Connects README to nuget (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Theauxm authored Jul 10, 2024
1 parent bccef64 commit 95774fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ChainSharp/ChainSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2.0.5</Version>
<Version>2.0.6</Version>
<Authors>Theauxm,mark-keaton</Authors>
<PackageDescription>Railway Oriented .NET Programming</PackageDescription>
<RepositoryUrl>https://github.com/Theauxm/ChainSharp</RepositoryUrl>
Expand All @@ -15,12 +15,17 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="LanguageExt.Core" Version="4.4.7" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
</ItemGroup>

<PropertyGroup>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
</Project>

0 comments on commit 95774fa

Please sign in to comment.