-
-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from bchavez/strongname
Strong name Bogus. Fixes #52.
- Loading branch information
Showing
12 changed files
with
124 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,20 @@ | ||
// <auto-generated/> | ||
using System.Reflection; | ||
using System.Runtime.CompilerServices; | ||
|
||
[assembly: AssemblyTitleAttribute("Bogus Fake Data Generator for .NET")] | ||
[assembly: AssemblyProductAttribute("Bogus")] | ||
[assembly: AssemblyCompanyAttribute("Brian Chavez")] | ||
[assembly: AssemblyCopyrightAttribute("Brian Chavez © 2016")] | ||
[assembly: AssemblyCopyrightAttribute("Brian Chavez © 2015")] | ||
[assembly: AssemblyVersionAttribute("0.0.0")] | ||
[assembly: AssemblyFileVersionAttribute("0.0.0")] | ||
[assembly: AssemblyInformationalVersionAttribute("0.0.0-localbuild built on 24/11/2016 22:44:53")] | ||
[assembly: AssemblyInformationalVersionAttribute("0.0.0-localbuild built on 1/1/2015 12:00:00 AM")] | ||
[assembly: AssemblyTrademarkAttribute("Apache License v2.0")] | ||
[assembly: AssemblyDescriptionAttribute("http://www.github.com/bchavez/Bogus")] | ||
[assembly: AssemblyDescriptionAttribute("https://github.com/bchavez/Bogus")] | ||
[assembly: InternalsVisibleToAttribute("Bogus.Tests")] | ||
namespace System { | ||
internal static class AssemblyVersionInformation { | ||
internal const System.String AssemblyTitle = "Bogus Fake Data Generator for .NET"; | ||
internal const System.String AssemblyProduct = "Bogus"; | ||
internal const System.String AssemblyCompany = "Brian Chavez"; | ||
internal const System.String AssemblyCopyright = "Brian Chavez © 2016"; | ||
internal const System.String AssemblyVersion = "0.0.0"; | ||
internal const System.String AssemblyFileVersion = "0.0.0"; | ||
internal const System.String AssemblyInformationalVersion = "0.0.0-localbuild built on 24/11/2016 22:44:53"; | ||
internal const System.String AssemblyTrademark = "Apache License v2.0"; | ||
internal const System.String AssemblyDescription = "http://www.github.com/bchavez/Bogus"; | ||
internal const string Version = "0.0.0"; | ||
internal const string InformationalVersion = "0.0.0-localbuild built on 1/1/2015 12:00:00 AM"; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters