Skip to content

Commit

Permalink
Merge pull request #226 from genlu/release
Browse files Browse the repository at this point in the history
Bump Elfie to 1.0
  • Loading branch information
genlu authored May 11, 2022
2 parents d4e079b + 00e6d73 commit a037e25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<ItemGroup>
<SourceRoot Include="$(MSBuildThisFileDirectory)/"/>
</ItemGroup>
</Project>
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-rc14</Version>
<Version>1.0.0</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 = "-rc14";
public const string Prerelease = "";
public const string AssemblyVersion = "1.0.0";
public const string FileVersion = AssemblyVersion + ".15";
public const string FileVersion = AssemblyVersion + ".16";
public const string Version = AssemblyVersion + Prerelease;
}
}

0 comments on commit a037e25

Please sign in to comment.