Skip to content

Commit

Permalink
Updating patch version in custom.props; Updating .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
shalinijoshi19 committed Jan 28, 2020
1 parent 41ced87 commit ccb9ad5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -287,3 +287,9 @@ cscope.files
cscope.out
cscope.in.out
cscope.po.out

#tortoisegit stale temp files when resolving merge conflicts
*BASE_*
*LOCAL_*
*REMOTE_*
*.orig
2 changes: 1 addition & 1 deletion custom.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<VersionMajor>1</VersionMajor>
<VersionMinor>2</VersionMinor>
<!-- The nuget package version should be incremented when we produce QFEs -->
<NuGetPackVersion>1.2.5</NuGetPackVersion>
<NuGetPackVersion>1.2.6</NuGetPackVersion>
<VersionInfoProductName>AdaptiveCards</VersionInfoProductName>
</PropertyGroup>
</Project>

0 comments on commit ccb9ad5

Please sign in to comment.