Skip to content

Commit

Permalink
Fixes #37 OSS Index Packages Limit
Browse files Browse the repository at this point in the history
Updated Dependencies:
NuGetDefense.OSSIndex
  • Loading branch information
digitalcoyote committed Sep 29, 2020
1 parent a58fc44 commit 5e409dd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Src/NuGetDefense/NuGetDefense.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
<PackageId>NuGetDefense.Tool</PackageId>
<PackAsTool>true</PackAsTool>
<ToolCommandName>nugetdefense</ToolCommandName>
<Version>1.0.11</Version>
<Version>1.0.12</Version>

</PropertyGroup>

<ItemGroup>
<PackageReference Include="MessagePack" Version="[2.1.194]" />
<PackageReference Include="MessagePack" Version="2.2.60" />
<PackageReference Include="NuGet.Versioning" Version="[5.7.0]" />
<PackageReference Include="NuGetDefense.Core" Version="[1.0.7]" />
<PackageReference Include="NuGetDefense.NVD" Version="[1.0.3.1]" />
<PackageReference Include="NuGetDefense.OSSIndex" Version="[1.0.3]" />
<PackageReference Include="NuGetDefense.OSSIndex" Version="1.0.4" />
<PackageReference Include="Serilog.Sinks.Console" Version="[3.1.1]" />
<PackageReference Include="Serilog.Sinks.File" Version="[4.1.0]" />
<PackageReference Include="System.Text.Json" Version="[4.7.2]" />
Expand Down
4 changes: 1 addition & 3 deletions Src/NuGetDefense/NuGetDefense.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"Cvss3Threshold": -1,
"IgnoredPackages": [
{
"Id": "NugetDefense",
"Version": "1.0.8.0"
}
"Id": "NugetDefense"}
],
"IgnoredCvEs": [],
"AllowedPackages": [],
Expand Down
2 changes: 1 addition & 1 deletion Src/NuGetDefense/NuGetDefense.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>NuGetDefense</id>
<title>NuGetDefense</title>
<version>1.0.11</version>
<version>1.0.12</version>
<authors>Curtis Carter</authors>
<owners>Curtis Carter</owners>
<projectUrl>https://digitalcoyote.github.io/NuGetDefense/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion Src/NuGetDefense/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace NuGetDefense
internal class Program
{
private const string UserAgentString =
@"NuGetDefense/1.0.11 (https://github.com/digitalcoyote/NuGetDefense/blob/master/README.md)";
@"NuGetDefense/1.0.12 (https://github.com/digitalcoyote/NuGetDefense/blob/master/README.md)";

private static string _nuGetFile;
private static string _projectFileName;
Expand Down
1 change: 1 addition & 0 deletions build/_build.csproj.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_SIMPLE_ANONYMOUSMETHOD_ON_SINGLE_LINE/@EntryValue">False</s:Boolean>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateInstanceFields/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /&gt;</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateStaticFields/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /&gt;</s:String>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EFeature_002EServices_002EDaemon_002ESettings_002EMigration_002ESwaWarningsModeSettingsMigrate/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpAttributeForSingleLineMethodUpgrade/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpKeepExistingMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpPlaceEmbeddedOnSameLineMigration/@EntryIndexedValue">True</s:Boolean>
Expand Down

0 comments on commit 5e409dd

Please sign in to comment.