Skip to content

Commit

Permalink
Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Dec 23, 2018
1 parent 3f15cfb commit 5750092
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build/DotnetValidation/DotnetValidation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</Choose>

<ItemGroup>
<PackageReference Include="Antlr4" Version="4.6.6" />
<PackageReference Include="Antlr4" Version="4.6.7-dev" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion build/DotnetValidationJavaCodegen/DotnetValidation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</Choose>

<ItemGroup>
<PackageReference Include="Antlr4" Version="4.6.6" />
<PackageReference Include="Antlr4" Version="4.6.7-dev" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion build/DotnetValidationSingleTarget/DotnetValidation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Antlr4" Version="4.6.6" />
<PackageReference Include="Antlr4" Version="4.6.7-dev" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion build/version.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$AntlrVersion = "4.6.6"
$AntlrVersion = "4.6.7-dev"
4 changes: 2 additions & 2 deletions runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<EnableDefaultNoneItems>False</EnableDefaultNoneItems>

<AssemblyVersion>4.6.0.0</AssemblyVersion>
<FileVersion>4.6.6.0</FileVersion>
<InformationalVersion>4.6.6</InformationalVersion>
<FileVersion>4.6.7.0</FileVersion>
<InformationalVersion>4.6.7-dev</InformationalVersion>
<Description>The original, highly-optimized C# runtime for ANTLR 4.</Description>
<Copyright>Copyright © Sam Harwell 2015</Copyright>
<Company>Tunnel Vision Laboratories, LLC</Company>
Expand Down
4 changes: 2 additions & 2 deletions runtime/CSharp/Antlr4.Tool/Antlr4.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<StartupObject />

<AssemblyVersion>4.6.0.0</AssemblyVersion>
<FileVersion>4.6.6.0</FileVersion>
<InformationalVersion>4.6.6</InformationalVersion>
<FileVersion>4.6.7.0</FileVersion>
<InformationalVersion>4.6.7-dev</InformationalVersion>
<Description>A C# port of the ANTLR 4 code generation tool.</Description>
<Copyright>Copyright © Sam Harwell 2016</Copyright>
<Company>Tunnel Vision Laboratories, LLC</Company>
Expand Down
2 changes: 1 addition & 1 deletion runtime/CSharp/Antlr4BuildTasks/Antlr4.CodeGenerator.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Antlr4BuildTaskPath Condition="'$(MSBuildRuntimeType)' != 'Core'">..\tools\net40</Antlr4BuildTaskPath>
<Antlr4BuildTaskPath Condition="'$(MSBuildRuntimeType)' == 'Core'">..\tools\netstandard</Antlr4BuildTaskPath>
<!-- Path to the ANTLR tool itself -->
<Antlr4ToolPath>..\tools\antlr4-csharp-4.6.6-complete.jar</Antlr4ToolPath>
<Antlr4ToolPath>..\tools\antlr4-csharp-4.6.7-SNAPSHOT-complete.jar</Antlr4ToolPath>
</PropertyGroup>

<Import Project="Antlr4.CodeGenerator.DefaultItems.props" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PropertyGroup>
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'==''">$(MSBuildBinPath)</Antlr4BuildTaskLocation>
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'!=''">$(Antlr4BuildTaskPath)</Antlr4BuildTaskLocation>
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'==''">$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.6-complete.jar</Antlr4ToolLocation>
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'==''">$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.7-SNAPSHOT-complete.jar</Antlr4ToolLocation>
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'!=''">$(Antlr4ToolPath)</Antlr4ToolLocation>

<Antlr4JavaVendor Condition="'$(Antlr4JavaVendor)'==''">JavaSoft</Antlr4JavaVendor>
Expand Down
4 changes: 2 additions & 2 deletions runtime/CSharp/Antlr4BuildTasks/Antlr4BuildTasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<AssemblyName>Antlr4BuildTasks</AssemblyName>

<AssemblyVersion>4.6.0.0</AssemblyVersion>
<FileVersion>4.6.6.0</FileVersion>
<InformationalVersion>4.6.6</InformationalVersion>
<FileVersion>4.6.7.0</FileVersion>
<InformationalVersion>4.6.7-dev</InformationalVersion>
<Description>MSBuild tasks for ANTLR 4 code generation.</Description>
<Copyright>Copyright © Sam Harwell 2015</Copyright>
<Company>Tunnel Vision Laboratories, LLC</Company>
Expand Down
4 changes: 2 additions & 2 deletions tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-csharp</artifactId>
<version>4.6.6</version>
<version>4.6.7-SNAPSHOT</version>
<packaging>jar</packaging>

<name>ANTLR 4 Target C#</name>
Expand Down Expand Up @@ -68,7 +68,7 @@
<url>https://github.com/tunnelvisionlabs/antlr4cs/tree/master</url>
<connection>scm:git:git://github.com/tunnelvisionlabs/antlr4cs.git</connection>
<developerConnection>scm:git:git@github.com:tunnelvisionlabs/antlr4cs.git</developerConnection>
<tag>v4.6.6</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 5750092

Please sign in to comment.