Skip to content

Commit

Permalink
integrated pull request #58 by @harrymattison with solution changes f…
Browse files Browse the repository at this point in the history
…or multi-release building
  • Loading branch information
jeremytammik committed Apr 14, 2020
1 parent 67395aa commit b8148d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CS/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
// 2019-08-20 - 2020.0.0.3 - integrated pull request #56 by @nonoesp - fix two small typos in readme
// 2020-02-11 - 2020.0.0.4 - incremented copyright year
// 2020-04-12 - 2021.0.0.0 - flat migration to Revit 2021
// 2020-04-14 - 2021.0.0.1 - integrated pull request #58 by @harrymattison with solution changes for multi-release building
//
[assembly: AssemblyVersion( "2021.0.0.0" )]
[assembly: AssemblyFileVersion( "2021.0.0.0" )]
[assembly: AssemblyVersion( "2021.0.0.1" )]
[assembly: AssemblyFileVersion( "2021.0.0.1" )]
8 changes: 4 additions & 4 deletions CS/RevitLookup.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio 15
VisualStudioVersion = 15.0.28307.757
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RevitLookup", "RevitLookup.csproj", "{05C77115-2277-4DFC-8F95-BE37E5F1130F}"
EndProject
Expand All @@ -12,8 +12,8 @@ Global
2021|Any CPU = 2021|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05C77115-2277-4DFC-8F95-BE37E5F1130F}.2019|Any CPU.ActiveCfg = 2019|Any CPU
{05C77115-2277-4DFC-8F95-BE37E5F1130F}.2019|Any CPU.Build.0 = 2019|Any CPU
{05C77115-2277-4DFC-8F95-BE37E5F1130F}.2019|Any CPU.ActiveCfg = 2021|Any CPU
{05C77115-2277-4DFC-8F95-BE37E5F1130F}.2019|Any CPU.Build.0 = 2021|Any CPU
{05C77115-2277-4DFC-8F95-BE37E5F1130F}.2020|Any CPU.ActiveCfg = 2020|Any CPU
{05C77115-2277-4DFC-8F95-BE37E5F1130F}.2020|Any CPU.Build.0 = 2020|Any CPU
{05C77115-2277-4DFC-8F95-BE37E5F1130F}.2021|Any CPU.ActiveCfg = 2021|Any CPU
Expand Down

0 comments on commit b8148d5

Please sign in to comment.