You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add CI workflow, update project files, and add assets
- Added GitHub Actions build workflow in `.github/workflows/build.yml`
- Added initial `Readme.md` file with basic project information
- Updated `Sprout.fsproj` to reflect changes in project structure
- Added new `logo.png` asset for branding
- Modified `sprout.png` with updated visuals
Copy file name to clipboardExpand all lines: Sprout.fsproj
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,32 @@
7
7
<PackageId>Sprout</PackageId>
8
8
<Version>0.0.1-dev</Version>
9
9
<Title>Sprout: BDD Testing for F#</Title>
10
-
<Description>Sprout is a Behavior-Driven Development (BDD) testing framework for F# that allows you to write tests in a natural language style, making it easier to understand and maintain.</<Description>
10
+
<Description>Sprout is a Behavior-Driven Development (BDD) testing framework for F# that allows you to write tests in a natural language style, making it easier to understand and maintain.</Description>
0 commit comments