Skip to content

Commit 62bd0c3

Browse files
committed
Updated WebsocketSharp package.
1 parent d2a9d10 commit 62bd0c3

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

LICENSE

-24
Original file line numberDiff line numberDiff line change
@@ -175,27 +175,3 @@
175175

176176
END OF TERMS AND CONDITIONS
177177

178-
APPENDIX: How to apply the Apache License to your work.
179-
180-
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "[]"
182-
replaced with your own identifying information. (Don't include
183-
the brackets!) The text should be enclosed in the appropriate
184-
comment syntax for the file format. We also recommend that a
185-
file or class name and description of purpose be included on the
186-
same "printed page" as the copyright notice for easier
187-
identification within third-party archives.
188-
189-
Copyright (2012-2023) G-Labs (https://github.com/genielabs)
190-
191-
Licensed under the Apache License, Version 2.0 (the "License");
192-
you may not use this file except in compliance with the License.
193-
You may obtain a copy of the License at
194-
195-
http://www.apache.org/licenses/LICENSE-2.0
196-
197-
Unless required by applicable law or agreed to in writing, software
198-
distributed under the License is distributed on an "AS IS" BASIS,
199-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200-
See the License for the specific language governing permissions and
201-
limitations under the License.

MIG/MIG.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
2626
<PackageReference Include="NLog.Extensions.Logging" Version="5.2.0" />
2727
<PackageReference Include="Ude.NetStandard" Version="1.2.0" />
28-
<PackageReference Include="WebSocketSharp-NonPreRelease" Version="1.0.0" />
28+
<PackageReference Include="WebSocketSharp.Standard" Version="1.0.3" />
2929
</ItemGroup>
3030

3131
</Project>

MIG/nuget_pack.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (-not ([string]::IsNullOrEmpty($versionStr))) {
1111

1212
$content | Out-File $root\$project\$project.csproj
1313

14-
& dotnet pack $root\$project -o .
14+
& dotnet pack -c release $root\$project -o .
1515
}
1616
else {
1717
Write-Host "Version string is empty, possibly dry run or APPVEYOR_REPO_TAG_NAME environment variable is not set"

0 commit comments

Comments
 (0)