Skip to content

Conversation

@cschuchardt88
Copy link
Member

@cschuchardt88 cschuchardt88 commented Dec 17, 2025

Description

Configuration the repo and project files for easy organization (based off the same way we had with neo repo).

Also added back the pretty styling for on the nuget.org site

Nuget styling

image

Change Log

  • Add File ./neo/neo.png
  • Add File ./neo/README.md
  • Add File .gitattributes
  • Modified File .gitignore
  • Modified File plugins\Directory.Build.props

Fixes # (issue)

Type of change

  • Optimization (the change is only an optimization)
  • Style (the change is only a code style for better maintenance or standard purpose)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • Unit Testing
  • Run Application
  • Local Computer Tests
  • No Testing

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@erikzhang
Copy link
Member

However, there is currently no package that need to be published to NuGet.

@cschuchardt88
Copy link
Member Author

cschuchardt88 commented Dec 17, 2025

@erikzhang

However, there is currently no package that need to be published to NuGet.

image

All the plugins and Neo.ConsoleService

With the plugins on nuget its will be easier to use, replace and management the below problem now that we are using multiply repos.

"Plugins": {
"DownloadUrl": "https://api.github.com/repos/neo-project/neo/releases"
}

@erikzhang
Copy link
Member

With the plugins on nuget its will be easier to use

I think NuGet packages are for development. I don't see how it makes the plugins easier to use.

@cschuchardt88
Copy link
Member Author

"Plugins": {
"DownloadUrl": "https://api.github.com/repos/neo-project/neo/releases"
}

The above code for the config.json file automatically downloads the files from that URL. But can switch the URL to use nuget site to download the plugins for neo-cli.

@erikzhang
Copy link
Member

Is it possible to automatically publish the plugin's DLLs to GitHub Releases instead of NuGet using GitHub Actions?

@cschuchardt88
Copy link
Member Author

cschuchardt88 commented Dec 18, 2025

Is it possible to automatically publish the plugin's DLLs to GitHub Releases instead of NuGet using GitHub Actions?

Yes, Before n4 development I had some PR to Automate the process

See - neo-project/neo#4181 - I will be porting to this repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants