chore: bump version to 1.2.8

This commit is contained in:
Anna 2023-10-03 03:12:51 -04:00
parent d1a47ecf76
commit 41e6144163
Signed by: anna
GPG Key ID: D0943384CD9F87D1
2 changed files with 9 additions and 9 deletions

View File

@ -5,7 +5,7 @@
<RootNamespace>BurntToast</RootNamespace>
<AssemblyName>BurntToast</AssemblyName>
<Nullable>enable</Nullable>
<Version>1.2.7</Version>
<Version>1.2.8</Version>
<LangVersion>latest</LangVersion>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
@ -36,8 +36,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.10"/>
<PackageReference Include="XivCommon" Version="7.0.0-alpha.1"/>
<PackageReference Include="DalamudPackager" Version="2.1.12" />
<PackageReference Include="XivCommon" Version="8.0.0" />
</ItemGroup>
</Project>

View File

@ -4,15 +4,15 @@
"net7.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[2.1.10, )",
"resolved": "2.1.10",
"contentHash": "S6NrvvOnLgT4GDdgwuKVJjbFo+8ZEj+JsEYk9ojjOR/MMfv1dIFpT8aRJQfI24rtDcw1uF+GnSSMN4WW1yt7fw=="
"requested": "[2.1.12, )",
"resolved": "2.1.12",
"contentHash": "Sc0PVxvgg4NQjcI8n10/VfUQBAS4O+Fw2pZrAqBdRMbthYGeogzu5+xmIGCGmsEZ/ukMOBuAqiNiB5qA3MRalg=="
},
"XivCommon": {
"type": "Direct",
"requested": "[7.0.0-alpha.1, )",
"resolved": "7.0.0-alpha.1",
"contentHash": "4Yy4Wg3bnI/g9BSEYAqOZALmVMJZS0wcP847VlUIThBqIS/47O6tw2BI84he4KuPSTfIsYOzrcz3vAia8+Pn3g=="
"requested": "[8.0.0, )",
"resolved": "8.0.0",
"contentHash": "cNi/S+xSa7hAuZNLJ23YfBCkW1hP6dys8H6ZbXxxysk5+7gNRAFxjEQlbQ3zcnbRlpRhNBEbTg6J+79SmU1qzA=="
}
}
}