semantic-release-plugin-csproj

1.0.1 • Public • Published

semantic-release-plugin-csproj

.NET Core plugin for semantic-release

Example .releaserc.json

{
  "branch": "master",
  "plugins": [
    "@semantic-release/release-notes-generator",
    ["semantic-release-plugin-csproj", {
      "projectFile": "someProject.csproj"
    }],
    "@semantic-release/changelog",
    ["@semantic-release/git", {
      "assets": ["CHANGELOG.md", "**/*.csproj"]
    }]
  ]
}

/semantic-release-plugin-csproj/

    Package Sidebar

    Install

    npm i semantic-release-plugin-csproj

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    3.67 kB

    Total Files

    6

    Last publish

    Collaborators

    • dszymon