Skip to content

Releases: yuseok-kim-edushare/PB-WebDAV

1.0.6

27 Jun 12:14
2cd0ae2

Choose a tag to compare

Changes in 1.0.6

2cd0ae2 Merge PR #17: Bump actions/cache from 5 to 6
e7db13c Bump actions/cache from 5 to 6

Files changed

.github/workflows/cd.yaml | 2 +-
.github/workflows/ci.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

1.0.5

20 Jun 12:14
5b8ebc5

Choose a tag to compare

Changes in 1.0.5

5b8ebc5 Merge PR #15: Bump softprops/action-gh-release from 3.0.0 to 3.0.1
20608e8 Bump softprops/action-gh-release from 3.0.0 to 3.0.1

Files changed

.github/workflows/cd.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

1.0.4

10 Jun 03:08
42fe199

Choose a tag to compare

Changes in 1.0.4

42fe199 Merge PR #14: Bump System.IO.Pipelines from 10.0.8 to 10.0.9
0609813 Bump System.IO.Pipelines from 10.0.8 to 10.0.9

Files changed

PB-WebDAV.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

1.0.3

13 May 03:15
8946694

Choose a tag to compare

Changes in 1.0.3

8946694 Merge PR #12: Bump System.IO.Pipelines from 10.0.7 to 10.0.8
17e0de5 Bump System.IO.Pipelines from 10.0.7 to 10.0.8
8493510 docs: sync README dependency versions with csproj (#11)
179a2e4 🔧 add build configure that explicit exclude PB directory
00901f3 📦 update PBL file
b3bc39d 📝 add example powerbuilder functions
d5df3d2 ✨ get PB NVO(non visual object) by .net dll importer in pb ide
1e021c9 🎉 init git via PB IDE

Files changed

PB Sample 2019R3+/PB-webDAV-sample.pbw (new) | 7 +
PB Sample 2019R3+/pb-webdav-sample.pbl (new) | Bin 0 -> 144896 bytes
PB Sample 2019R3+/pb-webdav-sample.pbt (new) | 5 +
PB Sample 2019R3+/pb-webdav-sample.usr.opt (new) | Bin 0 -> 80 bytes
.../nvo_webdavclient.sru (new) | 1163 ++++++++++++++++++++
.../pb-webdav-sample.sra (new) | 35 +
.../pb-webdav-sample.pbl.src/test.srw (new) | 223 ++++
PB-WebDAV.csproj | 3 +-
README.ko.md | 9 +
README.md | 6 +-
10 files changed, 1447 insertions(+), 4 deletions(-)

1.0.2

25 Apr 06:05
c751d80

Choose a tag to compare

Changes in 1.0.2

c751d80 Merge PR #10: 🔥 unnecessary download limit remove
2976b8a 🔥 unnecessary download limit remove (if user want to download 10GB+ we can't blocking in library)
cf15def Merge PR #9: Bump System.IO.Pipelines from 8.0.0 to 10.0.7
3a8e27e Bump System.IO.Pipelines from 8.0.0 to 10.0.7

Files changed

PB-WebDAV.csproj | 2 +-
WebDavClient.cs | 10 ----------
2 files changed, 1 insertion(+), 11 deletions(-)

1.0.1

25 Apr 05:40
4f9a592

Choose a tag to compare

Changes in 1.0.1

4f9a592 Bump actions/cache from 4 to 5 (#8)
5b8ea7f Merge pull request #6 from yuseok-kim-edushare/dependabot/github_actions/actions/checkout-6

Files changed

.github/workflows/cd.yaml | 4 ++--
.github/workflows/ci.yaml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

1.0.0

25 Apr 05:37
a074884

Choose a tag to compare

First Release