Skip to content

Commit 7d89985

Browse files
authored
万圣节来力 (#20)
* doc * 万圣节! * 万万万圣圣圣节节节 * nuget.exe!!!!!! * up nuspec
1 parent b63aac3 commit 7d89985

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,4 +360,5 @@ MigrationBackup/
360360
.ionide/
361361

362362
# Fody - auto-generated XML schema
363-
FodyWeavers.xsd
363+
FodyWeavers.xsd
364+
/nuget.exe

Players/HintManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public IEnumerator<float> Update()
3333
string[] text = new string[36];
3434

3535
int used = 0;
36-
text[used] = $"YongAnFrame 1.0.0-Beta1";
36+
text[used] = $"YongAnFrame 1.0.0-Beta2";
3737

3838
if (fPlayer.ExPlayer.DoNotTrack && !fPlayer.IsBDNT)
3939
{

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
3232
//通过使用 "*",如下所示:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.0.0.9")]
35-
[assembly: AssemblyFileVersion("1.0.0.9")]
34+
[assembly: AssemblyVersion("1.0.0.10")]
35+
[assembly: AssemblyFileVersion("1.0.0.10")]

YongAnFrame.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
<None Include="README.md" />
136136
<None Include="YongAnFrame.nuspec" />
137137
</ItemGroup>
138-
<ItemGroup />
139138
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
140139
<PropertyGroup>
141140
<PostBuildEvent>

YongAnFrame.nuspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@
22
<package >
33
<metadata>
44
<id>$id$</id>
5-
<version>1.0.0-beta1</version>
5+
<version>1.0.0-beta2</version>
66
<title>$title$</title>
77
<authors>$author$</authors>
8-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
8+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
99
<license type="expression">LGPL-2.1-only</license>
1010
<!-- <icon>icon.png</icon> -->
11+
<readme>docs\README.md</readme>
1112
<projectUrl>https://github.com/YongAn404/YongAnFrame</projectUrl>
1213
<description>$description$</description>
1314
<releaseNotes>$version$</releaseNotes>
1415
<copyright>$copyright$</copyright>
1516
<tags>EXILED SCPSL</tags>
1617
</metadata>
1718
<files>
19+
<file src="README.md" target="docs\" />
1820
<file src="lib\net48\SCPSLAudioApi.dll" target="lib/net48/SCPSLAudioApi.dll" />
1921
</files>
2022
</package>

nuget.exe

-8.18 MB
Binary file not shown.

0 commit comments

Comments
 (0)