Update company/copyright + add new lines to .vscode files

This commit is contained in:
Luke 2021-11-27 17:58:38 +10:00
parent e75e0e8bab
commit 19fd47c8e2
3 changed files with 4 additions and 4 deletions

2
.vscode/launch.json vendored
View file

@ -21,4 +21,4 @@
"request": "attach"
}
]
}
}

2
.vscode/tasks.json vendored
View file

@ -14,4 +14,4 @@
"problemMatcher": "$msCompile"
}
]
}
}

View file

@ -24,9 +24,9 @@
<AssemblyVersion>4.5.7</AssemblyVersion>
<FileVersion>4.5.7</FileVersion>
<AssemblyTitle>TShock for Terraria</AssemblyTitle>
<Company>Re-Logic, Pryaxis &amp; TShock Contributors</Company>
<Company>Pryaxis &amp; TShock Contributors</Company>
<Product>TShockAPI</Product>
<Copyright>Copyright © Re-Logic, Pryaxis &amp; TShock Contributors 2011-2021</Copyright>
<Copyright>Copyright © Pryaxis &amp; TShock Contributors 2011-2021</Copyright>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>