Info
| Version: | 1.1.0.26862 |
| Author(s): | Mechavian Inc. |
| Last Update: | Friday, September 26, 2014 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Mechavian/time-based-version |
| NuGet Url: | https://www.nuget.org/packages/time-based-version |
Install
Install-Package time-based-version
dotnet add package time-based-version
paket add time-based-version
time-based-version Download (Unzip the "nupkg" after downloading)
current date\time.
After installing this package you will need to open your
CSProj in a text editor and add the following project item:
<Compile Include="Properties\Version.cs">
<IsVersionInfo>True</IsVersionInfo>
<Major>1</Major>
<Minor>0</Minor>
<Namespace>$(RootNamespace)</Namespace>
</Compile>.