Skip to content

Commit 3208f10

Browse files
committed
Replace ADO with GHA
1 parent d843ad4 commit 3208f10

File tree

3 files changed

+3
-97
lines changed

3 files changed

+3
-97
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Justin Skiles
3+
Copyright (c) 2025 Justin Skiles
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SteamWebAPI2
2-
[![Build Status](https://dev.azure.com/justinskiles/justinskiles/_apis/build/status/babelshift.SteamWebAPI2?branchName=master)](https://dev.azure.com/justinskiles/justinskiles/_build/latest?definitionId=2&branchName=master)
2+
[![Build Status](https://github.com/babelshift/SteamWebAPI2/actions/workflows/dotnet-build.yml/badge.svg?branch=master)](https://github.com/babelshift/SteamWebAPI2/actions/workflows/dotnet-build.yml)
33
[![NuGet](https://img.shields.io/nuget/v/SteamWebAPI2.svg)](https://www.nuget.org/packages/SteamWebAPI2)
44
[![MyGet CI](https://img.shields.io/myget/babelshift-ci/v/SteamWebAPI2.svg)](https://www.myget.org/feed/babelshift-ci/package/nuget/SteamWebAPI2)
55

@@ -54,7 +54,7 @@ The library is structured to mirror the Steam Web API endpoint structure. For ex
5454
Each method returns a SteamWebResponse object which contains the following:
5555

5656
| Field | Type | Description |
57-
|--------------------|-----------------|----------------------------------------------------|
57+
| ------------------ | --------------- | -------------------------------------------------- |
5858
| Data | T | Maps to the payload returned by the Steam Web API. |
5959
| ContentLength | long? | Maps to the HTTP ContentLength header. |
6060
| ContentType | string | Maps to the HTTP ContentType header. |

azure-pipelines.yml

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)