Skip to content

Commit 55f1f4d

Browse files
committed
(GH-56) Further renaming, refactoring
- Removed all references to gep13, Gary Ewan Park, ghrm, etc, and made them specific to the GitTools organisation on GitHub
1 parent 18549e0 commit 55f1f4d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+89
-89
lines changed

COMMITTERS.md

Lines changed: 1 addition & 1 deletion

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 - Present Gary Ewan Park
3+
Copyright (c) 2015 - Present - GitTools Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

Packaging/nuget/GitHubReleaseManager.Portable.nuspec renamed to Packaging/nuget/GitReleaseManager.Portable.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>gitreleasemanager.portable</id>
55
<title>GitReleaseManager</title>
66
<version>$version$</version>
7-
<authors>gep13</authors>
7+
<authors>GitTools Contributors</authors>
88
<owners>gep13</owners>
99
<licenseUrl>https://github.com/GitTools/GitReleaseManager/blob/develop/LICENSE</licenseUrl>
1010
<projectUrl>https://github.com/GitTools/GitReleaseManager</projectUrl>

Packaging/nuget/GitHubReleaseManager.nuspec renamed to Packaging/nuget/GitReleaseManager.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>gitreleasemanager</id>
55
<title>GitReleaseManager</title>
66
<version>$version$</version>
7-
<authors>gep13</authors>
7+
<authors>GitTools Contributors</authors>
88
<owners>gep13</owners>
99
<licenseUrl>https://github.com/GitTools/GitReleaseManager/blob/develop/LICENSE</licenseUrl>
1010
<projectUrl>https://github.com/GitTools/GitReleaseManager</projectUrl>

Packaging/nuget/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Generate-BinFile "ghrm" "$packageFolder\Tools\GitReleaseManager.Cli.exe"
1+
Generate-BinFile "grm" "$packageFolder\Tools\GitReleaseManager.Cli.exe"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Remove-BinFile "ghrm" "$packageFolder\Tools\GitReleaseManager.Cli.exe"
1+
Remove-BinFile "grm" "$packageFolder\Tools\GitReleaseManager.Cli.exe"

README.md

Lines changed: 1 addition & 1 deletion

Source/GitReleaseManager.Cli/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//-----------------------------------------------------------------------
2-
// <copyright file="AssemblyInfo.cs" company="gep13">
3-
// Copyright (c) 2015 - Present Gary Ewan Park
2+
// <copyright file="AssemblyInfo.cs" company="GitTools Contributors">
3+
// Copyright (c) 2015 - Present - GitTools Contributors
44
// </copyright>
55
//-----------------------------------------------------------------------
66

@@ -16,8 +16,8 @@
1616
[assembly: AssemblyVersion("1.0.0.0")]
1717
[assembly: AssemblyInformationalVersion("1.0.0.0")]
1818
[assembly: AssemblyConfiguration("")]
19-
[assembly: AssemblyCompany("gep13")]
20-
[assembly: AssemblyCopyright("Copyright 2015 - Gary Ewan Park")]
19+
[assembly: AssemblyCompany("GitTools Contributors")]
20+
[assembly: AssemblyCopyright("Copyright 2015 - GitTools Contributors")]
2121
[assembly: AssemblyTrademark("")]
2222
[assembly: AssemblyCulture("")]
2323
[assembly: NeutralResourcesLanguage("en-GB")]
Binary file not shown.

Source/GitReleaseManager.Cli/Options/AddAssetSubOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//-----------------------------------------------------------------------
2-
// <copyright file="AddAssetSubOptions.cs" company="gep13">
3-
// Copyright (c) 2015 - Present Gary Ewan Park
2+
// <copyright file="AddAssetSubOptions.cs" company="GitTools Contributors">
3+
// Copyright (c) 2015 - Present - GitTools Contributors
44
// </copyright>
55
//-----------------------------------------------------------------------
66

0 commit comments

Comments
 (0)