File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 - name : Test .net core 7.0
4141 run : dotnet test DynamicExpresso.sln --no-build --no-restore -c Release /p:Version=${{steps.calc_version.outputs.PROJECT_VERSION}} --verbosity normal -f net7.0
4242 - name : Setup nuget sources
43- run : dotnet nuget add source --name github "https://nuget.pkg.github.com/davideicardi /index.json"
43+ run : dotnet nuget add source --name github "https://nuget.pkg.github.com/dynamicexpresso /index.json"
4444 - name : Pack
4545 run : dotnet pack DynamicExpresso.sln --no-build --no-restore -c Release /p:Version=${{steps.calc_version.outputs.PROJECT_VERSION}} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
4646 - name : Publish to github
Original file line number Diff line number Diff line change 11using System . Reflection ;
22using System . Runtime . InteropServices ;
33
4- [ assembly: AssemblyCompany ( "Davide Icardi " ) ]
4+ [ assembly: AssemblyCompany ( "Dynamic Expresso " ) ]
55[ assembly: AssemblyProduct ( "Dynamic Expresso" ) ]
6- [ assembly: AssemblyDescription ( "C# expression interpreter/evaluator. See https://github.com/davideicardi /DynamicExpresso." ) ]
7- [ assembly: AssemblyCopyright ( "Copyright © Davide Icardi 2015" ) ]
6+ [ assembly: AssemblyDescription ( "C# expression interpreter/evaluator. See https://github.com/dynamicexpresso /DynamicExpresso." ) ]
7+ [ assembly: AssemblyCopyright ( "Copyright © 2015" ) ]
88[ assembly: ComVisible ( false ) ]
99[ assembly: AssemblyVersion ( "1.3.1.0" ) ]
1010
You can’t perform that action at this time.
0 commit comments