Skip to content

Commit

Permalink
Prepare release 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRa committed Mar 11, 2023
1 parent 143825a commit bd8aef0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 33 deletions.
13 changes: 4 additions & 9 deletions DateTimeOnly/DateTimeOnly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@

<PropertyGroup>
<PackageReleaseNotes>
- The .NET 5 and .NET Framework 4.6.1 TFMs were removed from the target frameworks list - the .NET Standard 2.1 binaries will be used by NuGet.
- Backported `DateOnly` and `TimeOnly` sources from .NET 7 code base (release version branch) and adopted them for target frameworks.
- The `System.Memory` package upgraded from version 4.5.4 up to version 5.5.5 for better compatibility. Thanks to @akgvn for help!
</PackageReleaseNotes>
<AssemblyVersion>7.0.0.1</AssemblyVersion>
<FileVersion>7.0.0.1</FileVersion>
<Version>7.0.0</Version>
<AssemblyVersion>7.0.1.0</AssemblyVersion>
<FileVersion>7.0.1.0</FileVersion>
<Version>7.0.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -87,10 +86,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down
24 changes: 0 additions & 24 deletions DateTimeOnly/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
"version": 1,
"dependencies": {
".NETFramework,Version=v4.6.2": {
"Microsoft.DotNet.Analyzers.Compatibility": {
"type": "Direct",
"requested": "[0.2.12-alpha, )",
"resolved": "0.2.12-alpha",
"contentHash": "uu3yAa6hQZJoJZfBwXSvh+bN03KO06sWNZXwodxz7J1wva1g1+O4TnWJxX4dmsP6tLDTZtKy8IHiPLOOZIwt9w=="
},
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
"requested": "[1.1.1, )",
Expand Down Expand Up @@ -56,12 +50,6 @@
}
},
".NETStandard,Version=v2.0": {
"Microsoft.DotNet.Analyzers.Compatibility": {
"type": "Direct",
"requested": "[0.2.12-alpha, )",
"resolved": "0.2.12-alpha",
"contentHash": "uu3yAa6hQZJoJZfBwXSvh+bN03KO06sWNZXwodxz7J1wva1g1+O4TnWJxX4dmsP6tLDTZtKy8IHiPLOOZIwt9w=="
},
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
"requested": "[1.1.1, )",
Expand Down Expand Up @@ -124,12 +112,6 @@
}
},
".NETStandard,Version=v2.1": {
"Microsoft.DotNet.Analyzers.Compatibility": {
"type": "Direct",
"requested": "[0.2.12-alpha, )",
"resolved": "0.2.12-alpha",
"contentHash": "uu3yAa6hQZJoJZfBwXSvh+bN03KO06sWNZXwodxz7J1wva1g1+O4TnWJxX4dmsP6tLDTZtKy8IHiPLOOZIwt9w=="
},
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
"requested": "[1.1.1, )",
Expand All @@ -152,12 +134,6 @@
}
},
"net6.0": {
"Microsoft.DotNet.Analyzers.Compatibility": {
"type": "Direct",
"requested": "[0.2.12-alpha, )",
"resolved": "0.2.12-alpha",
"contentHash": "uu3yAa6hQZJoJZfBwXSvh+bN03KO06sWNZXwodxz7J1wva1g1+O4TnWJxX4dmsP6tLDTZtKy8IHiPLOOZIwt9w=="
},
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
"requested": "[1.1.1, )",
Expand Down

0 comments on commit bd8aef0

Please sign in to comment.