Skip to content

Commit

Permalink
Merge pull request #4 from KennanChan/dev
Browse files Browse the repository at this point in the history
update version and test
  • Loading branch information
KennanChan authored Mar 1, 2020
2 parents 01f7b24 + 771a65f commit 060ed9d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Revit.Async.NET40/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,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("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
4 changes: 2 additions & 2 deletions Revit.Async/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,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("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
7 changes: 6 additions & 1 deletion TestCommand/TestWindow.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
using System.Windows;
#region Reference

using System.Windows;
using System.Windows.Controls;

#endregion

namespace TestCommand
{
internal class TestWindow : Window
Expand All @@ -25,6 +29,7 @@ private void InitializeComponents()
{
Content = new TextBlock {Text = "Save Random Family"},
Command = new SaveFamilyCommand(),
CommandParameter = true,
VerticalAlignment = VerticalAlignment.Center,
HorizontalAlignment = HorizontalAlignment.Center
};
Expand Down

0 comments on commit 060ed9d

Please sign in to comment.