Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
KuraiAndras committed May 28, 2020
1 parent 1854f0f commit 8e9d2f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FileContextCore/FileContextCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<SignAssembly Condition="'$(OS)' == 'Windows_NT'">true</SignAssembly>
<AssemblyOriginatorKeyFile>FileContextCoreCert.snk</AssemblyOriginatorKeyFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>3.3.0</Version>
<Version>3.4.0</Version>
<Company>morrisjdev</Company>
<Authors>morrisjdev</Authors>
<Description>File provider for Entity Framework Core (to be used for development purposes)</Description>
Expand All @@ -20,8 +20,8 @@
<PackageProjectUrl>https://github.com/morrisjdev/FileContextCore</PackageProjectUrl>
<NeutralLanguage>en-US</NeutralLanguage>
<DelaySign>false</DelaySign>
<AssemblyVersion>3.3.0.0</AssemblyVersion>
<FileVersion>3.3.0.0</FileVersion>
<AssemblyVersion>3.4.0.0</AssemblyVersion>
<FileVersion>3.4.0.0</FileVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

Expand Down

0 comments on commit 8e9d2f1

Please sign in to comment.