File tree Expand file tree Collapse file tree 6 files changed +13
-23
lines changed Expand file tree Collapse file tree 6 files changed +13
-23
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Describe the big picture of your changes here to communicate to the maintainers
44
55## Types of changes
66
7- What types of changes does your code introduce to Redis.Streams?
7+ What types of changes does your code introduce to FSharp.Control. Redis.Streams?
88_ Put an ` x ` in the boxes that apply_
99
1010- [ ] Bugfix (non-breaking change which fixes an issue)
Original file line number Diff line number Diff line change 1010 - weekly # => "latest commits"
1111os :
1212 - linux
13+ services :
14+ - redis-server
1315
1416script :
1517 - ./build.sh
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <!-- summary is not migrated from project.json, but you can use the <Description> property for that if needed. -->
44 <PackageTags >f#, fsharp</PackageTags >
5- <PackageProjectUrl >https://github.com/MyGithubUsername/ Redis.Streams</PackageProjectUrl >
6- <PackageLicenseUrl >https://github.com/MyGithubUsername/ Redis.Streams/blob/master/LICENSE.md</PackageLicenseUrl >
5+ <PackageProjectUrl >https://github.com/TheAngryByrd/FSharp.Control. Redis.Streams</PackageProjectUrl >
6+ <PackageLicenseUrl >https://github.com/TheAngryByrd/FSharp.Control. Redis.Streams/blob/master/LICENSE.md</PackageLicenseUrl >
77 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
88 <RepositoryType >git</RepositoryType >
9- <Authors >MyGithubUsername </Authors >
10- <RepositoryUrl >https://github.com/MyGithubUsername/ Redis.Streams</RepositoryUrl >
9+ <Authors >TheAngryByrd </Authors >
10+ <RepositoryUrl >https://github.com/TheAngryByrd/FSharp.Control. Redis.Streams</RepositoryUrl >
1111 <!-- owners is not supported in MSBuild -->
1212 </PropertyGroup >
1313</Project >
Original file line number Diff line number Diff line change 1- # Redis.Streams
1+ # FSharp.Control. Redis.Streams
22
3- [ Enter useful description for Redis.Streams]
3+ [ Enter useful description for FSharp.Control. Redis.Streams]
44
55---
66
77## Builds
88
99MacOS/Linux | Windows
1010--- | ---
11- [ ![ Travis Badge] ( https://travis-ci.org/MyGithubUsername/ Redis.Streams.svg?branch=master )] ( https://travis-ci.org/MyGithubUsername/ Redis.Streams ) | [ ![ Build status ] ( https://ci.appveyor.com/api/projects/status/github/MyGithubUsername/ Redis.Streams?svg=true )] ( https://ci.appveyor.com/project/MyGithubUsername/Redis.Streams )
12- [ ![ Build History] ( https://buildstats.info/travisci/chart/MyGithubUsername/ Redis.Streams )] ( https://travis-ci.org/MyGithubUsername/ Redis.Streams/builds ) | [ ![ Build History ] ( https://buildstats.info/appveyor/chart/MyGithubUsername/Redis.Streams )] ( https://ci.appveyor.com/project/MyGithubUsername/Redis.Streams )
11+ [ ![ Travis Badge] ( https://travis-ci.org/TheAngryByrd/FSharp.Control. Redis.Streams.svg?branch=master )] ( https://travis-ci.org/TheAngryByrd/FSharp.Control. Redis.Streams ) | No Redis 5.0 Support On Windows
12+ [ ![ Build History] ( https://buildstats.info/travisci/chart/TheAngryByrd/FSharp.Control. Redis.Streams )] ( https://travis-ci.org/TheAngryByrd/FSharp.Control. Redis.Streams/builds ) |
1313
1414
1515## Nuget
1616
1717Stable | Prerelease
1818--- | ---
19- [ ![ NuGet Badge] ( https://buildstats.info/nuget/Redis.Streams )] ( https://www.nuget.org/packages/Redis.Streams/ ) | [ ![ NuGet Badge] ( https://buildstats.info/nuget/Redis.Streams?includePreReleases=true )] ( https://www.nuget.org/packages/Redis.Streams/ )
19+ [ ![ NuGet Badge] ( https://buildstats.info/nuget/FSharp.Control. Redis.Streams )] ( https://www.nuget.org/packages/FSharp.Control. Redis.Streams/ ) | [ ![ NuGet Badge] ( https://buildstats.info/nuget/FSharp.Control. Redis.Streams?includePreReleases=true )] ( https://www.nuget.org/packages/FSharp.Control. Redis.Streams/ )
2020
2121### Developing
2222
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ let toolsDir = __SOURCE_DIRECTORY__ @@ "tools"
4242let coverageThresholdPercent = 80
4343let coverageReportDir = __ SOURCE_ DIRECTORY__ @@ " docs" @@ " coverage"
4444
45- let gitOwner = " MyGithubUsername "
45+ let gitOwner = " TheAngryByrd "
4646let gitRepoName = " FSharp.Control.Redis.Streams"
4747
4848let releaseBranch = " master"
You can’t perform that action at this time.
0 commit comments