Skip to content

Commit

Permalink
update version and test
Browse files Browse the repository at this point in the history
  • Loading branch information
KennanChan committed Mar 1, 2020
1 parent d19fec0 commit 771a65f
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 771a65f

Please sign in to comment.