Skip to content

Commit 2a2b587

Browse files
committed
Update dotnet-desktop.yml and AssemblyInfo to correct project paths and versioning
1 parent cfdc1a2 commit 2a2b587

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616

1717
env:
1818
Solution_Name: TTSBroswer.sln
19-
Test_Project_Path: TTSBroswer.TTSBroswer/TTSBroswer.TTSBroswer.csproj
19+
Test_Project_Path: TTSBroswer.TTSBroswer/TTSBroswer.sln
2020
Wap_Project_Directory: TTSBroswer.TTSBroswer
21-
Wap_Project_Path: TTSBroswer.TTSBroswer/TTSBroswer.TTSBroswer.wapproj
21+
Wap_Project_Path: TTSBroswer.TTSBroswer/TTSBroswer.sln
2222
BASE64_PFX: ${{ secrets.BASE64_PFX }}
2323

2424
steps:

TTSBroswer/TTSBroswer/obj/Debug/net8.0-windows/TTSBroswer.AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: System.Reflection.AssemblyCompanyAttribute("TTSBroswer v1 Full")]
1414
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
1515
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+478d3276da79d923f1778d196985ae025ad4c0cd")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfdc1a281ad7cada68bf1fde9cd12ecb89d9eb41")]
1717
[assembly: System.Reflection.AssemblyProductAttribute("TTSBroswer v1 Full")]
1818
[assembly: System.Reflection.AssemblyTitleAttribute("TTSBroswer v1 Full")]
1919
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

0 commit comments

Comments
 (0)