Skip to content

Commit

Permalink
Update code styling in AssemblyInfo files
Browse files Browse the repository at this point in the history
  • Loading branch information
Anurag D committed Feb 24, 2019
1 parent 6d1bc71 commit ab94a46
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
11 changes: 5 additions & 6 deletions JsonButler/JsonButler.Cli/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle ("JsonButler.Cli")]
[assembly: AssemblyDescription("JsonButler generates C# types and files from JSON data, and serializes types to JSON without explicit object instantiation.")]
[assembly: AssemblyDescription ("JsonButler generates C# types and files from JSON data, and serializes types to JSON without explicit object instantiation.")]
[assembly: AssemblyConfiguration ("")]
[assembly: AssemblyCompany("Andeart")]
[assembly: AssemblyCompany ("Andeart")]
[assembly: AssemblyProduct ("JsonButler.Cli")]
[assembly: AssemblyCopyright("Copyright © 2019 ANURAG DEVANAPALLY")]
[assembly: AssemblyCopyright ("Copyright © 2019 ANURAG DEVANAPALLY")]
[assembly: AssemblyTrademark ("")]
[assembly: AssemblyCulture ("")]

Expand All @@ -32,6 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]

[assembly: AssemblyVersion ("1.0.1.0")]
[assembly: AssemblyFileVersion ("1.0.1.0")]
2 changes: 1 addition & 1 deletion JsonButler/JsonButler.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.0.1.0")]
[assembly: AssemblyFileVersion ("1.0.1.0")]
[assembly: AssemblyFileVersion ("1.0.1.0")]
6 changes: 2 additions & 4 deletions JsonButler/JsonButler/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]

[assembly: InternalsVisibleTo("butler")]

[assembly: AssemblyFileVersion ("1.0.1.0")]
[assembly: InternalsVisibleTo ("butler")]

0 comments on commit ab94a46

Please sign in to comment.