Skip to content

Commit a4c97ad

Browse files
authored
Added sync methods and refactored tests (#26)
* 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
1 parent 2c8fb99 commit a4c97ad

File tree

11 files changed

+2227
-373
lines changed

11 files changed

+2227
-373
lines changed

Directory.Build.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<Product>Managed Code - Storage</Product>
16-
<Version>1.1.2</Version>
17-
<PackageVersion>1.1.2</PackageVersion>
16+
<Version>1.2.0</Version>
17+
<PackageVersion>1.2.0</PackageVersion>
1818
</PropertyGroup>
1919
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
2020
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
2121
</PropertyGroup>
2222
<ItemGroup>
23-
<None Include="$(SolutionDir)\logo.png" Pack="true" Visible="false" PackagePath="\" />
24-
<None Include="$(SolutionDir)\README.md" Pack="true" Visible="false" PackagePath="\" />
23+
<None Include="$(SolutionDir)\logo.png" Pack="true" Visible="false" PackagePath="\"/>
24+
<None Include="$(SolutionDir)\README.md" Pack="true" Visible="false" PackagePath="\"/>
2525
</ItemGroup>
2626
</Project>

0 commit comments

Comments
 (0)