Skip to content

Commit

Permalink
Release 2.0.0 based on NServiceBus 7 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonsmits committed Sep 24, 2019
1 parent f010a4e commit b3e706a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/NServiceBus.RateLimiter/NServiceBus.RateLimiter.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<!-- AssemblyFileVersionAttribute -->
<FileVersion>2.0.0</FileVersion>
<!-- AssemblyInformationalVersionAttribute -->
<Version>$(FileVersion)-beta0001</Version>
<Version>$(FileVersion)</Version>
<!-- AssemblyVersionAttribute -->
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<!-- Nuget -->
Expand All @@ -20,7 +20,7 @@
<IncludeSymbols>True</IncludeSymbols>
<IncludeSource>True</IncludeSource>
<RepositoryUrl>https://github.com/ramonsmits/NServiceBus.RateLimiter</RepositoryUrl>
<Copyright>Copyright 2017 (c) Ramon Smits</Copyright>
<Copyright>Copyright 2017, 2018, 2019 (c) Ramon Smits</Copyright>
<PackageTags>nservicebus pipeline</PackageTags>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\key.snk</AssemblyOriginatorKeyFile>
Expand All @@ -32,7 +32,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NServiceBus" Version="[7.0.0-beta0012,8.0.0)" />
<PackageReference Include="NServiceBus" Version="[7.0.0,8.0.0)" />
</ItemGroup>

</Project>

0 comments on commit b3e706a

Please # to comment.