Skip to content

Commit

Permalink
Merge pull request #4 from frandi/net-retargeting
Browse files Browse the repository at this point in the history
Updated assembly titles
  • Loading branch information
Frandi Dwi committed Mar 5, 2016
2 parents b475d8b + a127838 commit 6894908
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions TidyHtml5Managed/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("TidyHtml5Managed")]
[assembly: AssemblyDescription("Managed .NET wrapper for the HTML 5 Tidy library")]
[assembly: AssemblyTitle("TidyHtml5Managed (.Net 4.6)")]
[assembly: AssemblyDescription("Managed .NET (v4.6) wrapper for the HTML 5 Tidy library")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Frandi Dwi")]
[assembly: AssemblyProduct("TidyHtml5Managed")]
Expand Down
4 changes: 2 additions & 2 deletions TidyHtml5Managed_Net20/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("TidyHtml5Managed")]
[assembly: AssemblyDescription("Managed .NET wrapper for the HTML 5 Tidy library")]
[assembly: AssemblyTitle("TidyHtml5Managed (.Net 2.0)")]
[assembly: AssemblyDescription("Managed .NET (v2.0) wrapper for the HTML 5 Tidy library")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Frandi Dwi")]
[assembly: AssemblyProduct("TidyHtml5Managed")]
Expand Down
4 changes: 2 additions & 2 deletions TidyHtml5Managed_Net35/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("TidyHtml5Managed")]
[assembly: AssemblyDescription("Managed .NET wrapper for the HTML 5 Tidy library")]
[assembly: AssemblyTitle("TidyHtml5Managed (.Net 3.5)")]
[assembly: AssemblyDescription("Managed .NET (v3.5) wrapper for the HTML 5 Tidy library")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Frandi Dwi")]
[assembly: AssemblyProduct("TidyHtml5Managed")]
Expand Down
4 changes: 2 additions & 2 deletions TidyHtml5Managed_Net40/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("TidyHtml5Managed")]
[assembly: AssemblyDescription("Managed .NET wrapper for the HTML 5 Tidy library")]
[assembly: AssemblyTitle("TidyHtml5Managed (.Net 4.0)")]
[assembly: AssemblyDescription("Managed .NET (v4.0) wrapper for the HTML 5 Tidy library")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Frandi Dwi")]
[assembly: AssemblyProduct("TidyHtml5Managed")]
Expand Down
4 changes: 2 additions & 2 deletions TidyHtml5Managed_Net45/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("TidyHtml5Managed")]
[assembly: AssemblyDescription("Managed .NET wrapper for the HTML 5 Tidy library")]
[assembly: AssemblyTitle("TidyHtml5Managed (.Net 4.5)")]
[assembly: AssemblyDescription("Managed .NET (v4.5) wrapper for the HTML 5 Tidy library")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Frandi Dwi")]
[assembly: AssemblyProduct("TidyHtml5Managed")]
Expand Down

0 comments on commit 6894908

Please sign in to comment.