Skip to content

Commit ceb7c6a

Browse files
committed
Replaced nuspec author(s) with build variable
Also, changed `AssemblyInfo` to use "Ignia" not "Ignia, LLC" so it doesn't show up as two different authors in the `nuspec` file.
1 parent 951145d commit ceb7c6a

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

Ignia.Topics.Data.Caching/Ignia.Topics.Data.Caching.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>$id$</id>
55
<version>$SemVer$</version>
66
<title>$title$</title>
7-
<authors>Ignia</authors>
7+
<authors>$author$</authors>
88
<owners>JeremyCaney</owners>
99
<projectUrl>https://github.com/Ignia/Topics-Library</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>

Ignia.Topics.Data.Caching/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
>===============================================================================================================================
1313
| Declare and define attributes used in the compiling of the finished assembly.
1414
\-----------------------------------------------------------------------------------------------------------------------------*/
15-
[assembly: AssemblyCompany("Ignia, LLC")]
15+
[assembly: AssemblyCompany("Ignia")]
1616
[assembly: AssemblyCopyright("Copyright © 2018 Ignia, LLC")]
1717
[assembly: AssemblyProduct("Ignia OnTopic Library")]
1818
[assembly: AssemblyTitle("OnTopic Cached Repository")]

Ignia.Topics.Data.Sql/Ignia.Topics.Data.Sql.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>$id$</id>
55
<version>$SemVer$</version>
66
<title>$title$</title>
7-
<authors>Ignia</authors>
7+
<authors>$author$</authors>
88
<owners>JeremyCaney</owners>
99
<projectUrl>https://github.com/Ignia/Topics-Library</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>

Ignia.Topics.Data.Sql/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
>===============================================================================================================================
1313
| Declare and define attributes used in the compiling of the finished assembly.
1414
\-----------------------------------------------------------------------------------------------------------------------------*/
15-
[assembly: AssemblyCompany("Ignia, LLC")]
15+
[assembly: AssemblyCompany("Ignia")]
1616
[assembly: AssemblyCopyright("Copyright © 2018 Ignia, LLC")]
1717
[assembly: AssemblyProduct("Ignia OnTopic Library")]
1818
[assembly: AssemblyTitle("Ignia SQL Server Repository")]

Ignia.Topics.Tests/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
>===============================================================================================================================
1313
| Declare and define attributes used in the compiling of the finished assembly.
1414
\-----------------------------------------------------------------------------------------------------------------------------*/
15-
[assembly: AssemblyCompany("Ignia, LLC")]
15+
[assembly: AssemblyCompany("Ignia")]
1616
[assembly: AssemblyCopyright("Copyright © 2018 Ignia, LLC")]
1717
[assembly: AssemblyProduct("Ignia OnTopic Library")]
1818
[assembly: AssemblyTitle("Ignia OnTopic Unit Tests")]

Ignia.Topics.ViewModels/Ignia.Topics.ViewModels.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>$id$</id>
55
<version>$SemVer$</version>
66
<title>$title$</title>
7-
<authors>Ignia</authors>
7+
<authors>$author$</authors>
88
<owners>JeremyCaney</owners>
99
<projectUrl>https://github.com/Ignia/Topics-Library</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>

Ignia.Topics.ViewModels/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
>===============================================================================================================================
1313
| Declare and define attributes used in the compiling of the finished assembly.
1414
\-----------------------------------------------------------------------------------------------------------------------------*/
15-
[assembly: AssemblyCompany("Ignia, LLC")]
15+
[assembly: AssemblyCompany("Ignia")]
1616
[assembly: AssemblyCopyright("Copyright © 2018 Ignia, LLC")]
1717
[assembly: AssemblyProduct("Ignia OnTopic Library")]
1818
[assembly: AssemblyTitle("Ignia OnTopic View Models")]

Ignia.Topics.Web.Mvc/Ignia.Topics.Web.Mvc.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>$id$</id>
55
<version>$SemVer$</version>
66
<title>$title$</title>
7-
<authors>Ignia</authors>
7+
<authors>$author$</authors>
88
<owners>JeremyCaney</owners>
99
<projectUrl>https://github.com/Ignia/Topics-Library</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>

Ignia.Topics.Web.Mvc/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
>===============================================================================================================================
1313
| Declare and define attributes used in the compiling of the finished assembly.
1414
\-----------------------------------------------------------------------------------------------------------------------------*/
15-
[assembly: AssemblyCompany("Ignia, LLC")]
15+
[assembly: AssemblyCompany("Ignia")]
1616
[assembly: AssemblyCopyright("Copyright © 2015 Ignia, LLC")]
1717
[assembly: AssemblyProduct("Ignia OnTopic Library")]
1818
[assembly: AssemblyTitle("Ignia OnTopic MVC Library")]

Ignia.Topics.Web/Ignia.Topics.Web.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>$id$</id>
55
<version>$SemVer$</version>
66
<title>$title$</title>
7-
<authors>Ignia</authors>
7+
<authors>$author$</authors>
88
<owners>JeremyCaney</owners>
99
<projectUrl>https://github.com/Ignia/Topics-Library</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>

0 commit comments

Comments
 (0)