Skip to content

Commit

Permalink
Updated github auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
micdah committed Oct 27, 2020
1 parent f248b8c commit 92d501b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RtMidi.Core.Samples/RtMidi.Core.Samples.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>7.2</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion RtMidi.Core.Tests/RtMidi.Core.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>7.2</LangVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ branches:

shallow_clone: true

image: Previous Visual Studio 2017
image: Visual Studio 2019
version: 0.0.{build}
configuration: Release

Expand Down Expand Up @@ -50,7 +50,7 @@ deploy:
APPVEYOR_REPO_TAG: true
- provider: GitHub
auth_token:
secure: WTGOhyUBnlt3MpWqwOmbrFmqzhAwSPh8QDSKLPajo3xToZ4EgH1DTOacSE0SbWwp
secure: JlS9lzaU37F/w2AHRctvvHjCc4fQHxplh1kc88R0Bhnwlo4gflswnmzQouKxaENg
release: $(APPVEYOR_REPO_TAG_NAME)
description: 'See [Changelog](CHANGELOG.md) for changes'
draft: false
Expand Down

0 comments on commit 92d501b

Please sign in to comment.