- use correct version

pull/59/head
Simon G 3 years ago
parent c92d0b4dfa
commit ecf14c89dc
  1. 3
      LightweightIocContainer/LightweightIocContainer.csproj
  2. 1
      Test.LightweightIocContainer/Test.LightweightIocContainer.csproj

@ -10,7 +10,8 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DocumentationFile>LightweightIocContainer.xml</DocumentationFile>
<VersionPrefix>4.0.0-beta</VersionPrefix>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionSuffix>beta</VersionSuffix>
</PropertyGroup>
<PropertyGroup>

@ -6,7 +6,6 @@
<Authors>SimonG</Authors>
<LangVersion>default</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<VersionPrefix>4.0.0-beta</VersionPrefix>
</PropertyGroup>
<ItemGroup>

Loading…
Cancel
Save