diff --git a/NugetLightConstant.cs b/NugetLightConstant.cs index 9b28581..39ffd00 100644 --- a/NugetLightConstant.cs +++ b/NugetLightConstant.cs @@ -28,7 +28,7 @@ public static class NuGetConstant /// /// Version of this provider /// - public static readonly string ProviderVersion = "2.8.5.206"; + public static readonly string ProviderVersion = "2.8.5.207"; /// /// Represents a method that the V2 web service supports to find a package diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 43680c1..c518336 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.8.5.204")] -[assembly: AssemblyFileVersion("2.8.5.204")] \ No newline at end of file +[assembly: AssemblyVersion("2.8.5.207")] +[assembly: AssemblyFileVersion("2.8.5.207")] \ No newline at end of file diff --git a/project.json.hidden b/project.json.hidden index 8c82a87..9c83568 100644 --- a/project.json.hidden +++ b/project.json.hidden @@ -2,10 +2,13 @@ "name": "Microsoft.PackageManagement.NuGetProvider", "version": "1.0.0-*", - "buildOptions": { - "warningsAsErrors": true - }, + "buildOptions": { + "keyFile": "35MSSharedLib1024.snk", + "delaySign": true, + "publicSign": false, + "warningsAsErrors": true + }, "configurations": { "Linux": { "buildOptions": { diff --git a/provider.manifest b/provider.manifest index 2b45c64..feb0fd6 100644 --- a/provider.manifest +++ b/provider.manifest @@ -1,7 +1,7 @@