Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add github action badge for dotnet
  • Loading branch information
SebastianBecker2 authored Feb 26, 2024
1 parent a59278b commit 5d6fb8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CustomSelectFileDlg

[![Build status](https://ci.appveyor.com/api/projects/status/u83o0hi14udcdi2y/branch/master?svg=true)](https://ci.appveyor.com/project/SebastianBecker2/customselectfiledlg/branch/master)
[![Build Status](https://github.com/SebastianBecker2/CustomSelectFileDlg/actions/workflows/dotnet.yml/badge.svg)](https://github.com/SebastianBecker2/CustomSelectFileDlg/actions/workflows/dotnet.yml)

CustomSelectFileDlg is a .Net WinForms dialog that allows you to specify the content yourself.<br>
Regular OpenFileDialog and SaveFileDialog show files and folders from the local filesystems.<br>With CustomSelectFileDlg, you can create your own filesystem or show the filesystem of another machine or display anything that has a filesystem-like hierarchy.<br>
Expand Down

0 comments on commit 5d6fb8c

Please sign in to comment.