File tree Expand file tree Collapse file tree 6 files changed +17
-11
lines changed Expand file tree Collapse file tree 6 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -262,4 +262,5 @@ paket-files/
262262
263263#  Python Tools for Visual Studio (PTVS)
264264__pycache__ /
265- * .pyc 
265+ * .pyc 
266+ .DS_Store 
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 4.0.1]  
8+ ### Fixed  
9+ -  https://github.com/imagekit-developer/imagekit-dotnet/issues/50 
10+ 
711## [ 4.0.0]  
812### Fixed  
913-  https://github.com/imagekit-developer/imagekit-dotnet/issues/37 
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ namespace ImagekitSample
1212    using  Imagekit . Models ; 
1313    using  Imagekit . Models . Response ; 
1414    using  Imagekit . Sdk ; 
15+     using  Newtonsoft . Json . Linq ; 
1516    using  static  Imagekit . Models . CustomMetaDataFieldSchemaObject ; 
1617
1718    internal  class  Program 
@@ -483,10 +484,10 @@ static void Main(string[] args)
483484            //Delete Custom MetaData 
484485            ResultNoContent  resultNoContentDel  =  imagekit . DeleteCustomMetaDataField ( "field_id" ) ; 
485486
486- 			  / // Get Authentication Token
487-         var  authenticationParameters  =  imagekit . GetAuthenticationParameters ( "your_token" ) ; 
488-         Console . WriteLine ( "Authentication Parameters: {0}" ,  JToken . FromObject ( authenticationParameters ) . ToString ( ) ) ; 
489-             #endregion
490-         } 
487+ 			// Get Authentication Token 
488+              var  authenticationParameters  =  imagekit . GetAuthenticationParameters ( "your_token" ) ; 
489+              Console . WriteLine ( "Authentication Parameters: {0}" ,  JToken . FromObject ( authenticationParameters ) . ToString ( ) ) ; 
490+                  #endregion
491+              } 
491492    } 
492493} 
Original file line number Diff line number Diff line change 1717		<Description >Library to Integrate Imagekit.io Service.</Description >
1818		<PackageId >Imagekit</PackageId >
1919		<PackOnBuild >true</PackOnBuild >
20- 		<ReleaseVersion >4.0.0 </ReleaseVersion >
20+ 		<ReleaseVersion >4.0.1 </ReleaseVersion >
2121		<GenerateDocumentationFile >true</GenerateDocumentationFile >
2222		<SynchReleaseVersion >false</SynchReleaseVersion >
23- 		<Version >4.0.0 </Version >
23+ 		<Version >4.0.1 </Version >
2424		<
RepositoryUrl >
[email protected] :imagekit-developer/imagekit-dotnet.git</
RepositoryUrl >
2525		<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2626		<PackageReleaseNotes >-Fixes</PackageReleaseNotes >
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ public static class Constants
2121        public  const  string  UploadApiHost  =  "dasdasd.sadsdasd.io" ; 
2222        public  const  string  FileApi  =  "/v1/files" ; 
2323        public  const  string  UploadApi  =  "/api/v1/files/upload" ; 
24-         public  const  string  SdkVersion  =  "4.0.0 " ; 
24+         public  const  string  SdkVersion  =  "4.0.1 " ; 
2525    } 
2626} 
Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ Install-Package Imagekit
3333PackageReference
3434
3535``` html 
36- <PackageReference  Include =" Imagekit" Version =" 4.0.0 " 
36+ <PackageReference  Include =" Imagekit" Version =" 4.0.1 " 
3737</PackageReference >
3838``` 
3939
4040.Net CLI
4141
4242``` cs 
43- dotnet  add  package  Imagekit  -- version  4.0.0  
43+ dotnet  add  package  Imagekit  -- version  4.0.1  
4444``` 
4545
4646Open up your project, navigate to the Nuget package manager console, and add the Imagekit package.  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments