Skip to content

Commit 7a9d3a6

Browse files
committed
fixed link and updated to latest sdk
1 parent e8d43e1 commit 7a9d3a6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup .NET Core
1414
uses: actions/setup-dotnet@v1
1515
with:
16-
dotnet-version: 3.1.101
16+
dotnet-version: 3.1.200
1717
- name: Build Reason
1818
run: "echo ref: ${{github.ref}} event: ${{github.event_name}}"
1919
- name: Build Version

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Exceptionless .NET Clients
2+
23
[![Build status](https://github.com/Exceptionless/Exceptionless.Net/workflows/Build/badge.svg)](https://github.com/Exceptionless/Exceptionless.Net/actions)
34
[![NuGet Version](http://img.shields.io/nuget/v/Exceptionless.svg?style=flat)](https://www.nuget.org/packages/Exceptionless/)
45
[![Slack Status](https://slack.exceptionless.com/badge.svg)](https://slack.exceptionless.com)
56
[![Donate](https://img.shields.io/badge/donorbox-donate-blue.svg)](https://donorbox.org/exceptionless)
67

7-
The definition of the word exceptionless is: to be without exception. [Exceptionless](http://exceptionless.io) provides real-time .NET error reporting for your ASP.NET, Web API, WebForms, WPF, Console, and MVC apps. It organizes the gathered information into simple actionable data that will help your app become exceptionless!
8+
The definition of the word exceptionless is: to be without exception. [Exceptionless](https://exceptionless.io) provides real-time .NET error reporting for your ASP.NET, Web API, WebForms, WPF, Console, and MVC apps. It organizes the gathered information into simple actionable data that will help your app become exceptionless!
89

910
## Using Exceptionless
1011

0 commit comments

Comments
 (0)