Skip to content

Commit

Permalink
Merge pull request #222 from genlu/rc14
Browse files Browse the repository at this point in the history
Bump version to rc14
  • Loading branch information
genlu authored Aug 31, 2020
2 parents 0b6b71e + 9ca1197 commit d4e079b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Elfie/Elfie/Elfie.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0-rc13</Version>
<Version>1.0.0-rc14</Version>
<Authors>Microsoft</Authors>
<Title>Extensible Lightweight Fast Indexed Entities (ELFIE)</Title>
<Description>An extensible library for fast indexing of code artifacts.</Description>
Expand Down
4 changes: 2 additions & 2 deletions Elfie/Shared/VersionConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ namespace Microsoft.CodeAnalysis.Elfie
{
public static class VersionConstants
{
public const string Prerelease = "-rc13";
public const string Prerelease = "-rc14";
public const string AssemblyVersion = "1.0.0";
public const string FileVersion = AssemblyVersion + ".14";
public const string FileVersion = AssemblyVersion + ".15";
public const string Version = AssemblyVersion + Prerelease;
}
}

0 comments on commit d4e079b

Please sign in to comment.