Skip to content

Commit

Permalink
chore: mark assembly version as release
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Sep 27, 2021
1 parent 479615e commit d058d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<AssemblyVersion>1.15.0</AssemblyVersion>
<PackageVersion>$(AssemblyVersion)-next-1</PackageVersion>
<PackageVersion>$(AssemblyVersion)</PackageVersion>
<DriverVersion>1.15.0-1632430084000</DriverVersion>
<ReleaseVersion>$(AssemblyVersion)</ReleaseVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
Expand Down

0 comments on commit d058d01

Please sign in to comment.