Skip to content

Commit 3b07705

Browse files
authored
Store svg icon instead of png
1 parent 091bafd commit 3b07705

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

docs/images/logo.png

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/images/logo.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)