File tree Expand file tree Collapse file tree 13 files changed +63
-23
lines changed
StackifyLib.StackifyTraceListener Expand file tree Collapse file tree 13 files changed +63
-23
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <AssemblyTitle >NLog.Targets.Stackify</AssemblyTitle >
5- <VersionPrefix >2.0.0-beta1 </VersionPrefix >
5+ <VersionPrefix >2.0.0</VersionPrefix >
66 <TargetFrameworks >netstandard1.3;net40;net45</TargetFrameworks >
77 <AssemblyName >NLog.Targets.Stackify</AssemblyName >
88 <PackageId >NLog.Targets.Stackify</PackageId >
1515 <GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
1616 <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
1717 <GenerateAssemblyFileVersionAttribute >false</GenerateAssemblyFileVersionAttribute >
18+ <Version >2.0.0</Version >
19+ <PackageLicenseUrl >https://github.com/stackify/stackify-api-dotnet/blob/master/LICENSE</PackageLicenseUrl >
20+ <PackageProjectUrl >https://github.com/stackify/stackify-api-dotnet</PackageProjectUrl >
21+ <PackageIconUrl >https://stackify.com/wp-content/uploads/2016/08/cropped-Green-Favicon-192x192.png</PackageIconUrl >
22+ <RepositoryUrl >https://github.com/stackify/stackify-api-dotnet</RepositoryUrl >
23+ <RepositoryType >git</RepositoryType >
1824 </PropertyGroup >
1925
2026 <ItemGroup >
Original file line number Diff line number Diff line change 66// set of attributes. Change these attribute values to modify the information
77// associated with an assembly.
88[ assembly: AssemblyTitle ( "NLog.Targets.Stackify" ) ]
9- [ assembly: AssemblyDescription ( "" ) ]
9+ [ assembly: AssemblyDescription ( "NLog.Targets.Stackify " ) ]
1010[ assembly: AssemblyConfiguration ( "" ) ]
11- [ assembly: AssemblyCompany ( "" ) ]
11+ [ assembly: AssemblyCompany ( "Stackify " ) ]
1212[ assembly: AssemblyProduct ( "NLog.Targets.Stackify" ) ]
1313[ assembly: AssemblyCopyright ( "Copyright © 2015" ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
Original file line number Diff line number Diff line change 1- dotnet pack StackifyLib\project.json -c Release -o ..\BuildOutput
2- dotnet pack StackifyLib.AspNetCore\project.json -c Release -o ..\BuildOutput
3- dotnet pack NLog.Targets.Stackify\project.json -c Release -o ..\BuildOutput
4- dotnet pack StackifyLib.CoreLogger\project.json -c Release -o ..\BuildOutput
5- dotnet pack StackifyLib.log4net\project.json -c Release -o ..\BuildOutput
6- dotnet pack StackifyLib.StackifyTraceListener\project.json -c Release -o ..\BuildOutput
1+ dotnet pack StackifyLib\StackifyLib.csproj -c Release -o ..\BuildOutput
2+ dotnet pack StackifyLib.AspNetCore\StackifyLib.AspNetCore.csproj -c Release -o ..\BuildOutput
3+ dotnet pack NLog.Targets.Stackify\NLog.Targets.Stackify.csproj -c Release -o ..\BuildOutput
4+ dotnet pack StackifyLib.CoreLogger\StackifyLib.CoreLogger.csproj -c Release -o ..\BuildOutput
5+ dotnet pack StackifyLib.log4net\StackifyLib.log4net.csproj -c Release -o ..\BuildOutput
6+ dotnet pack StackifyLib.StackifyTraceListener\StackifyLib.StackifyTraceListener.csproj -c Release -o ..\BuildOutput
77
8- dotnet pack C:\BitBucket\Serilog.Sinks.Stackify\Serilog.Sinks.Stackify\project.json -c Release -o C:\BitBucket\stackify-api-dotnet\BuildOutput
8+ REM dotnet pack C:\BitBucket\Serilog.Sinks.Stackify\Serilog.Sinks.Stackify\project.json -c Release -o C:\BitBucket\stackify-api-dotnet\BuildOutput
Original file line number Diff line number Diff line change 66// set of attributes. Change these attribute values to modify the information
77// associated with an assembly.
88[ assembly: AssemblyConfiguration ( "" ) ]
9- [ assembly: AssemblyCompany ( "" ) ]
9+ [ assembly: AssemblyCompany ( "Stackify " ) ]
1010[ assembly: AssemblyProduct ( "StackifyLib.AspNetCore" ) ]
1111[ assembly: AssemblyTrademark ( "" ) ]
1212
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <AssemblyTitle >StackifyLib for AspNetCore</AssemblyTitle >
5- <VersionPrefix >2.0.0-beta1 </VersionPrefix >
5+ <VersionPrefix >2.0.0</VersionPrefix >
66 <TargetFrameworks >netstandard1.3;net451</TargetFrameworks >
77 <AssemblyName >StackifyLib.AspNetCore</AssemblyName >
88 <PackageId >StackifyLib.AspNetCore</PackageId >
1212 <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
1313 <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
1414 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
15+ <Version >2.0.0</Version >
16+ <Description >StackifyLib.AspNetCore</Description >
17+ <PackageLicenseUrl >https://github.com/stackify/stackify-api-dotnet/blob/master/LICENSE</PackageLicenseUrl >
18+ <PackageProjectUrl >https://github.com/stackify/stackify-api-dotnet</PackageProjectUrl >
19+ <RepositoryUrl >https://github.com/stackify/stackify-api-dotnet</RepositoryUrl >
20+ <RepositoryType >git</RepositoryType >
21+ <PackageIconUrl >https://stackify.com/wp-content/uploads/2016/08/cropped-Green-Favicon-192x192.png</PackageIconUrl >
1522 </PropertyGroup >
1623
1724 <ItemGroup >
Original file line number Diff line number Diff line change 66// set of attributes. Change these attribute values to modify the information
77// associated with an assembly.
88[ assembly: AssemblyConfiguration ( "" ) ]
9- [ assembly: AssemblyCompany ( "" ) ]
9+ [ assembly: AssemblyCompany ( "Stackify " ) ]
1010[ assembly: AssemblyProduct ( "StackifyLib.CoreLogger" ) ]
1111[ assembly: AssemblyTrademark ( "" ) ]
1212
Original file line number Diff line number Diff line change 1212 <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
1313 <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
1414 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
15+ <PackageLicenseUrl >https://github.com/stackify/stackify-api-dotnet/blob/master/LICENSE</PackageLicenseUrl >
16+ <PackageProjectUrl >https://github.com/stackify/stackify-api-dotnet</PackageProjectUrl >
17+ <RepositoryUrl >https://github.com/stackify/stackify-api-dotnet</RepositoryUrl >
18+ <RepositoryType >git</RepositoryType >
19+ <PackageIconUrl >https://stackify.com/wp-content/uploads/2016/08/cropped-Green-Favicon-192x192.png</PackageIconUrl >
20+ <Description >StackifyLib.CoreLogger</Description >
21+ <Version >2.0.1</Version >
1522 </PropertyGroup >
1623
1724 <ItemGroup >
Original file line number Diff line number Diff line change 66// set of attributes. Change these attribute values to modify the information
77// associated with an assembly.
88[ assembly: AssemblyConfiguration ( "" ) ]
9- [ assembly: AssemblyCompany ( "" ) ]
9+ [ assembly: AssemblyCompany ( "Stackify " ) ]
1010[ assembly: AssemblyProduct ( "StackifyLib.StackifyTraceListener" ) ]
1111[ assembly: AssemblyTrademark ( "" ) ]
1212
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <VersionPrefix >2.0.0-beta1 </VersionPrefix >
4+ <VersionPrefix >2.0.0</VersionPrefix >
55 <TargetFrameworks >netstandard1.3;net45</TargetFrameworks >
66 <AssemblyName >StackifyLib.StackifyTraceListener</AssemblyName >
77 <PackageId >StackifyLib.StackifyTraceListener</PackageId >
88 <PackageTargetFallback Condition =" '$(TargetFramework)' == 'netstandard1.3' " >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
99 <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
1010 <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
1111 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
12+ <Version >2.0.0</Version >
13+ <Description >StackifyLib.StackifyTraceListener</Description >
14+ <PackageLicenseUrl >https://github.com/stackify/stackify-api-dotnet/blob/master/LICENSE</PackageLicenseUrl >
15+ <PackageProjectUrl >https://github.com/stackify/stackify-api-dotnet</PackageProjectUrl >
16+ <RepositoryUrl >https://github.com/stackify/stackify-api-dotnet</RepositoryUrl >
17+ <RepositoryType >git</RepositoryType >
18+ <PackageIconUrl >https://stackify.com/wp-content/uploads/2016/08/cropped-Green-Favicon-192x192.png</PackageIconUrl >
1219 </PropertyGroup >
1320
1421 <ItemGroup >
Original file line number Diff line number Diff line change 66// set of attributes. Change these attribute values to modify the information
77// associated with an assembly.
88[ assembly: AssemblyTitle ( "StackifyLib.log4net" ) ]
9- [ assembly: AssemblyDescription ( "" ) ]
9+ [ assembly: AssemblyDescription ( "StackifyLib.log4net " ) ]
1010[ assembly: AssemblyConfiguration ( "" ) ]
11- [ assembly: AssemblyCompany ( "" ) ]
11+ [ assembly: AssemblyCompany ( "Stackify " ) ]
1212[ assembly: AssemblyProduct ( "StackifyLib.log4net" ) ]
1313[ assembly: AssemblyCopyright ( "Copyright © 2015" ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
You can’t perform that action at this time.
0 commit comments