nuget-extensions/nuget-commands/src.3.2/NuGetPackage.cs [16:28]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [XmlIgnore] private readonly Lazy> myVersionSpec; [XmlIgnore] private readonly List myEntries = new List(); public NuGetPackage() { myVersionSpec = new Lazy>( () => { try { var spec = VersionSpec; if (string.IsNullOrWhiteSpace(spec)) return True; var pSpec = VersionUtility.ParseVersionSpec(spec); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - nuget-extensions/nuget-commands/src/Data/NuGetPackage.cs [14:26]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [XmlIgnore] private readonly Lazy> myVersionSpec; [XmlIgnore] private readonly List myEntries = new List(); public NuGetPackage() { myVersionSpec = new Lazy>( () => { try { var spec = VersionSpec; if (string.IsNullOrWhiteSpace(spec)) return True; var pSpec = VersionUtility.ParseVersionSpec(spec); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -