File tree Expand file tree Collapse file tree
Net_40/HandyControlDemo_Net_40 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11on : workflow_dispatch
22
33jobs :
4- build :
4+ push-to-myget :
55 runs-on : windows-latest
66 steps :
77 - name : checkout
1010 - name : setup nuget.exe
1111 uses : NuGet/setup-nuget@v1.0.5
1212
13- - name : build
13+ - name : build and push
1414 shell : pwsh
1515 run : |
1616 cd build
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <UseWPF >true</UseWPF >
4- <Version >3.1 .0.0</Version >
5- <FileVersion >3.1 .0.0</FileVersion >
6- <AssemblyVersion >3.1 .0.0</AssemblyVersion >
4+ <Version >3.2 .0.0</Version >
5+ <FileVersion >3.2 .0.0</FileVersion >
6+ <AssemblyVersion >3.2 .0.0</AssemblyVersion >
77 <LangVersion >latest</LangVersion >
88 <Copyright >Copyright © HandyOrg 2018-2021</Copyright >
99 <Authors >HandyOrg</Authors >
Original file line number Diff line number Diff line change 584584 move tr Langs
585585 move ca-Es Langs
586586 </PostBuildEvent >
587- <Copyright >Copyright © HandyOrg 2018-2021</Copyright >
588- <AssemblyVersion >3.1.0.0</AssemblyVersion >
589- <FileVersion >3.1.0.0</FileVersion >
590- <Version >3.1.0.0</Version >
591- <RepositoryUrl >https://github.com/HandyOrg/HandyControl</RepositoryUrl >
592587 <ApplicationManifest >..\..\Shared\HandyControlDemo_Shared\app.manifest</ApplicationManifest >
593588 </PropertyGroup >
594589</Project >
You can’t perform that action at this time.
0 commit comments