summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-05-27 22:48:43 +0200
committerSophia Pearson <codergal89@gmail.com>2022-05-27 22:48:43 +0200
commitd1118dc7d1b2fbb5efd67f06cef5a1fee392ba00 (patch)
treef469ff3247685f194d54db20b17c25bf3ae331df
parentdb68f34627dd190cc1f198c5f95edd8edf3c8ddd (diff)
downloadtexty-d1118dc7d1b2fbb5efd67f06cef5a1fee392ba00.tar.xz
texty-d1118dc7d1b2fbb5efd67f06cef5a1fee392ba00.zip
dll: update assembly information
-rw-r--r--Texty.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/Texty.csproj b/Texty.csproj
index 9d10a0b..b77cca4 100644
--- a/Texty.csproj
+++ b/Texty.csproj
@@ -2,6 +2,10 @@
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<LangVersion>8</LangVersion>
+ <Company>Sophia Pearson</Company>
+ <AssemblyVersion>1.0.0</AssemblyVersion>
+ <IsPackable>false</IsPackable>
+ <NeutralLanguage>en-US</NeutralLanguage>
</PropertyGroup>
<ItemGroup>
<Compile Remove="ScriptTemplates\**" />