Skip to content

Commit 2fd1664

Browse files
committed
Merge branch 'release/2.0.2'
2 parents 6bea9fd + a6ceae0 commit 2fd1664

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

JavaToCSharp/JavaToCSharp.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>2.0.1</Version>
3+
<Version>2.0.2</Version>
44
<TargetFramework>net5.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<LangVersion>latest</LangVersion>
@@ -16,6 +16,7 @@
1616
<ItemGroup>
1717
<PackageReference Include="IKVM" Version="8.1.5717" />
1818
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.11.0-1.final" />
19+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
1920
</ItemGroup>
2021
<ItemGroup>
2122
<Reference Include="javaparser-core-3.0.0-SNAPSHOT">

JavaToCSharpCli/JavaToCSharpCli.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>2.0.1</Version>
3+
<Version>2.0.2</Version>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net5.0</TargetFramework>
66
</PropertyGroup>
7-
<ItemGroup>
8-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
9-
</ItemGroup>
107
<ItemGroup>
118
<ProjectReference Include="..\JavaToCSharp\JavaToCSharp.csproj" />
129
</ItemGroup>

JavaToCSharpGui/JavaToCSharpGui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>2.0.1</Version>
3+
<Version>2.0.2</Version>
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net5.0-windows</TargetFramework>
66
<UseWPF>true</UseWPF>

0 commit comments

Comments
 (0)