- 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> <Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<DocumentationFile>LightweightIocContainer.xml</DocumentationFile> <DocumentationFile>LightweightIocContainer.xml</DocumentationFile>
<VersionPrefix>4.0.0-beta</VersionPrefix> <VersionPrefix>4.0.0</VersionPrefix>
<VersionSuffix>beta</VersionSuffix>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>

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

Loading…
Cancel
Save