File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
<DeployPackages Condition =" $(CI) == 'true' and $(MSBuildRuntimeType) != 'Full' And $(OS) == 'WINDOWS_NT'" >false</DeployPackages >
10
10
</PropertyGroup >
11
11
<PropertyGroup >
12
- <PackageVersionPrefix >0.9.0 </PackageVersionPrefix >
12
+ <PackageVersionPrefix >0.9.1 </PackageVersionPrefix >
13
13
<PackageVersionSuffix Condition =" $(IsCIBuild) == false" >-dev</PackageVersionSuffix >
14
14
<PackageVersionSuffix Condition =" $(IsCIBuild) == true" >-build</PackageVersionSuffix >
15
15
<PackageOutputPath >$(MSBuildThisFileDirectory)..\packages\</PackageOutputPath >
22
22
<Company >PerkinElmer,Linedata</Company >
23
23
<Copyright >Copyright © 2019-2022 PerkinElmer Inc., Linedata Inc.</Copyright >
24
24
<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 >
27
27
<NeutralLanguage />
28
28
<PackageLicenseUrl >https://opensource.org/licenses/MIT</PackageLicenseUrl >
29
29
<DebugSymbols >true</DebugSymbols >
You can’t perform that action at this time.
0 commit comments