Skip to content

Commit

Permalink
Update version number for managed UWP behaviors package to 2.0.1. (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
branh committed Apr 27, 2019
1 parent 9c923a8 commit 6f88ee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/BehaviorsSDKManaged/Version/NuGetPackageVersion.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PackageVersion>2.0.0</PackageVersion>
<PackageVersion>2.0.1</PackageVersion>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions src/BehaviorsSDKManaged/Version/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]

0 comments on commit 6f88ee9

Please sign in to comment.