Releases: FolkerKinzel/Uris
3.0.0-beta.2
- Dependency update
3.0.0-beta.1
- Numerous improvements to the public interface of the library
- Dependency update
- High code coverage of the unit tests
Project reference: On some systems, the content of the CHM file in the Assets is blocked. Before opening the file right click on the file icon, select Properties, and check the "Allow" checkbox - if it is present - in the lower right corner of the General tab in the Properties dialog.
2.0.0-beta.1
- .NET 7 support
- The dependency
FolkerKinzel.MimeTypes
which is part of the API has been updated to version 3.0.0-beta.1.
Notes to users who build .NET Core 2.x/3.0 applications based on the .NET Standard 2.0 part of the package:
You might get a compiler error. This is caused by a Microsoft dependency. You can get rid of this error, if you copy<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
to a<PropertyGroup>
of your project file (at own risk).
Project reference: On some systems, the content of the CHM file in the Assets is blocked. Before opening the file right click on the file icon, select Properties, and check the "Allow" checkbox - if it is present - in the lower right corner of the General tab in the Properties dialog.
1.0.0-beta.5
- Dependency update.
- Removed German resources.
1.0.0-beta.4
- Added .NET 6.0 support.
- Dependency update.
- DataUrlInfo is now able to parse DataUrls that use the Base64Url format (RFC 4648 § 5).
1.0.0-beta.3
- Dependency update
1.0.0.-beta.2
- Split
DataUrl
intoDataUrlBuilder
andDataUrlInfo
.
1.0.0-beta.1
- Refactorings, bugfixes and dependency update.
1.0.0-alpha.1
- Released on nuget.