Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Splamy committed Oct 21, 2019
2 parents 853c804 + e472575 commit baa344d
Show file tree
Hide file tree
Showing 369 changed files with 21,010 additions and 13,982 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ indent_size = tab
tab_width = 4
trim_trailing_whitespace = true

csharp_indent_switch_labels = false

[*.{tt,ttinclude}]
insert_final_newline = false
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# Custom stuff
Ts3ClientTests/

# User-specific files
*.suo
*.user
Expand All @@ -30,6 +27,8 @@ cov-int/
cov-int.zip
latex/

/WebInterface/dist

# C++ Build results
*.o
*.obj
Expand Down
87 changes: 0 additions & 87 deletions .travis.yml

This file was deleted.

5 changes: 2 additions & 3 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project>
<ItemGroup>
<PackageReference Include="NLog" Version="4.5.11" />
<PackageReference Include="System.Memory" Version="4.5.1" />
<PackageReference Condition="'$(TargetFramework)'=='net46'" Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="NLog" Version="4.6.7" />
<PackageReference Condition="'$(TargetFramework)' != 'netcoreapp2.2'" Include="System.Memory" Version="4.5.3" />
</ItemGroup>
</Project>
Loading

0 comments on commit baa344d

Please sign in to comment.