Skip to content

Commit

Permalink
Merge branch 'master' into fixinstalllatestdependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyunt committed Sep 29, 2016
2 parents 93c11de + 6b7c464 commit e1ae4aa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion NugetLightConstant.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static class NuGetConstant
/// <summary>
/// Version of this provider
/// </summary>
public static readonly string ProviderVersion = "2.8.5.206";
public static readonly string ProviderVersion = "2.8.5.207";

/// <summary>
/// Represents a method that the V2 web service supports to find a package
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.8.5.204")]
[assembly: AssemblyFileVersion("2.8.5.204")]
[assembly: AssemblyVersion("2.8.5.207")]
[assembly: AssemblyFileVersion("2.8.5.207")]
9 changes: 6 additions & 3 deletions project.json.hidden
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion provider.manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<SoftwareIdentity
name="NuGetProvider"
version="2.8.5.204" versionScheme="multipartnumeric"
version="2.8.5.207" versionScheme="multipartnumeric"
media="(windows) and (PackageManagement) and (min-PackageManagement.api:2)"
xmlns="http://standards.iso.org/iso/19770/-2/2015/schema.xsd">

Expand Down

0 comments on commit e1ae4aa

Please sign in to comment.