Skip to content

Commit

Permalink
integrated pull request #13 by @NK29 to eliminate deprecated API usag…
Browse files Browse the repository at this point in the history
…e in family API labs
  • Loading branch information
jeremytammik committed May 3, 2021
1 parent e154c7f commit 6acbbd7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Labs/1_Revit_API_Intro/SourceCS/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( "2022.0.0.1" )]
[assembly: AssemblyFileVersion( "2022.0.0.1" )]
[assembly: AssemblyVersion( "2022.0.0.2" )]
[assembly: AssemblyFileVersion( "2022.0.0.2" )]
4 changes: 2 additions & 2 deletions Labs/1_Revit_API_Intro/SourceVB/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2022.0.0.1")>
<Assembly: AssemblyFileVersion("2022.0.0.1")>
<Assembly: AssemblyVersion("2022.0.0.2")>
<Assembly: AssemblyFileVersion("2022.0.0.2")>
4 changes: 2 additions & 2 deletions Labs/2_Revit_UI_API/SourceCS/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( "2022.0.0.1" )]
[assembly: AssemblyFileVersion( "2022.0.0.1" )]
[assembly: AssemblyVersion( "2022.0.0.2" )]
[assembly: AssemblyFileVersion( "2022.0.0.2" )]
4 changes: 2 additions & 2 deletions Labs/2_Revit_UI_API/SourceVB/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2022.0.0.1")>
<Assembly: AssemblyFileVersion("2022.0.0.1")>
<Assembly: AssemblyVersion("2022.0.0.2")>
<Assembly: AssemblyFileVersion("2022.0.0.2")>
4 changes: 2 additions & 2 deletions Labs/3_Revit_Family_API/SourceCS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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( "2022.0.0.1" )]
[assembly: AssemblyFileVersion( "2022.0.0.1" )]
[assembly: AssemblyVersion( "2022.0.0.2" )]
[assembly: AssemblyFileVersion( "2022.0.0.2" )]
4 changes: 2 additions & 2 deletions Labs/3_Revit_Family_API/SourceVB/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2022.0.0.1")>
<Assembly: AssemblyFileVersion("2022.0.0.1")>
<Assembly: AssemblyVersion("2022.0.0.2")>
<Assembly: AssemblyFileVersion("2022.0.0.2")>

0 comments on commit 6acbbd7

Please sign in to comment.