File tree 8 files changed +9
-9
lines changed
Antlr4.Runtime/Properties
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- $AntlrVersion = " 4.6.4-dev "
1
+ $AntlrVersion = " 4.6.4"
Original file line number Diff line number Diff line change 44
44
[ assembly: AssemblyVersion ( "4.6.0.0" ) ]
45
45
#if ! COMPACT
46
46
[ assembly: AssemblyFileVersion ( "4.6.4.0" ) ]
47
- [ assembly: AssemblyInformationalVersion ( "4.6.4-dev " ) ]
47
+ [ assembly: AssemblyInformationalVersion ( "4.6.4" ) ]
48
48
#endif
Original file line number Diff line number Diff line change 4
4
<!-- Folder containing Antlr4BuildTasks.dll -->
5
5
<Antlr4BuildTaskPath >.</Antlr4BuildTaskPath >
6
6
<!-- Path to the ANTLR tool itself -->
7
- <Antlr4ToolPath >..\tools\antlr4-csharp-4.6.4-SNAPSHOT- complete.jar</Antlr4ToolPath >
7
+ <Antlr4ToolPath >..\tools\antlr4-csharp-4.6.4-complete.jar</Antlr4ToolPath >
8
8
</PropertyGroup >
9
9
</Project >
Original file line number Diff line number Diff line change 26
26
<PropertyGroup >
27
27
<Antlr4BuildTaskLocation Condition =" '$(Antlr4BuildTaskPath)'==''" >$(MSBuildBinPath)</Antlr4BuildTaskLocation >
28
28
<Antlr4BuildTaskLocation Condition =" '$(Antlr4BuildTaskPath)'!=''" >$(Antlr4BuildTaskPath)</Antlr4BuildTaskLocation >
29
- <Antlr4ToolLocation Condition =" '$(Antlr4ToolPath)'==''" >$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.4-SNAPSHOT- complete.jar</Antlr4ToolLocation >
29
+ <Antlr4ToolLocation Condition =" '$(Antlr4ToolPath)'==''" >$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.4-complete.jar</Antlr4ToolLocation >
30
30
<Antlr4ToolLocation Condition =" '$(Antlr4ToolPath)'!=''" >$(Antlr4ToolPath)</Antlr4ToolLocation >
31
31
32
32
<Antlr4JavaVendor Condition =" '$(Antlr4JavaVendor)'==''" >JavaSoft</Antlr4JavaVendor >
Original file line number Diff line number Diff line change 5
5
<Antlr4BuildTaskPath Condition =" '$(MSBuildRuntimeType)' != 'Core'" >..\tools\net40</Antlr4BuildTaskPath >
6
6
<Antlr4BuildTaskPath Condition =" '$(MSBuildRuntimeType)' == 'Core'" >..\tools\netstandard</Antlr4BuildTaskPath >
7
7
<!-- Path to the ANTLR tool itself -->
8
- <Antlr4ToolPath >..\tools\antlr4-csharp-4.6.4-SNAPSHOT- complete.jar</Antlr4ToolPath >
8
+ <Antlr4ToolPath >..\tools\antlr4-csharp-4.6.4-complete.jar</Antlr4ToolPath >
9
9
</PropertyGroup >
10
10
</Project >
Original file line number Diff line number Diff line change 29
29
<PropertyGroup >
30
30
<Antlr4BuildTaskLocation Condition =" '$(Antlr4BuildTaskPath)'==''" >$(MSBuildBinPath)</Antlr4BuildTaskLocation >
31
31
<Antlr4BuildTaskLocation Condition =" '$(Antlr4BuildTaskPath)'!=''" >$(Antlr4BuildTaskPath)</Antlr4BuildTaskLocation >
32
- <Antlr4ToolLocation Condition =" '$(Antlr4ToolPath)'==''" >$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.4-SNAPSHOT- complete.jar</Antlr4ToolLocation >
32
+ <Antlr4ToolLocation Condition =" '$(Antlr4ToolPath)'==''" >$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.4-complete.jar</Antlr4ToolLocation >
33
33
<Antlr4ToolLocation Condition =" '$(Antlr4ToolPath)'!=''" >$(Antlr4ToolPath)</Antlr4ToolLocation >
34
34
35
35
<Antlr4JavaVendor Condition =" '$(Antlr4JavaVendor)'==''" >JavaSoft</Antlr4JavaVendor >
Original file line number Diff line number Diff line change 38
38
// [assembly: AssemblyVersion("1.0.*")]
39
39
[ assembly: AssemblyVersion ( "4.6.0.0" ) ]
40
40
[ assembly: AssemblyFileVersion ( "4.6.4.0" ) ]
41
- [ assembly: AssemblyInformationalVersion ( "4.6.4-dev " ) ]
41
+ [ assembly: AssemblyInformationalVersion ( "4.6.4" ) ]
Original file line number Diff line number Diff line change 10
10
<modelVersion >4.0.0</modelVersion >
11
11
<groupId >com.tunnelvisionlabs</groupId >
12
12
<artifactId >antlr4-csharp</artifactId >
13
- <version >4.6.4-SNAPSHOT </version >
13
+ <version >4.6.4</version >
14
14
<packaging >jar</packaging >
15
15
16
16
<name >ANTLR 4 Target C#</name >
68
68
<url >https://github.com/tunnelvisionlabs/antlr4cs/tree/master</url >
69
69
<connection >scm:git:git://github.com/tunnelvisionlabs/antlr4cs.git</connection >
70
70
<
developerConnection >scm:git:
[email protected] :tunnelvisionlabs/antlr4cs.git</
developerConnection >
71
- <tag >HEAD </tag >
71
+ <tag >v4.6.4 </tag >
72
72
</scm >
73
73
74
74
<dependencies >
You can’t perform that action at this time.
0 commit comments