Skip to content

Commit 50d5c92

Browse files
committed
Update version numbers for release 4.6.5
1 parent 55cfe4d commit 50d5c92

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

build/DotnetValidation/DotnetValidation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</Choose>
4949

5050
<ItemGroup>
51-
<PackageReference Include="Antlr4" Version="4.6.5-dev" />
51+
<PackageReference Include="Antlr4" Version="4.6.5" />
5252
</ItemGroup>
5353

5454
<ItemGroup>

build/DotnetValidationJavaCodegen/DotnetValidation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</Choose>
4949

5050
<ItemGroup>
51-
<PackageReference Include="Antlr4" Version="4.6.5-dev" />
51+
<PackageReference Include="Antlr4" Version="4.6.5" />
5252
</ItemGroup>
5353

5454
<ItemGroup>

build/DotnetValidationSingleTarget/DotnetValidation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Antlr4" Version="4.6.5-dev" />
11+
<PackageReference Include="Antlr4" Version="4.6.5" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

build/version.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
$AntlrVersion = "4.6.5-dev"
1+
$AntlrVersion = "4.6.5"

runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<AssemblyVersion>4.6.0.0</AssemblyVersion>
99
<FileVersion>4.6.5.0</FileVersion>
10-
<InformationalVersion>4.6.5-dev</InformationalVersion>
10+
<InformationalVersion>4.6.5</InformationalVersion>
1111
<Description>The original, highly-optimized C# runtime for ANTLR 4.</Description>
1212
<Copyright>Copyright © Sam Harwell 2015</Copyright>
1313
<Company>Tunnel Vision Laboratories, LLC</Company>

runtime/CSharp/Antlr4.Tool/Antlr4.Tool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<AssemblyVersion>4.6.0.0</AssemblyVersion>
1414
<FileVersion>4.6.5.0</FileVersion>
15-
<InformationalVersion>4.6.5-dev</InformationalVersion>
15+
<InformationalVersion>4.6.5</InformationalVersion>
1616
<Description>A C# port of the ANTLR 4 code generation tool.</Description>
1717
<Copyright>Copyright © Sam Harwell 2016</Copyright>
1818
<Company>Tunnel Vision Laboratories, LLC</Company>

runtime/CSharp/Antlr4BuildTasks/Antlr4.CodeGenerator.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Antlr4BuildTaskPath Condition="'$(MSBuildRuntimeType)' != 'Core'">..\tools\net40</Antlr4BuildTaskPath>
1010
<Antlr4BuildTaskPath Condition="'$(MSBuildRuntimeType)' == 'Core'">..\tools\netstandard</Antlr4BuildTaskPath>
1111
<!-- Path to the ANTLR tool itself -->
12-
<Antlr4ToolPath>..\tools\antlr4-csharp-4.6.5-SNAPSHOT-complete.jar</Antlr4ToolPath>
12+
<Antlr4ToolPath>..\tools\antlr4-csharp-4.6.5-complete.jar</Antlr4ToolPath>
1313
</PropertyGroup>
1414

1515
<!--

runtime/CSharp/Antlr4BuildTasks/Antlr4.CodeGenerator.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<PropertyGroup>
3434
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'==''">$(MSBuildBinPath)</Antlr4BuildTaskLocation>
3535
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'!=''">$(Antlr4BuildTaskPath)</Antlr4BuildTaskLocation>
36-
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'==''">$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.5-SNAPSHOT-complete.jar</Antlr4ToolLocation>
36+
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'==''">$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.5-complete.jar</Antlr4ToolLocation>
3737
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'!=''">$(Antlr4ToolPath)</Antlr4ToolLocation>
3838

3939
<Antlr4JavaVendor Condition="'$(Antlr4JavaVendor)'==''">JavaSoft</Antlr4JavaVendor>

runtime/CSharp/Antlr4BuildTasks/Antlr4BuildTasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<AssemblyVersion>4.6.0.0</AssemblyVersion>
1212
<FileVersion>4.6.5.0</FileVersion>
13-
<InformationalVersion>4.6.5-dev</InformationalVersion>
13+
<InformationalVersion>4.6.5</InformationalVersion>
1414
<Description>MSBuild tasks for ANTLR 4 code generation.</Description>
1515
<Copyright>Copyright © Sam Harwell 2015</Copyright>
1616
<Company>Tunnel Vision Laboratories, LLC</Company>

tool/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>com.tunnelvisionlabs</groupId>
1212
<artifactId>antlr4-csharp</artifactId>
13-
<version>4.6.5-SNAPSHOT</version>
13+
<version>4.6.5</version>
1414
<packaging>jar</packaging>
1515

1616
<name>ANTLR 4 Target C#</name>
@@ -68,7 +68,7 @@
6868
<url>https://github.com/tunnelvisionlabs/antlr4cs/tree/master</url>
6969
<connection>scm:git:git://github.com/tunnelvisionlabs/antlr4cs.git</connection>
7070
<developerConnection>scm:git:[email protected]:tunnelvisionlabs/antlr4cs.git</developerConnection>
71-
<tag>HEAD</tag>
71+
<tag>v4.6.5</tag>
7272
</scm>
7373

7474
<dependencies>

0 commit comments

Comments
 (0)