Skip to content

Commit

Permalink
[C#] 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Jan 26, 2025
1 parent 668bb61 commit 8686480
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
submodules: true
- name: Test
run: |
dotnet test -c Release -f net7
dotnet test -c Release -f net8
pushNuGetPackageToGitHubPackageRegistry:
needs: test
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7</TargetFramework>
<TargetFramework>net8</TargetFramework>
<IsPackable>false</IsPackable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<Description>LinksPlatform's Platform.Data.Doublets.Sequences Class Library</Description>
<Copyright>konard, FreePhoenix888</Copyright>
<AssemblyTitle>Platform.Data.Doublets.Sequences</AssemblyTitle>
<VersionPrefix>0.5.2</VersionPrefix>
<VersionPrefix>0.6.0</VersionPrefix>
<Authors>konard, FreePhoenix888</Authors>
<TargetFramework>net7</TargetFramework>
<TargetFramework>net8</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName>Platform.Data.Doublets.Sequences</AssemblyName>
<PackageId>Platform.Data.Doublets.Sequences</PackageId>
Expand All @@ -24,7 +24,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Platform.Data.Doublets dependency is updated to 0.17.2.</PackageReleaseNotes>
<PackageReleaseNotes>Move to .NET 8.</PackageReleaseNotes>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit 8686480

Please sign in to comment.