Skip to content

Commit

Permalink
Updating version to 15.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Sep 29, 2022
1 parent 0813c4c commit 3306057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Expand Up @@ -45,7 +45,7 @@
<PackageOutputPath>$(BaseArtifactsPath)pkg/$(Configuration)/</PackageOutputPath>
<Product>ClangSharp</Product>
<RootNamespace>ClangSharp</RootNamespace>
<VersionPrefix>15.0.1</VersionPrefix>
<VersionPrefix>15.0.2</VersionPrefix>
<VersionSuffix Condition="'$(EXCLUDE_SUFFIX_FROM_VERSION)' != 'true'">rc1</VersionSuffix>
<VersionSuffix Condition="'$(GITHUB_EVENT_NAME)' == 'pull_request'">pr</VersionSuffix>
</PropertyGroup>
Expand Down

0 comments on commit 3306057

Please sign in to comment.