Skip to content

Commit 8bac7d5

Browse files
committed
chore(github): change repository owner on build parameters
1 parent 102a422 commit 8bac7d5

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,33 @@ Fluent, XML-less, compile safe, automated, convention-based mappings for NHibern
99
Getting started
1010
---------------------------------------------
1111

12-
* Read the [introduction](https://github.com/jagregory/fluent-nhibernate/wiki/Getting-started).
12+
* Read the [introduction](https://github.com/FluentNHibernate/fluent-nhibernate/wiki/Getting-started).
1313
* Get latest version from NuGet
1414
- [.NET 4.6.1 with NHibernate 5.x](https://www.nuget.org/packages/FluentNHibernate)
1515
- [.NET 4.0 with NHibernate 4.x](https://www.nuget.org/packages/FluentNHibernate/2.0.3)
1616
- [.NET 3.5 with NHibernate 3 if you like it vintage](https://www.nuget.org/packages/FluentNHibernate.Net35)
1717

18-
* Create your [first project](https://github.com/jagregory/fluent-nhibernate/wiki/Getting-started#wiki-yourfirstproject).
18+
* Create your [first project](https://github.com/FluentNHibernate/fluent-nhibernate/wiki/Getting-started#wiki-yourfirstproject).
1919

2020
Further reading
2121
---------------------------------------------
2222

23-
Once you've followed the above, you can compare our [auto mapping](https://github.com/jagregory/fluent-nhibernate/wiki/Auto-mapping) to our [fluent interface](https://github.com/jagregory/fluent-nhibernate/wiki/Fluent-mapping) to see which suits your application, read through our [API documentation](https://github.com/jagregory/fluent-nhibernate/wiki/Fluent-configuration), or just see what's available for reading in our [wiki](https://github.com/jagregory/fluent-nhibernate/wiki).
23+
Once you've followed the above, you can compare our [auto mapping](https://github.com/FluentNHibernate/fluent-nhibernate/wiki/Auto-mapping) to our [fluent interface](https://github.com/FluentNHibernate/fluent-nhibernate/wiki/Fluent-mapping) to see which suits your application, read through our [API documentation](https://github.com/FluentNHibernate/fluent-nhibernate/wiki/Fluent-configuration), or just see what's available for reading in our [wiki](https://github.com/FluentNHibernate/fluent-nhibernate/wiki).
2424

2525

2626
Building
2727
---------------------------------------------
2828

29-
Follow the instructions from the [wiki page](https://github.com/jagregory/fluent-nhibernate/wiki/Building) to build the project.
29+
Follow the instructions from the [wiki page](https://github.com/FluentNHibernate/fluent-nhibernate/wiki/Building) to build the project.
3030

3131
Contributors
3232
---------------------------------------------
3333

34-
Fluent NHibernate wouldn't be possible without the time and effort of its contributors. The team comprises of [James Gregory](http://jagregory.com), [Paul Batum](http://www.paulbatum.com), Andrew Stewart, [Hudson Akridge](http://www.bestguesstheory.com), and [Gleb Chermennov](https://github.com/chester89).
34+
Fluent NHibernate wouldn't be possible without the time and effort of its contributors. The team comprises of [James Gregory](http://jagregory.com), [Paul Batum](http://www.paulbatum.com), Andrew Stewart, [Hudson Akridge](http://www.bestguesstheory.com), [Gleb Chermennov](https://github.com/chester89) and [Jorge Rodríguez Galán](https://github.com/jrgcubano).
3535

3636
**Our valued committers are:** Aaron Jensen, Alexander Gross, Andrew Stewart, Barry Dahlberg, Bobby Johnson, Brian Donahue, Cameron Harris, Chad Myers, Chris Chilvers, Craig Neuwirt, Dan Malcolm, Daniel Mirapalheta, David Archer, David Longnecker, David R. Longnecker, Derick Bailey, Erik Ojebo, Firo, Hudson Akridge, Ivan Zlatev, James Freiwirth, James Gregory, James Kovacs, Jeremy Skinner, Lee Henson, Louis DeJardin, Patric Forsgard, Paul Batum, Roelof Blom, Stuart Childs, Tom Janssens, Tuna Toksoz, U-BSOD\pruiz, di97mni, dschilling, felixg, jeremydmiller, kevm, leebrandt, maxild, robsosno, [Jorge Rodríguez Galán](https://github.com/jrgcubano) and many more.</p>
3737

3838
Thanks goes to [Jeremy Miller](http://codebetter.com/blogs/jeremy.miller) for the original idea and implementation.
3939

40-
Fluent NHibernate is &copy; 2008-2018 [James Gregory](http://jagregory.com) and contributors under the [BSD license](fluent-nhibernate/blob/master/LICENSE)
40+
Fluent NHibernate is &copy; 2008-2018 [James Gregory](http://jagregory.com) and contributors under the [BSD license](https://github.com/FluentNHibernate/fluent-nhibernate/blob/master/LICENSE)
4141

build/parameters.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ public class BuildParameters
5252
IsRunningOnWindows = context.IsRunningOnWindows(),
5353
IsRunningOnAppVeyor = buildSystem.AppVeyor.IsRunningOnAppVeyor,
5454
IsPullRequest = buildSystem.AppVeyor.Environment.PullRequest.IsPullRequest,
55-
IsMainRepo = StringComparer.OrdinalIgnoreCase.Equals("jagregory/fluent-hibernate", buildSystem.AppVeyor.Environment.Repository.Name),
55+
IsMainRepo = StringComparer.OrdinalIgnoreCase.Equals("FluentNHibernate/fluent-hibernate", buildSystem.AppVeyor.Environment.Repository.Name),
5656
IsMainBranch = StringComparer.OrdinalIgnoreCase.Equals("master", buildSystem.AppVeyor.Environment.Repository.Branch),
5757
IsTagged = IsBuildTagged(buildSystem),
58-
GitHub = BuildGitHub.GetWithCredentials(context, "jagregory", "fluent-nhibernate"),
58+
GitHub = BuildGitHub.GetWithCredentials(context, "FluentNHibernate", "fluent-nhibernate"),
5959
NuGet = BuildNuGet.GetWithCredentials(context),
6060
ReleaseNotes = context.ParseReleaseNotes("./ReleaseNotes.md"),
6161
IsPublishBuild = IsPublishing(target),

nuspec/FluentNHibernate.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<description>Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.</description>
88
<summary>Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.</summary>
99
<authors>James Gregory and contributors (Paul Batum, Hudson Akridge, Gleb Chermennov, Jorge Rodríguez Galán).</authors>
10-
<owners>jagregory, chester89, jagregory</owners>
10+
<owners>jagregory, chester89, jrgcubano</owners>
1111
<licenseUrl>https://github.com/jagregory/fluent-nhibernate/raw/master/LICENSE</licenseUrl>
1212
<projectUrl>https://github.com/jagregory/fluent-nhibernate</projectUrl>
1313
<iconUrl>https://raw.githubusercontent.com/jagregory/fluent-nhibernate/master/docs/logo-nuget.png</iconUrl>

nuspec/FluentNHibernate.symbols.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<description>Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.</description>
88
<summary>Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.</summary>
99
<authors>James Gregory and contributors (Paul Batum, Hudson Akridge, Gleb Chermennov, Jorge Rodríguez Galán).</authors>
10-
<owners>jagregory, chester89, jagregory</owners>
10+
<owners>jagregory, chester89, jrgcubano</owners>
1111
<licenseUrl>https://github.com/jagregory/fluent-nhibernate/raw/master/LICENSE</licenseUrl>
1212
<projectUrl>https://github.com/jagregory/fluent-nhibernate</projectUrl>
1313
<iconUrl>https://raw.githubusercontent.com/jagregory/fluent-nhibernate/master/docs/logo-nuget.png</iconUrl>

0 commit comments

Comments
 (0)