Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
remove obsolete packages & update dependencies (#391)
Browse files Browse the repository at this point in the history
* remove obsolete packages & update dependencies

* sln was removed

* VS 2019 on AppVeyor

* wiki docs are obsolete
  • Loading branch information
ctaggart authored Jan 24, 2020
1 parent fcba0b8 commit 51e5b47
Show file tree
Hide file tree
Showing 33 changed files with 15 additions and 1,030 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ launchSettings.json
/*.txt
*.user
.vscode/
*.trx
*.trx
.ionide/
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-*" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
</ItemGroup>
</Project>
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,10 @@ Commands:
Use " [command] --help" for more information about a command.
```

For version 2, it is just a [dotnet cli tool](https://docs.microsoft.com/en-us/dotnet/core/tools/extensibility), run as `dotnet sourcelink` and installed by adding:
``` xml
<DotNetCliToolReference Include="dotnet-sourcelink" Version="2.8.3" />
```

# License

SourceLink tools are licensed under the [MIT license](LICENSE).

# Documentation
Additional [documentation is on the wiki](https://github.com/ctaggart/SourceLink/wiki).

# Community
This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/)
to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct).
33 changes: 0 additions & 33 deletions SourceLink.Create.CommandLine/BitBucketServerUrlConverter.cs

This file was deleted.

22 changes: 0 additions & 22 deletions SourceLink.Create.CommandLine/BitBucketUrlConverter.cs

This file was deleted.

105 changes: 0 additions & 105 deletions SourceLink.Create.CommandLine/CreateTask.cs

This file was deleted.

11 changes: 0 additions & 11 deletions SourceLink.Create.CommandLine/FileUtil.cs

This file was deleted.

23 changes: 0 additions & 23 deletions SourceLink.Create.CommandLine/GitHubUrlConverter.cs

This file was deleted.

20 changes: 0 additions & 20 deletions SourceLink.Create.CommandLine/GitLabUrlConverter.cs

This file was deleted.

45 changes: 0 additions & 45 deletions SourceLink.Create.CommandLine/SourceLink.Create.CommandLine.csproj

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 51e5b47

Please sign in to comment.