Skip to content

Commit b14c487

Browse files
committed
Update AssemblyInfo
1 parent f26e5ca commit b14c487

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

SWBF2Admin/SWBF2Admin.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<TargetFramework>net8.0</TargetFramework>
44
<OutputType>Exe</OutputType>
55
<GenerateAssemblyInfo>True</GenerateAssemblyInfo>
6+
<NeutralLanguage>en-US</NeutralLanguage>
67
</PropertyGroup>
78
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
89
<OutputPath>bin\x64\Debug\</OutputPath>
@@ -47,10 +48,10 @@
4748
<PostBuildEvent>REM xcopy "$(SolutionDir)DebugFiles" "$(TargetDir)" /S /D</PostBuildEvent>
4849
<AssemblyTitle>SWBF2Admin</AssemblyTitle>
4950
<Description>SWBF2 server manager</Description>
50-
<Company>LeKeks, Yoni, AsLan</Company>
51+
<Company>SWBF2Admin Contributors</Company>
5152
<Product>SWBF2Admin</Product>
5253
<Copyright>Copyright © 2017-2019 Jan Weigelt</Copyright>
53-
<AssemblyVersion>1.2.0.0</AssemblyVersion>
54-
<FileVersion>1.2.0.0</FileVersion>
54+
<AssemblyVersion>1.3.0.0</AssemblyVersion>
55+
<FileVersion>1.3.0.0</FileVersion>
5556
</PropertyGroup>
5657
</Project>

0 commit comments

Comments
 (0)