File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 if : github.event_name == 'push'
3131 run : |
3232 if ( "${{github.ref}}" -match "^refs/tags/[0-9]+\.[0-9]+\.[0-9]+$" ) {
33- dotnet nuget push Raptorious.SharpMt940Lib\bin\Release\*.nupkg -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json
33+ dotnet nuget push Raptorious.SharpMt940Lib\bin\Release\*.nupkg -s nuget.org - k ${{secrets.NUGET_TOKEN}}
3434 } else {
3535 echo "publish is only enabled by tagging with a release tag"
3636 }
Original file line number Diff line number Diff line change 77 <PackageId >SharpMt940Lib.Core</PackageId >
88 <Title >SharpMt940Lib.Core</Title >
99 <Product >SharpMt940Lib.Core</Product >
10- <Version >1.0.1 </Version >
11- <PackageVersion >1.0.1 </PackageVersion >
12- <AssemblyVersion >1.0.1 </AssemblyVersion >
10+ <Version >1.0.2 </Version >
11+ <PackageVersion >1.0.2 </PackageVersion >
12+ <AssemblyVersion >1.0.2 </AssemblyVersion >
1313 <Authors >Mohammad Javad Ebrahimi</Authors >
1414 <Company >Mohammad Javad Ebrahimi</Company >
1515 <Copyright >Copyright © Mohammad Javad Ebrahimi 2019</Copyright >
2424 <GeneratePackageOnBuild Condition =" '$(Configuration)'=='Release'" >true</GeneratePackageOnBuild >
2525 <GenerateDocumentationFile >true</GenerateDocumentationFile >
2626 <PackageIcon >MT940.jpg</PackageIcon >
27+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
28+ <DebugSymbols >true</DebugSymbols >
29+ <IncludeSymbols >true</IncludeSymbols >
30+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2731 </PropertyGroup >
2832
2933 <ItemGroup >
You can’t perform that action at this time.
0 commit comments