Skip to content

Commit

Permalink
cherry-pick(release-1.12): make sure shell scripts are LF (#1509)
Browse files Browse the repository at this point in the history
- Cherry-pick #1508
- bump version to v1.12.1
  • Loading branch information
aslushnikov committed Jun 9, 2021
1 parent c53c965 commit 0ab2eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sh eol=lf
2 changes: 1 addition & 1 deletion src/Common/Version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<AssemblyVersion>1.12.0</AssemblyVersion>
<AssemblyVersion>1.12.1</AssemblyVersion>
<PackageVersion>$(AssemblyVersion)</PackageVersion>
<DriverVersion>1.12.0-1623185968000</DriverVersion>
<ReleaseVersion>$(AssemblyVersion)</ReleaseVersion>
Expand Down

0 comments on commit 0ab2eee

Please sign in to comment.