diff options
| -rw-r--r-- | Texty.csproj | 4 |
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\**" /> |
