Skip to content

Commit f94ace3

Browse files
authored
Update build.props to 0.9.1 (#117)
1 parent a672212 commit f94ace3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<DeployPackages Condition="$(CI) == 'true' and $(MSBuildRuntimeType) != 'Full' And $(OS) == 'WINDOWS_NT'">false</DeployPackages>
1010
</PropertyGroup>
1111
<PropertyGroup>
12-
<PackageVersionPrefix>0.9.0</PackageVersionPrefix>
12+
<PackageVersionPrefix>0.9.1</PackageVersionPrefix>
1313
<PackageVersionSuffix Condition="$(IsCIBuild) == false">-dev</PackageVersionSuffix>
1414
<PackageVersionSuffix Condition="$(IsCIBuild) == true">-build</PackageVersionSuffix>
1515
<PackageOutputPath>$(MSBuildThisFileDirectory)..\packages\</PackageOutputPath>
@@ -22,8 +22,8 @@
2222
<Company>PerkinElmer,Linedata</Company>
2323
<Copyright>Copyright © 2019-2022 PerkinElmer Inc., Linedata Inc.</Copyright>
2424
<Description />
25-
<AssemblyVersion>0.9.0.0</AssemblyVersion>
26-
<FileVersion>0.9.0.0</FileVersion>
25+
<AssemblyVersion>0.9.1.0</AssemblyVersion>
26+
<FileVersion>0.9.1.0</FileVersion>
2727
<NeutralLanguage />
2828
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
2929
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)