Skip to content

Commit ad072d5

Browse files
committed
更新许可、更新版本至 0.0.2.0
1 parent 3633aac commit ad072d5

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

DotVast.HashTool.WinUI/Package.Dev.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Identity
1313
Name="DotVast.HashTool.WinUI.Dev"
1414
Publisher="CN=Kiyan Yang"
15-
Version="0.0.1.0" />
15+
Version="0.0.2.0" />
1616

1717
<Properties>
1818
<DisplayName>HashTool.Dev</DisplayName>

DotVast.HashTool.WinUI/Package.appxmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22

33
<Package
44
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
@@ -12,7 +12,7 @@
1212
<Identity
1313
Name="DotVast.HashTool.WinUI"
1414
Publisher="CN=Kiyan Yang"
15-
Version="0.0.1.0" />
15+
Version="0.0.2.0" />
1616

1717
<Properties>
1818
<DisplayName>HashTool</DisplayName>

DotVast.HashTool.WinUI/ViewModels/LicensesViewModel.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ public LicenseInfo[] Licenses
1010
} = new LicenseInfo[]
1111
{
1212
new("CommunityToolkit.MVVM", License.MIT, "https://licenses.nuget.org/MIT"),
13+
new("CommunityToolkit.WinUI.UI", License.MIT, "https://licenses.nuget.org/MIT"),
14+
new("CommunityToolkit.WinUI.UI.Behaviors", License.MIT, "https://licenses.nuget.org/MIT"),
1315
new("HashLib4CSharp", License.MIT, "https://www.nuget.org/packages/HashLib4CSharp/1.5.0/license"),
1416
new("Microsoft.Extensions.Hosting", License.MIT, "https://licenses.nuget.org/MIT"),
1517
new("Microsoft.WindowsAppSDK", License.Unknown, "https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.1.5/license"),
16-
new("Microsoft.Xaml.Behaviors.WinUI.Managed", License.MIT, "https://licenses.nuget.org/MIT"),
1718
new("Serilog.Extensions.Hosting", License.Apache_2_0, "https://licenses.nuget.org/Apache-2.0"),
1819
new("Serilog.Sinks.File", License.Apache_2_0, "https://licenses.nuget.org/Apache-2.0"),
1920
new("WinUIEx", License.Apache_2_0, "https://licenses.nuget.org/Apache-2.0"),

DotVast.Toolkit.StringResource.SourceGenerator/DotVast.Toolkit.StringResource.SourceGenerator.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.3.0" PrivateAssets="all" />
14+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.3.1" PrivateAssets="all" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)