Skip to content

Commit 87ffd3e

Browse files
committed
chore: 更新至 0.7.3
1 parent d6caf08 commit 87ffd3e

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<ImplicitUsings>enable</ImplicitUsings>
44
<Nullable>enable</Nullable>
5-
<Version>0.7.2</Version>
5+
<Version>0.7.3</Version>
66

77
<DefineConstants Condition="'$(GITHUB_ACTIONS)' == 'true'">$(DefineConstants);GITHUB_ACTIONS</DefineConstants>
88
<DefineConstants Condition="'$(DotVast_CIRelease)' == 'true'">$(DefineConstants);DotVast_CIRelease</DefineConstants>

src/DotVast.HashTool.WinUI.sln

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ VisualStudioVersion = 17.3.32825.248
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA0BC8C7-FAFF-439E-A782-F079001D60BF}"
77
ProjectSection(SolutionItems) = preProject
8-
.vsconfig = .vsconfig
98
Directory.Build.props = Directory.Build.props
109
Directory.Build.targets = Directory.Build.targets
1110
Settings.XamlStyler = Settings.XamlStyler

src/DotVast.HashTool.WinUI/Package.Dev.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Identity
1717
Name="DotVast.HashTool.WinUI.Dev"
1818
Publisher="CN=Kiyan Yang"
19-
Version="0.7.2.0" />
19+
Version="0.7.3.0" />
2020

2121
<mp:PhoneIdentity PhoneProductId="1C12916D-8A93-49C5-9DA1-E8AD503C0EAF" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
2222

src/DotVast.HashTool.WinUI/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Identity
1717
Name="DotVast.HashTool.WinUI"
1818
Publisher="CN=Kiyan Yang"
19-
Version="0.7.2.0" />
19+
Version="0.7.3.0" />
2020

2121
<mp:PhoneIdentity PhoneProductId="A67268F6-D87B-4B1A-9F20-4C89484663C4" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
2222

0 commit comments

Comments
 (0)