Skip to content

Commit

Permalink
fix author
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash committed Jul 28, 2021
1 parent 59a5c27 commit ee5e805
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Stratum/Stratum.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<Version>1.0.0</Version>

<TargetFramework>net35</TargetFramework>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>

<PackageOutputPath>./nupkg</PackageOutputPath>
<Authors>ash-hat</Authors>

<Authors>Stratum Team</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<Description>A lite stage and asset management framework, designed with Thunderstore in mind.</Description>
Expand All @@ -28,7 +28,7 @@
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DocumentationFile>bin\Release\net35\Stratum.xml</DocumentationFile>
</PropertyGroup>
Expand Down

0 comments on commit ee5e805

Please sign in to comment.