Skip to content

Commit

Permalink
Merge pull request #260 from 7474/ver3.2.0
Browse files Browse the repository at this point in the history
ちょいリリースしてみる
  • Loading branch information
7474 committed May 30, 2021
2 parents ddb52a9 + d51393c commit 9f577e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SRC.Sharp/SRCCore/SRCCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<RootNamespace>SRCCore</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.1.6</Version>
<Version>0.2.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SRC.Sharp/SRCDataLinter/SRCDataLinter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.1.6</Version>
<Version>0.2.0</Version>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SRC.Sharp/SRCSharpForm/SRCSharpForm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>SRCSharpForm.ico</ApplicationIcon>
<Version>3.0.0</Version>
<Version>3.2.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 9f577e4

Please sign in to comment.