Skip to content

Commit

Permalink
removed unit related deprecated api calls
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytammik committed Jan 11, 2021
1 parent c492dd4 commit afaf9b3
Show file tree
Hide file tree
Showing 24 changed files with 33 additions and 33 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( "2021.0.0.0" )]
[assembly: AssemblyFileVersion( "2021.0.0.0" )]
[assembly: AssemblyVersion( "2021.0.0.3" )]
[assembly: AssemblyFileVersion( "2021.0.0.3" )]
2 changes: 1 addition & 1 deletion Labs/1_Revit_API_Intro/SourceVB/1_HelloWorld.vb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Region "Copyright"
' Copyright (C) 2009-2020 by Autodesk, Inc.
' Copyright (C) 2009-2021 by Autodesk, Inc.
'
' Permission to use, copy, modify, and distribute this software in
' object code form for any purpose and without fee is hereby granted,
Expand Down
2 changes: 1 addition & 1 deletion Labs/1_Revit_API_Intro/SourceVB/2_DbElement.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Region "Copyright"
'
' Copyright (C) 2009-2020 by Autodesk, Inc.
' Copyright (C) 2009-2021 by Autodesk, Inc.
'
' Permission to use, copy, modify, and distribute this software in
' object code form for any purpose and without fee is hereby granted,
Expand Down
2 changes: 1 addition & 1 deletion Labs/1_Revit_API_Intro/SourceVB/3_ElementFiltering.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Region "Copyright"
'
' Copyright (C) 2009-2020 by Autodesk, Inc.
' Copyright (C) 2009-2021 by Autodesk, Inc.
'
' Permission to use, copy, modify, and distribute this software in
' object code form for any purpose and without fee is hereby granted,
Expand Down
2 changes: 1 addition & 1 deletion Labs/1_Revit_API_Intro/SourceVB/4_ElementModification.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Region "Copyright"
'
' Copyright (C) 2009-2020 by Autodesk, Inc.
' Copyright (C) 2009-2021 by Autodesk, Inc.
'
' Permission to use, copy, modify, and distribute this software in
' object code form for any purpose and without fee is hereby granted,
Expand Down
2 changes: 1 addition & 1 deletion Labs/1_Revit_API_Intro/SourceVB/5_ModelCreation.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Region "Copyright"
'
' Copyright (C) 2009-2020 by Autodesk, Inc.
' Copyright (C) 2009-2021 by Autodesk, Inc.
'
' Permission to use, copy, modify, and distribute this software in
' object code form for any purpose and without fee is hereby granted,
Expand Down
2 changes: 1 addition & 1 deletion Labs/1_Revit_API_Intro/SourceVB/5_ModelCreationExport.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Region "Copyright"
'
' Copyright (C) 2009-2020 by Autodesk, Inc.
' Copyright (C) 2009-2021 by Autodesk, Inc.
'
' Permission to use, copy, modify, and distribute this software in
' object code form for any purpose and without fee is hereby granted,
Expand Down
2 changes: 1 addition & 1 deletion Labs/1_Revit_API_Intro/SourceVB/6_ExtensibleStorage.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Region "Copyright"
'
' Copyright (C) 2009-2020 by Autodesk, Inc.
' Copyright (C) 2009-2021 by Autodesk, Inc.
'
' Permission to use, copy, modify, and distribute this software in
' object code form for any purpose and without fee is hereby granted,
Expand Down
2 changes: 1 addition & 1 deletion Labs/1_Revit_API_Intro/SourceVB/7_SharedParameter.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Region "Copyright"
'
' Copyright (C) 2009-2020 by Autodesk, Inc.
' Copyright (C) 2009-2021 by Autodesk, Inc.
'
' Permission to use, copy, modify, and distribute this software in
' object code form for any purpose and without fee is hereby granted,
Expand Down
6 changes: 3 additions & 3 deletions Labs/1_Revit_API_Intro/SourceVB/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("Revit API Introduction Labs for VB")>
<Assembly: AssemblyCompany("Autodesk Inc.")>
<Assembly: AssemblyProduct("Revit API Introduction Labs for VB")>
<Assembly: AssemblyCopyright("Copyright © 2009-2020 by Autodesk Inc.")>
<Assembly: AssemblyCopyright("Copyright © 2009-2021 by Autodesk, Inc.")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2021.0.0.0")>
<Assembly: AssemblyFileVersion("2021.0.0.0")>
<Assembly: AssemblyVersion("2021.0.0.3")>
<Assembly: AssemblyFileVersion("2021.0.0.3")>
2 changes: 1 addition & 1 deletion Labs/1_Revit_API_Intro/SourceVB/Util.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Region "Copyright"
'
' Copyright (C) 2009-2020 by Autodesk, Inc.
' Copyright (C) 2009-2021 by Autodesk, Inc.
'
' Permission to use, copy, modify, and distribute this software in
' object code form for any purpose and without fee is hereby granted,
Expand Down
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( "2021.0.0.0" )]
[assembly: AssemblyFileVersion( "2021.0.0.0" )]
[assembly: AssemblyVersion( "2021.0.0.3" )]
[assembly: AssemblyFileVersion( "2021.0.0.3" )]
2 changes: 1 addition & 1 deletion Labs/2_Revit_UI_API/SourceVB/1_Ribbon.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Region "Copyright"
'
' Copyright (C) 2009-2020 by Autodesk, Inc.
' Copyright (C) 2009-2021 by Autodesk, Inc.
'
' Permission to use, copy, modify, and distribute this software in
' object code form for any purpose and without fee is hereby granted,
Expand Down
2 changes: 1 addition & 1 deletion Labs/2_Revit_UI_API/SourceVB/2_Selection.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Region "Copyright"
'
' Copyright (C) 2009-2020 by Autodesk, Inc.
' Copyright (C) 2009-2021 by Autodesk, Inc.
'
' Permission to use, copy, modify, and distribute this software in
' object code form for any purpose and without fee is hereby granted,
Expand Down
2 changes: 1 addition & 1 deletion Labs/2_Revit_UI_API/SourceVB/3_TaskDialog.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Region "Copyright"
'
' Copyright (C) 2009-2020 by Autodesk, Inc.
' Copyright (C) 2009-2021 by Autodesk, Inc.
'
' Permission to use, copy, modify, and distribute this software in
' object code form for any purpose and without fee is hereby granted,
Expand Down
2 changes: 1 addition & 1 deletion Labs/2_Revit_UI_API/SourceVB/4_Event.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Region "Copyright"
'
' Copyright (C) 2009-2020 by Autodesk, Inc.
' Copyright (C) 2009-2021 by Autodesk, Inc.
'
' Permission to use, copy, modify, and distribute this software in
' object code form for any purpose and without fee is hereby granted,
Expand Down
6 changes: 3 additions & 3 deletions Labs/2_Revit_UI_API/SourceVB/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("Revit API UI Labs for VB")>
<Assembly: AssemblyCompany("Autodesk Inc.")>
<Assembly: AssemblyProduct("Revit API UI Labs for VB")>
<Assembly: AssemblyCopyright("Copyright © 2009-2020 by Autodesk Inc.")>
<Assembly: AssemblyCopyright("Copyright © 2009-2021 by Autodesk, Inc.")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2021.0.0.0")>
<Assembly: AssemblyFileVersion("2021.0.0.0")>
<Assembly: AssemblyVersion("2021.0.0.3")>
<Assembly: AssemblyFileVersion("2021.0.0.3")>
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( "2021.0.0.0" )]
[assembly: AssemblyFileVersion( "2021.0.0.0" )]
[assembly: AssemblyVersion( "2021.0.0.3" )]
[assembly: AssemblyFileVersion( "2021.0.0.3" )]
2 changes: 1 addition & 1 deletion Labs/3_Revit_Family_API/SourceVB/1_ColumnRectangle.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Region "Copyright"
''
'' (C) Copyright 2009-2020 by Autodesk, Inc.
'' (C) Copyright 2009-2021 by Autodesk, Inc.
''
'' Permission to use, copy, modify, and distribute this software in
'' object code form for any purpose and without fee is hereby granted,
Expand Down
2 changes: 1 addition & 1 deletion Labs/3_Revit_Family_API/SourceVB/2_ColumnLshape.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Region "Copyright"
''
'' (C) Copyright 2009-2020 by Autodesk, Inc.
'' (C) Copyright 2009-2021 by Autodesk, Inc.
''
'' Permission to use, copy, modify, and distribute this software in
'' object code form for any purpose and without fee is hereby granted,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Region "Copyright"
''
'' (C) Copyright 2009-2020 by Autodesk, Inc.
'' (C) Copyright 2009-2021 by Autodesk, Inc.
''
'' Permission to use, copy, modify, and distribute this software in
'' object code form for any purpose and without fee is hereby granted,
Expand Down
2 changes: 1 addition & 1 deletion Labs/3_Revit_Family_API/SourceVB/4_ColumnVisibility.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Region "Copyright"
''
'' (C) Copyright 2009-2020 by Autodesk, Inc.
'' (C) Copyright 2009-2021 by Autodesk, Inc.
''
'' Permission to use, copy, modify, and distribute this software in
'' object code form for any purpose and without fee is hereby granted,
Expand Down
6 changes: 3 additions & 3 deletions Labs/3_Revit_Family_API/SourceVB/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("Revit Family API Labs")>
<Assembly: AssemblyCompany("Autodesk, Inc.")>
<Assembly: AssemblyProduct("RFA LabsVb")>
<Assembly: AssemblyCopyright("Copyright © 2009-2020 by Autodesk, Inc.")>
<Assembly: AssemblyCopyright("Copyright © 2009-2021 by Autodesk, Inc.")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -30,5 +30,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2021.0.0.0")>
<Assembly: AssemblyFileVersion("2021.0.0.0")>
<Assembly: AssemblyVersion("2021.0.0.3")>
<Assembly: AssemblyFileVersion("2021.0.0.3")>
2 changes: 1 addition & 1 deletion Labs/3_Revit_Family_API/SourceVB/Utils.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Region "Copyright"
''
'' Copyright (C) 2009-2020 by Autodesk, Inc.
'' Copyright (C) 2009-2021 by Autodesk, Inc.
''
'' Permission to use, copy, modify, and distribute this software in
'' object code form for any purpose and without fee is hereby granted,
Expand Down

0 comments on commit afaf9b3

Please sign in to comment.