Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DYN-5944 Removed NDesk.Options Library #14106

Merged
merged 24 commits into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
cb3e0ea
Removed NDesk.Options Library
JimmySanchezGlobant Jun 22, 2023
0f9174d
Merge branch 'DynamoDS:master' into DYN-5944
JimmySanchezGlobant Jun 23, 2023
4bb7b70
Removed Ndesk.Options from License and About Box
JimmySanchezGlobant Jun 23, 2023
d0b8b8d
Merge branch 'DynamoDS:master' into DYN-5944
JimmySanchezGlobant Jun 27, 2023
91fafcd
Fixed formatting and included CommandLine.dll
JimmySanchezGlobant Jun 27, 2023
2fb22c2
Moved references under .NET 4.8 ItemGroup
JimmySanchezGlobant Jun 27, 2023
61b2630
Moved more references under .NET 4.8 ItemGroup
JimmySanchezGlobant Jun 28, 2023
f1e6aec
Merge branch 'DynamoDS:master' into DYN-5944
JimmySanchezGlobant Jun 28, 2023
7cdc64c
Merge branch 'DynamoDS:master' into DYN-5944
JimmySanchezGlobant Jun 29, 2023
e855f59
Removed ILMerge and added dependencies directly to project
JimmySanchezGlobant Jun 29, 2023
324bb3e
Merge branch 'DYN-5944' of https://github.com/JimmySanchezGlobant/Dyn…
JimmySanchezGlobant Jun 29, 2023
fc1a09f
update
pinzart Jul 5, 2023
2e0af94
Merge branch 'DynamoDS:master' into DYN-5944
JimmySanchezGlobant Jul 5, 2023
33a1310
Update Md2Html.csproj
pinzart Jul 6, 2023
de6659d
Merge branch 'master' into pr/14106
pinzart Jul 6, 2023
4e5216a
Merge branch 'DYN-5944' of https://github.com/JimmySanchezGlobant/Dyn…
pinzart Jul 6, 2023
fc78c58
Update License.rtf
pinzart Jul 6, 2023
c819987
Update License.rtf
pinzart Jul 6, 2023
8e44108
Merge branch 'master' into pr/14106
pinzart Jul 12, 2023
ad9c4ef
Update License.rtf
pinzart Jul 12, 2023
2cf6b72
Merge branch 'master' into pr/14106
pinzart Jul 18, 2023
bda2f98
Update Md2Html.csproj
pinzart Jul 19, 2023
3d73767
Merge branch 'master' into pr/14106
pinzart Jul 19, 2023
4d6b5cb
Update License.rtf
pinzart Jul 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ Copyright © 2021 Alexe Zimarev

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Ndesk.Options v.0.2.1.0:

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

System.Collections.Immutable v.1.4.0:
Copyright (c) 2017 .NET Foundation and Contributors
All rights reserved.
Expand Down
Loading