Compare commits

...

2 Commits

Author SHA1 Message Date
Anna 1faa27e558
chore: bump version to 1.7.12 2022-08-27 17:09:38 -04:00
Anna f44e4a5c1b
fix: bump XivCommon version 2022-08-27 17:09:27 -04:00
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6-windows</TargetFramework>
<RootNamespace>PeepingTom</RootNamespace>
<Version>1.7.11</Version>
<Version>1.7.12</Version>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<AssemblyName>PeepingTom</AssemblyName>
@ -56,7 +56,7 @@
<PackageReference Include="NAudio.Core" Version="2.1.0"/>
<PackageReference Include="NAudio.Wasapi" Version="2.1.0"/>
<PackageReference Include="Resourcer.Fody" Version="1.8.0" PrivateAssets="all"/>
<PackageReference Include="XivCommon" Version="6.0.1"/>
<PackageReference Include="XivCommon" Version="6.0.2"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Peeping Tom.Ipc\Peeping Tom.Ipc.csproj"/>

View File

@ -41,9 +41,9 @@
},
"XivCommon": {
"type": "Direct",
"requested": "[6.0.1, )",
"resolved": "6.0.1",
"contentHash": "X58/iHscbwzF9JziooBKYE4S0XDYuGYI7Eg5Er1LhdQSjGwMLes0whRdKtH591wIhefFiS5G14W6EEL3Qt76wg=="
"requested": "[6.0.2, )",
"resolved": "6.0.2",
"contentHash": "C/GnQ61iO0yEpf8LPixU3tCThar1MWUiBkO8gdZHNtVskg8AvFeuIxk7Zmkf2yeAJ0drR/KOTdSS7GpbsgmoaQ=="
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",