|
@@ -10,10 +10,10 @@
|
|
|
<!-- Version numbers are automatically updated by gitversion when a release is released -->
|
|
|
<!-- In the source tree the version will always be 1.0 for all projects. -->
|
|
|
<!-- Do not modify these. Do NOT commit after manually running `dotnet-gitversion /updateprojectfiles` -->
|
|
|
- <AssemblyVersion>1.13.7.0</AssemblyVersion>
|
|
|
- <FileVersion>1.13.7.0</FileVersion>
|
|
|
- <InformationalVersion>1.13.7-pre.60+Branch.develop.Sha.9b94dfcbb0adb042177b602e7fca383fb1600b57</InformationalVersion>
|
|
|
- <Version>1.13.7-pre0060</Version>
|
|
|
+ <AssemblyVersion>1.13.6.0</AssemblyVersion>
|
|
|
+ <FileVersion>1.13.6.0</FileVersion>
|
|
|
+ <InformationalVersion>1.13.6-pre.2+Branch.develop.Sha.90208d6577b9d34bf0c4e9057b4227297bc9118d</InformationalVersion>
|
|
|
+ <Version>1.13.6-pre0002</Version>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<PackageReference Include="NStack.Core" Version="1.0.7" />
|
|
@@ -59,8 +59,9 @@
|
|
|
<AssemblyName>Terminal.Gui</AssemblyName>
|
|
|
<DocumentationFile>bin\Release\Terminal.Gui.xml</DocumentationFile>
|
|
|
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
|
|
|
- <!--<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>-->
|
|
|
+ <GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Debug' ">true</GeneratePackageOnBuild>
|
|
|
<PackageId>Terminal.Gui</PackageId>
|
|
|
+ <PackageVersion>$(PackageVersion)</PackageVersion>
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
|
<PackageProjectUrl>https://github.com/gui-cs/Terminal.Gui/</PackageProjectUrl>
|
|
|
<RepositoryUrl>https://github.com/gui-cs/Terminal.Gui.git</RepositoryUrl>
|