Skip to content

Commit

Permalink
更新 v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wherewhere committed Jul 18, 2023
1 parent 662fa5b commit 801e52c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ body:
label: NuGet package version
description: Specify the version of Mica For UWP you're using.
options:
- "0.1.10"
- "0.1.9"
- "0.1.8"
- "0.0.7"
Expand Down
2 changes: 1 addition & 1 deletion MicaForUWP/MicaForUWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<TargetFramework Condition="'$(FullTargets)' != 'true'">uap10.0</TargetFramework>
<TargetFrameworks Condition="'$(FullTargets)' == 'true'">native;netcoreapp3.1;uap10.0;uap10.0.15138.0</TargetFrameworks>
<Title>Mica UWP - Use Mica without WinUI</Title>
<VersionPrefix>0.1.9</VersionPrefix>
<VersionPrefix>0.1.10</VersionPrefix>
<Description>A UWP Library that implement an easy way to use Mica material without WinUI.</Description>
</PropertyGroup>

Expand Down
6 changes: 1 addition & 5 deletions MicaForUWP/MicaForUWP.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@
<dependency id="Microsoft.Windows.SDK.Contracts" version="10.0.22621.755" exclude="Build,Analyzers" />
<dependency id="Win2D.uwp" version="1.26.0" exclude="Build,Analyzers" />
</group>
<!--
<group targetFramework="net6.0-windows10.0.22621">
<dependency id="Dongle.WindowsSDK.NET" version="10.0.22621.756" exclude="Build,Analyzers" />
<dependency id="Microsoft.Windows.CsWinRT" version="2.0.3" exclude="Build,Analyzers" />
<dependency id="Win2D.uwp" version="1.26.0" exclude="Build,Analyzers" />
</group>
-->
<group targetFramework="UAP10.0.15138">
<dependency id="Win2D.uwp" version="1.26.0" exclude="Build,Analyzers" />
</group>
Expand All @@ -42,9 +40,7 @@
<file src="..\logo.png" target="Icon.png" />
<file src="MicaForUWP.targets" target="build\native\MicaForUWP.targets" />
<file src="$buildOutput$\native\MicaForUWP.*" target="lib\native\" />
<!--
<file src="$buildOutput$\net6.0-windows10.0.22621.0\MicaForUWP.*" target="lib\net6.0-windows10.0.22621.0\" />
-->
<file src="$buildOutput$\net6.0-windows10.0.22621.0\MicaForUWP.*" target="lib\net6.0-windows10.0.22621\" />
<file src="$buildOutput$\netcoreapp3.1\MicaForUWP.*" target="lib\netcoreapp3.1\" />
<file src="$buildOutput$\uap10.0\MicaForUWP.*" target="lib\uap10.0\" />
<file src="$buildOutput$\uap10.0.15138.0\MicaForUWP.*" target="lib\uap10.0.15138\" />
Expand Down

0 comments on commit 801e52c

Please sign in to comment.