Skip to content

Commit d740679

Browse files
committed
Standardized <AssemblyTitle /> and <Product /> descriptors
Simplified the product name down to just **OnTopic**, and removed **Ignia** from the assembly titles, to coincide with moving the repositories to their own organization. The company name is still **Ignia**, since we continue to be the maintainers of the project.
1 parent 406edea commit d740679

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

OnTopic.AspNetCore.Mvc/OnTopic.AspNetCore.Mvc.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
</PropertyGroup>
1212

1313
<PropertyGroup>
14-
<AssemblyTitle>Ignia OnTopic ASP.NET Core Library</AssemblyTitle>
14+
<AssemblyTitle>OnTopic ASP.NET Core Library</AssemblyTitle>
1515
<Company>Ignia</Company>
16-
<Product>Ignia OnTopic Library</Product>
16+
<Product>OnTopic</Product>
1717
<Description>Provides presentation-layer support for the ASP.NET Core Framework.</Description>
1818
<Copyright>©2020 Ignia, LLC</Copyright>
1919
<OutputPath>bin\$(Configuration)\</OutputPath>

OnTopic.Data.Caching/OnTopic.Data.Caching.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PropertyGroup>
1414
<AssemblyTitle>OnTopic Cached Repository</AssemblyTitle>
1515
<Company>Ignia</Company>
16-
<Product>Ignia OnTopic Library</Product>
16+
<Product>OnTopic</Product>
1717
<Description>Provides a caching decorator for ITopicRepository implementations.</Description>
1818
<Copyright>©2020 Ignia, LLC</Copyright>
1919
<OutputPath>bin\$(Configuration)\</OutputPath>

OnTopic.Data.Sql/OnTopic.Data.Sql.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<AssemblyTitle>Ignia SQL Server Repository</AssemblyTitle>
12+
<AssemblyTitle>OnTopic SQL Server Repository</AssemblyTitle>
1313
<Company>Ignia</Company>
14-
<Product>Ignia OnTopic Library</Product>
14+
<Product>OnTopic</Product>
1515
<Description>Provides Microsoft SQL Server support for persisting the OnTopic graph to a database.</Description>
1616
<Copyright>©2020 Ignia, LLC</Copyright>
1717
<OutputPath>bin\$(Configuration)\</OutputPath>

OnTopic.TestDoubles/OnTopic.TestDoubles.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
</PropertyGroup>
88

99
<PropertyGroup>
10-
<AssemblyTitle>Ignia OnTopic Test Doubles</AssemblyTitle>
10+
<AssemblyTitle>OnTopic Test Doubles</AssemblyTitle>
1111
<Company>Ignia</Company>
12-
<Product>Ignia OnTopic Library</Product>
12+
<Product>OnTopic</Product>
1313
<Description>Test doubles, such as dummies and stubs, useful in setting up unit and integration tests for OnTopic.</Description>
1414
<Copyright>©2020 Ignia, LLC</Copyright>
1515
<OutputPath>bin\$(Configuration)\</OutputPath>

OnTopic.ViewModels/OnTopic.ViewModels.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
</PropertyGroup>
1212

1313
<PropertyGroup>
14-
<AssemblyTitle>Ignia OnTopic View Models</AssemblyTitle>
14+
<AssemblyTitle>OnTopic View Models</AssemblyTitle>
1515
<Company>Ignia</Company>
16-
<Product>Ignia OnTopic Library</Product>
16+
<Product>OnTopic</Product>
1717
<Description>Provides view models that map to the factory default content type schemas.</Description>
1818
<Copyright>©2020 Ignia, LLC</Copyright>
1919
<OutputPath>bin\$(Configuration)\</OutputPath>

OnTopic/OnTopic.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
</PropertyGroup>
1212

1313
<PropertyGroup>
14-
<AssemblyTitle>Ignia OnTopic Library</AssemblyTitle>
14+
<AssemblyTitle>OnTopic Library</AssemblyTitle>
1515
<Company>Ignia</Company>
16-
<Product>Ignia OnTopic Library</Product>
16+
<Product>OnTopic</Product>
1717
<Description>Libraries for supporting Ignia Topics, a content management system (CMS) based on structured, hierarchical data.</Description>
1818
<Copyright>©2020 Ignia, LLC</Copyright>
1919
<OutputPath>bin\$(Configuration)\</OutputPath>

0 commit comments

Comments
 (0)