Commit 41c76a2 1 parent ee63f5b commit 41c76a2 Copy full SHA for 41c76a2
File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
4
<PropertyGroup >
5
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
6
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
7
<ProjectGuid >{6608738C-3BDB-47F5-BC62-66A8BDF9D884}</ProjectGuid >
8
+ <DependsOnNETStandard >true</DependsOnNETStandard >
8
9
<OutputType >Exe</OutputType >
9
10
<AppDesignerFolder >Properties</AppDesignerFolder >
10
11
<RootNamespace >Azure.Functions.Cli</RootNamespace >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ internal static class Constants
6
6
public const string FunctionsStorageAccountNamePrefix = "AzureFunctions" ;
7
7
public const string StorageAccountArmType = "Microsoft.Storage/storageAccounts" ;
8
8
public const string FunctionAppArmKind = "functionapp" ;
9
- public const string CliVersion = "1.0.5 " ;
9
+ public const string CliVersion = "1.0.6 " ;
10
10
public const string CliDebug = "CLI_DEBUG" ;
11
11
public const string DefaultSqlProviderName = "System.Data.SqlClient" ;
12
12
public const string WebsiteHostname = "WEBSITE_HOSTNAME" ;
@@ -19,4 +19,4 @@ public static class Errors
19
19
public const string EitherPidOrAllMustBeSpecified = "Must specify either -a/--all or -p/--processId <Pid>" ;
20
20
}
21
21
}
22
- }
22
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " azure-functions-core-tools" ,
3
- "version" : " 1.0.5 " ,
3
+ "version" : " 1.0.6 " ,
4
4
"description" : " Azure Functions Core Tools" ,
5
5
"scripts" : {
6
6
"postinstall" : " node lib/install.js"
26
26
"tmp" : " ^0.0.33" ,
27
27
"unzipper" : " ^0.8.9"
28
28
}
29
- }
29
+ }
You can’t perform that action at this time.
0 commit comments