...
Note, that per-project filtering can be disabled via plugin settings.
.NET specific features
...
AssemblyInfo patcher
In .NET world to set a build number to an assembly, you need to patch AssemblyInfo.cs
files. New build feature simplifies this procedure. Just specify version format and the rest will be done automatically.
Learn more
...