Skip to content

Commit

Permalink
chore: bump version to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-is-cute committed Nov 19, 2024
1 parent 36def9d commit 0aaa374
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
mkdir dalamud
cd dalamud
wget https://github.com/goatcorp/dalamud-distrib/raw/main/latest.zip
wget https://github.com/goatcorp/dalamud-distrib/raw/main/stg/latest.zip
unzip latest.zip
- name: Setup .NET
Expand Down
2 changes: 1 addition & 1 deletion DownloadTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@ private static IEnumerable<ModGroup> SplitGroups(IEnumerable<ModGroup> groups) {
}

private static IEnumerable<ModGroup> SplitGroup(ModGroup rawGroup) {
const int perGroup = 64;
const int perGroup = 32;

if (rawGroup is not StandardModGroup group) {
return [rawGroup];
Expand Down
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Fix default settings on IMC groups
- Update for API 11
- Add experimental option to use Recycle Bin
4 changes: 2 additions & 2 deletions heliosphere-plugin.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>2.3.3</Version>
<Version>2.3.4</Version>
<RootNamespace>Heliosphere</RootNamespace>
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down Expand Up @@ -59,7 +59,7 @@
<ItemGroup>
<PackageReference Include="BitFaster.Caching" Version="2.5.1"/>
<PackageReference Include="Blake3" Version="1.1.0"/>
<PackageReference Include="DalamudPackager" Version="2.1.13"/>
<PackageReference Include="DalamudPackager" Version="11.0.0"/>
<PackageReference Include="DequeNet" Version="1.0.2"/>
<PackageReference Include="Fody" Version="6.8.1">
<PrivateAssets>all</PrivateAssets>
Expand Down
6 changes: 3 additions & 3 deletions packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"DalamudPackager": {
"type": "Direct",
"requested": "[2.1.13, )",
"resolved": "2.1.13",
"contentHash": "rMN1omGe8536f4xLMvx9NwfvpAc9YFFfeXJ1t4P4PE6Gu8WCIoFliR1sh07hM+bfODmesk/dvMbji7vNI+B/pQ=="
"requested": "[11.0.0, )",
"resolved": "11.0.0",
"contentHash": "bjT7XUlhIJSmsE/O76b7weUX+evvGQctbQB8aKXt94o+oPWxHpCepxAGMs7Thow3AzCyqWs7cOpp9/2wcgRRQA=="
},
"DequeNet": {
"type": "Direct",
Expand Down

0 comments on commit 0aaa374

Please sign in to comment.