We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06fd97 commit 51fcc20Copy full SHA for 51fcc20
1 file changed
Directory.Build.props
@@ -13,8 +13,8 @@
13
<PackageLicenseExpression>MIT</PackageLicenseExpression>
14
<PackageReadmeFile>README.md</PackageReadmeFile>
15
<Product>Managed Code - Communication</Product>
16
- <Version>0.0.8</Version>
17
- <PackageVersion>0.0.8</PackageVersion>
+ <Version>0.1.0</Version>
+ <PackageVersion>0.1.0</PackageVersion>
18
</PropertyGroup>
19
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
20
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
0 commit comments