Skip to content

Commit

Permalink
updates version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
teocomi committed Jul 30, 2020
1 parent 49de155 commit 7c89289
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions xUnitRevit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
1 change: 1 addition & 0 deletions xUnitRevit/Runner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ internal static void Launch(UIApplication uiapp)

var main = new MainWindow();
main.Title = "xUnit Revit by Speckle";
main.MaxHeight = 800;

//pre-load asssemblies, if you're a lazy developer
(main.DataContext as MainViewModel).StartupAssemblies = Config.startupAssemblies;
Expand Down
2 changes: 1 addition & 1 deletion xUnitRevit/xUnitRevit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<Version>5.4.1.1</Version>
</PackageReference>
<PackageReference Include="speckle.xunit.runner.wpf">
<Version>1.0.4</Version>
<Version>1.0.5</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 2 additions & 0 deletions xUnitRevitUtils2019/xUnitRevitUtils2019.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<AssemblyName>xUnitRevitUtils</AssemblyName>
<RootNamespace>xUnitRevitUtils</RootNamespace>
<PackageId>xUnitRevitUtils.2019</PackageId>
<Version>1.0.1</Version>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions xUnitRevitUtils2020/xUnitRevitUtils2020.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<AssemblyName>xUnitRevitUtils</AssemblyName>
<RootNamespace>xUnitRevitUtils</RootNamespace>
<PackageId>xUnitRevitUtils.2020</PackageId>
<Version>1.0.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions xUnitRevitUtils2021/xUnitRevitUtils2021.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<AssemblyName>xUnitRevitUtils</AssemblyName>
<RootNamespace>xUnitRevitUtils</RootNamespace>
<PackageId>xUnitRevitUtils.2021</PackageId>
<Version>1.0.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7c89289

Please sign in to comment.