-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ANKUR DWIVEDI
authored and
ANKUR DWIVEDI
committed
Sep 2, 2024
1 parent
5589804
commit 9259521
Showing
8 changed files
with
106 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,10 @@ | |
<Description>Library to Integrate Imagekit.io Service.</Description> | ||
<PackageId>Imagekit</PackageId> | ||
<PackOnBuild>true</PackOnBuild> | ||
<ReleaseVersion>5.0.0</ReleaseVersion> | ||
<ReleaseVersion>5.0.1</ReleaseVersion> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<SynchReleaseVersion>false</SynchReleaseVersion> | ||
<Version>5.0.0</Version> | ||
<Version>5.0.1</Version> | ||
<RepositoryUrl>[email protected]:imagekit-developer/imagekit-dotnet.git</RepositoryUrl> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<PackageReleaseNotes>-Fixes</PackageReleaseNotes> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
namespace Imagekit.Models | ||
{ | ||
using System.Collections.Generic; | ||
|
||
public class PublishStatus | ||
{ | ||
public bool isPublished { get; set; } | ||
public bool? includeFileVersions { get; set; } | ||
} | ||
|
||
Check warning on line 10 in Imagekit/Models/PublishStatus.cs GitHub Actions / Build and test
|
||
} | ||
Check warning on line 11 in Imagekit/Models/PublishStatus.cs GitHub Actions / Build and test
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters