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
* Update TinCanTests to .net6
Update TinCanTests to .net6
* Enabled test cases in release
* Update TinCan version
* Update README.md related to new GitHub action
Update README.md related to new GitHub action
In Tincan.csproj file change the version number to the new release version.
39
+
Merge the pull request with your changes.
40
+
Using GitHub desktop create tag with release version on your merge commit and push the tag.
41
+
Then create release with new tag on GitHub website and publish.
42
+
GitHub action will automatically trigger a new release which will push the Nuget package to that Nuget feed.
43
+
Note that we have nuget API token saved in GitHub repositories secrets which is valid for 1 year and should renew after expiry for GitHub action to work.
44
+
To generate new token if expires please contact Mayur or transfer the release to new Nuget feed.
45
+
36
46
# Installation
37
47
38
48
Include the TinCan folder in your project and reference the project.
0 commit comments