-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support Dotnet packages #1018
Comments
Just to double check you just want to be able to increment the version number specified in the |
yes excatly |
Looks like the answer is to create a module within crates/knope-versioning/src/ Will investigate further to see if I'm able to assist |
Further onto the above, it looks as though there isn't an xml parser. Suggesting we use https://crates.io/crates/serde-xml-rs to be inline with the other parsers in the |
I wanted to use knope for all packages i publish, i currently publish nodejs, python, and dotnet packages and it doesn't support dotnet, it would be great to add support for dotnet packages, dotnet packages handle
[packageName].csproj
it is an xml file with structure defined here https://learn.microsoft.com/en-us/aspnet/web-forms/overview/deployment/web-deployment-in-the-enterprise/understanding-the-project-filefor a simple package the file will look like this
The text was updated successfully, but these errors were encountered: