Skip to content

Commit

Permalink
integrated pull request #11 by @NK29 to fix some deprecated api usage…
Browse files Browse the repository at this point in the history
… warnings; 32 remain
  • Loading branch information
jeremytammik committed Apr 30, 2021
1 parent 1527972 commit 332abcc
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.0" )]
[assembly: AssemblyFileVersion( "2022.0.0.0" )]
[assembly: AssemblyVersion( "2022.0.0.1" )]
[assembly: AssemblyFileVersion( "2022.0.0.1" )]
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.0")>
<Assembly: AssemblyFileVersion("2022.0.0.0")>
<Assembly: AssemblyVersion("2022.0.0.1")>
<Assembly: AssemblyFileVersion("2022.0.0.1")>
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.0" )]
[assembly: AssemblyFileVersion( "2022.0.0.0" )]
[assembly: AssemblyVersion( "2022.0.0.1" )]
[assembly: AssemblyFileVersion( "2022.0.0.1" )]
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.0")>
<Assembly: AssemblyFileVersion("2022.0.0.0")>
<Assembly: AssemblyVersion("2022.0.0.1")>
<Assembly: AssemblyFileVersion("2022.0.0.1")>
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.0" )]
[assembly: AssemblyFileVersion( "2022.0.0.0" )]
[assembly: AssemblyVersion( "2022.0.0.1" )]
[assembly: AssemblyFileVersion( "2022.0.0.1" )]
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.0")>
<Assembly: AssemblyFileVersion("2022.0.0.0")>
<Assembly: AssemblyVersion("2022.0.0.1")>
<Assembly: AssemblyFileVersion("2022.0.0.1")>

0 comments on commit 332abcc

Please sign in to comment.