Skip to content

Commit

Permalink
TW-89577 change version to 1.0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
mchechulnikov committed Oct 1, 2024
1 parent 8adb752 commit f235d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.proj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="17.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PackageVersion Condition=" '$(PackageVersion)' == '' ">1.0.40</PackageVersion>
<PackageVersion Condition=" '$(PackageVersion)' == '' ">1.0.41</PackageVersion>
<Build_Number Condition=" '$(Build_Number)' == '' ">0</Build_Number>
<Version>$(PackageVersion).$(Build_Number)</Version>
</PropertyGroup>
Expand Down

0 comments on commit f235d06

Please sign in to comment.