merge back v2.0.1 from master into dev

This commit is contained in:
Jeremy 2025-09-21 23:15:34 +10:00
commit dc1f0f1095
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>

View file

@ -1,4 +1,4 @@
version: '2.0.0.{build}'
version: '2.0.1.{build}'
# Do not build on tags because we create a release on merge to master. Otherwise will upload artifacts twice changing the hash, as well as triggering duplicate GitHub release action & NuGet deployments.
skip_tags: true