mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Bumped version; Updated OwlCore
This commit is contained in:
@@ -5,11 +5,12 @@
|
|||||||
<TargetFramework>net5.0-windows</TargetFramework>
|
<TargetFramework>net5.0-windows</TargetFramework>
|
||||||
<UseWPF>true</UseWPF>
|
<UseWPF>true</UseWPF>
|
||||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||||
<Version>2021.10.23.0</Version>
|
<Version>2021.11.14.0</Version>
|
||||||
<Authors>Joshua "Yoshi" Askharoun</Authors>
|
<Authors>Joshua "Yoshi" Askharoun</Authors>
|
||||||
<RepositoryUrl>https://github.com/ZuneDev/ZuneModdingHelper</RepositoryUrl>
|
<RepositoryUrl>https://github.com/ZuneDev/ZuneModdingHelper</RepositoryUrl>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
<Platforms>x64;x86</Platforms>
|
<Platforms>x64;x86</Platforms>
|
||||||
|
<LangVersion>latest</LangVersion>
|
||||||
<ApplicationIcon>ZMH_Icon.ico</ApplicationIcon>
|
<ApplicationIcon>ZMH_Icon.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
@@ -24,8 +25,9 @@
|
|||||||
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.4.0" />
|
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.4.0" />
|
||||||
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.4.0" />
|
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.4.0" />
|
||||||
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.37" />
|
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.37" />
|
||||||
<PackageReference Include="OwlCore" Version="0.0.31" />
|
<PackageReference Include="OwlCore" Version="0.0.33" />
|
||||||
<PackageReference Include="WindowsAPICodePack-Shell" Version="1.1.1" />
|
<PackageReference Include="WindowsAPICodePack-Shell" Version="1.1.1" />
|
||||||
|
<PackageReference Include="Syroot.Windows.IO.KnownFolders" Version="1.2.3" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user