Skip to content

Commit

Permalink
Updates csproj to include repository URL (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Theauxm authored Jul 10, 2024
1 parent f3ede4b commit bccef64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ChainSharp/ChainSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2.0.4</Version>
<Version>2.0.5</Version>
<Authors>Theauxm,mark-keaton</Authors>
<PackageDescription>Railway Oriented .NET Programming</PackageDescription>
<RepositoryUrl>https://github.com/Theauxm/ChainSharp</RepositoryUrl>
<AssemblyName>Theauxm.ChainSharp</AssemblyName>
</PropertyGroup>

Expand Down

0 comments on commit bccef64

Please sign in to comment.