File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp2.0</TargetFramework >
5
- <ReleaseVersion >1.0.0 </ReleaseVersion >
5
+ <ReleaseVersion >1.0.1 </ReleaseVersion >
6
6
<Description >Sample Web API project created to show how to use SplunkLogger library</Description >
7
7
<RootNamespace >VTEX.SampleWebAPI</RootNamespace >
8
8
</PropertyGroup >
Original file line number Diff line number Diff line change 22
22
EndGlobalSection
23
23
GlobalSection (MonoDevelopProperties ) = preSolution
24
24
description = C # .Net Core 2 Splunk ILogger Compatible Implementation
25
- version = 1.0.0
25
+ version = 1.0.1
26
26
EndGlobalSection
27
27
EndGlobal
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp2.0</TargetFramework >
5
- <ReleaseVersion >1.0.0</ReleaseVersion >
5
+ <ReleaseVersion >1.0.1</ReleaseVersion >
6
+ <Version >1.0.1</Version >
6
7
<Description >Splunk .Net Core ILogger Compatible Library</Description >
7
8
<RootNamespace >Splunk</RootNamespace >
8
9
<Authors >Fábio Caldas</Authors >
9
10
<NeutralLanguage >en-US</NeutralLanguage >
10
11
<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 >
13
14
<PackageTags >splunk logger dotnet core VTEX</PackageTags >
14
15
<Title >Splunk .Net Core ILogger Implementation</Title >
15
16
<PackOnBuild >true</PackOnBuild >
16
- <PackageId >SplunkLogger</PackageId >
17
- <Copyright >VTEX @ 2018</Copyright >
17
+ <PackageId >SplunkLogger</PackageId >
18
+ <Copyright >VTEX @ 2018</Copyright >
18
19
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
20
+ <PackageIconUrl >https://raw.githubusercontent.com/vtex/SplunkLogger/master/VTEX_icon.png</PackageIconUrl >
19
21
</PropertyGroup >
20
22
21
23
<ItemGroup >
You can’t perform that action at this time.
0 commit comments