Skip to content

Commit

Permalink
更新 v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wherewhere committed Jun 29, 2024
1 parent 9b7d193 commit 513bc37
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ body:
label: NuGet package version
description: Specify the version of Mica For UWP you're using.
options:
- "Latest Source"
- "0.1.11"
- "0.1.10"
- "0.1.9"
- "0.1.8"
Expand Down
6 changes: 4 additions & 2 deletions MicaForUWP/MicaForUWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/wherewhere/Mica-For-UWP</RepositoryUrl>
<Title>Mica UWP - Use Mica without WinUI</Title>
<VersionPrefix>0.1.10</VersionPrefix>
<VersionPrefix>0.1.11</VersionPrefix>
<Description>A UWP Library that implement an easy way to use Mica material without WinUI.</Description>
</PropertyGroup>

Expand All @@ -33,6 +33,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/wherewhere/Mica-For-UWP/main/logo.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/wherewhere/Mica-For-UWP</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>https://github.com/wherewhere/Mica-For-UWP/releases</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>UWP;Mica;WinUI</PackageTags>
Expand All @@ -41,7 +42,7 @@

<PropertyGroup Condition="'$(FullTargets)' == 'true'">
<NuspecFile>MicaForUWP.nuspec</NuspecFile>
<NuspecProperties>id=$(AssemblyName);version=$(VersionPrefix);title=$(Title);authors=$(Authors);requireLicenseAcceptance=$(PackageRequireLicenseAcceptance);license=$(PackageLicenseExpression);icon=$(PackageIcon);projectUrl=$(PackageProjectUrl);iconUrl=$(PackageIconUrl);description=$(Description);releaseNotes=$(PackageReleaseNotes);copyright=$(Copyright);repositoryType=$(RepositoryType);repositoryUrl=$(PackageProjectUrl);repositoryCommit=$(RepositoryCommit);buildOutput=bin\$(Configuration)</NuspecProperties>
<NuspecProperties>id=$(AssemblyName);version=$(VersionPrefix);title=$(Title);authors=$(Authors);requireLicenseAcceptance=$(PackageRequireLicenseAcceptance);license=$(PackageLicenseExpression);icon=$(PackageIcon);readme=$(PackageReadmeFile);projectUrl=$(PackageProjectUrl);iconUrl=$(PackageIconUrl);description=$(Description);releaseNotes=$(PackageReleaseNotes);copyright=$(Copyright);repositoryType=$(RepositoryType);repositoryUrl=$(PackageProjectUrl);repositoryCommit=$(RepositoryCommit);buildOutput=bin\$(Configuration)</NuspecProperties>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -73,6 +74,7 @@

<ItemGroup>
<None Include="..\logo.png" Pack="true" PackagePath="\Icon.png" />
<None Include="..\README.md" Pack="True" PackagePath="\README.md"/>
<None Remove="MicaForUWP.nuspec" />
<None Remove="MicaForUWP.targets" />
</ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions MicaForUWP/MicaForUWP.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<requireLicenseAcceptance>$requireLicenseAcceptance$</requireLicenseAcceptance>
<license type="expression">$license$</license>
<icon>$icon$</icon>
<readme>$readme$</readme>
<projectUrl>$projectUrl$</projectUrl>
<iconUrl>$iconUrl$</iconUrl>
<description>$description$</description>
Expand All @@ -33,6 +34,7 @@
</metadata>
<files>
<file src="..\logo.png" target="Icon.png" />
<file src="..\README.md" target="README.md" />
<file src="MicaForUWP.targets" target="build\native\MicaForUWP.targets" />
<file src="$buildOutput$\native\MicaForUWP.*" target="lib\native\" />
<file src="$buildOutput$\netcoreapp3.1\MicaForUWP.*" target="lib\netcoreapp3.1\" />
Expand Down

0 comments on commit 513bc37

Please sign in to comment.