File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Version >1.0.0</Version >
5
-
5
+
6
6
<TargetFramework >net35</TargetFramework >
7
7
<LangVersion >9</LangVersion >
8
8
<Nullable >enable</Nullable >
9
9
10
10
<PackageOutputPath >./nupkg</PackageOutputPath >
11
-
12
- <Authors >ash-hat </Authors >
11
+
12
+ <Authors >Stratum Team </Authors >
13
13
<PackageLicenseExpression >MIT</PackageLicenseExpression >
14
14
<PublishRepositoryUrl >true</PublishRepositoryUrl >
15
15
<Description >A lite stage and asset management framework, designed with Thunderstore in mind.</Description >
28
28
<PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
29
29
<ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
30
30
</PropertyGroup >
31
-
31
+
32
32
<PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
33
33
<DocumentationFile >bin\Release\net35\Stratum.xml</DocumentationFile >
34
34
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments