We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0641d3b commit 73b6372Copy full SHA for 73b6372
1 file changed
Directory.Build.props
@@ -13,8 +13,8 @@
13
<PackageLicenseExpression>MIT</PackageLicenseExpression>
14
<PackageReadmeFile>README.md</PackageReadmeFile>
15
<Product>Managed Code - Storage</Product>
16
- <Version>2.0.8</Version>
17
- <PackageVersion>2.0.8</PackageVersion>
+ <Version>2.0.9</Version>
+ <PackageVersion>2.0.9</PackageVersion>
18
</PropertyGroup>
19
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
20
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
@@ -23,4 +23,4 @@
23
<None Include="$(SolutionDir)\logo.png" Pack="true" Visible="false" PackagePath="\"/>
24
<None Include="$(SolutionDir)\README.md" Pack="true" Visible="false" PackagePath="\"/>
25
</ItemGroup>
26
-</Project>
+</Project>
0 commit comments