Skip to content

Commit

Permalink
Semver => 6.1.1 for generic check bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillig committed Aug 25, 2021
1 parent b85b52f commit c13ed2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
image: Ubuntu

version: 6.1.0.{build}
version: 6.1.1.{build}

dotnet_csproj:
version_prefix: '6.1.0'
version_prefix: '6.1.1'
patch: true
file: 'src\**\*.csproj'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,4 @@
<data name="InterfaceMayNotContainGenericParameters" xml:space="preserve">
<value>Aggregate service type may not have an open generic type parameter.</value>
</data>

</root>

0 comments on commit c13ed2c

Please # to comment.