obj/Debug/netstandard2.0/PasswordGenerator.AssemblyInfo.cs
//------------------------------------------------------------------------------
// <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------------------------------------------ using System; using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Paul Seal")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright 2022")] [assembly: System.Reflection.AssemblyDescriptionAttribute("- Removed usage of RNG Crypto Provider and used Random Number Generator\r\n- Fixed " + "bug with methods that use bool and int parameters for the Password class\r\n- Remo" + "ved usage of Random and replace it with a method which uses RngCrytopServiceProv" + "ider")] [assembly: System.Reflection.AssemblyFileVersionAttribute("2.1.0.0")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.1.0")] [assembly: System.Reflection.AssemblyProductAttribute("PasswordGenerator")] [assembly: System.Reflection.AssemblyTitleAttribute("PasswordGenerator")] [assembly: System.Reflection.AssemblyVersionAttribute("2.1.0.0")] [assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/prjseal/PasswordGenerator/")] // Generated by the MSBuild WriteCodeFragment class. |