Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: standardize project descriptions for publish packages #217

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bindings/csharp/csharp_code/EthKZG.bindings/EthKZG.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PropertyGroup>
<Authors>Kevaundray Wedderburn</Authors>
<Copyright>Kevaundray Wedderburn</Copyright>
<Description>C# Bindings for KZG functionality that Ethereum needs for Data Availability Sampling</Description>
<Description>A library that implements the cryptography needed for the Data Availability Sampling scheme used in Ethereum</Description>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<PackageId>EthKZG.Bindings</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion bindings/nim/nim_code/nim_eth_kzg.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.3.0"
# x-release-please-end

author = "Kevaundray Wedderburn"
description = "KZG bindings for DAS functionality"
description = "A library that implements the cryptography needed for the Data Availability Sampling scheme used in Ethereum"
license = "MIT"

import nim_eth_kzg/build_utils
Expand Down
Loading