Skip to content

Commit

Permalink
万圣节来力 (#20)
Browse files Browse the repository at this point in the history
* doc
* 万圣节!
* 万万万圣圣圣节节节
* nuget.exe!!!!!!
* up nuspec
  • Loading branch information
YongAn404 authored Oct 25, 2024
1 parent b63aac3 commit 7d89985
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,5 @@ MigrationBackup/
.ionide/

# Fody - auto-generated XML schema
FodyWeavers.xsd
FodyWeavers.xsd
/nuget.exe
2 changes: 1 addition & 1 deletion Players/HintManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public IEnumerator<float> Update()
string[] text = new string[36];

int used = 0;
text[used] = $"YongAnFrame 1.0.0-Beta1";
text[used] = $"YongAnFrame 1.0.0-Beta2";

if (fPlayer.ExPlayer.DoNotTrack && !fPlayer.IsBDNT)
{
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.9")]
[assembly: AssemblyFileVersion("1.0.0.9")]
[assembly: AssemblyVersion("1.0.0.10")]
[assembly: AssemblyFileVersion("1.0.0.10")]
1 change: 0 additions & 1 deletion YongAnFrame.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
<None Include="README.md" />
<None Include="YongAnFrame.nuspec" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
Expand Down
6 changes: 4 additions & 2 deletions YongAnFrame.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@
<package >
<metadata>
<id>$id$</id>
<version>1.0.0-beta1</version>
<version>1.0.0-beta2</version>
<title>$title$</title>
<authors>$author$</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">LGPL-2.1-only</license>
<!-- <icon>icon.png</icon> -->
<readme>docs\README.md</readme>
<projectUrl>https://github.com/YongAn404/YongAnFrame</projectUrl>
<description>$description$</description>
<releaseNotes>$version$</releaseNotes>
<copyright>$copyright$</copyright>
<tags>EXILED SCPSL</tags>
</metadata>
<files>
<file src="README.md" target="docs\" />
<file src="lib\net48\SCPSLAudioApi.dll" target="lib/net48/SCPSLAudioApi.dll" />
</files>
</package>
Binary file removed nuget.exe
Binary file not shown.

0 comments on commit 7d89985

Please sign in to comment.