File tree Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -68,22 +68,29 @@ jobs:
6868 include : " dotMap/dotMap.csproj"
6969 regex : true
7070
71- - name : Remove div opening tag
71+ - name : Remove opening div tag
7272 uses : jacobtomlinson/gha-find-replace@v3
7373 with :
7474 find : ' <div align="center">'
7575 replace : ' '
7676 include : " README.md"
7777 regex : false
7878
79- - name : Remove div closing tag
79+ - name : Remove closing div tag
8080 uses : jacobtomlinson/gha-find-replace@v3
8181 with :
8282 find : ' </div>'
8383 replace : ' '
8484 include : " README.md"
8585 regex : false
8686
87+ - name : Convert svg icon to png for the nuget
88+ uses : joseaeltala/convert-svg-to-png/@master
89+ with :
90+ file : " docs/images/logo.svg"
91+ path : " docs/images"
92+ name : " logo.png"
93+
8794 - name : Build and pack
8895 run : dotnet pack dotMap/dotMap.csproj -c Release
8996
Original file line number Diff line number Diff line change 33[ ![ NuGet] ( https://img.shields.io/nuget/v/dotMap )] ( https://www.nuget.org/packages/dotMap )
44[ ![ License] ( https://img.shields.io/badge/LICENSE-MPL_2.0-green )] ( LICENSE )
55
6- ![ Logo] ( https://media.githubusercontent.com/media/devexperts/dotMap/refs/heads/main/docs/images/logo.png )
6+ ![ Logo] ( https://media.githubusercontent.com/media/devexperts/dotMap/refs/heads/main/docs/images/logo.svg )
77
88# dotMap for .NET
99
@@ -1044,7 +1044,7 @@ internal class Destination : IMappable<Destination>
10441044
10451045- [ ] Add custom naming support
10461046
1047- See [ open issues] ( https://github.com/dotMap/issues ) for a full list of proposed features (and known issues).
1047+ See [ open issues] ( https://github.com/devexperts/ dotMap/issues ) for a full list of proposed features (and known issues).
10481048
10491049## License
10501050
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments