We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e8ea1f + d59c112 commit fd81edfCopy full SHA for fd81edf
.github/workflows/dotnet-core.yml
@@ -15,7 +15,7 @@ env:
15
# Project name to pack and publish
16
PROJECT_NAME: Synercoding.FileFormats.Pdf
17
# GitHub Packages Feed settings
18
- GITHUB_FEED: https://nuget.pkg.github.com/synercoder/index.json
+ GITHUB_FEED: https://nuget.pkg.github.com/synercoder/
19
GITHUB_USER: synercoder
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
# Official NuGet Feed settings
src/Synercoding.FileFormats.Pdf/Helpers/IStreamWriteable.cs
@@ -2,6 +2,9 @@
2
3
namespace Synercoding.FileFormats.Pdf.Helpers
4
{
5
+ /// <summary>
6
+ /// Interface that enables writting implementor to a stream
7
+ /// </summary>
8
public interface IStreamWriteable
9
10
/// <summary>
0 commit comments