Skip to content

Commit ee5e805

Browse files
author
Ash
committed
fix author
1 parent 59a5c27 commit ee5e805

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Stratum/Stratum.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
<PropertyGroup>
44
<Version>1.0.0</Version>
5-
5+
66
<TargetFramework>net35</TargetFramework>
77
<LangVersion>9</LangVersion>
88
<Nullable>enable</Nullable>
99

1010
<PackageOutputPath>./nupkg</PackageOutputPath>
11-
12-
<Authors>ash-hat</Authors>
11+
12+
<Authors>Stratum Team</Authors>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1515
<Description>A lite stage and asset management framework, designed with Thunderstore in mind.</Description>
@@ -28,7 +28,7 @@
2828
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
2929
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
3030
</PropertyGroup>
31-
31+
3232
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
3333
<DocumentationFile>bin\Release\net35\Stratum.xml</DocumentationFile>
3434
</PropertyGroup>

0 commit comments

Comments
 (0)