File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netcoreapp2.0</TargetFramework >
5- <ReleaseVersion >1.0.0 </ReleaseVersion >
5+ <ReleaseVersion >1.0.1 </ReleaseVersion >
66 <Description >Sample Web API project created to show how to use SplunkLogger library</Description >
77 <RootNamespace >VTEX.SampleWebAPI</RootNamespace >
88 </PropertyGroup >
Original file line number Diff line number Diff line change 2222 EndGlobalSection
2323 GlobalSection (MonoDevelopProperties ) = preSolution
2424 description = C # .Net Core 2 Splunk ILogger Compatible Implementation
25- version = 1.0.0
25+ version = 1.0.1
2626 EndGlobalSection
2727EndGlobal
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netcoreapp2.0</TargetFramework >
5- <ReleaseVersion >1.0.0</ReleaseVersion >
5+ <ReleaseVersion >1.0.1</ReleaseVersion >
6+ <Version >1.0.1</Version >
67 <Description >Splunk .Net Core ILogger Compatible Library</Description >
78 <RootNamespace >Splunk</RootNamespace >
89 <Authors >Fábio Caldas</Authors >
910 <NeutralLanguage >en-US</NeutralLanguage >
1011 <Owners >VTEX</Owners >
11- <PackageProjectUrl >https://github.com/Caldas /SplunkLogger</PackageProjectUrl >
12- <PackageLicenseUrl >https://github.com/Caldas /SplunkLogger/blob/master/LICENSE</PackageLicenseUrl >
12+ <PackageProjectUrl >https://github.com/vtex /SplunkLogger</PackageProjectUrl >
13+ <PackageLicenseUrl >https://github.com/vtex /SplunkLogger/blob/master/LICENSE</PackageLicenseUrl >
1314 <PackageTags >splunk logger dotnet core VTEX</PackageTags >
1415 <Title >Splunk .Net Core ILogger Implementation</Title >
1516 <PackOnBuild >true</PackOnBuild >
16- <PackageId >SplunkLogger</PackageId >
17- <Copyright >VTEX @ 2018</Copyright >
17+ <PackageId >SplunkLogger</PackageId >
18+ <Copyright >VTEX @ 2018</Copyright >
1819 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
20+ <PackageIconUrl >https://raw.githubusercontent.com/vtex/SplunkLogger/master/VTEX_icon.png</PackageIconUrl >
1921 </PropertyGroup >
2022
2123 <ItemGroup >
You can’t perform that action at this time.
0 commit comments