Skip to content

Commit

Permalink
Added sync methods and refactored tests (#26)
Browse files Browse the repository at this point in the history
* Renamed LegalHold methods

* Added sync methods to IStorage

* Added sync methods to AzureStorage

* Added sync methods for GCPStorage

* Added sync method for FileSystemStorage

* Added sync methods to AWSStorage

* Added tests for sync methods

* Upgrade version
  • Loading branch information
dtymakhov authored Apr 19, 2022
1 parent 2c8fb99 commit a4c97ad
Show file tree
Hide file tree
Showing 11 changed files with 2,227 additions and 373 deletions.
8 changes: 4 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Product>Managed Code - Storage</Product>
<Version>1.1.2</Version>
<PackageVersion>1.1.2</PackageVersion>
<Version>1.2.0</Version>
<PackageVersion>1.2.0</PackageVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<ItemGroup>
<None Include="$(SolutionDir)\logo.png" Pack="true" Visible="false" PackagePath="\" />
<None Include="$(SolutionDir)\README.md" Pack="true" Visible="false" PackagePath="\" />
<None Include="$(SolutionDir)\logo.png" Pack="true" Visible="false" PackagePath="\"/>
<None Include="$(SolutionDir)\README.md" Pack="true" Visible="false" PackagePath="\"/>
</ItemGroup>
</Project>
Loading

0 comments on commit a4c97ad

Please sign in to comment.