chore: bump version to 1.6.1

This commit is contained in:
Anna 2021-12-06 20:58:48 -05:00
parent 6f7070ae18
commit 6562b1898d
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
1 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework> <TargetFramework>net5.0-windows</TargetFramework>
<Version>1.6.0</Version> <Version>1.6.1</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly> <ProduceReferenceAssembly>false</ProduceReferenceAssembly>
@ -53,26 +53,26 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="DalamudLinter" <PackageReference Include="DalamudLinter"
Version="1.0.3" /> Version="1.0.3"/>
<PackageReference Include="DalamudPackager" <PackageReference Include="DalamudPackager"
Version="2.1.5" /> Version="2.1.5"/>
<PackageReference Include="Fody" <PackageReference Include="Fody"
Version="6.6.0" Version="6.6.0"
PrivateAssets="all" /> PrivateAssets="all"/>
<PackageReference Include="Resourcer.Fody" <PackageReference Include="Resourcer.Fody"
Version="1.8.0" Version="1.8.0"
PrivateAssets="all" /> PrivateAssets="all"/>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="..\icon.png" <Content Include="..\icon.png"
Link="images/icon.png" Link="images/icon.png"
CopyToOutputDirectory="PreserveNewest" CopyToOutputDirectory="PreserveNewest"
Visible="false" /> Visible="false"/>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="help.txt" /> <EmbeddedResource Include="help.txt"/>
</ItemGroup> </ItemGroup>
</Project> </Project>