We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92743ac commit e3aa3a5Copy full SHA for e3aa3a5
1 file changed
OTAPI.Patcher/OTAPI.Patcher.csproj
@@ -3,11 +3,11 @@
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<TargetFramework>net9.0</TargetFramework>
6
- <Version>3.3.1</Version>
+ <Version>3.3.2</Version>
7
<PreserveCompilationContext>true</PreserveCompilationContext>
8
<RuntimeIdentifiers>win;osx;linux;</RuntimeIdentifiers>
9
<Nullable>enable</Nullable>
10
- <PackageReleaseNotes>Terraria 1.4.5.0 on .NET9</PackageReleaseNotes>
+ <PackageReleaseNotes>Terraria 1.4.5.1 on .NET9</PackageReleaseNotes>
11
</PropertyGroup>
12
<ItemGroup>
13
<PackageReference Include="ModFramework.Modules.ClearScript" Version="1.1.15" />
0 commit comments