Skip to content

Commit 3794335

Browse files
authored
Merge pull request #24 from linksplatform/tools
[C#] 0.1.1
2 parents 34cfcb9 + 0fa6c09 commit 3794335

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Data.Doublets.Json.Importer CLI tool (links2json).</Description>
55
<Copyright>FreePhoenix888</Copyright>
66
<AssemblyTitle>Platform.Data.Doublets.Json.Exporter</AssemblyTitle>
7-
<VersionPrefix>0.0.1</VersionPrefix>
7+
<VersionPrefix>0.1.0</VersionPrefix>
88
<Authors>FreePhoenix888</Authors>
99
<OutputType>Exe</OutputType>
1010
<TargetFramework>net5</TargetFramework>
@@ -26,7 +26,7 @@
2626
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2727
<IncludeSymbols>true</IncludeSymbols>
2828
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
29-
<PackageReleaseNotes>Initial release.</PackageReleaseNotes>
29+
<PackageReleaseNotes>Arguments order is changed.</PackageReleaseNotes>
3030
<LangVersion>latest</LangVersion>
3131
</PropertyGroup>
3232

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Data.Doublets.Json.Importer CLI tool (json2links).</Description>
55
<Copyright>FreePhoenix888</Copyright>
66
<AssemblyTitle>Platform.Data.Doublets.Json.Importer</AssemblyTitle>
7-
<VersionPrefix>0.0.1</VersionPrefix>
7+
<VersionPrefix>0.1.0</VersionPrefix>
88
<Authors>FreePhoenix888</Authors>
99
<OutputType>Exe</OutputType>
1010
<TargetFramework>net5</TargetFramework>
@@ -26,7 +26,7 @@
2626
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2727
<IncludeSymbols>true</IncludeSymbols>
2828
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
29-
<PackageReleaseNotes>Initial release.</PackageReleaseNotes>
29+
<PackageReleaseNotes>Arguments order is changed.</PackageReleaseNotes>
3030
<LangVersion>latest</LangVersion>
3131
</PropertyGroup>
3232

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

Lines changed: 2 additions & 2 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.0</VersionPrefix>
7+
<VersionPrefix>0.1.1</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.0.1. 0.0.2 is released to trigger tools publication.</PackageReleaseNotes>
26+
<PackageReleaseNotes>This release is the same as 0.1.0. 0.1.1 is released to trigger tools publication.</PackageReleaseNotes>
2727
<LangVersion>latest</LangVersion>
2828
</PropertyGroup>
2929

0 commit comments

Comments
 (0)