You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create and update release draft on master branch builds (#95)
- Add a note to direct users to blockcore-node
- Make sure that anyone looking into Blockcore that the best starting point is our blockcore-node repository.
- Update build actions
- Skip integration tests for PR and MASTER builds.
- Schedule a nightly integration test build.
- Remove an invalid test SDK assembly from the core project.
- Add script to get version.
- Add package.json with repo information.
- Add icon and other information to the NuGet packages.
- Drop the Restore and Build steps, don't need those.
- Use folder for release action
- Improvement for description on NuGet package.
sed -i 's,</IsPackable>,</IsPackable>\n\t<RepositoryType>git</RepositoryType>\n\t<RepositoryUrl>git://github.com/${{github.repository}}</RepositoryUrl>,g' $file
# sed -i 's,</IsPackable>,</IsPackable>\n\t<RepositoryType>git</RepositoryType>\n\t<RepositoryUrl>git://github.com/${{github.repository}}</RepositoryUrl>,g' $file
sed -i 's,</IsPackable>,</IsPackable>\n\t<RepositoryType>git</RepositoryType>\n\t<RepositoryUrl>git://github.com/${{github.repository}}</RepositoryUrl>,g' $file
# sed -i 's,</IsPackable>,</IsPackable>\n\t<RepositoryType>git</RepositoryType>\n\t<RepositoryUrl>git://github.com/${{github.repository}}</RepositoryUrl>,g' $file
Copy file name to clipboardExpand all lines: src/Blockcore/Blockcore.csproj
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,14 @@
2
2
3
3
<PropertyGroup>
4
4
<AssemblyTitle>Blockcore</AssemblyTitle>
5
+
<Description>The Blockcore node software is a full consensus validating node software that runs a blockchain protocol. It is compatible with Bitcoin and utilized by other blockchains at the primary full node.</Description>
0 commit comments