File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Antlr4.Runtime/Properties Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- $AntlrVersion = " 4.6.3-dev "
1+ $AntlrVersion = " 4.6.3"
Original file line number Diff line number Diff line change 4444[ assembly: AssemblyVersion ( "4.6.0.0" ) ]
4545#if ! COMPACT
4646[ assembly: AssemblyFileVersion ( "4.6.3.0" ) ]
47- [ assembly: AssemblyInformationalVersion ( "4.6.3-dev " ) ]
47+ [ assembly: AssemblyInformationalVersion ( "4.6.3" ) ]
4848#endif
Original file line number Diff line number Diff line change 44 <!-- Folder containing Antlr4BuildTasks.dll -->
55 <Antlr4BuildTaskPath >.</Antlr4BuildTaskPath >
66 <!-- Path to the ANTLR tool itself -->
7- <Antlr4ToolPath >..\tools\antlr4-csharp-4.6.3-SNAPSHOT- complete.jar</Antlr4ToolPath >
7+ <Antlr4ToolPath >..\tools\antlr4-csharp-4.6.3-complete.jar</Antlr4ToolPath >
88 </PropertyGroup >
99</Project >
Original file line number Diff line number Diff line change 2626 <PropertyGroup >
2727 <Antlr4BuildTaskLocation Condition =" '$(Antlr4BuildTaskPath)'==''" >$(MSBuildBinPath)</Antlr4BuildTaskLocation >
2828 <Antlr4BuildTaskLocation Condition =" '$(Antlr4BuildTaskPath)'!=''" >$(Antlr4BuildTaskPath)</Antlr4BuildTaskLocation >
29- <Antlr4ToolLocation Condition =" '$(Antlr4ToolPath)'==''" >$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.3-SNAPSHOT- complete.jar</Antlr4ToolLocation >
29+ <Antlr4ToolLocation Condition =" '$(Antlr4ToolPath)'==''" >$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.3-complete.jar</Antlr4ToolLocation >
3030 <Antlr4ToolLocation Condition =" '$(Antlr4ToolPath)'!=''" >$(Antlr4ToolPath)</Antlr4ToolLocation >
3131
3232 <Antlr4JavaVendor Condition =" '$(Antlr4JavaVendor)'==''" >JavaSoft</Antlr4JavaVendor >
Original file line number Diff line number Diff line change 55 <Antlr4BuildTaskPath Condition =" '$(MSBuildRuntimeType)' != 'Core'" >..\tools\net40</Antlr4BuildTaskPath >
66 <Antlr4BuildTaskPath Condition =" '$(MSBuildRuntimeType)' == 'Core'" >..\tools\netstandard</Antlr4BuildTaskPath >
77 <!-- Path to the ANTLR tool itself -->
8- <Antlr4ToolPath >..\tools\antlr4-csharp-4.6.3-SNAPSHOT- complete.jar</Antlr4ToolPath >
8+ <Antlr4ToolPath >..\tools\antlr4-csharp-4.6.3-complete.jar</Antlr4ToolPath >
99 </PropertyGroup >
1010</Project >
Original file line number Diff line number Diff line change 2424 <PropertyGroup >
2525 <Antlr4BuildTaskLocation Condition =" '$(Antlr4BuildTaskPath)'==''" >$(MSBuildBinPath)</Antlr4BuildTaskLocation >
2626 <Antlr4BuildTaskLocation Condition =" '$(Antlr4BuildTaskPath)'!=''" >$(Antlr4BuildTaskPath)</Antlr4BuildTaskLocation >
27- <Antlr4ToolLocation Condition =" '$(Antlr4ToolPath)'==''" >$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.3-SNAPSHOT- complete.jar</Antlr4ToolLocation >
27+ <Antlr4ToolLocation Condition =" '$(Antlr4ToolPath)'==''" >$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.3-complete.jar</Antlr4ToolLocation >
2828 <Antlr4ToolLocation Condition =" '$(Antlr4ToolPath)'!=''" >$(Antlr4ToolPath)</Antlr4ToolLocation >
2929
3030 <Antlr4JavaVendor Condition =" '$(Antlr4JavaVendor)'==''" >JavaSoft</Antlr4JavaVendor >
Original file line number Diff line number Diff line change 3838// [assembly: AssemblyVersion("1.0.*")]
3939[ assembly: AssemblyVersion ( "4.6.0.0" ) ]
4040[ assembly: AssemblyFileVersion ( "4.6.3.0" ) ]
41- [ assembly: AssemblyInformationalVersion ( "4.6.3-dev " ) ]
41+ [ assembly: AssemblyInformationalVersion ( "4.6.3" ) ]
Original file line number Diff line number Diff line change 1010 <modelVersion >4.0.0</modelVersion >
1111 <groupId >com.tunnelvisionlabs</groupId >
1212 <artifactId >antlr4-csharp</artifactId >
13- <version >4.6.3-SNAPSHOT </version >
13+ <version >4.6.3</version >
1414 <packaging >jar</packaging >
1515
1616 <name >ANTLR 4 Target C#</name >
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:git@github.com:tunnelvisionlabs/antlr4cs.git</developerConnection >
71- <tag >HEAD </tag >
71+ <tag >v4.6.3 </tag >
7272 </scm >
7373
7474 <dependencies >
You can’t perform that action at this time.
0 commit comments