Skip to content

Commit

Permalink
Update to C++23 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed Nov 19, 2023
1 parent 77a0929 commit e23abe9
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-vs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: "Setup Visual Studio"
uses: egor-tensin/vs-shell@v2
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2023 Ivan Shynkarenka
Copyright (c) 2018-2024 Ivan Shynkarenka

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CSharpServer

[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
[![Release](https://img.shields.io/github/release/chronoxor/CSharpServer.svg?sort=semver)](https://github.com/chronoxor/CSharpServer/releases)
[![Windows (Visual Studio)](https://github.com/chronoxor/CSharpServer/actions/workflows/build-windows-vs.yml/badge.svg)](https://github.com/chronoxor/CSharpServer/actions/workflows/build-windows-vs.yml)

**This project is not supported anymore! Please considering migrating to [NetCoreServer](https://github.com/chronoxor/NetCoreServer)**
Expand Down
Binary file modified source/CSharpServer/AssemblyInfo.cpp
Binary file not shown.
Binary file modified source/CSharpServer/SslClient.h
Binary file not shown.
Binary file modified source/CSharpServer/SslServer.h
Binary file not shown.
Binary file modified source/CSharpServer/TcpClient.h
Binary file not shown.
Binary file modified source/CSharpServer/TcpServer.h
Binary file not shown.

0 comments on commit e23abe9

Please sign in to comment.