Skip to content

Commit fd81edf

Browse files
authored
Merge pull request #28 from synercoder/develop
Develop
2 parents 2e8ea1f + d59c112 commit fd81edf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
# Project name to pack and publish
1616
PROJECT_NAME: Synercoding.FileFormats.Pdf
1717
# GitHub Packages Feed settings
18-
GITHUB_FEED: https://nuget.pkg.github.com/synercoder/index.json
18+
GITHUB_FEED: https://nuget.pkg.github.com/synercoder/
1919
GITHUB_USER: synercoder
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
# Official NuGet Feed settings

src/Synercoding.FileFormats.Pdf/Helpers/IStreamWriteable.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
namespace Synercoding.FileFormats.Pdf.Helpers
44
{
5+
/// <summary>
6+
/// Interface that enables writting implementor to a stream
7+
/// </summary>
58
public interface IStreamWriteable
69
{
710
/// <summary>

0 commit comments

Comments
 (0)