Skip to content

Commit afaf9b3

Browse files
author
Jeremy Tammik
committed
removed unit related deprecated api calls
1 parent c492dd4 commit afaf9b3

File tree

24 files changed

+33
-33
lines changed

24 files changed

+33
-33
lines changed

Labs/1_Revit_API_Intro/SourceCS/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion( "2021.0.0.0" )]
36-
[assembly: AssemblyFileVersion( "2021.0.0.0" )]
35+
[assembly: AssemblyVersion( "2021.0.0.3" )]
36+
[assembly: AssemblyFileVersion( "2021.0.0.3" )]

Labs/1_Revit_API_Intro/SourceVB/1_HelloWorld.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Region "Copyright"
2-
' Copyright (C) 2009-2020 by Autodesk, Inc.
2+
' Copyright (C) 2009-2021 by Autodesk, Inc.
33
'
44
' Permission to use, copy, modify, and distribute this software in
55
' object code form for any purpose and without fee is hereby granted,

Labs/1_Revit_API_Intro/SourceVB/2_DbElement.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Region "Copyright"
22
'
3-
' Copyright (C) 2009-2020 by Autodesk, Inc.
3+
' Copyright (C) 2009-2021 by Autodesk, Inc.
44
'
55
' Permission to use, copy, modify, and distribute this software in
66
' object code form for any purpose and without fee is hereby granted,

Labs/1_Revit_API_Intro/SourceVB/3_ElementFiltering.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Region "Copyright"
22
'
3-
' Copyright (C) 2009-2020 by Autodesk, Inc.
3+
' Copyright (C) 2009-2021 by Autodesk, Inc.
44
'
55
' Permission to use, copy, modify, and distribute this software in
66
' object code form for any purpose and without fee is hereby granted,

Labs/1_Revit_API_Intro/SourceVB/4_ElementModification.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Region "Copyright"
22
'
3-
' Copyright (C) 2009-2020 by Autodesk, Inc.
3+
' Copyright (C) 2009-2021 by Autodesk, Inc.
44
'
55
' Permission to use, copy, modify, and distribute this software in
66
' object code form for any purpose and without fee is hereby granted,

Labs/1_Revit_API_Intro/SourceVB/5_ModelCreation.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Region "Copyright"
22
'
3-
' Copyright (C) 2009-2020 by Autodesk, Inc.
3+
' Copyright (C) 2009-2021 by Autodesk, Inc.
44
'
55
' Permission to use, copy, modify, and distribute this software in
66
' object code form for any purpose and without fee is hereby granted,

Labs/1_Revit_API_Intro/SourceVB/5_ModelCreationExport.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Region "Copyright"
22
'
3-
' Copyright (C) 2009-2020 by Autodesk, Inc.
3+
' Copyright (C) 2009-2021 by Autodesk, Inc.
44
'
55
' Permission to use, copy, modify, and distribute this software in
66
' object code form for any purpose and without fee is hereby granted,

Labs/1_Revit_API_Intro/SourceVB/6_ExtensibleStorage.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Region "Copyright"
22
'
3-
' Copyright (C) 2009-2020 by Autodesk, Inc.
3+
' Copyright (C) 2009-2021 by Autodesk, Inc.
44
'
55
' Permission to use, copy, modify, and distribute this software in
66
' object code form for any purpose and without fee is hereby granted,

Labs/1_Revit_API_Intro/SourceVB/7_SharedParameter.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Region "Copyright"
22
'
3-
' Copyright (C) 2009-2020 by Autodesk, Inc.
3+
' Copyright (C) 2009-2021 by Autodesk, Inc.
44
'
55
' Permission to use, copy, modify, and distribute this software in
66
' object code form for any purpose and without fee is hereby granted,

Labs/1_Revit_API_Intro/SourceVB/My Project/AssemblyInfo.vb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
1212
<Assembly: AssemblyDescription("Revit API Introduction Labs for VB")>
1313
<Assembly: AssemblyCompany("Autodesk Inc.")>
1414
<Assembly: AssemblyProduct("Revit API Introduction Labs for VB")>
15-
<Assembly: AssemblyCopyright("Copyright © 2009-2020 by Autodesk Inc.")>
15+
<Assembly: AssemblyCopyright("Copyright © 2009-2021 by Autodesk, Inc.")>
1616
<Assembly: AssemblyTrademark("")>
1717

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

34-
<Assembly: AssemblyVersion("2021.0.0.0")>
35-
<Assembly: AssemblyFileVersion("2021.0.0.0")>
34+
<Assembly: AssemblyVersion("2021.0.0.3")>
35+
<Assembly: AssemblyFileVersion("2021.0.0.3")>

0 commit comments

Comments
 (0)