File tree Expand file tree Collapse file tree 4 files changed +21
-5
lines changed
Stravaig.Configuration.SqlServer.Tests
Stravaig.Configuration.SqlServer Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 44
55Date: ???
66
7+ ### Features
8+
9+ - #29 : Polling interval to be time between cycles
10+ - #65 Add source link to allow client applications to easily access the source information of this package in the debugger.
11+
712### Bugs
813
914- #22 : Change log level from debug to information for start polling message.
10- - #29 : Polling interval to be time between cycles
1115
1216### Dependent Packages
1317
1418- Bump Microsoft.Extensions.Configuration from 6.0.0 to 6.0.1
15- - Bump Microsoft.Extensions.Logging.Abstractions from 6.0.0 to 6.0.1
19+ - Bump Microsoft.Extensions.Logging.Abstractions from 6.0.0 to 6.0.3
1620
1721---
1822
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net6.0</TargetFramework >
Original file line number Diff line number Diff line change 3333 <None Include =" stravaig-icon.png" Pack =" true" PackagePath =" /" />
3434 </ItemGroup >
3535
36+ <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
37+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
38+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
39+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
40+ <IncludeSymbols >true</IncludeSymbols >
41+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
42+ </PropertyGroup >
43+
44+ <ItemGroup >
45+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
46+ </ItemGroup >
47+
3648 <ItemGroup >
3749 <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 6.0.1" />
3850 <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 6.0.0" />
3951 <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 6.0.0" />
40- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6.0.1 " />
52+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6.0.3 " />
4153 <PackageReference Include =" System.Data.SqlClient" Version =" 4.8.5" />
4254 </ItemGroup >
4355</Project >
Original file line number Diff line number Diff line change 1- 0.5 .0
1+ 1.0 .0
You can’t perform that action at this time.
0 commit comments