Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 875 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 875 Bytes

dotnet-maven-plugin

This plugin allows to modify .NET assembly version by following some conventions.

Build Status

codecov

Quick Start.

  <build>
    <plugins>
      <plugin>
        <groupId>com.github.ethiclab</groupId>
        <artifactId>dotnet-maven-plugin</artifactId>
        <version>1.1.0</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
  <pluginRepositories>
    <pluginRepository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
    </pluginRepository>
  </pluginRepositories>

TODO: Add examples of usage.