Skip to content

Commit ad0840d

Browse files
committed
Updated url to license
Updated ReadMe to properly link to new GitHub url Added documentation for v.0.7.6
1 parent 2dfd5eb commit ad0840d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+182
-98
lines changed

AddInExample/AddInExample.csproj

+9-12
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,23 @@
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
3333
<ItemGroup>
34-
<Reference Include="CodeStack.SwEx.Common, Version=0.9.6.0, Culture=neutral, PublicKeyToken=a46023996d4724e7, processorArchitecture=MSIL">
35-
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.6\lib\net40\CodeStack.SwEx.Common.dll</HintPath>
34+
<Reference Include="CodeStack.SwEx.Common, Version=0.9.8.0, Culture=neutral, PublicKeyToken=a46023996d4724e7, processorArchitecture=MSIL">
35+
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.8\lib\net40\CodeStack.SwEx.Common.dll</HintPath>
3636
</Reference>
37-
<Reference Include="SolidWorks.Interop.sldworks, Version=26.2.0.63, Culture=neutral, PublicKeyToken=7c4797c3e4eeac03, processorArchitecture=MSIL">
38-
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.6\lib\net40\SolidWorks.Interop.sldworks.dll</HintPath>
39-
<Private>True</Private>
37+
<Reference Include="SolidWorks.Interop.sldworks, Version=27.1.0.72, Culture=neutral, PublicKeyToken=7c4797c3e4eeac03, processorArchitecture=MSIL">
38+
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.8\lib\net40\SolidWorks.Interop.sldworks.dll</HintPath>
4039
<EmbedInteropTypes>False</EmbedInteropTypes>
4140
</Reference>
42-
<Reference Include="SolidWorks.Interop.swconst, Version=26.2.0.63, Culture=neutral, PublicKeyToken=19f43e188e4269d8, processorArchitecture=MSIL">
43-
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.6\lib\net40\SolidWorks.Interop.swconst.dll</HintPath>
44-
<Private>True</Private>
41+
<Reference Include="SolidWorks.Interop.swconst, Version=27.1.0.72, Culture=neutral, PublicKeyToken=19f43e188e4269d8, processorArchitecture=MSIL">
42+
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.8\lib\net40\SolidWorks.Interop.swconst.dll</HintPath>
4543
<EmbedInteropTypes>False</EmbedInteropTypes>
4644
</Reference>
47-
<Reference Include="SolidWorks.Interop.swpublished, Version=26.2.0.63, Culture=neutral, PublicKeyToken=89a97bdc5284e6d8, processorArchitecture=MSIL">
48-
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.6\lib\net40\SolidWorks.Interop.swpublished.dll</HintPath>
49-
<Private>True</Private>
45+
<Reference Include="SolidWorks.Interop.swpublished, Version=27.1.0.72, Culture=neutral, PublicKeyToken=89a97bdc5284e6d8, processorArchitecture=MSIL">
46+
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.8\lib\net40\SolidWorks.Interop.swpublished.dll</HintPath>
5047
<EmbedInteropTypes>False</EmbedInteropTypes>
5148
</Reference>
5249
<Reference Include="SolidWorksTools, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bd18593873b4686d, processorArchitecture=MSIL">
53-
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.6\lib\net40\SolidWorksTools.dll</HintPath>
50+
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.8\lib\net40\SolidWorksTools.dll</HintPath>
5451
</Reference>
5552
<Reference Include="System" />
5653
<Reference Include="System.Core" />

AddInExample/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="CodeStack.SwEx.Common" version="0.9.6" targetFramework="net40" />
3+
<package id="CodeStack.SwEx.Common" version="0.9.8" targetFramework="net40" />
44
</packages>

Framework.Tests/Framework.Tests.csproj

