mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-28 00:38:00 +01:00
18 lines
722 B
XML
18 lines
722 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<!--
|
|
Uses this guidance: https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/versioning
|
|
Use major.minor.build.revision
|
|
Version
|
|
- Used for Nuget it shoudl be major.minor.build[-pre].revision where [-pre] indicates it's a pre-release.
|
|
- Changing Version will cause a new nuget package to get generated and published when 'master' is updated
|
|
AssemblyVersion & File Version are for the assembly.
|
|
-->
|
|
<Version>1.0.0-pre.1</Version>
|
|
<AssemblyVersion>1.0.0.1</AssemblyVersion>
|
|
<FileVersion>1.0.0.1</FileVersion>
|
|
<Authors>Miguel de Icaza, Charlie Kindel (@tig), @BDisp</Authors>
|
|
</PropertyGroup>
|
|
|
|
</Project> |