Skip to content

Commit

Permalink
Merge pull request UnderminersTeam#1540 from Miepee/removeassemblyinfo
Browse files Browse the repository at this point in the history
Remove obsolete configuration tools
  • Loading branch information
colinator27 authored Dec 21, 2023
2 parents d43e97a + dde90ad commit 6201498
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 108 deletions.
36 changes: 0 additions & 36 deletions UndertaleModLib/Properties/AssemblyInfo.cs

This file was deleted.

8 changes: 6 additions & 2 deletions UndertaleModLib/UndertaleModLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<!-- TODO: this should properly get migrated and get rid of -->
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<!-- AssemblyInfo -->
<AssemblyTitle>UndertaleModLib</AssemblyTitle>
<ProductName>UndertaleModLib</ProductName>
<Copyright>Copyright © 2018-2023, licensed under GPLv3</Copyright>
<AssemblyVersion>0.5.1.0</AssemblyVersion>
<FileVersion>0.5.1.0</FileVersion>
<DebugType>embedded</DebugType>
<Platforms>AnyCPU;x64</Platforms>
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
Expand Down
23 changes: 0 additions & 23 deletions UndertaleModTests/Properties/AssemblyInfo.cs

This file was deleted.

47 changes: 0 additions & 47 deletions UndertaleModTests/app.config

This file was deleted.

0 comments on commit 6201498

Please sign in to comment.