Skip to content

Commit edadcc4

Browse files
authored
Switched release notes to a link (#24)
1 parent 483d39d commit edadcc4

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

Directory.Build.props

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,7 @@
77
<RepositoryUrl>https://github.com/rasitha1/SqlBatis</RepositoryUrl>
88
<RepositoryType>git</RepositoryType>
99
<PackageTags>ibatis datamapper</PackageTags>
10-
<PackageReleaseNotes>
11-
* Switch to `Microsoft.Extensions.Logging` and get rid of custom logging implementation
12-
* Multi-target .NET 8 and .NET 10
13-
* Use latest versions of dependent libraries
14-
* All tests now use `Microsoft.Data.SqlClient`
15-
* Breaking Changes (and how to fix them):
16-
- `SqlBatis.DataMapper.Logging` or `SqlBatis.DataMapper.Logging.Impl` are no longer valid. Remove any using blocks.
17-
- Remove use of `ILoggerFactoryAdapter` or `NetStandardLoggerAdapter`
18-
Example: Remove `services.AddSingleton&lt;ILoggerFactoryAdapter, NetStandardLoggerAdapter&gt;()`
19-
- `LogManager` is not valid anymore. Remove setting the Adapter property.
20-
Example: Remove `LogManager.Adapter = app.ApplicationServices.GetRequiredService&lt;ILoggerFactoryAdapter&gt;()`
21-
- Assembly and namespace `IBatisNet.DynamicProxy` are no longer valid. Update references to use `SqlBatis.DynamicProxy`
22-
- If using `lazyFactoryType` update value `value=&quot;SqlBatis.DynamicProxy.LazyLoadProxyFactory, SqlBatis.DynamicProxy&quot;`
23-
24-
</PackageReleaseNotes>
10+
<PackageReleaseNotes>https://github.com/rasitha1/SqlBatis/blob/master/RELEASE.md</PackageReleaseNotes>
2511
<Authors>rasitha1</Authors>
2612
<Company>rasitha1</Company>
2713
<Product>SqlBatis</Product>

0 commit comments

Comments
 (0)