Skip to content

Commit ac7cd4d

Browse files
(#65) Add source link
1 parent 9874fbe commit ac7cd4d

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

release-notes/wip-release-notes.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@
44

55
Date: ???
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

src/Stravaig.Configuration.SqlServer.Tests/Stravaig.Configuration.SqlServer.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>

src/Stravaig.Configuration.SqlServer/Stravaig.Configuration.SqlServer.csproj

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,23 @@
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>

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
1.0.0

0 commit comments

Comments
 (0)