From 9cf9e90c0468d14f4f3c42f31907f903bcf438ce Mon Sep 17 00:00:00 2001 From: Jeremy Tammik Date: Thu, 28 Oct 2021 08:32:46 +0200 Subject: [PATCH] integrated pull request #101 by Roman @Nice3point implementing cleanup and build system --- RevitLookup/AssemblyInfo.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/RevitLookup/AssemblyInfo.cs b/RevitLookup/AssemblyInfo.cs index ace447b9b..f11c9a0ef 100644 --- a/RevitLookup/AssemblyInfo.cs +++ b/RevitLookup/AssemblyInfo.cs @@ -182,7 +182,8 @@ // 2021-10-17 2022.0.1.0 integrated pull request #95 by @NeVeS to handle multiple open documents at the same time // 2021-10-17 2022.0.1.0 integrated pull request #96 by @NeVeS to fix crash on user cancel picking object in cmds: SnoopPickFace, SnoopPickEdge, SnoopLinkedElement // 2021-10-18 2022.0.1.0 integrated pull request #97 by @NeVeS to restore ability to snoop plan topologies -// 2021-10-24 2022.0.1.0 integrated pull request #99 by @NeVeS to Eliminate warnings from #98 +// 2021-10-24 2022.0.1.0 integrated pull request #99 by @NeVeS to eliminate warnings from #98 +// 2021-10-28 2022.0.1.1 integrated pull request #101 by Roman @Nice3point implementing cleanup and build system // -[assembly: AssemblyVersion("2022.0.1.0")] -[assembly: AssemblyFileVersion("2022.0.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("2022.0.1.1")] +[assembly: AssemblyFileVersion("2022.0.1.1")] \ No newline at end of file