Skip to content

Commit

Permalink
Update to version 2.1.0 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Nov 25, 2023
1 parent 2b19c87 commit eee9f02
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/jvm/jnet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<classpathfile>${basedir}/classpathfile.classpath</classpathfile>
<jnetversion>2.0.2.0</jnetversion>
<jnetversion>2.1.0.0</jnetversion>
<jcobridgeversion>2.5.9</jcobridgeversion>
</properties>
<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion src/net/Common/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Owners>MASES s.r.l.</Owners>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>2.0.2.0</Version>
<Version>2.1.0.0</Version>
<LangVersion>latest</LangVersion>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNetCLI/JNetCLI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>MASES.JNetCLI</id>
<version>2.0.2</version>
<version>2.1.0</version>
<title>JNetCLI - JNet command line interface</title>
<authors>MASES s.r.l.</authors>
<owners>MASES s.r.l.</owners>
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNetPS/MASES.JNetPS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

RootModule = 'MASES.JNetPS.psm1'

ModuleVersion = '2.0.2'
ModuleVersion = '2.1.0'

# CompatiblePSEditions = @()

Expand Down
2 changes: 1 addition & 1 deletion src/net/JNetPS/MASES.JNetPSCore.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ModuleToProcess = 'MASES.JNetPS.dll'

# Version number of this module.
ModuleVersion = '2.0.2'
ModuleVersion = '2.1.0'

# ID used to uniquely identify this module
GUID = '85834DBD-838A-4B04-8303-DB4CF8FA44A7'
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNetPS/MASES.JNetPSFramework.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ModuleToProcess = 'MASES.JNetPS.dll'

# Version number of this module.
ModuleVersion = '2.0.2'
ModuleVersion = '2.1.0'

# ID used to uniquely identify this module
GUID = 'AD7117B7-AC1A-4769-80FC-BF63A11D2B92'
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNetReflector/JNetReflector.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>MASES.JNetReflector</id>
<version>2.0.2</version>
<version>2.1.0</version>
<title>JNetReflector - JNet class reflection utility command line interface</title>
<authors>MASES s.r.l.</authors>
<owners>MASES s.r.l.</owners>
Expand Down
2 changes: 1 addition & 1 deletion src/net/templates/templates/jnetAWTApp/jnetAWTApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
</ItemGroup>
<ItemGroup Condition="!Exists('..\..\..\JNet\JNet.csproj')">
<!--Outside GitHub repo-->
<PackageReference Include="MASES.JNet" Version="2.0.2" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="MASES.JNet" Version="2.1.0" IncludeAssets="All" PrivateAssets="None" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/net/templates/templates/jnetApp/jnetApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
</ItemGroup>
<ItemGroup Condition="!Exists('..\..\..\JNet\JNet.csproj')">
<!--Outside GitHub repo-->
<PackageReference Include="MASES.JNet" Version="2.0.2" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="MASES.JNet" Version="2.1.0" IncludeAssets="All" PrivateAssets="None" />
</ItemGroup>
</Project>

0 comments on commit eee9f02

Please sign in to comment.