We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98215a6 + 1cfc2f4 commit 1197a28Copy full SHA for 1197a28
Terminal.Gui/Terminal.Gui.csproj
@@ -10,10 +10,10 @@
10
<!-- Version numbers are automatically updated by gitversion when a release is released -->
11
<!-- In the source tree the version will always be 1.0 for all projects. -->
12
<!-- Do not modify these. Do NOT commit after manually running `dotnet-gitversion /updateprojectfiles` -->
13
- <AssemblyVersion>1.11.0.0</AssemblyVersion>
14
- <FileVersion>1.11.0.0</FileVersion>
15
- <Version>1.11</Version>
16
- <InformationalVersion>1.11</InformationalVersion>
+ <AssemblyVersion>1.0</AssemblyVersion>
+ <FileVersion>1.0</FileVersion>
+ <Version>1.0</Version>
+ <InformationalVersion>1.0</InformationalVersion>
17
</PropertyGroup>
18
<ItemGroup>
19
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
0 commit comments