File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
- name : Test .net core 7.0
41
41
run : dotnet test DynamicExpresso.sln --no-build --no-restore -c Release /p:Version=${{steps.calc_version.outputs.PROJECT_VERSION}} --verbosity normal -f net7.0
42
42
- 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"
44
44
- name : Pack
45
45
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
46
46
- name : Publish to github
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
using System . Runtime . InteropServices ;
3
3
4
- [ assembly: AssemblyCompany ( "Davide Icardi " ) ]
4
+ [ assembly: AssemblyCompany ( "Dynamic Expresso " ) ]
5
5
[ 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" ) ]
8
8
[ assembly: ComVisible ( false ) ]
9
9
[ assembly: AssemblyVersion ( "1.3.1.0" ) ]
10
10
You can’t perform that action at this time.
0 commit comments