Skip to content

Commit 1cfc2f4

Browse files
committed
Removed unneeded verison info from .csproj
1 parent 22cf4e3 commit 1cfc2f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Terminal.Gui/Terminal.Gui.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<!-- Version numbers are automatically updated by gitversion when a release is released -->
1111
<!-- In the source tree the version will always be 1.0 for all projects. -->
1212
<!-- 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>
13+
<AssemblyVersion>1.0</AssemblyVersion>
14+
<FileVersion>1.0</FileVersion>
15+
<Version>1.0</Version>
16+
<InformationalVersion>1.0</InformationalVersion>
1717
</PropertyGroup>
1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />

0 commit comments

Comments
 (0)