+9-12
Original file line numberDiff line numberDiff line change
@@ -49,30 +49,27 @@
4949
<HintPath>..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
52-
<Reference Include="CodeStack.SwEx.Common, Version=0.9.6.0, Culture=neutral, PublicKeyToken=a46023996d4724e7, processorArchitecture=MSIL">
53-
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.6\lib\net40\CodeStack.SwEx.Common.dll</HintPath>
52+
<Reference Include="CodeStack.SwEx.Common, Version=0.9.8.0, Culture=neutral, PublicKeyToken=a46023996d4724e7, processorArchitecture=MSIL">
53+
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.8\lib\net40\CodeStack.SwEx.Common.dll</HintPath>
5454
</Reference>
5555
<Reference Include="Moq, Version=4.9.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
5656
<HintPath>..\packages\Moq.4.9.0\lib\net45\Moq.dll</HintPath>
5757
<Private>True</Private>
5858
</Reference>
59-
<Reference Include="SolidWorks.Interop.sldworks, Version=26.2.0.63, Culture=neutral, PublicKeyToken=7c4797c3e4eeac03, processorArchitecture=MSIL">
60-
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.6\lib\net40\SolidWorks.Interop.sldworks.dll</HintPath>
61-
<Private>True</Private>
59+
<Reference Include="SolidWorks.Interop.sldworks, Version=27.1.0.72, Culture=neutral, PublicKeyToken=7c4797c3e4eeac03, processorArchitecture=MSIL">
60+
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.8\lib\net40\SolidWorks.Interop.sldworks.dll</HintPath>
6261
<EmbedInteropTypes>False</EmbedInteropTypes>
6362
</Reference>
64-
<Reference Include="SolidWorks.Interop.swconst, Version=26.2.0.63, Culture=neutral, PublicKeyToken=19f43e188e4269d8, processorArchitecture=MSIL">
65-
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.6\lib\net40\SolidWorks.Interop.swconst.dll</HintPath>
66-
<Private>True</Private>
63+
<Reference Include="SolidWorks.Interop.swconst, Version=27.1.0.72, Culture=neutral, PublicKeyToken=19f43e188e4269d8, processorArchitecture=MSIL">
64+
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.8\lib\net40\SolidWorks.Interop.swconst.dll</HintPath>
6765
<EmbedInteropTypes>False</EmbedInteropTypes>
6866
</Reference>
69-
<Reference Include="SolidWorks.Interop.swpublished, Version=26.2.0.63, Culture=neutral, PublicKeyToken=89a97bdc5284e6d8, processorArchitecture=MSIL">
70-
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.6\lib\net40\SolidWorks.Interop.swpublished.dll</HintPath>
71-
<Private>True</Private>
67+
<Reference Include="SolidWorks.Interop.swpublished, Version=27.1.0.72, Culture=neutral, PublicKeyToken=89a97bdc5284e6d8, processorArchitecture=MSIL">
68+
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.8\lib\net40\SolidWorks.Interop.swpublished.dll</HintPath>
7269
<EmbedInteropTypes>False</EmbedInteropTypes>
7370
</Reference>
7471
<Reference Include="SolidWorksTools, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bd18593873b4686d, processorArchitecture=MSIL">
75-
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.6\lib\net40\SolidWorksTools.dll</HintPath>
72+
<HintPath>..\packages\CodeStack.SwEx.Common.0.9.8\lib\net40\SolidWorksTools.dll</HintPath>
7673
</Reference>
7774
<Reference Include="System" />
7875
<Reference Include="System.Configuration" />

Framework.Tests/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Castle.Core" version="4.3.1" targetFramework="net461" />
4-
<package id="CodeStack.SwEx.Common" version="0.9.6" targetFramework="net461" />
4+
<package id="CodeStack.SwEx.Common" version="0.9.8" targetFramework="net461" />
55
<package id="Moq" version="4.9.0" targetFramework="net461" />
66
<package id="System.Threading.Tasks.Extensions" version="4.3.0" targetFramework="net461" />
77
<package id="System.ValueTuple" version="4.4.0" targetFramework="net461" />

Framework/Attributes/AutoRegisterAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Attributes/CommandGroupInfoAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Attributes/CommandIconAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Attributes/CommandItemInfoAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Attributes/CommandSpacerAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Attributes/TaskPaneIconAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Attributes/TaskPaneStandardButtonAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Base/IComStorage.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Base/ICommandBaseSpec.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Base/ICommandGroupSpec.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Base/ICommandSpec.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Base/IDocumentHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Base/IDocumentsHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Base/ISwAddInEx.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Base/IThirdPartyStoreHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Base/IThirdPartyStreamHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Core/ComStorage.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Core/ComStream.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Core/CommandGroupSpec.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Core/CommandSpec.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Core/DocumentHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Core/DocumentsHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Core/EnumCommandGroupSpec.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Core/EnumCommandSpec.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Core/ThirdPartyStoreHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Core/ThirdPartyStreamHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Delegates/EnableMethodDelegate.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Enums/CommandItemEnableState_e.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Enums/swWorkspaceTypes_e.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Exceptions/CallbackNotSpecifiedException.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Exceptions/GroupIdAlreadyExistsException.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Exceptions/InvalidMenuToolbarOptionsException.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

Framework/Extensions/ModelDocExtension.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//**********************
22
//SwEx.AddIn - development tools for SOLIDWORKS add-ins
33
//Copyright(C) 2019 www.codestack.net
4-
//License: https://github.com/codestack-net-dev/sw-dev-tools-addin/blob/master/LICENSE
4+
//License: https://github.com/codestackdev/swex-addin/blob/master/LICENSE
55
//Product URL: https://www.codestack.net/labs/solidworks/swex/add-in/
66
//**********************
77

0 commit comments

Comments
 (0)