Skip to content

Commit

Permalink
Merge pull request #81 from eaba/netstandard
Browse files Browse the repository at this point in the history
[fix] breaking change
  • Loading branch information
eaba authored Jan 9, 2023
2 parents 320f4f6 + 89f71a8 commit 31fd699
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// <auto-generated/>
using System.Reflection;
[assembly: AssemblyMetadataAttribute("githash","02fb2ecf87776e995305d48019fdd89e29f478e6")]
[assembly: AssemblyMetadataAttribute("githash","320f4f6b0b5d6091bb056e4c7e73db79eb5f9cb5")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyMetadata_githash = "02fb2ecf87776e995305d48019fdd89e29f478e6";
internal const System.String AssemblyMetadata_githash = "320f4f6b0b5d6091bb056e4c7e73db79eb5f9cb5";
}
}

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## [vNext]
- [fixed] breaking change

## [2.8.0] / 2022-12-24
- [update] .NET 7
Expand Down
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
assembly-versioning-scheme: MajorMinorPatch
assembly-file-versioning-scheme: MajorMinorPatch
mode: ContinuousDelivery
next-version: 2.8.0
next-version: 2.8.1
branches: # https://gitversion.net/docs/learn/branching-strategies/gitflow/examples
main:
regex: ^master$|^main$
Expand Down
2 changes: 1 addition & 1 deletion SchemaGenerator/AvroSchemaGenerator.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net5.0;net6.0;net7.0</TargetFrameworks>
<PackageProjectUrl>https://github.com/eaba/SchemaGenerator</PackageProjectUrl>
<RepositoryUrl>https://github.com/eaba/SchemaGenerator</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
2 changes: 1 addition & 1 deletion build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Nuke.Common" Version="6.3.0" />
<PackageDownload Include="GitVersion.Tool" Version="[5.8.1]" />
<PackageDownload Include="GitVersion.Tool" Version="[5.11.1]" />
</ItemGroup>

</Project>

0 comments on commit 31fd699

Please sign in to comment.