Skip to content

Commit

Permalink
Remove gitversion and update version to 2.0.0-alpha.1 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
bingenito authored Feb 10, 2023
1 parent 27b0bf2 commit 66960d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
5 changes: 0 additions & 5 deletions GitVersion.yml

This file was deleted.

9 changes: 1 addition & 8 deletions src/Fdc3/MorganStanley.Fdc3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<RootNamespace>MorganStanley.Fdc3</RootNamespace>
<AssemblyName>MorganStanley.Fdc3</AssemblyName>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<VersionSuffix>alpha.1</VersionSuffix>
<Product>fdc3-dotnet</Product>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>keypair.snk</AssemblyOriginatorKeyFile>
Expand Down Expand Up @@ -37,11 +37,4 @@
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit 66960d2

Please sign in to comment.