Skip to content

Commit 2f9b8f9

Browse files
authored
Merge pull request #28 from linksplatform/move_sequences
[C#] 0.1.2
2 parents 9d5271b + 97e58a6 commit 2f9b8f9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

csharp/Platform.Data.Doublets.Json/Platform.Data.Doublets.Json.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Data.Doublets.Json Class Library</Description>
55
<Copyright>FreePhoenix888</Copyright>
66
<AssemblyTitle>Platform.Data.Doublets.Json</AssemblyTitle>
7-
<VersionPrefix>0.1.1</VersionPrefix>
7+
<VersionPrefix>0.1.2</VersionPrefix>
88
<Authors>FreePhoenix888</Authors>
99
<TargetFramework>net5</TargetFramework>
1010
<AssemblyName>Platform.Data.Doublets.Json</AssemblyName>
@@ -23,7 +23,7 @@
2323
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
26-
<PackageReleaseNotes>This release is the same as 0.1.0. 0.1.1 is released to trigger tools publication.</PackageReleaseNotes>
26+
<PackageReleaseNotes>Platform.Data.Doublets.Sequences dependency is used instead of Platform.Data.Doublets.</PackageReleaseNotes>
2727
<LangVersion>latest</LangVersion>
2828
</PropertyGroup>
2929

@@ -33,7 +33,6 @@
3333

3434
<ItemGroup>
3535
<PackageReference Include="Platform.Converters" Version="0.3.1" />
36-
<PackageReference Include="Platform.Data.Doublets" Version="0.7.0" />
3736
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.0.1" />
3837
</ItemGroup>
3938

0 commit comments

Comments
 (0)