-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #339 from box/jwt-132
Fixed the version binding under azure functions
- Loading branch information
Showing
5 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
using System; | ||
|
||
namespace Box.V2.Utility | ||
namespace Box.V2.Utility | ||
{ | ||
internal class AssemblyInfo | ||
{ | ||
public const string AssemblyTitle = "Box.V2"; | ||
public const string AssemblyProduct = "Box.V2"; | ||
|
||
public const string AssemblyVersion = "2.15.5.0"; | ||
public const string AssemblyFileVersion = "2.15.5.0"; | ||
public const string NuGetVersion = "2.15.6"; | ||
public const string AssemblyVersion = "1.0.0.0"; | ||
public const string AssemblyFileVersion = "1.0.0.0"; | ||
} | ||
} |