File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <AssemblyTitle >Stackify API</AssemblyTitle >
5- <VersionPrefix >2.2.0 </VersionPrefix >
5+ <VersionPrefix >2.2.2 </VersionPrefix >
66 <TargetFrameworks >netstandard2.0;net40;net45;net451;net452;net46;net461;net462</TargetFrameworks >
77 <AssemblyName >StackifyLib</AssemblyName >
88 <PackageId >StackifyLib</PackageId >
1313 <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
1414 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
1515 <GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
16- <Version >2.2.1 -alpha</Version >
16+ <Version >2.2.2 -alpha</Version >
1717 <Authors >StackifyLib</Authors >
1818 <PackageProjectUrl >https://github.com/stackify/stackify-api-dotnet</PackageProjectUrl >
1919 <PackageLicenseUrl >https://github.com/stackify/stackify-api-dotnet/blob/master/LICENSE</PackageLicenseUrl >
2020 <RepositoryUrl >https://github.com/stackify/stackify-api-dotnet</RepositoryUrl >
2121 <RepositoryType >git</RepositoryType >
2222 <PackageIconUrl >https://stackify.com/wp-content/uploads/2017/02/stk.png</PackageIconUrl >
23- <AssemblyVersion >2.2.1 .0</AssemblyVersion >
24- <FileVersion >2.2.1 .0</FileVersion >
23+ <AssemblyVersion >2.2.2 .0</AssemblyVersion >
24+ <FileVersion >2.2.2 .0</FileVersion >
2525 <PackageReleaseNotes >Remove default internal file logger</PackageReleaseNotes >
2626 </PropertyGroup >
2727
Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ public static string GetHeaderScript()
2626 {
2727 settings [ "ID" ] = reqId ;
2828 }
29+ else
30+ {
31+ // If there is no request ID, don't write the script
32+ return "" ;
33+ }
2934
3035 var appName = HelperFunctions . GetAppName ( ) ;
3136 if ( ! string . IsNullOrWhiteSpace ( appName ) )
You can’t perform that action at this time.
0 commit comments