Info
| Version: | 1.0.0 |
| Author(s): | Behzad Khosravifar |
| Last Update: | Thursday, October 13, 2016 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | http://xomorod.com |
| NuGet Url: | https://www.nuget.org/packages/AutoVersionUpdater |
Install
Install-Package AutoVersionUpdater
dotnet add package AutoVersionUpdater
paket add AutoVersionUpdater
AutoVersionUpdater Download (Unzip the "nupkg" after downloading)
Dependencies
- Clarius.TransformOnBuild-unofficial(>= 1.20.0)
Tags
Usually any .Net project have AssemblyInfo.cs in "Properties" directory.
So, this T4 run on every build of visual studio and increase version of this file.
for more informations: https://github.com/Behzadkhosravifar/AutoVersionUpdater.