Skip to content

Commit 792d65e

Browse files
committed
Merge branch 'release/2.0.0'
2 parents c31c975 + 2c6656d commit 792d65e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

JavaToCSharp/JavaToCSharp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<Version>2.0.0</Version>
34
<TargetFramework>net5.0</TargetFramework>
45
<Nullable>enable</Nullable>
56
<LangVersion>latest</LangVersion>

JavaToCSharpCli/JavaToCSharpCli.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<Version>2.0.0</Version>
34
<OutputType>Exe</OutputType>
45
<TargetFramework>net5.0</TargetFramework>
56
</PropertyGroup>

JavaToCSharpGui/JavaToCSharpGui.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<Version>2.0.0</Version>
34
<OutputType>WinExe</OutputType>
45
<TargetFramework>net5.0-windows</TargetFramework>
56
<UseWPF>true</UseWPF>

0 commit comments

Comments
 (0)