-
Notifications
You must be signed in to change notification settings - Fork 4
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
how version is created #87
Comments
Once you push a tag it creates the version automatically. We can change it in the workflows |
i meant in the project file |
Hi @asulwer, need more information on this requirement, do you wish to use the project version below and append the build date as the package version? |
@samabos i have a solution to this, just have not implemented it yet. i created a separate project which sets the version number automatically.
|
You don’t need to create a side project just to handle versioning in GitHub Actions for your .csproj and NuGet package. You can integrate versioning directly into your existing project by updating the .csproj file dynamically during your CI/CD pipeline. actually its already like that, check the pipeline we could remove the version from the csproj if needed |
@RenanCarlosPereira another project of mine, not on github, i use a separate project to adjust the version number. i provided the code here from that project |
@RenanCarlosPereira
the version is created manually. i would like to change how it is generated. example 7.0.(build date)
The text was updated successfully, but these errors were encountered: